/* #nav-wrapper {
	height: 60px;
	border-bottom: 1px solid #e4e6e3;
	background-color: #fff;
} */

#search ul {
	margin-top: 0px;
	display: block;
}

#filter ul {
	margin-top: 2px;
	display: block;
}

#dynamicloader {
	display: none !important;
}

select {
	height: 35px;
	width: 20%;
	min-width: 185px;
	border: 1px solid #ccc;
	padding: 8px 0px 10px 10px;
	display: inline;
	margin-right: 10px;
	text-align: left;
	margin-top: 18px;
	color: #7c7c7c;
	float: left;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;
	background: url('../img/btn/btn-select.png') right 13px no-repeat;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;  /*Removes default style Firefox*/
}

select:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

button:first-child {
	margin-left: 30px;
}
button {
	height: 35px;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	display: inline;
	margin-right: 10px;
	text-align: left;
	margin-top: 18px;
	color: #7c7c7c;
	float: left;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #f8f8f8;

}

button:hover, button.active {
	background-color: #f5f5f5;
	cursor: pointer;
}

#search {
	width: 100%;
	/* min-width: 350px; */
	height: auto;
	float: left;
	padding-bottom: 10px;
	background-color: #fff;
}

#search p{
	padding: 25px;
	margin: 0;
	font-size: 14px;
	color: #575756;
	float: left;
}


#filter {
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
	padding-bottom: 10px;
	   border-bottom: 1px solid #dce0e0;
}

#filter p{
	padding: 30px;
	margin: 0;
	font-size: 14px;
	color: #575756;
	float: left;
}

#filters {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dce0e0;
	border-top: 1px solid #dce0e0;
	padding: 10px 0;
	margin-bottom: 20px;
}

.property {
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 10px;
	height: auto;
	background-color: orange;
	display: block;
	float: left;
}
.extra{
	background-color:red;
}
.property.highlight {
	background-color: #fe841d;
}

.bargain-alert {
	background: url('../img/bg/bg-bargain-alert.png') no-repeat 6px 0px;
	width: 100%;
	height: 240px;
	position: absolute;
}

.property img{
	width: 100% !important;
	height: auto !important;
	min-height: 240px;
}
.property .overflow {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.prijs {
	width: 50%;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	height: auto;
	text-indent: 10px;
	float: left;
	color: #fff;
	font-family: 'Sourcesanspro', arial;
	font-weight: bold;
}

.meer_info {
	width: 25%;
	height: 12px;
	float: right;
	padding: 8px 10px;
	margin: 1px;
	text-align: center;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	font-family: 'Sourcesanspro', arial;
	font-weight: bold;
}

.meer_info:after{
	content: ">";
	font-size: 10px;
	padding-left: 5px;
}

.meer_info:hover{
	/* border: 1px solid #fff; */
	cursor: pointer;
}

.info_kort {
	min-height: 100px;
	width: 100%;
	margin-top: 30px;
	background-color:#f7f7f7;
	color: #545454;
	font-family: 'Sourcesanspro', arial;
}

.info_kort h2,
.info_kort h3 {
	font-size: 14px;
	font-weight :600;
	padding-top: 5px;
	margin-left: 8px;
}

.info_kort p{
	margin-top: -8px;
	font-size: 12px;
	margin-left:8px;
	padding: 0;
	margin-bottom:0px;
}

#meer_filters {
	padding: 10px 20px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	color: #7c7c7c;
	display: inline-block;
	font-size: 12px;

}

#meer_filters:hover{
 background: #efefef;
 cursor: pointer;
}

#properties {
	padding-left: 20px;
}


.pagination {
	width: 100%;
	margin: 0px auto;
	height: auto;
	display: inline-block;
}

.pagination .results_bottom {
	width: 96%;
	margin: 0 auto;
	/*margin-top: 50px;*/
	color: #aaa;
	font-size: 12px;
}

.results_top {
	float: right;
	margin-top:24px;
	margin-right: 5px;
	color: #aaa;
	font-size: 12px;
	display: inline-block;
	width: 30%;
}

.pagination ul {
	list-style: none;
	position: relative;
	width: 96%;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-left:0;
}

.pagination li{
	display: inline-block;
	height: 30px;
	line-height: 2;
	background-color: #fff;
	border: 1px #ccc solid;
	color: #ff5a5f;
	font-weight: 100;
	border-radius: 2px;
}

.pagination li:hover{
	background: #edefed;
	color: #7c7c7c;
	cursor: pointer;
}

.pagination li a{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	color: #ff5a5f;
}

.pagination li a:hover, .pagination li.active a{
	color: #7c7c7c;
}

.pagination .divider {
	border: none;
	background-color:#f7f7f7;
	color: #7c7c7c;
	cursor: default !important;
	padding-left: 10px;
	padding-right: 10px;
}

.pagination .divider:hover{
	background-color:#f7f7f7;
}

.pagination .active {
	background-color: #edefed;
	color: #7c7c7c;
	cursor: default !important;
}

#filters ul {
	width: 250px;
	float: right;
	position: relative;
}

/* nieuw */

#left {
	position: relative;
	width: 40%;
	/* height: 950px; */
	background: #FFF;
	float: left;
}

#map {
	width: 100%;
	height: 900px;
	background: #FFF;
	float: left;
}

#search_map_cb_container {
	font-size: 11px;
	position: absolute;
	top: 6px;
	left: 50px;
	z-index: 50;
	color: #7c7c7c;
}

#search_map_cb_container input[type=checkbox].css-checkbox {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

#search_map_cb_container input[type=checkbox].css-checkbox + label.css-label {
	padding: 8px 0px 0px 27px;
	border: 1px solid #dce0e0;
	height: 24px;
	width: 100%;
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:11px;
	vertical-align:middle;
	cursor:pointer;
	background-image: url(../img/btn/uncheck-red.png);
	background-position: 5px 7px;
	line-height: 17px;
	background-color: #ffffff;
}

#search_map_cb_container  input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(../img/btn/check-red.png);
}

.infowindow img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.infowindow {
	width: 100%;
}
.gm-style-iw {
	width: 80%;
	min-height: 300px;
}

#left h2 {
	font-size: 80px;
	color: #fe841d;
	font-weight: 100;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: 'Sourcesanspro', arial;
}
#left h3 {
	width: 90%;
	margin: 10px auto;
}

#left p {
	width: 90%;
	margin: 0 auto;
	line-height: 2;
	font-size: 12px;
}

.costa table {
	width: 100% !important;
}

.costa img {
	display: block;
	max-width: 80% !important;
	/*max-width: 250px;*/
	height: auto !important;
	margin-bottom: 30px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#right {
	width: 60%;
	height: 100%;
	min-height: 1500px;
	background-color: #f7f7f7;
	float: right;
	color: #575756;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #ada8a1;
	padding-bottom: 200px;
	font-family: "Sourcesanspro", arial;
}

#fotos {
	width: 50%;
	margin-top: 20px;
	padding-right: 20px;
}

.foto {
	width: 80%;
	max-width: 250px;
	height: auto;
	margin-left: 10%;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}

.foto img {
	width: 100%;

}

.rechtstekst {
	width: 20%;
}

#right .spacer {
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4e6e3;
	clear: both;
}

/* alhaurin banner */

.alharuinbanner {
	display: block;
	position: relative;
	margin-bottom: 40px;
	float: left;
	width: 99%;
	margin-left: 1%;
}

.alhaurinbanner-div {
	background: url(../img/main-banners/Banner_BBS_to_alhaurin.png);
    background-size: contain;
    width: 99%;
    height: 173px;
}

/* bbs banner */

.bbs-banner-wrapper {
	width: 99%;
    float: left;
    margin-left: 1%;
    margin-top: -41px;
    margin-bottom: 22px;
}
.bbs-banner {
	display: block;
	position: relative;
	border: 1px solid #e5e5e6;
	background-color: #ffffff;
	padding: 10px 10px 10px 239px;
	text-align: center;
	width: calc(71% - 249px);
	margin-bottom: 40px;
	margin-top: 40px;
}
.bbs-banner .bbs-banner-stamp {
	position: absolute;
	left: -9px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 249px;
	height: 162px;
	background: url(../img/bbs-banner-stamp.png);
}
.bbs-banner h2, .bbs-banner p { margin: 0px; }
.bbs-banner h2 { 
	margin-bottom: 10px; 
	color: #e20613;
	text-transform: uppercase;
	font-weight: bold;
}
.bbs-banner .btn {
	display: inline-block;
	margin-top: 15px;
	background-color: #e20613;
	color: #ffffff;
	padding: 5px 35px 5px 35px;
	border-radius: 5px;
	font-weight: 300;
}
.bbs-banner .btn:after {
	content: ' >';
	font-size: 13px;
}

/* ce banner */

.ce-banner-wrapper {
	width: 100%;
	float: left;

}
.ce-banner {
	display: block;
	position: relative;
	margin: 10px 10px 10px 10px;
	text-align: center;
	width: 71%;
	min-height:100px;
	margin-bottom: 40px;
	border: 1px solid #f36923;
	background-color: #ffffff;
}
.ce-banner-left {
	width:50%;
	float:left

}
.ce-banner-logo {
	margin-left:10%;
	width:80%;
	height: 100px;
	background: url(../img/casa-logo.jpg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center; 
}
.ce-banner-background {
	width: 50%;
	height:100px;
	float:right;
	background: url(../img/casa-background.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center; 
}
.ce-banner h2, .ce-banner p { margin: 0px; }
.ce-banner h2 { 
	margin-top:25px;
	margin-bottom: 0px; 
	color: #ffffff;
	font-weight: bold;
	font-size:16px;
}
.ce-banner .btn {
	display: inline-block;
	margin-top: 10px;
	background-color: #f36923;
	color: #ffffff;
	padding: 5px 35px 5px 35px;
	border-radius: 5px;
	font-weight: 300;
}
.ce-banner .btn:after {
	content: ' >';
	font-size: 13px;
}



/* responsive */

@media screen and (max-width: 1000px) {
	#fotos {
		width: 100%;
	}

	.foto {
		width: 80%;
		max-width: 500px;
		height: auto;
		margin-left: 10%;
		float: left;
		margin-bottom: 30px;
	}

	#left h2 {
		font-size: 35px;
	}
}


@media screen and (max-width: 1600px) {
  .property {
  	width: 48%; 	
  }
  .bbs-banner {
  	width: calc(100% - 269px);
  }
  .ce-banner {
  	width: calc(100% - 40px);
  }

}

@media screen and (max-width: 1000px) {
.results_top {
	width: 400px;
	text-align: right;
	margin-top: 0px;
}
}

@media screen and (max-width: 960px) {
  .property {
  	width: 98%;
  }
	
}