@import url(http://fonts.googleapis.com/css?family=Open+Sans%7CSource+Sans+Pro%3A300%2C400&#038;);

@charset "utf-8";
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
a, img {
	text-decoration: none;
	border: none;
	outline: none;
	transition: all 0.5s !important;
	color:#063f61;
}
img {
	max-width: 100%
}
h1 {
	font-size: 32px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 18px
}
h5 {
	font-size: 13px
}
h6 {
	font-size: 10px
}
/*ul{list-style-position:inside;}*/
.marginLeftZero{margin-left:0 !important;}
.marginRightZero{margin-right:0 !important;}
.marginTopZero{margin-top:0 !important;}
.marginBottomZero{margin-bottom:0 !important;}

@media(min-width:769px) and (max-width:1200px){
	.widgets ul.bizexpress img {
		height: auto;
		margin-right: 0;
		width: 22.5%;
	}
}

@media(max-width:737px){
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	select,
	button{
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
	}
}
.clear{clear:both;}
.fleft{float:left;}
.fright{float:right;}
html,body
{
	height:100%;
}
body {
	background: #fff !important;
	color: #333;
	font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif !important;
	font-size: 14px
}
.wrapper {
	float: left;
	width: 100%
}
.wrapperCont {
}
.wrapperInnr {
	margin: 0 auto;
	max-width: 1170px;
	background: #fff;
}
.footerInnr{
	margin: 0 auto;
	max-width: 1170px;
}
.footerwrapperInnr {
	float: left;
	width: 100%;
    margin: 0;
}
nav {
    float: right;
    margin-top: 20px;
}
/* Header Start */
.header {
	float: left;
	width: 100%;
	padding-top:10px;
}
.headerImage {
	float: none;
	margin: 0 auto;
	max-width: 1170px;
	padding-top:10px;
}
.headerImage .logoImage img {
	max-width: 325px;
	max-height: 186px;
	vertical-align:middle;
}
.headerImage img {
	vertical-align:middle;
}
.stripCnt{
	float:left;
	width:100%;
}
.strip {
	max-width:1170px;
	margin: 0 auto;
}
.strpCntr{
	text-align:center;
}
.strip h5 {
	float: right;
}
.strip h5 a {
	text-transform: uppercase;
	background: #063f61;
	border-radius: 4px;
	float: right;
	line-height: 13px;
	max-width: 255px;
	padding: 16px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.strip h5 a:hover {
	color: #fff;
}

.strip h5.mob_call{
	margin:10px 0;
	display:none;
}
.strip h5.mob_call a {
	text-transform: uppercase;
	background: none !important;
	border-radius: 0;
	float: left;
	font-size:22px;
	font-weight:bold;
	line-height: 13px;
	width: 100%;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#06316a !important;
}
.strip h5.mob_call a .fa{font-size:30px; vertical-align:middle;}
.strip h5.mob_call a:hover {
}
/* Header End */
.content {
	float: left;
	width: 100%;
	padding: 1% 0;
	margin: 15px 0;
}
.contentInnr {
	float: left;
	width: 100%;
}
.sidebar {
	float: left;
	width: 27%;
	border: 1px solid #d8dadd;
	float: right;
	margin-top: 5px;
	padding: 10px 20px;
}
.nav {
	float: left;
	width: 100%;
}
.nav h4 {
	background: none repeat scroll 0 0 #04306A;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	float: left;
	line-height: 25px;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 5px;
}
.nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.nav ul li {
	float: left;
	margin: 2px 5px;
	width: 100%;
}
.nav ul li a {
	background: url(../images/buttonBG.png) no-repeat scroll 0px -1px #EEEEEE;
	color: #444444;
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding: 3px 3px 3px 16px;
	text-decoration: none;
	width: 95.5%;
	border-radius: 3px 3px 3px 3px;
}
.nav ul li a:hover {
	background: url(../images/buttonBG.png) no-repeat scroll -451px -1px #777 !important;
	color: #fff !important;
}
.active {
	background: url(../images/buttonBG.png) no-repeat scroll -451px -1px #777 !important;
	color: #fff !important;
}
.menu {
	display: none;
}
.widgets {
	float: left;
	width: 100%;
	margin-bottom:25px;
	background-color: #ffffff;
	border: 1px solid #000;
	float: left;
	margin: 10px 0 50px;
	padding: 5% 6%;
}
.widgets form input[type="button"],
.widgets form input[type="submit"],
.widgets form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	background: #063f61;
	border-radius: 4px;
	text-align:center;
	line-height: 13px;
	padding: 12px 16px;
	color:#fff;
	font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;
	border:0;
	width:85px;
	margin:auto;
	display:block;
	cursor:pointer;
}
.widgets form input[type="button"]:hover,
.widgets form input[type="submit"]:hover,
.widgets form button:hover {
	color: #fff;
}
.widgets.last {padding:0;}
.widgets.last h4{padding-left:10%;padding-right:10%;}
.widgets h4, .sidebar h4 {
	line-height: 1;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	color: #00314f;
	font-family: "Libre Baskerville",serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.widgets p{
	float: left;
	width: 100%;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0 0 5px 5px;
	padding:4%;
}
.widgets ul {
	float: left;
	width: 100%;
	list-style-type: square;
	list-style-position: outside;
	margin-left:15px;
}
.widgets ul li {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 7px;
	width:100%;
}
.widgets input, .widgets textarea {
	border: 1px solid #939393;
	margin: 7px 7px 7px 0;
	padding: 8px 5px;
	width: 100%;
	font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
}
.videoCnt{
	padding:0;
}
.liNone {
	list-style-type: none
}
.grid {
	float: left;
	padding: 0 1% 0 0;
	width: 71%;
}
.grid h2 {
	border-bottom: 1px solid #CCC;
  color: #00314f;
}
.gridTop, .gridTop p {
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 17px;
}
.gridTop p{margin-bottom:0;margin-top:0;padding:0 0 0 0;}
.gridTop a,
.gridTop p a{word-break:break-all !important;}

@media(max-width:737px){
	.gridTop p *{
		font-size:small !important;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display:block !important;}
	img{max-width:100%;height:auto !important;}
}
.gridTop ul{
	padding:0 !important;
	margin:0 !important;
}
.gridTop ul li{
	padding:0 0 1px !important;
}
.gridTop a{
	color:darkblue;
}
.gridTop a:hover{
	text-decoration:underline;
}
/*.gridTop p.title {
	text-align:center;
	margin-top:25px;
	margin-bottom:10px;
}*/
.gridTop p img {
	/*float: left;*/
	margin-right: 9px;
	margin-top: 4px;
}
.gridTop p img {
	max-width: 100%;
}
.gridTop ul,.gridTop ol {
	padding-left:15px;
	list-style-position:inside;
}
.gridTop ul li,.gridTop ol li{
	margin-bottom:10px;
}
.recentNews {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.recentNews h3 {
	color: #04306A;
}
.recentNews ul {
	float: left;
	width: 100%;
	list-style-type: square;
	list-style-position: inside;
}
.recentNews ul li {
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 13px;
}
.recentNews ul li a {
	/*color: #0000FF;*/
}
.recentNews ul li a:hover {
	text-decoration: underline;
}
.browse1 {
	float: left;
	width: 100%;
	list-style-type: square;
	list-style-position: inside;
}
.browse1 li {
	float: left;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 33.3%;	
}
.browse1 li a {
	/*color: #0000FF;*/
}
.browse1 li a:hover {
	text-decoration: underline;
}
.listing {
	float: left;
	width: 100%;
	list-style:none !important;
}
.listing li {
	float: left;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 33.3%;	
}
.listing li a {
	/*color: #0000FF;*/
}
.listing li a:hover {
	text-decoration: underline;
}
/* Content End */

/* Footer Start */
.footer {
	float: left;
	width: 100%;
	/*background: #06316A;*/
	background: #063f61;
	background: -moz-linear-gradient(top, #063f61 1%, #0c5885 40%, #0c5885 100%);
	background: -webkit-linear-gradient(top, #063f61 1%,#0c5885 40%,#0c5885 100%);
	background: linear-gradient(to bottom, #063f61 1%,#0c5885 40%,#0c5885 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063f61', endColorstr='#0c5885',GradientType=0 );
}
.footerInnr {
	padding:0px 15px 10px 15px;
	/*text-align: center;*/
	color: #fff;
	font-size:15px;
}
.footNotes {
	padding: 0 0 25px;
}
.footNotes span {
	border-right: 1px solid #fff;
	padding: 0 5px;
}
.footNotes span:last-child {
	border-right: none;
}
/*.copyright {
	font-size: 12px;
}*/
.powered {
	font-size: 10px;
	padding-top: 17px;
}
/* Footer Start */


/* Contact us Page */
.address {
	margin: 0;
	padding: 15px 0;
	width: 70%;
}
.address h3 {
	color: #042653;
	font-weight: 400;
	margin-bottom: 20px
}
.address p {
	margin-bottom: 7px
}
.contact {
	float: left;
	width: 100%;
	padding:20px 0;
}
.contact ul {
	margin:0 auto;
	width: 90%;
	list-style-type: none !important;
}
.contact ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.contact ul li label {
	font-weight: bold;
	width: 100%;
	float: left;
	font-size:15px;
	line-height:26px;
}
.contact ul li input[type="text"],
.contact ul li select,
.contact ul li textarea {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 1%;
	text-align: left;
	width: 100%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact ul li textarea {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	display: block;
	margin: 0;
	padding: 10px 1%;
	width: 100%;
	font-size:14px;
}
.contact ul li input[type="submit"] {
	border-radius: 5px 5px 5px 5px;
	float: none !important;
	margin: 0 auto !important;
	padding: 10px 1% !important;
	width: 10%;
	border:0;
	background:#999;
	font-size:14px;
}
.contact ul li span {
	text-align: center;
}
.captcha {
	text-align: center;
}
.code-div.captchli{
	float:left;
	width:100%;
}
.contact ul li .error, .contact ul li .errorDiv,
.code-div .error, .code-div .errorDiv, .error {
	float: left;
	width: 100%;
	text-align: left;
	color: red;
	font-weight: 700;
	display: none;
	font-size:13px;
}
.contact ul li .success,
.code-div .success {
	float: left;
	width: 100%;
	text-align: center;
	color: #060;
	font-weight: 700;
	display: none
}
.error
{
	color:red;
	font-weight:bold;
	font-size:13px;
}
.success
{
	color:#060;
	font-weight:bold;
	font-size:13px;
}
/* Contact us Page */

/* Direction Page */
.map {
	border-bottom: 1px solid #999999;
	margin: 0 auto 15px;
	padding-bottom: 25px;
	width: 100%;
}
/* Direction Page */
/* top menu css */
.strip ul {
	float: left;
	max-width: 100%;
	margin-right:10px;
}
.strip ul li {
	float: left;
	list-style-type: none;
}
.strip ul li a {
	/*border-right: 1px solid #001522;*/
	color: #063f61;
	display: block;
	font-size: 18px;
	font-weight: 100;
	padding: 12px 2px;
	margin:0 14px;
	text-transform: uppercase;
	background:none !important;
}

.strip ul li a:hover{ color:#000; border-bottom:2px solid #ddd /*background:rgba(165, 205, 57, 0.8) !important;*/}
/*.strip ul li a:hover {
	background: #fff;
	color: #06316A;
}*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	/*margin-top: 54px*/
}
.video-container>embed, .video-container>iframe, .video-container>object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.sidebar_right {
	float: left;
	padding-left: 2%;
	width: 27%
}
.call
{
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0;
	text-align:center;
	display:none;
}
.call img
{ 
	display: inline-block;
    margin-right: 2px;
    max-width: 100%;
	*display:inline;
}
.call span
{
	 color: #06316A;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
	*display:inline;
}

.logo
{
	float:left;
	width:35%;
}
.header_right
{
	float:right;
	width:40%;
}
.header_right img:first-child
{
	margin-right:4px;
}
.header_right img
{
	max-width:100%;
}
.call_res
{
	display:none;
}
#bodyContent
{
	width:160px;
}
.logoImage,.head_txt,.rotImages{
	float:left;
	width:29%;
}
.logoImage{
	min-height:186px;
	margin:0 0 20px 0;
}
.rotImages{text-align:right;}
.head_txt{
	padding-top:4%;
	text-align:center;
}
.head_txt span{
	font-size:18px;
	font-weight: bold;
}
.txtHeader{
	padding-top:10px;
	display:block;
}
.head_txt a span{
	display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: bottom;
	color:#000;
}
.social > li{
	display:inline-block;
	/*width:50%;*/
	text-align:left !important;
}
.widgets iframe {
    max-width: 100%;
}

.widgBizCategories,
.widgBizExpress,
.widgBizVideos,
.widgFacebook,
.widgTwitter,
.widgCardAccepted,
.widgBizReviews,
.widgContactUs,
.widgServiceWeProvide,
.widgCityState,
.widgMapCity,
.widgCouponJoinWidget{}
.redSpan{color:#F00}

@media (min-width:769px){
.social > li{
	width:48% !important;
}
}
/*------ Media Query ------*/
@media (min-width:1200px){
	.wrapperInnr {
		min-height:750px;
	}
}
@media (max-width:1200px){
	.content {
		padding-left:2%;
		padding-right:2%;
	}
	.top_header .wrapperInnr,
	.header .headerImage{padding:15px 10px !important;}
	.fb_iframe_widget,
	.uiScaledImageContainer,
	#u_0_0 ._2p3a,
	#u_0_0 ._2p3a ._2lqh,
	.fb_iframe_widget>span,
	.fb_iframe_widget span>iframe{width:100% !important;min-width:100% !important;max-width:100% !important;}
	.widgets iframe.twitter-timeline{width:100% !important;min-width:100% !important;max-width:100% !important;}
	.widgets iframe.twitter-timeline .timeline{width:100% !important;min-width:100% !important;max-width:100% !important;}
	.widgets iframe.twitter-timeline .timeline-Widget{
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
	}
	.strip ul li a{
		font-size: 16px;
		margin:0 6px;
	}
}
@media (max-width:1045px){
	.logoImage{float:none;text-align:center;width:90%;margin:0 auto 15px;}
	nav{width:100%;margin:0 0 10px;}
	.headerImage .header-middle-right { float: none;  margin: 0 auto 15px; text-align: center;  width: 90%;}
	.strip h5.mob_call{text-align: center; width: 100%; float:left;}
	.strip h5.mob_call a{max-width: 100%;}
	.strip ul {
		display: inline-block;
		float: none;
		margin-right: 10px;
		max-width: 100%;
		text-align: center;
		width: auto;
	}
	.main-website {
		display: inline-block !important;
		float: none !important;
		text-align: center;
		width: auto;
	}
}
@media (max-width:768px){
	.top_header .phone{display:none !important;}
	.top_header .social_header{float:none !important;text-align:center;}
	.top_header .social_header li{float:none !important;display:inline-block !important;}
	.top_header .phone,
	.top_header .phone a{color:inherit !important;float:left;text-align:center;width:100%;float:none !important;}
	.strip h5.mob_call{display:inline-block;}
	footer .col-3{float:none !important;margin-bottom:30px !important;width:100% !important; text-align:center !important;}
	footer .col-3.last{margin-bottom:0 !important;}
	.slider{height:250px !important;}
	.slider .caption{bottom:5% !important;left:5% !important;font-size:20px !important;padding:15px !important;width:80% !important;}
	.stripCnt{
		float: none;
		margin: 15px auto !important;
		text-align: center;
		width: 167px;
	}
	.breadcrumbs .wrapperInnr h1.title{padding:5% 6% !important;display:inline-block !important;width:100%;}
	.content {
		padding-left:6%;
		padding-right:6%;
	}
	.top_header{
		line-height: 32px;
		position: relative;
		top: 54px;
	}
	.header{margin-top:40px;position:relative;padding-top:0 !important;}
	nav{margin-bottom:0 !important;}
	nav .stripCnt{margin-top:0 !important;margin-bottom:0 !important;}
	.header .strip .mob_call{margin-top:10px !important;}
	.menu ul li a:hover{background:rgba(165, 205, 57, 1);}
	#menutoog,
	#menutoog a{transition:none !important;-moz-transition:none !important;-webkit-transition:none !important;-ms-transition:none !important;-o-transition:none !important;}
	#menutoog li a:hover, .nav ul li a:hover, .nav ul li a.active, .strip ul li a:hover{background:rgba(0,0,0,0.25);color:#fff;}
	.logoImage, .head_txt, .rotImages{width:100%;text-align:center;min-height:10px;}
	.head_txt{padding-top:15px;padding-bottom:15px;}
	.headerImage {
		width: auto;
	}
	.menu {
		float: none;
		position:fixed;
		width: 100%;
		display: block;
		margin-bottom: 5px;
		background:#063f61;
		z-index:1000;
	}
	.menu p {
		color: #fff;
		font-size: 16px;
		text-align: right;
		width: 100%;
		cursor:pointer;
		font-weight:bold;
		padding:15px;
		text-transform:uppercase;
	}
	/*.menu p span{vertical-align:middle;}*/
	.menu p span{
	}
	.menu ul {
		float: left;
		width: 100%;
		list-style-type: none;
		display: none;
		transition:width 50s ease-out 0s;
		position:absolute;
		z-index:1000;
		top:100%;
	}
	.menu ul li {
		float: left;
		width: 100%
	}
	.menu ul li a {
		/*background: #063f61;
		line-height: 30px;*/
		padding: 5px 0;
		color: #fff;
		border-bottom: 1px solid #001522;
		text-align: center;
		box-shadow: none;
		float: left;
		text-indent: 0;
		font-size:1.125rem;
		font-weight:normal;
		width: 100%
	}
	.menu ul li a:hover {
		background: 0 0;
		box-shadow: none;
		color: #06316A;
	}
	#menu .fa {
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		font-weight: normal;
		padding: 0;
		margin:0 0 0 5px;
	}
	.logo {
		float: left;
		text-align: center;
		width: 100%;
	}
	.nav {
		display: none;
	}
	.sidebar {
		float: left;
		width: 100%;
	}
	.sidebar ul li {
		width: 100%;
	}
	.widgets h4 {
		width: 100%;
	}
	.grid {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.strip ul {
		display: none;
	}
	.strip h5 {
		/*border-left: medium none;
		float: none;
		max-width: 100%;
		text-align: center;*/
		display:none;
	}
	.strip h5{
		float:none;
	}
	.strip h5.mob_call{
		margin:0 auto;
		/*width:45%;*/
	}
	.social_header{
		display:none;
	}
	.MapContainer #map_canvas{height:280px !important;}
	
	.widgCouponJoinWidget,
	.widgBizVideos,
	.widgServiceWeProvide,
	.widgFacebook,
	.widgTwitter{border:0 !important;padding:0 !important;}
	.main-website {
		display:none !important;
	}
}
@media (min-width:480px) {
	#rc-imageselect, .g-recaptcha {
		transform:scale(1) !important;-webkit-transform:scale(1) !important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;
	}
	#rc-imageselect, .g-recaptcha {
		display: inline !important;
	}
	#rc-imageselect{
		max-width: 100%;
	}
	.g-recaptcha>div{}
	.g-recaptcha>div>div{
		width: 100% !important;
		height: 78px;
		transform:scale(1);
		webkit-transform:scale(1);
		text-align: center;
		position: relative;
	}
}
@media (min-width:400px) {
	#rc-imageselect, .g-recaptcha {
		transform:scale(1) !important;-webkit-transform:scale(1) !important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;
	}
	#rc-imageselect, .g-recaptcha {
		display: inline !important;
	}
	#rc-imageselect{
		max-width: 100%;
	}
	.g-recaptcha>div{}
	.g-recaptcha>div>div{
		width: 100% !important;
		height: 78px;
		transform:scale(0.77);
		webkit-transform:scale(0.77);
		text-align: center;
		position: relative;
	}
}

.sidebar h4 {
    clear: both;
}

.widgets ul li a{color:#333;}
.widgets ul li a:hover{text-decoration:underline;}
.breadcrumbs{background:#f0f0f0;display:block;clear:both;}
.breadcrumbs .wrapperInnr{background:none;min-height:30px;}
.breadcrumbs .wrapperInnr h1.title{vertical-align:middle;padding:30px 15px;white-space:normal;font-size:26px;font-weight:normal;width:100%;}
.col-2{width:46%;float:left;margin-right:2%;}

.col-2 .listing_title{/*white-space:pre;*/font-size:26px;font-weight:normal;margin:40px 0 10px;border-bottom:0;}
.col-2 ul li{width:100%;}
.col-2 ul li a{font-size:15px;line-height:16px;text-decoration:underline;}
.col-2 ul li a:hover{text-decoration:none;}
footer .col-3{width:28%;float:left;text-align:left;margin:10px 8% 0 0;line-height:22px;color:#ddd;}
footer .col-3 ul li{list-style:none;margin-bottom:5px;text-align:center;}
footer .col-3 ul li a{color:#ddd;}
footer .col-3 ul li a:hover{color:#fff;}
footer .col-3 ul li{}
footer .col-3 ul.social li{margin-bottom:10px !important;text-align:left !important;margin:auto;width:100px;}
footer .col-3 ul.social li:last-child{margin-bottom:0 !important;}
footer .col-3 ul.social a{}
footer .col-3 ul li a img{vertical-align:middle}
footer .col-3.last{margin-right:0;}
footer .copyright{border-top:1px solid rgba(0,0,0,0.25);text-align:center;clear:both;display:inline-block;padding:10px 0;width:100%;}
footer .col-3 h4{border-bottom:2px solid #ddd;padding:0 0 5px 0;margin:0 0 15px 0;font-size:22px;font-weight:normal;text-align:center;}
.slider{background:url(../images/slider.jpg) no-repeat center center / cover; height:410px;width:100%;clear:both;display:block;position:relative;}
.slider .caption{/*background:rgba(0,0,0,0.8);*/position:absolute;bottom:10%;left:10%;color:#fff;font-size:40px;padding:20px;width:50%;font-family:"Open Sans",Helvetica,Arial,Verdana,sans-serif;}
.slider .caption .text{position:relative;}
.bgChanger{position:absolute;bottom:0;top:0;left:0;right:0;}
.top_header{
		line-height: 32px;
		font-size:17px;
}
.top_header .fa-phone{
		-ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Chrome, Safari, Opera */
    transform: rotate(44deg);
		font-size:16px;
		font-weight:bold;
}
.top_header .fa{
		font-size:16px;
		font-weight:bold;
}
.top_header .wrapperInnr {
		margin: 0 auto;
		max-width: 1170px;
		min-height:10px;
		background:none;
		padding:7px 0;
}
.top_header .phone,
.top_header .phone a{color:#fff;float:left;}
.top_header .phone,
.top_header .phone a i{margin-right:5px;}
.top_header .social_header{float:right;text-align:center;}
.top_header .social_header ul{margin:0;padding:0;}
.top_header .social_header li{margin:0 0 0 8px;padding:0;float:left;list-style:none;}
.top_header .social_header img {
    vertical-align: middle;
}
.bottom_header{height:8px;width:100%;background:#063f61;}
.copyright .footerInnr a{color:inherit;}
.copyright .footerInnr a:hover{text-decoration:underline;}

.top_header .phone a:hover{text-decoration:underline;}

@media (max-width:480px){
	.gridTop .col-2{margin-right:0;width:100%;}
	.noCaptcha_img > img {
			height: auto;
	}
	.headerImage .logoImage img{
		max-width:300px !important;
		height:auto !important;
	}
}
@media (max-width:390px){
	.strip h5.mob_call{ width:100%}
}
.col-2 h2.listing_title {
    margin: 0;
}

footer .col-3 > p {
	font-size: 15px;
	line-height: 22px;
	text-align:center;
}
footer .col-3 > p a,
footer .col-3 > p > a,
footer .col-3 > p a:hover,
footer .col-3 > p > a:hover,
footer .col-3 > p a:focus,
footer .col-3 > p > a:focus {
    color:#194d60;
}
/*.captchli .g-recaptcha,.captchli iframe, .captchli iframe .rc-anchor-normal{
	width:490px !important;
}
.captchli iframe .rc-anchor-content, .captchli iframe .rc-anchor-normal-footer{
	width:50%;
}*/
.contact ul li input[type="submit"]{width:140px !important;cursor:pointer;color:#fff;font-weight:bold;}

@media (min-width:769px) and (max-width:1032px) {
	.slider .caption{width:70% !important;}
}
@media screen and (max-height: 768px){
/*.contact ul{width:90%;}*/
#rc-imageselect, .g-recaptcha {transform:scale(0.82) !important;-webkit-transform:scale(0.82) !important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;}
}
/*@media (min-height: 400px){
#rc-imageselect, .g-recaptcha {
	display: inline !important;
}
#rc-imageselect{
	max-width: 100%;
}
.g-recaptcha>div{}
.g-recaptcha>div>div{
	width: 100% !important;
	height: 78px;
	transform:scale(0.77);
	webkit-transform:scale(0.77);
	text-align: center;
	position: relative;
}
}*/
i.addr{background:url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20enable-background=%22new%200%200%2016%2016%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22%23ffffff%22%20d=%22M0.811,6.892l1.188-0.95v7.06c0,0.553,0.448,1,1,1h3c0.552,0,1-0.447,1-1v-4h2v4c0,0.553,0.448,1,1,1h3c0.552,0,1-0.447,1-1v-7.06l1.188,0.95C15.279,6.964,15.389,7,15.499,7c0.147,0,0.292-0.064,0.392-0.188c0.172-0.216,0.137-0.53-0.078-0.703l-7.5-6c-0.183-0.146-0.442-0.146-0.625,0L4.779,2.457l0.002-1.488c0,0-0.341-0.01-0.894-0.01C3.336,0.959,2.999,1,2.999,1v2.859l-2.812,2.25c-0.215,0.173-0.25,0.487-0.078,0.703C0.281,7.029,0.595,7.063,0.811,6.892z%20M7.999,1.14l5,4v7.861h-3v-5h-4v5h-3V5.142L7.999,1.14z%22/%3E%3C/svg%3E") 0 center no-repeat;width:18px;height:18px;display:inline-block;vertical-align:middle}

.captchli {margin-bottom:10px;}
.captchli .captchahit{vertical-align:middle;border:1px solid #d3d3d3;padding:10px;background:#f9f9f9;border-radius:2px;box-shadow:0 0 3px #eee;}
.captchli .captchahit .robot_checkbox{float:left;padding:20px 0;}
.captchli .captchahit .captchacheckbox,
.captchli .captchahit .captchaloader,
.captchli .captchahit .captchachecked{font-weight:bold; font-weight:100; font-size:13px;}
.code-div.captchli .noCaptcha_img	{width:22%;font-size:9px !important;font-weight:100;text-align:center;}
.captchli .captchahit .captchacheckbox img,
.captchli .captchahit .captchaloader img,
.captchli .captchahit .captchachecked img{vertical-align:middle;margin-right:8px;}
.captchli .captchahit .noCaptcha_img{float:right;text-align:center;font-size:13px;font-weight:100;}
.captchaloader,.captchachecked.{ display:none;}
.captchli [type="checkbox"]:not(:checked),
.captchli [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.captchaloader,.captchachecked{ display:none;}
.captchli [type="checkbox"]:not(:checked) + label,
.captchli [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
	font-weight:100;
	font-size:13px;
}

/* checkbox aspect */
.captchli [type="checkbox"]:not(:checked) + label:before,
.captchli [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0;
  width: 28px;
	height: 28px;
  border: 2px solid #c1c1c1;
  background: #fff;
  border-radius: 3px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}
/* checked mark aspect */
.captchli [type="checkbox"]:not(:checked) + label:after,
.captchli [type="checkbox"]:checked + label:after {
  position: absolute;
  top: -4px;
	left: 3px;
  font-size: 36px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.captchli [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.captchli [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.captchli [type="checkbox"]:disabled:not(:checked) + label:before,
.captchli [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.captchli [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.captchli [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.captchli [type="checkbox"]:checked:focus + label:before,
.captchli [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #c1c1c1;
}

/* hover style just for information */
.captchli label:hover:before {
  border: 2px solid #a1a1a1 !important;
}
#contact-form .captchli .error{
	
}
.widgets .google_wrap{height:260px !important;}
.widgets .google_wrap #map_canvas{height:260px !important;}
@media(min-width:480px) and (max-width:768px){
.widgets .google_wrap{height:auto !important;}
.widgets .google_wrap #map_canvas{height:400px !important;}
}

@media(max-width:360px){
	.widgets ul {
		float: left;
		width: 94%;
	}
	.widgets ul.bizexpress img {
		height: auto;
		margin-right: 0;
		width: 44px;
	}
}
/************ 11-04-2016 ***********/
.header-middle-right {
    float: right;
    width: 71%;
}
.middle_call {
    float: right;
    width: 100%;
	margin-top:20px;
}
.middle_call .mob_call {
    display: block !important;
}
.header-middle-right nav {
    margin-top: 45px;
}