@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic);

.section {
  background-color: #eeeeee;
}

.section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section .mbr-background-video,
.section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#price-slider {
	margin-top: 20px;
	margin-bottom: 40px;
}
h1 {
	font-size: 30px; /* To make H1 same as H2 */
}

input.btn.btn-primary {
	margin: 5px;
	height: 50px;
}
input.btn.btn-default {
	margin: 5px;
	height: 50px;
}

.message {
	color: #ff0000;
}

#user_content {
	margin-top: 50px;
	position: relative;
	padding-bottom: 5px;
}
#header1, #flexslider_fortune, .projects_block, #homepage_featured_developments, #footer_copyright {
	position: relative;
}
#slider .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#slider1-2 {
	margin-top: 145px;
}
.listing2 .breadcrumb {
	display: block;
}
/* __________ Product Social __________ */
.product_social {padding:29px 0 21px;}
.product_social a {
	display:inline-block;
	margin:0 5px 8px 0;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#cbcbcb;
}
.product_social a:hover {background-color:#62b8f0;}
.product_social a i {
	display:block;
	line-height:30px;
	text-align:center;
	font-size:17px;
	color:#2a2a2a;
}
/* Logged In Greeting */
.greeting {
	font-size: 120%;
	margin-bottom: 20px;
	margin-right: 4%;
}
/* Listings List */
.listing-row {
	border-color: rgba(38, 90, 136, 1);
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.after-listing-row {
	border-color: rgba(38, 90, 136, 1);
	border-width: 0px;
	border-style: solid;
	border-top-width: 1px;
}
img.listings {
	vertical-align: middle;
	max-width: 99%;
	margin: 1px;
}
.result-links {
	text-align: center;
}
.sold {
	color: #ff0000;
}
.advanced-search > .row {
	margin-bottom: 10px;
}
.price-change-table {
	margin-right: 5px;
	margin-left: 5px;
}
.price-change-table > div {
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: rgba(38, 90, 136, 1);
}
.after-change-table {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	margin-bottom: 10px;
}	
.price-change-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.price-change-heading {
	font-weight: 400;
	text-align: center;
	font-style: italic;
    font-size: 18px;
}
.price-change-data {
	text-align: center;
	font-weight: 300;
}
.on-price-watch {
	text-align: center;
	font-size: 16px;
	color: green;
	text-transform: uppercase;
	margin: 15px;
}
.track-prices {
	text-align: center;
}
.address {
	font-size: 16px;
}
.mls {
	font-size: 16px;
}
.price {
	font-size: 18px;
	color:  rgba(38, 90, 136, 1);
}
.short-description {
	font-weight: 300;
}
#updating {
display: none;
	position: absolute;
	padding-top: 15%;
	width: 100%;
	height: 100%;
	font-size: 4vw;
	font-weight: bold;
	background-color: rgba(0,0,0,0.3);
	color: white;
	z-index: 100;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#property_teasers .mbr-section-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
	.address {
		text-align: center;
	}
	.mls {
		text-align: center;
	}
	.price {
		text-align: center;
	}
	.short-description {
		text-align: center;
	}
	.more-info {
		text-align: center;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#updating {
		display: none;
	}
	.price-change-heading {
		font-size: 11px;
	}
	.price-change-data {
		font-size: 10px;
	}
}

/* Protected Menu Items */
.buyers_club_closed .protect_buyers_club>a:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e06c  ";
}
.buyers_club_open .protect_buyers_club>a:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e000  ";
}

/* Forms */
.form-item-end {
	margin-bottom: 5px;
	width: 100%;
}
.home-eval-form .btn {
	margin-right: 8px;
	margin-left: 8px;
	height: 34px;
}
.home-eval-form input, .home-eval-form textarea, .home-eval-form select {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 70%;
}
.eval-submit {
	text-align: center;
	width: 100%;
}
#ask-an-expert label, #pcs-signup label {
	width: 25%;
	text-align: right;
	margin-right: 10px;
}
#ask-an-expert input, #ask-an-expert textarea, #pcs-signup input, #pcs-signup textarea {
	width: 70%;
	margin-bottom: 10px;
}
#ask-an-expert .form-group, #pcs-signup .form-group {
	width: 100%;
}
#ask-an-expert .btn, #pcs-signup .btn {
	width: 20%;
	margin-left: 50%;
	margin-right: 25%;
}
@media (max-width: 767px) {
	#ask-an-expert label, #pcs-signup label {
		width: 90%;
		text-align: left;
		margin-left: 5%;
	}
	#ask-an-expert input, #ask-an-expert textarea, #pcs-signup input, #pcs-signup textarea {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		
	}
	#ask-an-expert .btn, #pcs-signup .btn {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}

/* Contact Info */
.contact_info {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-bottom: 10px;
	text-align: center;
}
.contact_info .name {
	font-size: 14px;
}
.contact_info .company {
	font-size: 14px;
}
.contact_info .address {
	font-size: 14px;
}
.contact_info .phone {
	font-size: 14px;
}
.contact_info .company {
	font-size: 14px;
}

/* FAQ */
.question {
	font-weight:bold;
}
.answer {
	margin-bottom: 10px;
}

table {
	border-color: white !important;
}

/* Registration Info */
.free-membership {
	color: #0f7631;
	font-size: 150%;
	text-align: center;
}

/* Condo Smarts */
#left-side {
	padding: 25px 0;
	min-height: 330px;
	overflow: hidden;
}
#nav-side li {
	display: block;
	list-style: none;
	margin-left: 25px;
	padding-bottom: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 80%;
	vertical-align: baseline;
	background: transparent;
	text-align: -webkit-match-parent;
}
#content {
	padding: 10px 25px;
	margin-bottom: 10px;
	height: auto;
	font-size: 85%;
}
#user_content .container {
	padding-right: 0;
	padding-left: 0;
}
#content td {
	padding: 5px;
}
#disclaimer {
	font-size: 10px;
	color: #999;
	line-height: 1.25em;
	text-align: justify;
	margin: 10px 10px 20px 10px;
}
a {
    color: #0f7631	font-weight:600;
}
a:focus, a:hover {
    color: #0f7631;
    text-decoration: underline;
}
.noUi-connect {background:#ccc;}
body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}


.btn-primary {
	background-color: #0f7631;
    border-color: #00031c;
    background-image: none;
}
.btn-primary:focus, .btn-primary:hover  {
    background-color: rgba(255,0,0,0.5);
    background-position: 0 -15px;
}
primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0f7631;
    border-color: #00031c;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: rgba(255,0,0,0.5);
    border-color: #a81e4e;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #333;
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #333;
    border-color: #222;
}
.btn-secondary {
    background-image: -webkit-linear-gradient(top,#f0f0f0 0,#cccccc 100%);
    background-image: -o-linear-gradient(top,#f0f0f0 0,#cccccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#cccccc));
    background-image: linear-gradient(to bottom,#f0f0f0 0,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffcccccc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #cccccc;
}
.btn-secondary:focus, .btn-secondary:hover  {
    background-color: #e4e2e2;
	 background-image: -webkit-linear-gradient(top,#e4e2e2 0,#bbbbbb 100%);
    background-image: -o-linear-gradient(top,#e4e2e2 0,#bbbbbb 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e4e2e2),to(#bbbbbb));
    background-image: linear-gradient(to bottom,#e4e2e2 0,#bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e2e2', endColorstr='#ffbbbbbb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #bbbbbb;
}
secondary:active, .open>.dropdown-toggle.btn-secondary {
    color: #000;
    background-color: #e4e2e2;
    border-color: #bbbbbb;
}


.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover {
    color: #000;
    background-color: #e4e2e2;
    border-color: #bbbbbb;
}


/* __________ Portfolio Item __________ */
.portfolio_block .project .hover_img {position:relative; background-color:white;}
.portfolio_block .project .hover_img:before {content:''; position:absolute; z-index:10; left:0; top:0; width:100%; height:100%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.portfolio_block .project:hover .hover_img:before {background-color:rgba(0,0,0,0.38);}
.portfolio_block .project .hover_img img {opacity:0.92;}
.portfolio_block .hover_img .zoom {
	display:block;
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0);
}
.portfolio_block .project_descr {
	position:relative;
	padding:37px 10px 14px;
	color:#979797;
	background-color:#f4f4f4;
	border-bottom:2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr {border-bottom-color:#ff7e69;}
.portfolio_block .project_descr h4 {margin-bottom:11px;}


.adsenserow {
	margin-top:20px;
	margin-bottom:20px;
padding-top:20px;
padding-bottom:20px;
border-top:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
}
#footer-copyright {
    color: #333 !important;
    background: #e2e2e2 !important;
}
#footer-copyright a.nav {
	color:#0f7631;
}
div.forSellers:after, div.forBuyers:after {
    content: '';
	width: 80%;
    position: absolute;
    left: 10%;
    bottom: -2px;

    border-width: 0 0 1px;
    border-style: solid;
	
}
div.forSellers, div.forBuyers {
margin-bottom:10px;
}

input.btn.btn-primary[name="new_member"] {margin: 20px 5px;}
form#login {margin-top:20px;}
input[name="login_username"], input[name="login_password"] {margin-left:15px;}
form#login table {border-collapse:separate;
border-spacing: 0 1em;
}
ul.doublespace li {line-height:1.4em; margin:5px 0 15px;
position: relative;
  padding-left: 20px;
}
ul.doublespace {
  list-style-type: none;
  padding-left: 20px;
}


ul.doublespace li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: ElegantIcons;
  content: "N";
  color: #0f7631;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
#login_block table {float:left !important; width:100%;}
#login_block table td:first-child {width:110px;}
#login_block div {text-align:left !important;}
.label {font-size:100%}
.label-info {
	background-color: #0f7631;
	line-height: 2.5;
	border-radius: 0;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #53ba75;
}
.noUi-connect {
	background: #0f7631 !important;
}
.noUi-value-horizontal {
	margin-left: -30px !important;
}
.noUi-value {
	width: 60px !important;
	font-size: 11px !important;
}
@media (max-width: 992px) { 
	.noUi-value {
		font-size: 0.9vw !important;
	}
}
.associates img {
	max-width: 100%;
	max-height: 375px;
}

.associates {
	font-size: 120%;
}
#contact_associate {
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
}

#reciprocity_logo {
	display: inline;
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.disclaimer {
	font-size: 80%;
}
.listing-row {
	position: relative;
}
.reciprocity_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.logo h4 {
	margin-top: 40px;
	color: #0a0a0a;
	padding-left: 20px;
}
@media (max-width: 550px) { 
.logo h4 {display:none;}

	.reciprocity_logo {
		position: absolute;
		top: 5px;
		right: 0;
		width: 60px;
		margin-right: 5px;
		margin-bottom: 10px;
		opacity: 0.8;
	}	
}
@media (max-width: 250px) {
	.social {
		padding: 15px 0 20px;
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
	}
	.header-phone {
		position: relative;
		bottom: 0px;
		/* right: 5%; */
		font-size: 120%;
		text-align: center;
	}
}