@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body {
    font-family: 'Varela Round', sans-serif;
    color: #666666;
    background-color: #fff;
	font-size: 12px;
}

/* Cookies */
.cookiesContent .cc_btn{
	background-color:#000000 !important;
	color:#ffffff !important;
}
.cookiesContent {
	padding: 10px;
	text-align: center;
}
.cookiesContent .cookie-text {
	border: 1px solid black;
	padding: 10px;
	background: #F7F7F7;
}
.cookie-float {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: none;
	z-index: 100;
}
.push-up {
	height: 50px;
}
.closeCookie {
	z-index:9999999;
}
/* End Cookies */

@media (min-width: 992px)
{
#proprietati-recomandate .col-md-3
{
width: 33%;	
}
}


.container {
	max-width: 1024px;	
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	 outline: none !important;
}
.golden .btn:focus, .golden .btn:hover, #sidebar .btn.btn-block:focus, #sidebar .btn.btn-block:hover, #contact-form .btn:focus, #contact-form .btn:hover, .gray-module .btn:focus, .gray-module .btn:hover {
 	background-color: #bd882d !important;
	 border-color: #bd882d !important;
}
/* HEADER */
header {
	border-top: solid 4px #002856;
	margin-bottom: 17px;
}
.top-wrap {
	display: inline-block;
	background: #f2f2f2;
	border-radius: 0 0 15px 15px;
	padding: 3px 10px 5px 10px;
}
.top-list {
	list-style: none;
	display: inline-block;
	background: #f2f2f2;
	margin: 0 0 0 20px;
	padding: 0;
}
.top-list li {
	list-style: none;
	display: inline-block;	
	margin: 0 7px;
	color: #86754d;
	font-size: 11px;
	line-height: 14px;
}
.top-list li a {
	color: #86754d;	
}
.top-list.flags li {
	margin: 0 2px;
}
.flag {
	height: 14px;	
}
.header-logo img {
	max-height: 60px;
	padding: 0 10px;
	margin-top: -7px;
}
.navbar {
	margin-bottom: 0;	
}
#main-navbar {
	margin-top: 10px;	
}
#main-navbar li a {
	text-transform: uppercase;
	color: #807e74;
	padding: 5px 0;
	margin: 0 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #fff; 
	font-size: 14px;
}	
#main-navbar li a:hover, #main-navbar li a.active, #main-navbar li a:focus {
	border-color: #86754d;
	background: none;	
}
.carousel-inner {
	position: relative;	
}
.lead-cont {
	position: absolute;
	top: 0;
	width: 100%;
}
.agency-lead {
	
	margin: 85px auto 0 auto;
	width: 260px;
	height: 170px;	
	border: solid 3px rgba(255, 255, 255, 0.7);
	padding: 7px;
	
}
.lead-wrap {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	vertical-align: middle;	
	font-size: 18px;
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	color: #38393b;
}

/* #home-slider */
#home-slider .carousel,
#home-slider .item,
#home-slider div.active {
    height: 340px;
}
@media (min-width: 768px) {
    #home-slider div.carousel,
    #home-slider div.item,
    #home-slider div.active {
        height: 340px;
    }
}
.carousel-inner {
    height: 100%;
}
.carousel .item {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.carousel .active.left,
.carousel .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel .next,
.carousel .prev {
    left: 0;
    z-index: 1;
}
.carousel .carousel-control {
    z-index: 1000;
    outline: none;
    background-image: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control {
    height: 100px;
    width: 50px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    top: 150px;
    z-index: 1;
    opacity: 1;
    background-image: none;
}
#estate-slider .carousel-control {
	top: 200px;	
}
.carousel-control > i {
    font-size: 50px;
}
.carousel-control.left > i {
    margin: 35px 0 0 -4px;
}
.carousel-control.right > i {
    margin: 35px 0 0 4px;
}
.carousel-control.left:hover i,
.carousel-control.right:hover i {
 	color: #333;
}
.carousel-control.left {
    left: 0px;
}
.carousel-control.right {
    right: 0px;
}
@media (max-width: 767px) {
    .carousel-control {
        display: none;
    }
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    content: "";
}
.carousel-caption {
    padding: 0;
    position: absolute;
    right: auto;
    bottom: 50px;
    left: 0px;
}
.carousel-caption h2 {
    margin: 0;
    padding: 7px 15px 7px 50px;
    font-size: 21px;
    line-height: 21px;
    color: #333333;
    background-color: rgba(255,255,255,0.7);
}
.carousel-caption span {
    padding: 7px 15px;
    float: right;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: rgba(0,67,124,0.7);
}


/* Home Search */
.page-separator {
	border-bottom: solid 1px #cacaca;
	border-top: solid 1px #cacaca;
	height: 4px;	
	margin: 20px 0;
}
.small-separator {
	border-bottom: solid 1px #cacaca;
	border-top: solid 1px #cacaca;
	height: 4px;	
	margin: 20px 50px;
}
#home-search-wrap {
	padding: 20px 15% 0;
}
#home-search-wrap .row {
	margin: 0 -5px;
}
#home-search-wrap .row .col-sm-3 {
	padding: 0 5px;	
}
#search {
	background: #fff;
	border-color: #fff; 	
	padding: 0px 12px;
	position: relative;
	width: 140px;
	height: 30px;
	border: none;
}
#search i {
	display: block;
	position: absolute;
	background: #393a3c;
	color: #fff;
	left: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 40px;
	border-radius: 20px 0 0 20px;	
	text-align: left;
	padding: 0 10px;
	cursor: pointer;
}
#search #sbn-btn {
	background: #86754D;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: -5px;
	width: 110px;
	height: 40px;	
	line-height: 30px;
	border-radius: 20px;
	border: solid 5px #fff;	
	box-shadow: none;
	background-clip: padding-box;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
}
#search #sbn-btn:hover, #search i:hover {
	background-color: #bd882d !important;
}
#search #sbn-btn:focus, .btn:focus, .btn-group:focus, .bootstrap-select .dropdown-toggle:focus {
	outline: none;	
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#owl-carousel .item {
	padding: 0 15px;	
}
.customNavigation {
    padding: 10px 0 0 0;
}
@media (min-width: 768px) {
    .customNavigation {
        padding: 10px 15px 0 15px;
    }
}
.customNavigation .btn {
    height: 35px;
    width: 35px;
    margin-left: 5px;
    display: block;
    float: right;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0px;
    background: #335775; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzMzNTc3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQzN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #335775 1%, #00437c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#335775), color-stop(100%,#00437c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #335775 1%,#00437c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #335775 1%,#00437c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #335775 1%,#00437c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #335775 1%,#00437c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335775', endColorstr='#00437c',GradientType=0 ); /* IE6-8 */
}
.customNavigation .btn:hover {
    background-color: #003663 !important;
}
.customNavigation .btn i {
    display: block;
}
.customNavigation .btn i.fa-angle-left {
    margin: -3px 0 0 -2px;
}
.customNavigation .btn i.fa-angle-right {
    margin: -3px 0 0 2px;
}
.owl-pagination {
	margin-top: -40px;	
}

/* General Styles */
.copyright {
	color: #86754d;
	font-size: 16px;
	text-align: center;
	margin: 30px 0 15px;	
}
.btn-default {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #393a3c;
	text-transform: uppercase;
}
.btn-round {
	color: #fff !important;
	border-radius: 15px;	
	min-width: 90px;
}
#home-search-wrap .btn-group > .btn-default {
	border-radius: 15px;
	padding: 5px 25px 3px 15px;	
	font-size: 13px;
	line-height:20px;
	color: #9e9e9e;
}
.form-control.gray-input {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #393a3c;
	box-shadow: none;
	border-radius: 15px;
}
.btn-default .caret {
	color: #bba238;	
}
.btn-info {
	background-color: #393a3c;
	border-color: #393a3c;
	color: #86754d;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-info:hover, .btn-info:focus {
	background-color: #565656;	
	border-color: #565656;
	color: #86754d; 
}
.btn-info.btn-icon {
	color: #fff;	
	border-radius: 15px;
	margin-top: 15px;
}
.btn-icon {
	position: relative;	
}
.btn-icon i {
	position: absolute;
	top: 0;
	left: 5px;
	height: 28px;
	width: 30px;	
	line-height: 28px;
	display: block;
	font-size: 16px;
}
section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.golden {
	background: #86754d;
	color: #393a3c;
	font-size: 15px;
}
.golden p {
	text-align: center;	
	font-style: italic;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.links {
	padding-left: 20px;	
}
.links a {
	display: block;
	color: #939598;	
}
.links a.title {
	color: #86754d;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.golden ul, .golden li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.golden ul {
	display: inline-block;
	text-align: left;
}
.golden li i {
	width: 40px;
	text-align: center;	
}
.gray {
	background: #f2f2f2;
}
.golden h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;	
	font-weight: bold;
	margin: 0 0 20px;
}
.container-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #393a3c;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0 40px;
}
.pict_hold {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
}
.owl-wrap-ext {
	margin: 0 -15px;	
}
.featured {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #86754d;	
}
.prop-title {
	font-weight: bolder;
	margin-bottom: 15px;
	line-height: 20px;	
	vertical-align: text-bottom;
}
.zone {
	text-transform: uppercase;
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	padding-right: 0;
}
.rooms {
	text-align: right;	
}

.extra {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	min-width: 70px;
	background:  #cc0000;
	padding: 5px 10px;
	text-align: center;
}
.price {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	min-width: 70px;
	background: none;
}
.price_rent {
	background-color:rgba(134, 117, 77, 0.7);
	padding: 5px 10px;
}
.price_sale {
	background-color: rgba(0, 40, 85, 0.4);
	padding: 5px 10px;
}
.price + .price-1 {
	bottom: 27px;	
}
.prop-description {
	width: 100%;	
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
}
.prop-description td {
	width: 25%;	
	text-align: right;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.prop-description td.surface {
	width: 50%;	
	text-align: left;
}
.links {
	margin-bottom: 20px;	
}
footer .links {
	padding: 0;	
}
.rooms, .baths {
	font-size: 14px;	
}
.arrow {
	text-align: center;
	margin-bottom: 20px;	
}

/* ESTATE */
#call-us {
	text-align: center;
	text-transform: uppercase;	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
}
.font18 {
	font-size: 18px;	
}
.font16 {
	font-size: 16px;	
}
.font14 {
	font-size: 14px;	
}
#filters .btn-group > .btn-default {
	padding: 5px 25px 5px 12px;
	border: none;	
	border-radius: 15px;
	color: #9e9e9e;
}
#filters .bootstrap-select {
	margin-bottom: 15px;	
}
#filters h4 {
	background: #f2f2f2;
	text-transform: uppercase;
	color: #3a3b3d;
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: middle;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
}
#estates-list .item {
	padding: 15px 0;
	border-bottom: solid 3px #f2f2f2;	
}
#estates-list .featured .prop-title {
	color: #002856;	
}
#estates-list .price {
   
}
.pict-wrap {
	position: relative;	
}
.pict-wrap:hover .item-hover {
	background-color: rgba(0, 40, 85, 0.4);	
}
.item-hover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}
.pict-wrap:hover .item-hover .link-wrap {
	display: block;	
}
.link-wrap {
	position: relative;	
	display: none;
	width: 100%;
	height: 100%;
}
.item-hover span {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Varela Round', sans-serif;
	width: 80px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: calc(50% - 13px);
	margin-left: calc(50% - 41px);
	border: solid 1px #fff;
	text-align: center;
}
.pict_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 69%;
    position: relative;
    width: 100%;
}
.utility {
	width: 20%;
	float: left;
	line-height: 25px;	
	color: #7f7d73;
}
.utility.double-col {
	width: 40%;	
}
@media (max-width: 767px) { 
	.item-hover {
		display: block;	
		background: none;
	}
	.link-wrap {
		display: none;	
	}
	.utility {
		width: 50%;
	}
	.utility.double-col {
		width: 100%;	
	}
	#owl-carousel .featured {
		padding: 15px 0;
		border-bottom: solid 3px #f2f2f2;	
	}
}
.utility i {
	margin-right: 5px;	
}
.gray-module {
	text-align: center;	
	background: #f2f2f2;
	padding: 20px 20px;
	margin-bottom: 20px;
}
.gray-module h4 {
	color: #3a3a3c;
	font-size: 14px;
	text-transform: uppercase;	
	margin: 0 0 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
}
.gray-module p {
	color: #84754c;
	font-size: 14px;
}
#subscribe .form-control {
	background: none;
	border: none;
	border-bottom: solid 2px #68686a;
	box-shadow: none;
	border-radius: 0;
	color: #84754c;
}

#home-search ::-webkit-input-placeholder, #adv-search ::-webkit-input-placeholder {
	 text-transform: uppercase;
	 font-size: 14px;
}
#home-search :-moz-placeholder, #adv-search :-moz-placeholder {
	 text-transform: uppercase;
	 font-size: 14px;
}
#home-search ::-moz-placeholder, #adv-search ::-moz-placeholder {
	 text-transform: uppercase;
	 font-size: 14px;
}
#home-search :-ms-input-placeholder {  
   text-transform: uppercase;
	 font-size: 14px;
}

#subscribe ::-webkit-input-placeholder {
   color: #84754c;
   text-transform: uppercase;
   font-size: 14px;
}

#subscribe :-moz-placeholder { /* Firefox 18- */
   color: #84754c;
   text-transform: uppercase;
   font-size: 14px;
}

#subscribe ::-moz-placeholder {  /* Firefox 19+ */
   color: #84754c;
   text-transform: uppercase;
   font-size: 14px;
}

#subscribe :-ms-input-placeholder {  
   color: #84754c;
   text-transform: uppercase;
   font-size: 14px;
}

.block-pagination .pagination li > a, .block-pagination .pagination li > span {
	border: none;	
	color: #807e74;
}
.block-pagination .pagination li.active > span {
	background: none;
	color: #393a3c;
	font-weight: bold;	
}
.page-header {
	margin: 0;
	background-color: #f2f2f2;
	padding: 10px 30px;	
}
.page-header.for-sale {
	background: #f2f2f2 url('../img/for_sale.png') right center no-repeat;
}
.page-header.for-rent {
	background: #f2f2f2 url('../img/for_rent.png') right center no-repeat;
}
.page-title {
	margin: 0;	
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #4d4d4d;
}
#breadcrumb-wrap .breadcrumb {
	background: none;
	margin: 10px 0 0 0;
	padding: 0;	
}
#breadcrumb-wrap .breadcrumb a {
	font-size: 13px;
	color: #4d4d4d;	
}
.categories {
	margin: 10px 0;	
}
.categories, .categories a {
	text-transform: uppercase;
	color: #807e72;	
	font-family: "Varela Round",sans-serif;
}
.categories a {
	padding: 0 5px;
	border-right: solid 1px #807e72;	
}
.categories a:last-child {
	border: none;
}
.categories a.active {
	font-weight: bold;
	color: #4d4d4d;
	background-color: rgba(134, 117, 77, 0.2);
}	
#sort-wrap .btn {
	min-width: 180px;
	border-radius: 15px;
	text-align: left;
	position: relative;
	color: #8e8e86;	
}
#sort-wrap .btn .caret {
	float: right;	
	position: absolute;
	right: 10px;
	top: 12px;
}
#sort-wrap .dropdown-menu li {
	position: relative;	
}
#sort-wrap .dropdown-menu li a {
	color: #807e72;	
}
#sort-wrap .dropdown-menu i {
	float: right;
	color: #baa13a;	
	position: absolute;
	right: 10px;
	top: 5px;
}
.btn-white {
	background: #fff;
	text-transform: uppercase;
	color: #807e74;	
	border: none;
	padding: 0;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}
.btn-white i {
	margin-right: 10px;
	color: #486586;
	font-size: 18px;
}
.btn-white:hover, .btn-white:focus {
	background: none;	
}
#sort-bar {
	margin-bottom: 10px;	
}
.estate-title {
	margin-bottom: 20px;	
}
.estate-title .zone {
	font-size: 18px;
    text-transform: uppercase;
	color: #002856;
	font-weight: bolder;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 5px;
}
.estate-title h1 {
	margin: 0;
	font-size: 18px;
	color: #7f7d73;	
	line-height: 22px;
}
.full-price {
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #002856;	
	font-weight: bolder;
}
.contact h4 {
	margin: 0 0 -10px 0;
	text-align: center;	
	text-transform: uppercase;
	font-size: 14px;
}
.module {
	margin-bottom: 40px;	
}
.btn-warning {
	background: #86754d;
	border-color: #86754d;
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.contact .title {
	font-size: 13px;
	line-height: 20px;
	padding-left: 0;	
}
.agent-name {
	text-transform: uppercase;	
}
.full-dets {
	margin: 0;
	padding: 20px 0;	
}
.full-dets li {
	padding: 0 20px 0 10px;
	font-size: 13px;
	line-height: 25px;	
	color: #002856;
	display: inline-block;
	position: relative;
}
.full-dets li i {
	font-size: 6px;
	line-height: 20px;	
	vertical-align: central;
	position: absolute;
	left: 0;
	top: 0;
}
.descriere {
	color: #7f7d73;
	font-size: 13px;
	line-height: 18px;	
	font-family: Verdana, Geneva, sans-serif;
}
.h3 {
	margin: 10px 0;
	font-size: 16px;
	color: #002855;	
}
.left h3, .left .h3 {
	margin: 20px 0;
	font-size: 14px;
	color: #002855;	
}
.error-message {
	padding: 0 15px;
	color: #ff0000;	
}
#map-wrap {
	margin-top: 20px;	
	scroll-margin-top: 20px;
}
.puncte-interes {
	text-align: center;
	margin-top: 15px;	
}
.poi {
	display: inline-block;	
	padding: 0 15px;
	line-height: 20px;
}
.poi input {
	vertical-align: text-bottom;
	margin: 0 10px 0 0;	
}
.page-top {
	max-width: 1200px;
	margin: 0 auto 40px;
	position: relative;	
}
.intro-heading {
	width: 250px;
	height: 345px;	
	background: rgba(134,117,77, 0.9);
	position: relative;	
}
@media (min-width: 769px) and (max-width: 992px) {
	.intro-heading {
		height: 240px;
	}
	.header-logo {
		text-align: center;
		display: block;	
	}
	.header-logo .img-responsive {
		display: inline-block;	
	}
}
@media (max-width: 768px) {
	.page-top .overlay {
		position: inherit;	
	}
	.intro-heading {
		height: 40px;
		padding: 10px 0;
		width: 100%;
	}	
	.page-top .intro-heading h1 {
		position: inherit;
		bottom: 0;
	}
	#map-wrap #contact-box {
		position: inherit;	
		width: 100%;
		margin: 0;	
		right: 0;
	}
	.page-header.for-rent {
	  background: #f2f2f2;
	}
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: -1;
	width: 100%;
	overflow: hidden;
}
.page-top h1 {
	margin: 0;
	position: absolute;
	bottom: 60px;
	padding: 0 45px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
}
#map, #map2 {
	height: 380px;	
}
#map-wrap {
	position: relative;
	margin: 20px 0 0 0;
}
#contact-box {
	width: 45%;
	background: #393a3c;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: -20px;
	right: -20px;	
	z-index: 99;
	text-align: center;
	border: solid 20px #87754d;
}
#articles .title {
	margin-bottom: 5px;
}
#articles .title a {
	font-size: 20px;
	color: #3a3b3d;	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
}
#articles .date {
	color: #817e75;	
	font-weight: bold;
	margin-bottom: 15px;
}
#articles p {
	color: #7f7d73;
	font-size: 14px;	
}
.article-prev {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #7f7d73;	
}
#articles .article-prev:last-child {
	border: none;	
}
.sect-number {
	font-size: 60px;
	line-height: 60px;
	color: #38393b;
}
.intro {
	font-size: 15px;
	margin-bottom: 30px;
	color: #111;
}
.min-wrap {
	max-width: 900px;
	margin: 0 auto;	
}
.head-sect p {
	font-size: 13px;
	line-height: 20px;
	color: #7f7d73;
	min-height: 100px;
}
.head-sect h3 {
	font-size: 16px;
	line-height: 20px;
	color: #38393b;
	font-weight: bold;
	border-left: solid 2px #baa137;
	text-indent: 10px;
	margin-top: 0;
}
#about h2 {
	color: #38393b;
	font-size: 24px;	
	font-weight: bold;
	margin: 40px 20px;
}
.about-desc {
	font-size: 12px;
	min-height: 140px;
	margin-bottom: 30px;	
}
.about-desc ul {
	padding-left: 15px;	
}
.img-border {
	border: solid 1px #e2e2e2;
	margin-bottom: 15px;	
}
.col-left {
	width: 25%;
	float: left;	
}
.col-right {
	width: 75%;
	float: right;	
}
@media (min-width: 1240px) {
	#footer-large {
		width: 1240px;	
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.head-sect .col-left {
		width: auto;
		clear: none;
		margin-right: 5px;
	}
	.head-sect .col-right {
		width: auto;
		float: none;	
	}
	.head-sect p {
		min-height: 140px;
	}
	#owners {
		max-width: 540px;
		margin: 50px auto;	
	}
}
@media (max-width: 768px) {
	.head-sect .col-left {

	}
	.head-sect p {
		min-height: inherit;
	}
	.h-sect-wrap {
		margin-bottom: 30px;	
	}
	.head-sect .col-right {
	
	}
}
#owner {
	font-size: 14px;
	line-height: 20px;
	color: #7f7d73;	
}
#owner h2, .page h2 {
	color: #38393b;
	font-size: 24px;	
	font-weight: bold;
	margin: 0px 0 40px;
}
.owner-call {
	text-align: center;
	color: #86754d;	
}
.owner-call .phone {
	font-size: 16px;
	font-weight: bold;	
}
.black-box {
	background: #38393b;
	color: #f2f2f2;	
	padding: 20px;
}
.black-box p {
	margin: 0;	
}
.black-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}
.black-box h3:first-child {
	margin-top: 0;	
}
#save-search {
	padding: 30px;	
}
.mb15 {
	margin-bottom: 15px;	
}

#oferta-pics {
	position: relative;	
}
#toolbar {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: rgba(242, 242, 242, 0.7);
	padding: 8px 0;
	z-index: 99;
}
#toolbar a,
.map-button {
	margin: 0 5px 0 10px;	
	color: #4c4c4c;
	font-size: 13px;	
	
}

.map-button:active,
.map-button:hover {
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}

#toolbar a i,
.map-button i {
	font-size: 16px;
	margin-right: 5px;	
	vertical-align: text-bottom;
}
#toolbar .btn {
	padding: 0;
	background: none;	
	margin: 0 5px 0 10px;	
	font-size: 13px;	
	line-height: 13px;
}
#MessageMessage {
	height: 75px;	
}
.navbar-header button {
	font-size: 24px;
	line-height: 24px;
	color: #86754d;
	background: #fff;	
}

@media (max-width: 767px) {
	
	.mobile-logo {
		position: absolute;
	}
	.mobile-logo img {
	}
	#home-search-wrap {
		padding: 20px 15px;
	}
	#home-search-wrap .btn-group, #home-search-wrap input[type="text"] {
		margin-bottom: 10px;	
	}
	/*
	#search {
		width: 100%;
		background: none;
		padding: 0;
		height: auto;
	}
	#search i {
		display: block;
		position: inherit;
		width: 100%;
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		margin-bottom: 15px;
	}
	#search #sbn-btn {
		display: block;
		position: inherit;
		width: 100%;
		border: none;
		margin: 5px 0;
		height: 32px;
		line-height: 32px;
	}
	#search span {
		border: none;	
		width: auto;
		position: relative;
		display: inline-block;
		height: auto;
		border-radius: 0;
		top: 0;
	}
	*/
	.full-price {
		text-align: left;	
	}
}
@media (max-width: 991px) {
	.affix {
        position: static;
    }
}

.estate-badge {
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 2;	
}
.estate-badge.left {
	right: auto;
	left: -4px;	
}

.phone-contact {
	margin-bottom: 30px;	
}
.phone-contact > div:first-child {
	padding-right: 3px;	
}
.phone-contact > div:last-child {
	padding-left: 3px;	
}
.phone-contact .btn {
	border-radius: 12px;
	background-color: #002855;	
	text-transform: uppercase;
}
@media (min-width: 992px) {
	#contact-wrap.affix, #contact-wrap.affix-bottom {
		width: 226px;	
	}
	.affix {
	  top: 10px;
	}
	.affix-bottom {
	  position: absolute;
	}
}
#main-navbar .dropdown-menu {
	background-color: rgba(145, 131, 94, 0.9);	
	padding: 0;
}
#main-navbar .dropdown-menu > li > a {
	border: none;
	color: #fff;	
	padding: 3px 10px;
	margin: 0;
}
#main-navbar .dropdown-menu > li > a:hover {
	background-color: #41413f;		
}
.golden li a {
	color: #393a3c;
}	

#detail-window {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    display: none;
    min-height: 100px;
    position: absolute;
    width: 270px;
    z-index: 4;
}
#detail-window .window-content {
    padding: 15px;
}
#detail-window table {
	width: 100%;	
}
.m-infobox h3 {
    color: #337ab7;
}
.m-infobox td {
    color: #888;
}
#detail-window .window-content a {
	text-decoration: none;
	display: block;	
}
.pict_hold {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    width: 100%;
}
#formModalContent {
	z-index: 99999;	
}
#flashMessage {
	text-align: center;	
}
.vat {
	font-size: 12px;	
}
.footer-modal {
	color: #393a3c;
}
.footer-modal:hover {
	text-decoration: none;	
	color: #393a3c;
}
button.multiselect {
	text-align: left;	
}
.multiselect-container.dropdown-menu > li > a {
	padding: 3px 0px 3px 30px;
	line-height: 18px;	
}
.multiselect-container.dropdown-menu > li > a label {
	margin: 0;	
	font-weight: normal;
}
.multiselect-container.dropdown-menu > li > a input[type="checkbox"] {
	margin-top: 3px;	
}
.multiselect-group-clickable label {
	padding: 0 10px;
	cursor: pointer;	
	width: 100%;
	margin: 10px 0 0 0;
}
#adv-search .btn-group {
	margin-bottom: 15px;
}
.multiselect b.caret {
	position: absolute;
	top: 12px;
	right: 15px;	
}
#advice ul {
	padding-left: 15px;
	text-align: left;	
}
#advice a {
	color: #84754c;	
}
#mc_embed_signup {
	
}
#mc_embed_signup .form-control {
    background: none;
    border: none;
    border-bottom: solid 2px #68686a;
    box-shadow: none;
    border-radius: 0;
    color: #84754c;
}
#sidebar #mc_embed_signup label {
    color: #3a3a3c;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
	text-align: center;
	padding: 0;
}
.zone-description h2, .zone-description h3 {
	font-size: 16px;	
	color: #002856;
}
.left-spacer {
	margin-bottom: 20px;
}

#residential-list .item {
	padding: 15px 0;
	border-bottom: solid 3px #f2f2f2;	
}
#residential-list .featured .prop-title {
	color: #002856;	
}
#residential-list .price {
   
}


.residential-name {
	display: block;
	color: #002856;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.residential-type, .residential-zone {
	line-height: 2;
	margin-bottom: 10px;
	display: inline-block;
}

.highlight {
	color: #002856 !important;
}

.highlight.active, .highlight:hover, .highlight:active {
	border-color: #002856 !important;
}
.h3 {
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
}


@media (max-width: 768px) {
	#scroll-trigger-up {
		display: none;
	}
	#scroll-trigger-down {
		display: none;
	}
	header {
		margin-bottom: 0px;
		border-color: #ffffff;
	}
	nav {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);		
	    background: #fff;
	    width: 100%;
	}
	#content {
		margin-top: 67px;
	}
	.nav-search {
	    width: 100%;
	    height: 2em;
	    font-size: 1.5em;
	    margin-bottom: 1em;
	    padding: 0 0.7em;
	    border-radius: 1em;
	    border: none;
	    text-align: center;		
	    outline: none;
	    background: #f2f2f2;
	}
}


@media (min-width: 768px) {
	.rrssb-whatsapp {display: none;}
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}



.navbar-toggle {
	margin-right: 0;	
}

.logo-xs {
    margin: 0 0 0 -65px;
    position: absolute;
    left: 50%;
    width: 130px;
}


ul.social {
	display: block;
	text-align: center;
	font-size: 24px;
	margin-top: 20px
}

ul.social li {
	display: inline-block;
	padding: 0px 5px;
}