body {
	background: #FFF url('images/bg.jpg') 50% 0 repeat-x;
	color: #202846;
	font-size: 14px;
	
}
body.nav-fixed {
	padding-top: 80px;
}
body.maintenance-body.logged-in-line-body {
	padding-top: 140px;
}
/* Page Header */
#header {
	background: #FFF url('images/header-bg.jpg') 50% 0 no-repeat;	
}
.header-top {
	height: 217px
}
#brand {
	color: #666;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
#brand .logo {
	margin: 40px 0 0 -30px;
}
/* Page Footer */
#footer.well {
	background: none !important;
	margin-bottom: 0px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#footer.well strong {color: #202846;}
/* Grid rows */
.row-spaced {
	margin-bottom: 15px;
}
/* Headers */
h1 {
	margin: 0px 0 10px 0;
	color: #202846;
	font-family: 'Roboto Slab', 'Open Sans', Calibri, Candara, Arial, sans-serif;
}
h1 strong {
	text-transform: uppercase;
	font-weight: bold;
}
h1.page-header {
	padding-bottom: 9px;
	margin: 0 0 20px 0;
	color: #58585A;
	font-weight: 700;
}
h1 + form {
	margin-top: 30px;
}
h2 {
	/*border-bottom: 1px solid #EBEBEB;*/
	margin-bottom: 20px;
	font-size: 140%;
	color: #58585A;
}
h3 {
	/*border-bottom: 1px solid #EBEBEB;*/
	margin-bottom: 20px;
}
h3.panel-title {
	border-bottom: 0px;
}
/* Font Adjustments */
.tiny {
	font-size: 70%;
}
blockquote p {
	font-size: 14px;
}
/* Maps */
#map {
	max-width: 100%;
	height: 350px;
	display: block;
}
#map_full {
	height: 600px;
	display: block;
	max-width: 100%;
}
#map_search {
	height: 300px;
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
.map_search_popup {
	width: 300px;
	height: 150px;
	line-height: 1.35;
	overflow-x: hidden;
	white-space: nowrap;
}
/* Ratings stars */
.stars {
	cursor: pointer;
	line-height: 14px;
}
.stars-lg {
	cursor: pointer;
	font-size: 1.5em;
}
.stars .star {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
.stars .star.deactive:before {
	content: "\f006";
	color: #e99002;
}
.stars .star.hover:before {
	content: "\f005";
	color: #a94442;
}
.stars .star.active:before {
	content: "\f005";
	color: #e99002;
}
.listing_reviews_average .star {
	font-size: 2em;
}
.progress-rating-container {
	overflow: auto;
	height: 21px;
}
.progress-rating {
	margin: 3px 0 0 0;
	vertical-align: middle;
	height: 15px;
}
.progress-rating > .progress-bar {
	padding-top: 3px;
}
/* File upload overlay */
.file-cover {
	display: inline;
	margin-right: 20px;
	display: none;
}
.file-button {
	position: relative;
	overflow: hidden;
}
.file-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
	transform: translate(-300px, 0) scale(4);
}
.file-button-clear {
	position: relative;
	overflow: hidden;
	display: none;
}
/* Password Strength */
div.password_strength_container {
	height: 12px;
	margin-top: 5px;
	font-size: 90%;
	display: none;
}
div.password_strength {
	background-image: url('./images/password_strength.jpg');
	width: 100px;
	display: inline-block;
}
/* Logged in as user message */
div#logged-in-line {
	background-color: #d9edf7;
	border-bottom: 1px solid #bce8f1;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #3a87ad;
}
div#logged-in-line a {
	text-decoration: underline;
}
/* Maintenance Message */
div#maintenance-line {
	background-color: #ffeaea;
	padding: 5px 5px 5px 10px;
	height: 30px;
	overflow: hidden;
}
/* Table Adjustments */
.table {
	margin-bottom: 10px;
}
.table caption {
	padding: 0 5px;
	margin-bottom: 5px;
}
/* Form and form field adjustments */
fieldset legend {
	font-size: 16px;
	font-weight: bold;
}
div.form-control {
	height: auto;
}
.form-control {
	max-width: 300px;
}
textarea.form-control {
	max-width: 500px;
}
.form-control.tree {
	max-height: 400px;
	max-width: 500px;
	width: auto;
	overflow-y: scroll;
}
.form-inline .form-control {
	display: inline-block;
}
/* Font awesome adjustments */
/* Force font awesome icons to display properly on XS icons */
.btn-xs > .fa {
	font-size: 14px;
	top: 1px;
	position: relative;
}
.panel-heading .fa {
	margin-right: 5px;
}
.fa-pinterest, .fa-pinterest-square {
	background-color: #910101;
}
.fa-facebook, .fa-facebook-square {
	background-color: #3b5998;
}
.fa-twitter, .fa-twitter-square {
	background-color: #00a0d1;
}
.fa-youtube, .fa-youtube-square {
	background-color: #c4302b;
}
.fa-linkedin, .fa-linkedin-square {
	background-color: #4875B4;
}
.fa-google-plus, .fa-google-plus-square {
	background-color: #C63D2D;
}
.fa-foursquare, .fa-foursquare-square {
	background-color: #8FD400;
}
/** Navbar form adjustments **/
.navbar-form {
	margin-top: 15px;
}
.navbar-form .form-control {
	width: 100%;
}
.navbar-header button {
	color: #fff;
}
.navbar-collapse {
	max-height: none;
}
.navbar-static-top {
	z-index: inherit;
}
/* Utility classes */
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}
.no-margin {
	margin: 0;
}
/* Panel Adjustments */
.panel-heading .btn-xs {
	margin-top: -2px;
	margin-left: 5px;
}
/* Button adjustments */
.btn-row .btn {
	margin-bottom: 10px;
	margin-right: 10px;
}
.btn-sm > .badge {
	font-size: 11px;
	margin-left: 5px;
}
/* List group adjustments */
.list-group-item + h5 {
	margin-top: 0;
}
.list-group-item h2 {
	margin: 0;
	border: 0;
}
/* Hours adjustments */
.hours_container .well {
	margin-bottom: 5px;
}
/* Addthis adjustments */
.addthis_default_style {
	padding: 5px 0 5px 0;
}
/* Thumbnail adjustments */
.pull-left.img-thumbnail {
	margin: 0 10px 10px 0;
}
.banner.img-responsive {
	margin: 0 auto;
}
/* Results adjustments */
#search_results_sort {
	width: auto;
}
.listing_results_result h4 {
	margin-top: 0;
}
.listing_results_result .stars {
	margin-bottom: 5px;
}
.listing_results_address {
	display: inline-block;
}
.listing_results_map_marker {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url('./images/icon_google_map_markers.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	zoom: 1;
 *display: inline;
	margin: 0 5px 0 0;
}
.listing_results_map_marker1 {
	background-position: 0 0;
}
.listing_results_map_marker2 {
	background-position: -20px 0;
}
.listing_results_map_marker3 {
	background-position: -40px 0;
}
.listing_results_map_marker4 {
	background-position: -60px 0;
}
.listing_results_map_marker5 {
	background-position: -80px 0;
}
.listing_results_map_marker6 {
	background-position: -100px 0;
}
.listing_results_map_marker7 {
	background-position: -120px 0;
}
.listing_results_map_marker8 {
	background-position: -140px 0;
}
.listing_results_map_marker9 {
	background-position: -160px 0;
}
.listing_results_map_marker10 {
	background-position: -180px 0;
}
.listing_results_map_marker11 {
	background-position: -200px 0;
}
.listing_results_map_marker12 {
	background-position: -220px 0;
}
.listing_results_map_marker13 {
	background-position: -240px 0;
}
.listing_results_map_marker14 {
	background-position: -260px 0;
}
.listing_results_map_marker15 {
	background-position: -280px 0;
}
.listing_results_map_marker16 {
	background-position: -300px 0;
}
.listing_results_map_marker17 {
	background-position: -320px 0;
}
.listing_results_map_marker18 {
	background-position: -340px 0;
}
.listing_results_map_marker19 {
	background-position: -360px 0;
}
.listing_results_map_marker20 {
	background-position: -380px 0;
}
/* Listings */
#send_to_phone_container {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
#call_container {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
/* Add This Responsiveness */
#addthis {
	max-width: 100% !important
}
#addthis > .addthis_button_google_plusone {
	width: 65px;
}
#addthis > .addthis_button_tweet {
	width: 85px;
}
#addthis > a {
	margin: 0 15px 5px 0;
	padding: 0px;
}

/* Screen specific adjustments */
@media screen and (max-width: 767px) {
.navbar-toggle {
	margin-right: 10px;
}
.collapse .form-control {
	margin-bottom: 5px;
}
}
/* custom CSS strat*/

/* social icons */
ul.social_icons {
	display: table;
	overflow: auto;
	margin: 0px auto;
	padding: 0px;
}
ul.social_icons li {
	list-style-type: none;
	float: left;
}
ul.social_icons li a span {
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	-ms-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}
ul.social_icons li a span:hover {
	background: #a49260;
	color: #FFF;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	-ms-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}
#footer {
	margin-top: 40px;
}
#footer.well .list-group-item {
	background-color: transparent;
	border: 0px;
	color: #FFF;
}
#footer.well .list-group-item, #footer.well .list-group-item a {
	color: #919191;
	display: block;
}
#footer.well .list-group-item a:hover {color: #000; text-decoration: none;}
.panel, panel-heading {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn, .form-control {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar {
	font-size: 15px;
}
.panel-default .panel-title {
	font-weight: 700;
	color: #58585A;
}
.panel-body {
	background-color: #EEE;
}
.media-heading {
	font-size: 16px;
}
hr {
	border-color: #EEE;
}
.panel-title-large {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
}
.panel-body-dark {
	background: #58585A;
	color: #FFF;
	border-top: 2px solid #333;
}
.panel-body-dark label.col-lg-2 {float: none !important;}
.panel-body-dark .btn {
	border: 2px solid #FFF;
	margin-bottom: 20px;
}
.panel-body-grey {
	background-color: #D6D7D7 !important;
	background: none;
}
.fa-round {
	background: #333333;
	color: #FFF;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
}
.panel-default .col-xs-6 {
	margin-bottom: 15px;
}
.listing-cpanel a {
	display: block;
	margin-bottom: 8px;
	text-decoration: none !important;
}
.fe-address br {
	display: none;
}
.fe-list {
	margin-bottom: 6px;
}
.fe-title {
	display: block;
	color: #FFF;
	font-size: 13px;
	background-color: #58585A;
	margin-top: 0px;
}
.fe-title a {
	color: #FFF;
	display: block;
	padding: 6px 6px;
	text-align: center;
	text-decoration: none;
}
.fe-list li {
	background-color: transparent;
	border: 0px;
	padding: 4px;
}
.fe-list li strong {
	color: #58585A;
}
.fe-list li + li {
	border-top: 1px solid #CCC;
}
.header-number {
	font-size: 14px;
	display: block;
	text-align: right;
	margin-top: 19px;
	color: #58585A;
	text-shadow: 1px 1px 1px #FFF;
}
.header-number-original {
	font-size: 36px;
	display: block;
	text-align: right;
	margin-top: 36px;
	color: #58585A;
	text-shadow: 1px 1px 1px #FFF;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item .img-thumbnail {
	border: 0px;
	padding: 0px;
}
/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {background: #58585A !important;}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -40px;
	top: 120px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -40px;
	top: 120px;
}

.owl-theme.home-slider .item {border: 1px solid #EEE;}

.owl-theme.home-slider {margin: 0px !important;}

.owl-theme.home-slider .owl-controls .owl-buttons .owl-prev {
	left: 0px;
	top: 46%;
}

.owl-theme.home-slider .owl-controls .owl-buttons .owl-next {
	right: 0px;
	top:  46%;
}



/*To move navigation buttons outside use these settings:*/
.listing_results_address br {display: none;}

.form-group {overflow: auto; margin-bottom: 10px;}

div {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;	
}

/*.navbar-default:before {
	content: '';
    display: block;
    height: 1px;
    top: -6px; left: 0;
    background: #FAA331;
	margin-bottom: 4px;
	position: absolute;
	width: 100%;
}*/
.btn-margin {margin: 6px 0px;}

.user-menu  {margin-top: -1px;}
.user-menu li {float: left; margin: 0px 0px 6px 4px;}
.user-menu a {background-color: #243363; border: 1px solid #243363; color: #FFF; padding: 10px 32px !important; font-size: 16px;}

.user-menu li+li a {background-color: #a49260;border: 1px solid #a49260;}
.user-menu a:hover {background-color: #FFF !important; color: #243363;}
.user-menu li+li a:hover {background: #FFF !important;color: #a49260;}

.col-lg-3.col-md-3 {margin-bottom: 12px;}

.panel-default > .panel-heading {font-size: 16px;}

.home-search .col-xl-6 .col-lg-2 {width: 100%; padding: 0px;}

.home-search form .form-control {padding: 2px 18px; height: 35px;}

.navbar-default {
	background: none !important;
}
.navbar-default .navbar-nav>li>a {
	color: #222d51;
	font-family: 'Roboto Slab', 'Open Sans', Calibri, Candara, Arial, sans-serif;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
	background: #6674a7;
}
@media (min-width: 992px) {
.navbar-nav {
	float: right;
}
}

.homecontent {
	padding: 20px;
	background: #e7e7e7;
background: -moz-linear-gradient(top,  #e7e7e7 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #e7e7e7 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #e7e7e7 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #e7e7e7 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );

}
.dropdown-menu>li>a:hover {
	color: #FFF;
	background: #6674a7;	
}
.firstbox .panel {
	background: #6674a7;
}
.secondbox .panel {
	background: #a49260;
}
.thirdbox .panel {
	background: #202846;
}
.firstbox .panel, .secondbox .panel, .thirdbox .panel {
	color: #FFF !important;
}
.firstbox .panel h3, .secondbox .panel h3, .thirdbox .panel h3 {
	font-family: 'Roboto Slab', 'Open Sans', Calibri, Candara, Arial, sans-serif;
	color: #202846;	
	background: #FFF;
	text-align: center;
	display: block;
	padding: 7px 0;
	font-size: 20px;
}
.firstbox .panel h3 strong, .secondbox .panel h3 strong, .thirdbox .panel h3 strong {
	text-transform: uppercase;
}
.firstbox .panel .panel-heading, .secondbox .panel .panel-heading, .thirdbox .panel .panel-heading, .firstbox .panel .panel-body, .secondbox .panel .panel-body, .thirdbox .panel .panel-body {
	background: none !important;
	border: none !important;
}

.secondbox .btn-default {
	background: #243363;
}
.secondbox .btn-default:hover, .secondbox .btn-default:focus, .secondbox .btn-default:active, .secondbox .btn-default.active, .secondbox .open .dropdown-toggle.btn-default {
	background: #FFF;
	color: #243363
}

.secondbox a {
	color: #FFF;
	text-decoration: none
}
.secondbox a:hover, a:focus {
	color: #FFF;
	text-decoration: underline
}

.navbar-toggle {
	background: #a49260;
}
.btn-primary {
	background: #a49260;
}
.home-search label {
	display: block !important;
	float: none !important;
}

a.button-page {
	background-color: #243363;
	border: 1px solid #243363;
	color: #FFF;
	padding: 10px 32px !important;
	font-size: 16px;
	text-decoration: none;
}
a.button-page:hover {
	background-color: #FFF;
	border: 1px solid #243363;
	color: #243363;
}
#header+.container {
	background: #FFF;
	background: rgba(255,255,255,0.5);
	min-height: 440px;
}
@media screen and (max-width: 991px) {
#header+.container {
	min-height: 630px;
}
}
#description_help, #pass_help, #pass2_help {
	color: #a49260;
	font-size: 1.3em;
}
