/* your custom styles here */
.highlight {color: #376BAF;}
span.light { color: #376BAF; font-size:11px;}
i.small {font-size:11px;}
li.menu-link {font-size:11px;line-height:12px;}
li.menu-link  a {padding:0;margin:0;}
.text .pricing {color: #376BAF; font-size:18px;}
.category-list li a .barlink {padding: 5px 0;}

.adjust{
    position: absolute;
    left: 160px;
}

.main-navbar-nav li > .dropdown-menu .second {
    min-width: 185px;
}

.page-header.has-background-image .overlay, .page-header.has-background-image .thumbnail-hover .dark-overlay, .thumbnail-hover .page-header.has-background-image .dark-overlay {
    background-color: rgba(0, 0, 0, 0.24);
}
.page-title {font-size:24px; }

.navbar-default .navbar-collapse {
    margin-top: 12px !important;
}

.panel-group.panel-group-faq.top-faq .panel-heading .number { background-color:#376baf;}


/* BEGIN MEDIA QUERIES */

@media screen and (max-width: 1280px) {
/* begin max-width: 1028px */
	.hero-fullwidth {
		height: 575px !important;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 88px 0 !important;
	}
/* end max-width: 1028px */
} 

@media screen and (max-width: 1028px) {
/* begin max-width: 1028px */
	.hero-fullwidth {
		height: 375px !important;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 68px 0 !important;
	}
/* end max-width: 1028px */
} 

@media screen and (max-width: 1024px) {
/* begin max-width: 1024px */
	.hero-fullwidth {
		height: 275px !important;
		
	}
	.hero-rotating-words .hero-content {
		position: relative;
		top: 15%;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 48px 0 !important;
	}
/* end max-width: 1024px */
} 

@media screen and (max-width: 800px) {
/* begin max-width: 800px */
	.hero-fullwidth {
		height: 275px !important;
	}
	.hero-rotating-words .hero-content {
		position: relative;
		top: 15%;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 38px 0 !important;
	}
	.navbar-brand {
		height: auto;
		padding: 20px 8px;
		width:200px;
	}
	
/* end max-width: 800px */
} 

@media screen and (max-width: 640px) {
/* begin max-width: 640px */
	.hero-fullwidth {
		height: 425px !important;
	}
	.hero-rotating-words .hero-content {
		position: relative;
		top: 10%;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 38px 0 !important;
	}
	.navbar-brand {
		height: auto;
		padding: 20px 8px;
		width:200px;
	}
	.hero-content .btn {margin-top:6px !important;}
	.nav-topbar .left {display:none;}
/* end max-width: 640px */
} 

@media screen and (max-width: 320px) {
/* begin max-width: 320px */
	.hero-fullwidth {
		height: 445px !important;
	}
	.page-header.has-background-image {
		background-image: url("../img/page-header-default-bg.jpg?1461296838");
		padding: 32px 0 !important;
	}
	.navbar-brand {
		height: auto;
		padding: 20px 8px;
		width:200px;
	}
/* end max-width: 320px */
} 