/* DEFAULT SETTINGS */

html {
	font-family: 'Sourcesanspro', arial;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    
}

body {
	margin: 0; 
}

a {
	text-decoration: none;
	color: #333;
}

h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 2px;
	text-align: center;
	font-size: 25px;
	color: #e30613;
	letter-spacing: 1px;
	font-family: 'Sourcesanspro', arial;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

input, select, textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}

mark {
	font-family: 'Sourcesanspro', arial;
}

/* Fonts */

@font-face {
	font-family: 'Helvetica Neue';
	src: url('fonts/helveticaneueltpro-lt-webfont.eot');
	src: url('fonts/helveticaneueltpro-lt-webfont.eot') format('embedded-opentype'), url('fonts/helveticaneueltpro-lt-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-lt-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-lt-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Sourcesanspro';
	src: url('fonts/sourcesanspro-regular.eot');
	src: url('fonts/sourcesanspro-regular.eot') format('embedded-opentype'), url('fonts/sourcesanspro-regular.woff') format('woff'), url('fonts/sourcesanspro-regular.ttf') format('truetype'), url('fonts/sourcesanspro-regular.svg') format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Aptifer';
	src: url('fonts/aptifer-slab-lt-pro-medium.eot');
	src: url('fonts/aptifer-slab-lt-pro-medium.eot') format('embedded-opentype'), url('fonts/aptifer-slab-lt-pro-medium.woff') format('woff'), url('fonts/aptifer-slab-lt-pro-medium.ttf') format('truetype'), url('fonts/aptifer-slab-lt-pro-medium.svg') format('svg');
	font-weight: 400;
	font-style: bold
}

@font-face {
	font-family: 'Dazed';
	src: url('fonts/dazedarchetype-webfont.eot');
	src: url('fonts/dazedarchetype-webfont.eot') format('embedded-opentype'), url('fonts/dazedarchetype-webfont.woff') format('woff'), url('fonts/dazedarchetype-webfont.ttf') format('truetype'), url('fonts/dazedarchetype-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal
}


/* START Header */

#header {
	width: 100%;
	display: block;
}

#top-menu {
	height: 60px;
	width: 100%;
}
#top-menu #search_menu{
	background: url('../../img/mobile/casalogo.png') no-repeat 5px center;
	height: 60px;
	background-size: 50px 50px;
}

#top-menu #header_case {
	width: 20px;
	height: 20px;
}
#top-menu .search {
	margin-top: 20px;
	margin-left: 70px;
	background: url('../../img/mobile/search.png') no-repeat right center;
}
#top-menu #click_menu_open {
	width: 60px;
	height: 60px;
	background-size: 30px 30px;
	background-image: url(../../img/mobile/menu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	right: 0px;
}
#top-menu #menu_open {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	/* bottom: 0px; */
	background-color: #ffffff;
/* 	opacity: 0.8;
	filter: alpha(opacity=80);  */
	z-index: 200;
	border-bottom: 1px solid #cccccc;
}
#top-menu #menu_open ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#top-menu #menu_open li {
	border-top: 1px solid #f7f7f7;
	line-height: 40px;
}
#top-menu #menu_open a {
	display: block;
	padding-left: 10px;
	width: 100%;
	height: 100%;
}
#top-menu #menu_open .sublink {
	background-color: #cccccc;
}
#top-menu #menu_open .type_costa,
#top-menu #menu_open .type_PRO  {
	display: none;
}


/* END Header */

/* language select */

#language_select {
	z-index: 100;
	text-align: left;
	list-style: none;
	cursor: pointer;
	font-family: "Sourcesanspro", arial, verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #575756;
	margin: 0px;
	padding: 0px;
	float: right;
}
#language_select li {
	line-height: 30px;
	min-width: 15px;
	height: 40px;
	width: 50px;
	padding-top: 12px;
	padding-right: 16px;
	list-style: none;
}

#language_select .lng {
	text-align: right;
}

#language_select li ul {
	display: none;
	width: 270px;
	cursor: default;
	position: absolute;
	color: #59595B;
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px #59595B;
	border-left: 1px solid #DDDEDF;
	border-bottom: 1px solid #DDDEDF;
	z-index: 10000;
	text-transform: none;
	font-family: verdana, corbel, arial;
	margin-left: -240px;
	margin-top: 3px;
	margin-bottom: 0px;
}

#language_select li:hover ul {
	display: block;
}
#language_select li ul li {
	height: 15px;
	font-size: 12px;
	font-family: verdana, corbel, arial;
	line-height: 15px;
	/* white-space:nowrap; */
	background: none;
	color: #59595B;
	width: 270px;
	text-align: left;
	clear: both;
}
#language_select li ul li.select {
	font-size: 25px;
	font-family: ms100, arial, verdana, corbel, arial;
	padding-bottom: 65px;
	margin-top: 15px;
	line-height: 30px;
}

#language_select li ul li a {
	color: #0858ae;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#language_select li ul li a:hover {
	color: #ed1c24;
}

#language_select .lang_left {
	float:left;
	width: 130px;
	margin-bottom: 10px;
}

#language_select .lang_right {
	float: right;
	width: 140px;
}

/* START Navigation */

#zoekbalk {
	margin-top: 16px;
	float: left;
	margin-left: 15px;
}

#zoekbalk input.search {
	width: 230px;
	height: 25px;
	font-family: "Sourcesanspro", arial;
	font-size: 12px;
	color: #333;
	padding-left: 30px;
	border: 1px solid #c4c4c4;
	background: url('../../img/btn/btn-search.png') no-repeat;
}

#nav-wrapper {
	width: 100%;
	min-width: 765px;
    
	height: 110px;
	top: 150px;
	font-family: 'Sourcesanspro', arial;
	color: #575756;
	background-color: #fff;
}
#nav-wrapper p {
	float: left;
	color: #ccc;
	margin-left: 25px;
	line-height: 1.8;
}

#nav-wrapper > .yellow {
	background-color: #fad406;
}

#nav-wrapper > .white {
	height: 40px;
	border-bottom: 1px solid #e4e6e3;
	background-color: #fff;
}

#nav-wrapper > .white p {
	float: left;
	color: #ccc;
	margin-left: 25px;
	line-height: 1.8;
}

#nav {
	height: 60px;
	width: auto;
	float: right;
	margin-right: 25px;
}

#nav ul {
	text-decoration: none;
	height: 40px;
}

#nav li {
	display: inline;
	margin: 0 20px;
	font-weight: 200;
	line-height: 1.5;
	font-family: 'Aptifer', 'arial';
	color: #575756;
	font-weight: bold;
}

#nav li a {
	color: #575756;
}

#search-panel {
	width: 60%;
	height: 50px;
	min-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	clear: right;
}

#search-panel a {
	padding: 9px 20px;
	background-color: #e30613;
	font-size: 13px;
	color: white;
	margin-right: -5px;
	border: 1px #e30613 solid;
	width: 30px;

}

#search-panel a:hover {
	background-color: #d7000f;
}

#search-panel select:nth-of-type(1) {
	margin-right: -3px !important;
}

#search-panel select {
	height: 35px;
	padding: 8px 0;
	width: 24%;
	min-width: 125px;
	border: 1px solid #aaa;
	color: #82888a;
	font-size: 13px;
	text-indent: 20px;
	margin: 0;
	margin-right: -5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;  /*Removes default style Firefox*/
	-o-appearance:none;
	appearance:none; 
	background: url('../../img/btn/btn-select.png') #fff right 13px no-repeat;
}

select::-ms-expand {
	display: none;
}

#search-panel select:nth-of-type(2) {
	border-left: none;
	border-right: none;
}

#search-panel select:nth-of-type(3) {
	border-right: none;
}

#search-panel select:hover {
	background-color: #fcfcfc;
	cursor: pointer;
}

#search-panel input[type="submit"] {
	padding: 9px 20px;
	background-color: #e30613;
	color: #fff;
	font-size: 12px;
	border: 1px #e30613 solid;
	margin-left: 0;
}

#search-panel input[type="text"] {
	height: 29px;
    margin-left: 50px;
    margin-right: -5px;
    width: 275px;
    text-indent: 20px;
    color: #777;
}



/* END Navigation */

/* START Content / Content-Header */


#content-header {
	background-color: #edefed;
	/* min-height: 325px; */
	width: 100%;
	background-size: cover;
	background-position: top;
}

#content-header.landing {
	padding-bottom: 20px;
	width: 100%;
}

#content-header > .block, #content-header > .block-landing {
	width: 100%;
	font-family: 'Sourcesanspro', arial;
	color: #575756;
	font-size: 18px;
}

#content-header > .block p.subheading {
	width: 100%;
	text-align: left;
	font-size: 1px;
	color: #7c7c7c;
	margin: 30px 0 0 0;
}

#content-header > .block p {
	font-family: 'Sourcesanspro', arial;
	font-size: 15px;
	color: #575756;
	margin: 0;
	margin-top: 20px;
	line-height: 1.5;
}

#content-header > .block-landing {
	width: 100%;
}

#content-header > .block-landing p {
	text-align: center;
	font-size: 15px;
	color: #7c7c7c;
	margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#content-header > .block-landing  img.costa {
	width: 100%;
	height: auto;
}

#content-header > .block-landing > .costa_vlak {
	float: left;
	position: relative;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	height: auto;
	margin-bottom: 10px;
}

#content-header > .block-landing > .costa_vlak div.costa_title {
	padding-top: 20px;
	width: 100%;
    text-align: center;
	font-family: 'Sourcesanspro', Arial, arial;
	font-size: 28px;
	color: white;
	margin: 0;
	font-weight: bold;
	position: absolute;
	top: 0px;
}

#content-header > .block-landing > .costa_vlak  .block {
	position: absolute;
	bottom:25px;
	width: 100%;
}

#content-header li {
	font-size: 15px;
}

span.title {
	display: block;
	font-family: "Sourcesanspro", arial;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	padding: 5px;
    margin-left: 5%;
	width: 80%;
	text-align: center;
	background: #ffdd35;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px #ffdd35 solid;
}

a:hover span.title {
	cursor: pointer;
	border-color: #efefef;
	background-color: #efefef;
}

.costa_mark {
	left: 800px;
	top: -100px;
	position: relative;
	margin-bottom: -130px;
}

.costa_tekst {
	width: 220px;
	height: 250px;
	float: left;
	background: url('../../img/bargain_stamp.png') no-repeat top center;
	background-size: contain;
}

.costa_tekst p {
	text-align: left;
	font-size: 12px;
	color: #7c7c7c;
	margin-top: 145px;
	margin-left: 10px;
}

.costa_tekst a {
	font-size: 12px;
	margin-left: 10px;

}

#wide_block {
	width: 100%;
	/* margin: 0 auto; */
	/* margin-top: 40px; */
}

#wide_block .block {
	float: left;
	padding-left: 20px;
}

#wide_block #block-left > .block {
	width: 140px;
}

#wide_block #block-right > .block {
	width: 140px;
}

#wide_block .block ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#wide_block .block ul li {
	padding-bottom: 3px;
}

#wide_block .block ul li a {
	font-size: 12px;
	font-family: "Sourcesanspro", Arial, arial;
	color: red;
	font-weight: bold;
}

#block-toggle {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	display: none;
}

#block-toggle .block {
	float: left;
	padding-left: 20px;
	width: 140px;
}

#block-toggle .block ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#block-toggle .block ul li {
	padding-bottom: 3px;
}

#block-toggle .block ul li a {
	font-size: 12px;
	font-family: "Sourcesanspro", Arial, arial;
	color: red;
	font-weight: bold;
}

.balk {
	background-color: #dfe1df;
	text-align: center;
	font-family: "Sourcesanspro", Arial, arial;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	padding: 10px 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#block-left, #block-right {
	float: left;
}

.balk.large, #block-left {
	width: 100%;
}

.balk.small, #block-right {
	width: 100%;
}

#content-header .block-landing a.show-provinces {
	padding: 10px 20px;
	width: 120px;
	height: 15px;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin: 40px auto 0px;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
	color: #7c7c7c;
	border: 1px solid #ccc;
}

#content-header .block-landing a.show-provinces:hover {
	background-color: #efefef;
	cursor: pointer;
}

#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#content p {
	font-size: 13px;
	color: #7c7c7c;
	line-height: 1.5;
}

#content h2 {
	font-size: 18px;
	margin-top: 34px;
	display: block;
	width: 92%;
	color: #e30613;
	font-weight: bold;
}

#content ul {
	padding-left: 15px;
}

#content ul li {
	font-size: 13px;
	color: #7c7c7c;
	line-height: 1.5;
}

#content-header img,
#content img {
	width: 100% !important;
	height: auto !important;
	float: none !important;
}

body #content .initial {
	width:initial!important;
}

.checkbox_newsletter {
	display: inline;
}

.error {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

#content > .dark, #content > .light {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content > .dark {
	background-color: #efefef;
	position: relative;
}

#content > .light {
	background-color: #ffffff;
	position: relative;
}

#content .dark h2 {
	color: #333;
    font-weight: normal;
}

#content .light h2 {
	color: #333;
    font-weight: normal;
}

#content > .dark > .home, #content > .light > .home {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 25%;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#content > .light > .text, #content > .dark > .text {
	width: 70%;
	padding-left: 30%;
}

.eye {
    background-image: url('../../img/about-icons/oog.png');
}

.euro {
    background-image: url('../../img/about-icons/euro.png');
}

.excl {
    background-image: url('../../img/about-icons/uitroepteken.png');
}

.question {
    background-image: url('../../img/about-icons/vraagtaken.png');
}

.sign {
    background-image: url('../../img/about-icons/pen.png');
}

#content2 {
/* 	width: 70%;
	max-width: 1200px;
	min-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
 */}

#content2 p {
	font-size: 13px;
	color: #7c7c7c;
	display: block;
	/* width: 1000px; */
	line-height: 1.5;
}

#content2 h2 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 400;
	/* float: left; */
	display: block;
	/* width: 670px; */
	margin-left: 10px;
	margin-right: 10px;
}

#content2 img {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-top: 10px;
	float: none;
}

#content2 .estate-photo {
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 0;
	margin-right: 40px;
	background-color: gray;
	/* float: left; */
	background: url('../../img/realestate-photo.png') no-repeat;
}

#sales_wrapper {
	background-color: #edefed;
	/* height: 500px; */
	width: 100%;
}

#sales {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#sales h2 {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #e30613;
	letter-spacing: 1px;

}

.bx-controls {
	display: none;
}

.huis {
	position: relative;
	float: left;
	width: 230px!important;
	height: 320px;
	margin: 10px;
	margin-top: 10px;
}
.huis .overflow {
	position: relative;
	width: 230px;
	height: 195px;
	overflow: hidden;
}
.huis img {
	height: auto;
}

.huis p {
	color: #e30613;
	font-size: 14px;
}
.huis .ahome {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.huis .overflow .bargain-alert-small {
	background: url('../../img/bg/bg-bargain-alert-small.png') no-repeat right bottom;
	width: 105px;
	height: 75px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/* END Content / Content-header */

/* START Footer */

#footer-slider-wrapper {
	width: 100%;
	/* height: 200px; */
	padding-bottom: 20px;
	background-color: #fad406;
}

#footer-slider .bx-wrapper {
	/* max-width: 1250px!important; */
}

#footer {
	width: 100%;
/*  	max-width: 1500px;
	min-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
 */	margin-bottom: 100px;
	height: 100px;
}

#footer-logo {
	width: 140px;
	height: 100px;
	background: url("../../img/alert_geel.png") no-repeat;
	float: left;
	margin-bottom: 10px;
}

#footer-menu {
	width: 125px;
	/* height: 100px; */
	margin-left: 20px;
	float: right;
	font-family: "Sourcesanspro", Arial, arial;
	margin-top: 20px;
}

#footer-menu ul {
	display: inline;
	padding-left: 0;
	list-style: none;
}

#footer-menu li {

	/* display: inline; */
	margin-right: 10px;
	font-size: 15px;
	color: #555;
}

.spacer {
	clear: both;
	/* width: 400px; */
	height: 1px;
	background-color: #7c7c7c;
}

#footer-menu p {
	font-size: 12px;
	color: #777;
	margin-top: 15px;
	line-height: 1.6;
}

#footer-rechts {
	width: 100%;
	height: 100px;
	/* float: right; */
	/* margin-right: 20px; */
	display: inline-block;
	clear: both;
}

#caxia-logo {
	display: none;
/* 	width: 70px;
	height: 80px;
	background: url("../../img/caixa.png") no-repeat;
	float: right;
	margin-top: 0px;
	display: block;
	margin-left: 0px;
 */}

#footer-rechts p {
	font-size: 15px;
	color: #555;
	margin-top: 15px;
	line-height: 1.6;
	float: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer-rechts .spacer {
	width: 100%;
	height: 1px;
	background-color: #7c7c7c;
	float: left;
	margin-top: 0px;
}

/* END Footer */

#footer-logos {
	width: 100%;
	height: 35px;
	float: left;
	background: url("../../img/logos.png") no-repeat;
	margin-top: 10px;
}

.balkgeel {
    width: 100%;
    height: 15px;
    background-color: #fad406;
}

#footer-slider {
	padding-top: 20px;
}

/* Slider carousel styling */

div.slider-carousel div.slide {
	height: 105px !important;
	width: 250px !important;
	padding: 5px;
	background: #ffffff;
	min-width: 250px !important;
	margin-right: 10px;
}

div.slider-carousel div.slide div.left {
	float: left;
	width: 66%;
	height: 95px;
	padding-top: 5px;
	padding-left: 2%;
	padding-right: 2%;
}

div.slider-carousel div.slide div.left span, div.slider-carousel div.slide div.left p {
	font-family: "Sourcesanspro", Arial, arial;
}

div.slider-carousel div.slide div.left span {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

div.slider-carousel div.slide div.left p {
	font-size: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

div.slider-carousel div.slide div.left .link {
	color: #e30613;
}
div.slider-carousel div.slide div.left a:hover{
	color: #82888a;
}

div.slider-carousel div.slide div.right {
	float: left;
	width: 30%;
	height: 95px;
	padding-top: 5px;
	overflow: hidden;
}
div.slider-carousel div.slide div.right img {
	max-height: 100%;
}

/* google places container */
.pac-container:after {
	display: none !important;
}
.pac-container .pac-item .pac-icon {
	background-image: none !important;
	width: 0px !important;
}

/* cms dingen */

.cms_general_toolbar, .cms_toolbar {
	font-size: 12px;
}
.bx-wrapper .cms_general_toolbar {
	position: absolute;
	display: inline;
	margin-top: 14px;
}
.bx-wrapper .cms_toolbar {
	position: absolute!important;
	display: inline;
}
.cms_edit, .cms_delete {
	display: inline;
}
.cms_edit {
	margin-right: 5px;
}