@charset "utf-8";
/* CSS Document */

body
{
	    color: #000000;
    font-family: "Trebuchet MS",Arial,Verdana;
    font-size: 14px;
    font-weight: normal;
}



@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'overlockregular';
    src: url('../fonts/overlock-regular-webfont.eot');
    src: url('../fonts/overlock-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/overlock-regular-webfont.woff2') format('woff2'),
         url('../fonts/overlock-regular-webfont.woff') format('woff'),
         url('../fonts/overlock-regular-webfont.ttf') format('truetype'),
         url('../fonts/overlock-regular-webfont.svg#overlockregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'overlock_scregular';
    src: url('../fonts/overlocksc-regular-webfont.eot');
    src: url('../fonts/overlocksc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/overlocksc-regular-webfont.woff2') format('woff2'),
         url('../fonts/overlocksc-regular-webfont.woff') format('woff'),
         url('../fonts/overlocksc-regular-webfont.ttf') format('truetype'),
         url('../fonts/overlocksc-regular-webfont.svg#overlock_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img
{
	max-width:100% !important;
	height:auto !important;
}
img, img:hover, a, a:hover
{
	outline:none;
}
iframe
{
	width:100% !important;
}
.header-container
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,efefef+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 53%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 53%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 53%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
border-top:5px solid #00A4D4;
min-height:130px;
border-bottom:1px solid #d8d8d8;
}
.navcontainer
{
	background:#00608E;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.navcontainer .container-fluid
{
	padding:0px !important;
}
.gap
{
	padding:0px !important;
}
a , img
{
/* 	text-decoration:none; */
	outline:none !important;
}
a { text-decoration:underline !important;}
img
{
	max-width:100% !important;
	height:auto;
}
.header-top
{
	padding-top:20px !important;
	padding-bottom:20px !important;
}

.body-container
{
	margin-top:10px;
	margin-bottom:50px;
}

.sidebar-box
{
webkit-box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
-moz-box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
border:1px solid #dddddd;
}
.font-green
{
	color:#009900;
}






.sidebar-box{
   
    margin: 10px auto;
    padding: 0 10px 0;
    position: relative;
    color: #444;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.sidebar-box h3 {
    display: block;
    height: 35px;
    line-height: 1.3;
    width: 117%;
    margin: 0;
    padding: 3px 10px 1px 10px;
    position: relative;
    left: -16px;
    top: 14px;
    color: #fff;
   
 
 
    background: #00A3D3;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size:20px;
font-family: 'overlock_scregular';
	 
}
.sidebar-box h3::before,
.sidebar-box h3::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -26px;
    z-index: -10;
    border: 13px solid;
    border-color:#23759C transparent transparent transparent;    
}
.sidebar-box h3::before {left: 0;}
.sidebar-box h3::after {right: 0;}

.sidebar-box ul
{
	padding:0px;
	margin:22px 0 0px 15px;
	list-style-type:none;
}
.sidebar-box ul li
{
	background:url(../images/menu-icon.png) left 13px no-repeat;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.sidebar-box ul li a
{
	color:#0060a1;
	font-size:13px;
	/* text-decoration:none !important; */
}
.content-box
{
webkit-box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
-moz-box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
box-shadow: -1px 0px 7px 2px rgba(156,156,156,0.74);
border:1px solid #dddddd;

}







.content-box{
   
    margin: 10px auto;
    padding: 0 10px 0;
    position: relative;
    color: #444;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	width:100%;
	float:left;

}
.content-box h3 {
    display: block;
    height: 35px;
    line-height: 1.3;
    width: 100%;
    margin: 0;
    padding: 3px 10px 1px 10px;
    position: relative;
    left: -16px;
    top: 14px;
    color: #fff;
	height:auto;
	padding-bottom:6px;
   
 
 
    background: #00608E;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size:20px;
font-family: 'overlock_scregular';
	 
}
.content-box h3::before,
.content-box h3::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -26px;
    z-index: -10;
    border: 13px solid;
    border-color: #022F44 transparent transparent transparent;    
}
.content-box h3::before {left: 0;}
.content-box h3::after {right: 0;}

.content-box ul
{
	padding:0px;
	margin:22px 0 0px 15px;
	list-style-type:none;
}
.content-box ul li
{
	background:url(../images/menu-icon.png) left 13px no-repeat;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.content-box ul li a
{
	color:#00608e;
	font-size:13px;
}
.grybox-border1 {
    border: 1px solid #d4d4d4;
    margin: 0 0 10px;
    padding: 12px 8px;
}
.agent-listing1 {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px;
}
.agent-listing1 ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.agent-listing1 ul li {
    background: rgba(0, 0, 0, 0) url("../images/icon3.gif") no-repeat scroll left 5px;
    border-bottom: 1px solid #f1eeee;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 0 0 10px 14px;
    text-decoration: none;
}
.form-box
{
	clear:both;
	font-family: 'overlock_scregular';


}
.search-phone
{	font-family: 'overlock_scregular';
color:#000;
margin-top:27px;
margin-bottom:20px;
font-size:20px;
}
.search-phone a
{
	text-decoration:underline;
	color:#1C5D3B;
}
.sp-border
{
		border-bottom: 1px solid #474747;
		width:100%;
		float:left;
		padding-top:15px;
}
.grey-border {
    border-bottom: 1px solid #e0e0e0;
}
.yahoo-bg
{
	margin-top:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d8659+1,0a3f28+100 */
background: #0d8659; /* Old browsers */
background: -moz-linear-gradient(top, #0d8659 1%, #0a3f28 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0d8659 1%,#0a3f28 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0d8659 1%,#0a3f28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8659', endColorstr='#0a3f28',GradientType=0 ); /* IE6-9 */
text-align:center;
padding:10px 0;
}

.ypgg-poll .title {
    background: #0c6643 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
  }
.ypgg-poll .poll-body {
    background-color: #f0fbdc;
    border: 1px solid #7dae24;
    height: 153px;
    padding: 10px;
}
.ypgg-poll .poll-body .btn {
    background-color: #00A3D3;
    border: 1px solid #00A3D3;
    color: #fff;
    cursor: pointer;
    font-family: "Arial",Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 5px;
}
.ypgg-poll .poll-body .qs {
    color: #374e0d;
    font-size: 12px;
}
.ypgg-poll .poll-body .ans {
    color: #000;
    font-size: 13px;
}
.footer-bg
{


background: #a8a8a8;/* Old Browsers */
background: -moz-linear-gradient(top, #a8a8a8 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(left top, left bottom, color-stop(0%, #a8a8a8), color-stop(100%, #ffffff));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(top, #a8a8a8 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a8a8a8 0%, #ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a8a8a8 0%, #ffffff 100%); /* IE 10+ */
background: linear-gradient(to bottom, #a8a8a8 0%, #ffffff 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#ffffff', GradientType=0 );/* IE6-9 */


font-size:13px;
padding-top:16px;
padding-bottom:25px;
text-align:left;
width:100%;
float:left;
border-bottom:1px solid #000;
}
.footer-bg ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.footer-bg a
{
	color:#0060a1;
	text-decoration:underline;
}
.footer-bg h3
{
color: #00008b;
    font-family: "Overlock SC",cursive;
    font-size: 18px;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 3px;
    text-decoration: none;
}
.footer-bg ul li
{
	margin-top:9px;
	margin-bottom:9px;
	background:url(../images/star4.png) left 5px no-repeat;
	padding-left:20px;
	font-style:italic;
}


.footer-bg-bottom
{
font-size:11px;
padding-top:25px;
padding-bottom:25px;
text-align:center;
width:100%;
float:left;
}
.footer-bg-bottom a
{
	color:#000;
	font-size:11px;
	text-decoration:underline;
}
.submit-btn1 {
/*    border: 1px solid #999;
    border-radius: 5px;
    color: #5c5c5c;
    font-family: "Overlock SC",cursive;
    font-size: 18px !important;
    font-weight: 800;
    padding: 10px !important;
    text-transform: capitalize;*/
	
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
border:1px solid #999;
padding:10px 10px !important;
	text-transform:capitalize;
 font-family: 'overlock_scregular';
 	font-size:18px !important;
	font-weight:800;
	letter-spacing:2;
	color:#5C5C5C;
	
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9db80+0,96c56f+100;Green+3D+%232 */
background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
cursor:pointer;
}

.submit-btn1:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4efc0+0,abbd73+100;Olive+3D+%232 */
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top, #e4efc0 0%, #abbd73 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e4efc0 0%,#abbd73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.hour_table
{
	border:1px solid #ccc;
	margin-top:20px;
	font-size:11px;
}
.hour_table .heading {
    background: #f5ffec none repeat scroll 0 0;
    color: #093824;
    font: bold 14px/22px "Arial",Helvetica,sans-serif;
    text-transform: uppercase;
	text-align:center;
}
#news {
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}


.newLike, .newDislike {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 24px;
    margin: 0 8px 0 0;
    padding: 5px;
    text-indent: -90000px;
    width: 24px;
}
.newLike {
    background: #fff url("../images/thumbs.png") no-repeat scroll -1px -21px !important;
    border: 1px solid #ccc !important;
    display: inline-block !important;
    margin-right: 5px;
}


.newDislike {
    background: #fff url("../images/thumbs.png") no-repeat scroll -31px -22px !important;
    border: 1px solid #ccc !important;
    display: inline-block !important;

    margin-right: 5px;
}
#rating_result_container
{
	background:#F0F0F0;
	border-top:5px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:100%;
	padding-bottom:10px !important;
	padding-top:10px !important;
}
.dtailes-map-border {
    border: 1px solid #b6b4b5;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
	float:left;
}
.agent-details {
    background-color: #efebe2;
    border: 1px solid #fbcf88;
    border-radius: 5px;
    color: #000000;
    padding: 5px 12px;
	width:100%;
	float:left;

}
.agent-details h2
{
	color:#000;
	font-size:20px;
	text-transform:none;
	font-weight:bold;
}
.hour_table th
{
	text-align:center;
	background:#F0F0F0;
}
#form1 .row
{
	padding:6px 0 !important;
}


.new-city-listing2{
padding:0;
margin:0;
}
.new-city-listing2 ul{
padding:0;
margin:0;
line-height:normal;
list-style-type:none;
}
.new-city-listing2 li{
padding:0 0 10px 18px;
margin:0 26px 0 19px;
border-bottom:1px solid #d8dbdc;
width:44%;
float:left;
background:url(../images/icon5.jpg) no-repeat left 9px !important;

}
.new-city-listing2 a{

margin:0;
font-family:"Trebuchet MS", Arial, Verdana;
 font-size:14px; color: #00A3D3 !important;font-weight:bold;
text-decoration:underline;
line-height:18px;
}
.new-city-listing2 a:hover{

text-decoration:underline;

}

#news h2
{
	margin-top:8px;
}
.agent-details1 img
{
	display:block;
}
.border-box {
    border: 2px solid #b6b4b5;
    padding: 20px 10px;
	   border-radius: 5px;
	   margin-top:20px;
	  
}
input.gsc-search-button {
    background-color: #cecece;
    border-color: #666666;
	border:1px solid #000;
	padding:4px 10px;
	margin-top:2px;
}
.new-city-listing1{
padding:0;
margin:0;
}
.new-city-listing1 ul{
padding:0;
margin:0;
line-height:normal;
list-style-type:none;
}
.new-city-listing1 li{
padding:0;
margin:0 20px 0 0;
border-bottom:1px solid #d8dbdc;
background:url(../images/icon5.jpg) no-repeat left 17px !important;
float:left;
width:29%;
}
.new-city-listing1 a{

font-family:"Trebuchet MS", Arial, Verdana;
font-size:14px;
font-weight:normal;
text-decoration:none;
color:#000000;
line-height:28px;

}
.new-city-listing1 a:hover{

text-decoration:underline;
color:#000000;

}








.listing {
    float: left;
    width: 100%;
}


.listing ul {
    border-bottom: 1px solid #bbb;
    float: left;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.listing ul li:first-child {
    margin-left: 0;
}
.listing ul li {
    float: left;
  /*   margin-left: 10px;
    padding: 5px 0 10px;
   width: 320px;*/
   background:none;
}
.listing-content {
    border: 1px dashed #1d1d1b;
    float: left;
    margin: 10px 25px 0 0;
    padding: 5px;
    width: 95%;
}
.listing-main {
    border: 1px solid #3f933f;
    color: #009900;
    font: 12px/18px "Arial",Verdana,Helvetica,sans-serif;
   min-height: 310px;
    margin: 0;
    overflow: hidden;
}
.content {
    background-color: #ffffff;
    border: 0 solid #009900;
    float: left;
    min-height: 239px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.listing-main p {
    margin: 10px;
    padding: 0;
}
.company-name {
    color: #009900;
    font: bold 18px/22px "Arial",Verdana,Helvetica,sans-serif;
}

.bt-main {
  
    width: 100%;
	text-align:center;
	clear:both;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	
}



.map-top-border
{
	    border-top: 1px solid #ebebeb;
    margin: 10px 0 20px;
    padding: 10px 0 0;
	text-align:center;
}
.barbox-border {
    background-color: #fff;
    border: 1px solid #d0cecf;
    color: #595757;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0;
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
  
}
.greenbox {
    background-color: #edf6e5;
    border: 1px solid #64cc1f;
    color: #317305;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
}

/*.detailed {
    border-top: 1px solid #ebebeb;
    margin: 10px 0 20px;
    padding: 10px 0 0;
}
.detailed table {
    border-collapse: inherit;
    border-spacing: 1px;
}

.detailed table {
    background-color: inherit;
    max-width: 100%;
}*/












.educate-link ul
{
	 margin: 0 0 0 15px;
}



.fa-plus-circle
{
	display:none;
}
.fa-minus-circle
{
	display:none;
}

.re {
    color: red;
}
.letters-links a
{
	font-weight:bold !important;
}
.agent-listing-link
{
	font-weight:bold !important;
	float:left !important;
	margin-right:5px;
}
.small-text1 {
    color: #000000;
    float: left;
    font-family: "Trebuchet MS",Arial,Verdana;
    font-size: 20px;
    font-weight: normal;
    height: 36px;
    margin: 0 20px 12px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 46px;
}
a.selected-small-text2 {
    background-color: #00608e;
    border: 1px solid #0891d3;
    color: #fff;
    float: left;
    font-family: "Trebuchet MS",Arial,Verdana;
    font-size: 20px;
    font-weight: normal;
    height: 32px;
    margin: 0 20px 12px 0;
    padding: 4px 0 0;
    text-align: center;
    text-decoration: none;
    width: 46px;
}
a.small-text2 {
    background-color: #f0ecec;
    border: 1px solid #dcd7d7;
    color: #000000;
    float: left;
    font-family: "Trebuchet MS",Arial,Verdana;
    font-size: 20px;
    font-weight: normal;
    height: 32px;
    margin: 0 20px 12px 0;
    padding: 4px 0 0;
    text-align: center;
    text-decoration: none;
    width: 46px;
}

.desk
{
	display:block;
}
.mob
{
	display:none;
}
.nav li a { text-decoration:none !important;}
@media (min-width: 1201px) {
.sidebar-box h3 {

    width: 114%;

	 
}
.content-box h3 {

    width: 104%;
}
}
@media (min-width: 1092px) and (max-width: 1200px) {
.content-box h3 {

    width: 104%;
}
.sidebar-box h3 {

/*    width: 117% !important;*/
}	
}
@media (min-width: 768px) and (max-width: 1091px) {
.content {
    background-color: #ffffff;
    border: 0 solid #009900;
    float: left;
    min-height: 289px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidebar-box h3 {

    width: 117%;
}

.sidebar-box h3 {

    width: 100%;
    position:inherit !important;
    left:inherit !important;
    top: inherit !important;
    color: #fff;
    background:#00A3D3;
}
.sidebar-box {

    padding: 0 0px;
  
}

.content-box h3 {

    width: 100%;
    position:inherit !important;
    left:inherit !important;
    top: inherit !important;
    color: #fff;
    background: #00A3D3;
}
.content-box {

    padding: 0 0px;
  
}
.submit-btn1 {

    font-size: 11px !important;
    font-weight: 800;

	margin-bottom:15px;
	

}
.add-content h2
{
	font-size:14px;
}
.nav > li > a {
    display: block;
    padding: 10px 7px !important;
    position: relative;
	font-size:11px !important;
}
}
@media (max-width: 480px) {
}
@media (max-width: 767px) {
#gsc-i-id1
{
margin-bottom:8px;
}
.agent-listing1 img
{
	display:none;
}
.border-box
{
	display:inherit!important;
}
.agent-details .col-sm-12, .agent-details .col-sm-12 .col-sm-8, .agent-details .col-sm-12 .col-sm-8 .col-sm-12
{
	padding:0px !important;
}
.agent-listing1 ul li {
    font-size: 10px;
}
.mob-off
{
	display:none;
}
.opt-out
{
text-align:center;
width:100%;
display:block;
}
.searchform .col-sm-4
{
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.searchform .col-sm-4 input
{
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.searchform .col-sm-4 select
{
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.goog-te-gadget .goog-te-combo {
    display: block;
    margin: 4px 0;
}
.captcha-input
{
	display:block !important;
	width:50% !important;
}
.new-city-listing2 ul {
    line-height: normal;
    list-style-type: none;
    margin: 20px;
    padding: 0;
}
.content-box ul li {
    margin: 0 auto !important;
    width: 100%;
}	
.listing-content {
    width: 100%;
}	
.new-city-listing1 li{
width:100%;
}	
	
.new-city-listing2 li{
width:87%;
}	
	
	
	
.dtailes-map-border {
    border: 0px solid #b6b4b5;
    border-radius: 5px;
    float:none;
    margin: 5px;
    padding: 5px;
}	
	
	
	
/* Force table to not be like tables anymore */
.hour_table table, .hour_table thead, .hour_table tbody,.hour_table th, .hour_table td, .hour_table tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
.hour_table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

.hour_table tr { border: 1px solid #ccc; }

.hour_table td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

.hour_table td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top:0px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
.hour_table td:nth-of-type(1):before { content: ""; }
.hour_table td:nth-of-type(2):before { content: "Mon"; }
.hour_table td:nth-of-type(3):before { content: "Tue"; }
.hour_table td:nth-of-type(4):before { content: "Wed"; }
.hour_table td:nth-of-type(5):before { content: "Thu"; }
.hour_table td:nth-of-type(6):before { content: "Fri"; }
.hour_table td:nth-of-type(7):before { content: "Sat"; }
.hour_table td:nth-of-type(8):before { content: "Sun"; }

	
	
	
	
	
	
	
	
.add-content h2
{
	font-size:14px;
}
/*#searchform .col-sm-5
{
margin-bottom:10px;
}*/
.content-box h3
{
	height:auto;
}
.container-fluid
{
	padding:0px !important;
}

.header-top
{
	text-align:center;
}
.navbar-collapse {
  max-height: 340px;
 padding-right: 15px;
  padding-left: 15px;

}
.navcontainer .container-fluid
{
	padding-left:15px !important;
		padding-right:15px !important;
}
.sidebar-box h3 {

    width: 100%;
    position:inherit !important;
    left:inherit !important;
    top: inherit !important;
    color: #fff;
    background: #00A3D3;
}
.sidebar-box {

    padding: 0 0px;
  
}

.content-box h3 {

    width: 100%;
    position:inherit !important;
    left:inherit !important;
    top: inherit !important;
    color: #fff;
    background: #00A3D3;
	height:auto;
}
.content-box {

    padding: 0 0px;
  
}
.navbar-nav > li > a {
    background:none !important;
}
.submit-btn1 {

    font-size: 13px !important;
    font-weight: 800;
    padding: 14px !important;
	margin-bottom:15px;
	

}
.nav li {
    border-top: 1px solid #fff;

}
.nav li :first-child{
    border-top: 1px solid #fff;

}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent !important;
}
.navbar-collapse {
    border-top: 0px solid transparent !important;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset !important;

}
.sort-input .col-sm-4
{
	text-align:center !important;
	margin-top:20px;
}
.desk
{
	display:none;
}
.mob
{
	display:block;
}
#left-state
{
	display:none;
}


.sidebar-box h3::before, .sidebar-box h3::after {

    border-color: transparent transparent transparent !important;
}


.fa-plus-circle
{
	display:inline-block;
	float:right;
}
.fa-minus-circle
{
	display:none;
	float:right;
}
.mob-img
{
	text-align:center;
	margin:0px auto !important;
	float:none !important;
	display:block;
/*.body-container ol
{
	margin-left:-17px;
}*/
}
.educate-link ul
{
	 margin: 0 0 0 15px;
}
.educate-link
{
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;


}
.barbox-border {

    margin: 10px 0 0 3%;

    width: 94%;
}

	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		padding-bottom:6px;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

}