/* 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: 60px;
	margin-top: 0;
	margin-bottom: 2px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #e30613;
	letter-spacing: 1px;
	font-family: 'Sourcesanspro', arial;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=submit],
input[type=image] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}

.propref {
	position: relative;
}
.image-tip {
	position: absolute;
	padding: 5px;
	border: 1px solid #575756;
	background-color: #ffffff;
	bottom: 21px;
}

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 {
    position: relative;
}

#header img.header {
    display: block;
    width: 100%;
    height: auto;
}

#header img.stamp {
    display: block;
    position: absolute;
    top: 12px;
    left: 14%;
    height: 110%;
    width: auto;
}

/* #header {
	height: 150px;
	min-width: 750px;
	background: #fff url('../img/header_right.png') right top;
}

#header #header-image {
	height: 150px;
	width: 746px;
	background: url('../img/header_left.png') no-repeat;
}

#casa-logo {
	float: right;
	width: 150px;
	height: 150px;
	background: #fff;
} */

/* END Header */

/* currency select */

#currency_select {
	height: 35px;
	width: 90px;
	min-width: initial;
	border: 0px none;
	padding: 8px 0px 10px 10px;
	display: inline;
	margin-right: 10px;
	text-align: left;
	margin-top: 10px;
	color: #7c7c7c;
	float: left;
	margin-bottom: 0px;
	border-radius: 0px;
	font-size: 12px;
	background: url('../img/btn/btn-select.png') right 13px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: right;
}

/* language select */

#language_select {
	z-index: 1000;
	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;
    height: 22px;
}
#language_select li {
	line-height: 30px;
	min-width: 15px;
	height: 40px;
	width: 50px;
	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;
	background-position-x: 100%;
    background-position-y: -3px;
}

#nav-wrapper {
	width: 100%;
	min-width: 765px;
    
	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 > .red,
#nav-wrapper > .yellow {
    min-height: 70px;
	min-height: 150px;
}

#nav-wrapper > .red {
	background-color: #f40000;
}

#nav-wrapper > .red ul {
    color: white;
}

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

#nav,
.content-width {
    position: relative;

    max-width: 100%;
	width: 1184px;
    height: 100%;
    box-sizing: border-box;

    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

#nav ul {
    position: absolute;
    top: 0;
    right: 12px;
    height: 100%;

    margin: 0;
    padding: 0;

    text-decoration: none;
}

#nav li {
    vertical-align: middle;
	list-style: none;
	position: relative;
	float:left;
	margin: 0 20px;
	font-weight: 200;
	line-height: 70px;
	font-family: sans-serif;
	color: white;
	font-weight: bold;
    text-transform: uppercase;
}

#nav li:last-of-type {
    margin: 0 0 0 20px;
}

#nav li a {
    color: #575756;
}

.red #nav li a {
	color: white;
    font-size: 14px;
}
#nav li ul {
	width: 162px;
	border-top: 1px solid #cccccc;
	display: none;
	position: absolute;
	left: 0px;
	z-index: 10000;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
}
#nav li li a {
	display:block;
}
#nav li li:hover {
	background-color: #cccccc;
}
#nav li li:hover a{
	color: #ffffff;
}

/* #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 {
    position: relative;
    padding-top: 18px;
}

#search-panel form {
    width: 100%;
    display: grid;
    grid-template-columns: 135px auto 80px;
    column-gap: 5px;
}

#search-panel a {
	background-color: #e30613;

    font-family: sans-serif;
	font-size: 13px;
	color: white;
    font-weight: bolder;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
    text-transform: uppercase;
    text-align: center;

	width: 100%;
    height: 35px;
    line-height: 35px;
}

#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 .input-container select,
#search-panel .input-container input {
    max-width: 280px;
    width: 30%;
    margin-right: 4px;
    float: right;
}

/* #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"] {
    margin: 0;
    padding: 0;

	background-color: #e30613;

    font-family: sans-serif;
	font-size: 13px;
	color: white;
    font-weight: bolder;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
    text-transform: uppercase;
    text-align: center;

    cursor: pointer;

    border: none;

	width: 100%;
    height: 35px;
    line-height: 35px;
}

#search-panel input[type="text"] {
	/*height: 29px;*/
	height: 35px;
    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 {
	min-height: 670px;
	padding-bottom: 20px;
}

#content-header > .block, #content-header > .block-landing {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	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: 1160px !important;
}

#content-header > .block-landing p {
	width: 700px;
	text-align: center;
	font-size: 15px;
	color: #7c7c7c;
    line-height: 21px;

	margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#content-header > .block-landing > img.costa {
	width: 240px;
	height: 250px;
	background-color: #333;
	float: left;
	margin-right: 10px;
	background-size: contain;
}

#content-header > .block-landing > .costa_vlak {
	float: left;
	position: relative;
	/* margin-left: -250px; */
	width: 240px;
	height: 250px;
	margin-right: 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;
	margin: 0 50px;
}

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

span.title {
	font-family: "Sourcesanspro", arial;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	padding: 5px;
    margin-left: 20px;

	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: 1160px;
	margin: 0 auto;
	/* margin-top: 40px; */
}

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

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

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

#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: 950px;
	margin: 0 auto;
	margin-top: 40px;
	display: none;
}

#block-toggle .block {
	float: left;
	width: 150px;
}

#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: 40px;
}
#block-left {
	margin-right: 10px;
}
#block-left, #block-right {
	float: left;
}

.balk.large, #block-left {
	width: 740px;
}

.balk.small, #block-right {
	width: 240px;
}

#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; auto;
	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: 800px;
	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: 670px;
	color: #e30613;
	font-weight: bold;
}

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

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

.checkbox_newsletter {
	display: inline;
}

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

}

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

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

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

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

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

#content > .dark > .home, #content > .light > .home {
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#content > .light > .text, #content > .dark > .text {
	width: 880px;
}

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

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

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

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

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

#content2 {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}

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

#content2 h2 {
	font-weight: 300;
	color: #e30613;
}

#content2 .estate-photo {
	width: 300px;
	height: 225px;
	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: 1000px;
	margin-left: auto;
	margin-right: auto;
}

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

}

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

.huis p {
	color: #e30613;
	font-size: 14px;
    line-height: 20px;
}
.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: 0px;
	right: 0px;
}

.zno {
	background: url(../img/sold.png) no-repeat center center;
}
#sales .zno {
	background-position-y: 40px;
}
#huis_foto .zno {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

/* END Content / Content-header */

/* START Footer */

#footer-slider-wrapper {
	width: 100%;
	height: 200px;
	background-color: #fad406;
}

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

#footer {
	width: 90%;
	max-width: 1500px;
	min-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 100px;
	height: 10px;

}

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

#footer-menu {
	width: 400px;
	height: 100px;
	margin-left: 20px;
	float: left;
	font-family: "Sourcesanspro", Arial, arial;
}

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

#footer-menu li {

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

.spacer {
	width: 400px;
	height: 1px;
	margin-top: 20px;
	background-color: #7c7c7c;
}

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

#footer-rechts {
	width: 400px;
	height: 100px;
	float: right;
	margin-right: 20px;
	display: inline-block;
}

#caxia-logo {
	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;

}

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

/* END Footer */

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

@media screen and (max-width: 1000px) {

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

	#content-header .block {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}

	.costa {

		margin-left: 20px;
		margin-bottom: 20px;
	}

	.costa_tekst {
		margin-left: 10px;
	}

}

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

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

/* Slider carousel styling */

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

div.slider-carousel div.slide .cms-item-toolbar {
	position: relative !important;
	display: block;
	top: 0px;
}

div.slider-carousel div.slide div.left {
	float: left;
	width: 200px;
	height: 95px;
	padding-top: 5px;
}

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: 16px;
	font-weight: bold;
	color: #333;
}

div.slider-carousel div.slide div.left p {
	font-size: 12px;
}

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

div.slider-carousel div.slide div.right {
	float: left;
	width: 190px;
	height: 95px;
	padding-top: 5px;
	overflow: hidden;
}

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

/* cms dingen */

.admin_beheer, .cms-general-toolbar, .cms-item-toolbar {
	font-size: 12px;
}
.bx-wrapper .cms-general-toolbar {
	position: absolute;
	display: inline;
	margin-top: 14px;
}
.bx-wrapper .cms-item-toolbar {
	position: absolute!important;
	display: inline;
	top: -20px;
}
.cms_edit, .cms_delete {
	display: inline;
}
.cms_edit {
	margin-right: 5px;
}


/* Media queries */

@media screen and (max-width: 1100px) {
   
    

    
    #wide-block {
        min-width:800px;
    }
    
    .block-landing {
        width: 1100px;
    }
    
    #block-left {
        margin-left: 0px;
        width: 750px;
    }
    
    #block-toggle {
        min-width: 900px;
        margin-left: 20px;
    }
    
     #block-toggle .block {
        max-width: 120px;
    }
    
    #content {
        width: 800px;
    }
    
    #content-header .block {
        width: 800px;
        
    }

    
}

@media screen and (max-width: 1350px) {
        
    .bx-wrapper {
       width: 812px;
    }
    
        #content-header {
	background:#edefed no-repeat right 50px !important;
}
}

li.action { list-style-image: url(../img/actie-icons/action.png); }
li.mail { list-style-image: url(../img/actie-icons/mail.png); }
li.call { list-style-image: url(../img/actie-icons/call.png); }
li.state { list-style-image: url(../img/actie-icons/state.png); }

.display-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    width: 100%;
}

.display-item {
    position: relative;
    display: block;
    width: 100%!important;
}

.display-item img {
    display: block;
    width: 100%;
    height: auto;
}
.display-item .top-label,
.display-item .bottom-label {
    position: absolute;
    left: 50%; 
    z-index: 1;

    transform: translateX(-50%);
}

.display-item .top-label {
    top: 9%;
    padding: 3px 6px;
    background-color: white;
}

.display-item .bottom-label {
    bottom: 17%;
    padding: 6px;
    border-radius: 6px;
    background-color: #f40000;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

p.display-item {
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #dee0de;
}

.display-link {
    display: block;
    
    text-align: left;
    text-transform: capitalize;
    color: red;
}