@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
.top-img{
	height:90px; margin: 0 auto; text-align:center;	
}
.record .col-md-3:nth-child(2n) {
	background: #fcfcfc;
}
.modal1 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('fbloading.gif') 
                50% 48% 
                no-repeat;
	background-size: 55px;				
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal1 {
    display: block;	
}
.col-xs-12.no-padding{
	padding:4px; height:110px;
}
.new-border{
	border-color: blue;
	border-width: 2px;
}
.no-result{	
	text-align: center;
	font-size:14px;
}
.col-md-3 {
	width: 12.5%;
	float: left;
	padding: 0 0.5%;
}
.col-md-6{width:50%; float:left;}
.container img{max-width: 100%;}
.modal1 p {
	margin-top:10px;
	clear:both;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 280px;
	text-align: center;
	background: rgba(100,100,100, 0.99);
	border-radius: 5px;
	padding: 10px;
	color:#fff;
}
.select2-container .select2-selection--single {
	height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 9px;
	font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;	
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	font-family: Raleway;
}

*{ padding:0px; margin:0px; box-sizing:border-box}
ul{ margin-bottom:0px}
a{ text-decoration:none}
.logo-box img{ max-width:150px}
.tagline-social.pull-right {
	padding: 50px 0;
}

.row.main-top-bar {
	background: #333;
}
.row.main-top-bar p {
	text-align: center;
	font-family: raleway;
	color: #fff;
	margin:0px;
	line-height:35px;
}
.social-media-icons ul li {
	display: inline-block;
	padding: 0;
	text-align: center;
	margin: 4px;
}
.social-media-icons ul li a {
	background: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	line-height: 34px;
}
.social-media-icons ul li i {
	line-height: 30px;
}
.main-menu ul {
	padding: 49px 0px;
}
.main-menu ul li {
	display: inline-block;
	padding: 0 40px;
}
.main-menu li a {
	color: #23527e;
	font-family: raleway;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 11px;
	text-transform: uppercase;
	text-decoration:none
}
.main-menu li a:hover {
	border-bottom: 4px solid #23527e;
	}
.main-banner-bg{
	background:url('../images/banner.jpg');	
	background-size:cover;
	height: auto;
	padding: 40px 0;
 }
 .padding-0{ padding:0px}
 .main-banner-bg {
	background: url('../images/banner.jpg');
	background-size: cover;
	margin: 30px 0;
	position: relative;
}



.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.navbar {
	min-height: auto;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	padding: 12px 30px;
	transition: all .3s ease;
	margin: 0 2px;
	font-size: 14px;
	border-radius: 6px;
	border: 2px solid transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover ,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: #5066A6;
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.main_nav {
	position: relative;
	margin: 45px 0 0 0;
}
.main_banner {

}
.main_banner_content {
	color: #fff;	
}
.main_banner h1 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 30px 0;
	text-align: center;
	font-weight: 300;
}
.main_banner h1 strong {
	display: block;
}
.main_search_form_wrap {

}
.search_form {

}
.spacer {
	margin: 0 0 15px 0;
}
.search_form label {
	color: #fff;
	display: block;
	width: 100%;
	margin: 0 0 6px 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
}
.search_form select ,
.search_form input[type=text] {
 -webkit-appearance:menu-item; 
   -moz-appearance:menu-item;
	height: 48px;
	line-height: 42px !important;
	background: #fff;
	border: 1px solid #afafaf;
	width: 100%;
	display: block;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	transition: all .3s ease;
}
/*
.search_form select:focus ,
.search_form input[type=text]:focus {
	border-color: #5066A6;
}*/
.submit_button {
	background: #fff;
	display: inline-block;
	color: #5066A6;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	border: none;
	outline: none;
	padding: 15px 50px;
	border-radius: 6px;
	margin: 20px 0;
	transition: all .3s ease;
}
.submit_button:hover {
	background: #3e72c6;
	color: #fff;
}
.padd_sided {
	padding: 0 50px;
}
.result_col {
	width: 11.11%;
	padding: 0 5px;
	float: left;
}
.result_title_thumb_box {
	background: #eee;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.result_title_thumb_box{
	transition: all .3s ease;
	border-bottom: 5px solid transparent; 
}
.result_col:hover .result_title_thumb_box {
	border-bottom-color: #5066A6;
}
.result_col figure {
	width: 100%;
	height: 100px;
	position: relative;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 100px;
	
}
.result_col figure img {
	width: auto;
	max-width: 90%;
	max-width: 92%;
	max-height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
/*
.social-media-icons ul {
	text-align: right;
	margin: 42px 0 0 0;
}
*/
.results_wrap {
	width: 1170px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	font-family: roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top_section {
	background: url('../images/banner.jpg');
	background-size: cover;
	margin: 0;
	position: relative;
	padding: 0 0 60px 0;
	background-position: center center;
}

/*
.tagline {
	background: transparent;
	padding: 28px 0;
	text-align: center;
	font-weight: 400;
	font-size: 38px;
	text-transform: capitalize;
	color: #fff;
}
*/

.banner_content {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 80%;
	line-height: 1.4;
}
.banner_content strong {
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 40px 0;
	font-size: 48px;
}
.banner_content h1 {
	font-weight: 200;
	font-size: 36px;	
}
.logo_spacer {
	margin: 0 0 50px 0;
	position: relative;
	border-bottom: 1px solid #929292;
	padding: 0 0 30px 0;
}
.banner_content h3 {
	font-size: 20px;
    font-weight: 400;
    margin: 10px auto;
    max-width: 80%;
    line-height: 1.5;
} 
.logo_spacer {

}
/*
.logo-box {
	background: #fff;
	padding: 12px 30px;
	text-align: center;
	display: inline-block;
	text-align: center;
	box-shadow: 3px 3px 5px #222;
	width: 100%;
	max-width: 200px;
}
.logo-box img  {
	max-width: 100%;
}
*/

.form_bg {
	background: #26477d	;
	padding: 30px 0;
	margin: 0 0 50px 0;
}



.form_width_one ,
.form_width_two ,
.form_width_three {
	float: left;
	margin: 0 -1px 0 0;
}

.form_width_one {
	width: 30%;
}
.form_width_two {
	width: 30%;
}
.form_width_three {
	width: 17%;
}


.price_btn {
	display: inline-block;
	background: #26477d;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	padding: 8px 15px;
	border: none;
	outline: none;
	margin: 5px 0;
	text-decoration: none;
}
.price_btn:hover  {
	background: #1a2b5b;
	color: #fff;
	text-decoration: none;
}
.result_box a:focus{
 color: #eee;	
}
.result_box h6 {
	margin: 8px 0;
	padding: 0 0 20px 0;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
}
.result_box {
	margin: 0 0 20px 0;
	background: #eee;
}
.social-media-icons i {
	font-size: 18px;
}




.footer {
	background: #151515;
	padding: 20px 0;
	text-align: center;
	font-weight: 400;
	color: #fff;
	margin: 50px  0 0 0;
}





.result_box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.result_box { display: inline-block; }
/* start commented backslash hack \*/
* html .result_box { height: 1%; }
.result_box { display: block; }
/* close commented backslash hack */



.result_box figcaption {
	text-align: center;
}







/***********************************************************************************************
***********************************************************************************************
			
				CHANGES FOR CONTACT US PAGE
											 */

.top_section {
	position: relative;
	padding: 60px 0;
}
.logo_line {
	position: relative;	
	background: #fff;
	padding: 10px 0;
	z-index: 10;
	border-bottom:  1px solid #ddd;
}
.logo-box {
	text-align: center;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 120px;
}
.logo-box img  {
	max-width: 100%;
}
.tagline {
	padding: 5px 0;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	background: #333;
}
.social-media-icons ul {
	text-align: right;
	margin: 28px 0 0 0;
}

ul.nav_links {
	margin: 28px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
ul.nav_links li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
}
ul.nav_links li a.active{
	font-weight: 600;
}
ul.nav_links li a:link ,
ul.nav_links li a:visited {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all .5s ease;
}
ul.nav_links li a:hover {
	border-color: #333;
	color: #333;
	text-decoration: none;
}

.social-media-icons ul li a {
	border: 1px solid transparent;
	transition: all .5s ease;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.social-media-icons ul li a:hover {
	border-color: #333;	
}




/*
	Contact Us Page
*/
.contact_us_pagewrap {
	padding: 50px 0;
	background: #fff;
}
.white_container {
	background: #fff;
	border: 1px solid #ddd;
} 
.padd_fifty {
	padding: 50px;
}

.submit_button_2 {
	line-height: 18px;
	background: #0269C2;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
	padding: 12px 40px;
	margin: 20px 0;
	transition: all .3s ease;
}
.submit_button_2:hover {
	background: #3e72c6;
	color: #fff;
}

.field_general {
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	outline: none;
	transition: all .5s ease;
}
textarea.field_general {
	height: 150px;
}
.field_general:focus {
	border-color: #0269C2;
}
h1 {
	text-transform: capitalize;
	margin: 0 0 30px 0;
	color: #333;
	padding: 0;
}

.light_dark_container {
	background: #eee;
} 
.padd_thirty {
	padding: 30px;
}

.address_title{
	font-size: 18px;
	text-transform: capitalize;
	color: #222;
	margin: 20px 0 10px 0;
	padding: 0;	
}

.address_section {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}
p.bigpara {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section_divider {
	margin: 0 0 50px 0;
}

.banner_content h1 {
	color: #fff;
}


.address_title span {
	display: inline-block;
	width: 24px;
	margin: 0 5px 0 0;
	text-align: center;
}
.address_title span i {
	text-align: center;
}
.contact_addressinfo_wrap {
	font-family: roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact_addressinfo_wrap p {
	margin: 0 0 10px 32px;
}









@media screen and ( max-width: 1199px) { 

	.tagline {
		padding: 15px 0;
	}
	.social-media-icons ul {
		margin: 25px 0 0 0;
	}



}





@media screen and ( max-width: 991px) {
	
	.result_col figure {
		height: 90px;
	}	
	.social-media-icons ul {
	text-align: center;
	margin: 5px 0;
	}
	.logo-box {
		text-align: center;
	}
	.logo-box img {
		margin: 0 auto;
	}
	.results_wrap {
		width: 100%;
		max-width: 100%;
	}
	.result_col figure {
		line-height: auto;
	}
	.form_width_one ,
	.form_width_two ,
	.form_width_three {
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	.logo-box {
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.banner_content ,
	.banner_content h3 {
		max-width: 100%;
	}

	ul.nav_links {
		text-align: center;
	}

}


@media screen and ( max-width: 767px) {
	
	.result_col figure {
		height: 100px;
		line-height: 100px;
	}	
	.result_col {
		padding: 0 5px;
	}
	.result_col figure {
		line-height: auto;
		font-size: 11px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		margin: 0 0 5px 0;
		padding: 12px 20px;
	}

	.result_col {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.result_box figure {
		float: left;
		width: 30%;
		margin: 0;
	}
	.result_box figcaption {
		float: left;
		width: 60%;
		text-align: right;
		padding: 10px 0 0 0;
	}
}



@media screen and ( max-width: 640px) { 

	.tagline {
		font-size: 36px;
	}
	.banner_content strong {
		font-size: 36px;
	}
}




@media screen and ( max-width: 480px) {  	

	.banner_content h1 {
		font-size: 22px;
	}	
	.banner_content strong {
		font-size: 28px; 
	}
	.banner_content h3 {
		font-size: 14px;
	}
	.result_box figure ,
	.result_box figcaption {
		float: none;
		width: 100%;
		margin: 0 0 12px 0 ;
	}
	.result_box figure {

	}
	.result_box figcaption {
		padding: 0;
		text-align: center;
	}
	.tagline {
		font-size: 14px;
	}
}

#search_form{ font-family: roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}