body {
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.is-facebook header, .is-facebook .main-footer, .is-facebook .sub-footer {
	display: none;
}
.container {
	max-width: 1585px;
}
.padding-20px{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-30px{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-40px{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-t-70px{
	padding-top: 70px;
}
.padding-b-20px {
	padding-bottom: 20px;
}
.padding-b-40px{
	padding-bottom: 40px;
}
.margin-t-15px{
	margin-top: 15px;
}
.margin-t-30px{
	margin-top: 30px;
}
.margin-b-15px{
	margin-bottom: 15px;
}
.margin-b-30px{
	margin-bottom: 30px;
}
.bg-black {
}

.bg-light {
}

.bg-dark {
}
.bg-white{
	background: #fff;
}

.bg-colored {
	background: #dd042b;
}
.bg-gradient{
	background: -webkit-linear-gradient(top, #ffffff 35%,#dd042b 35%);
	background: -moz-linear-gradient(top, #ffffff 35%,#dd042b 35%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 35%,#dd042b 35%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 35%,#dd042b 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.no-padding-r{
	padding-right: 0px;
}
.no-padding-l{
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "haboro",sans-serif;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1, .h1 {
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
	font-size: 1.4em;
}
p{
	line-height: 25px;
	color: #494949;
}
.page-title h1 {
}

a{
	color: #dd042b;
	transition: all 0.3s ease 0s;
}

a:hover{
	color: #dd042b;
	text-decoration: underline;
}
h1 small, h2 small {
	font-family: "proxima-nova",sans-serif;
	color: #dd042b;
	font-size: 16px;
	text-transform: uppercase;
	opacity: 1;
	letter-spacing: 1px;
	font-weight: 700;
}

/*
 * Menu
 */
#home  .header{

}
.header {
	height: 150px;
}
.header .container-fluid {
	width: 100% !important;
	top: 0;
	left: 0;
	z-index: 5000;
	background: #fff;
	height: 150px;
	position: fixed;
	transition: all 0.2s ease;
}
.container-fluid.is-sticky {
	/*margin-left: 15px !important;
	margin-right: 15px !important;*/
	height: 65px;
	box-shadow: 0px -5px 20px 0px #000;
	transition: all 0.5s ease;
}
.topnav {
	margin-top: 15px;
	height: 45px;
	opacity: 1;
	transition: all 0.2s ease;
}
.is-sticky .topnav {
	height: 0px;
	margin-top: 0px;
	opacity: 0;
	transition: all 0.5s ease;
}
.is-sticky .logo {
	margin: -55px 0px 10px 0px;
	transition: all 0.5s ease;
}
.logo{
	height: 110px;
	transition: all 0.2s ease;
}
.menu {
	margin: 0;
	padding: 0;
}
.bg.header .menu, .header-menu-item {
	float: left;
}
.is-sticky .header-menu.center-sub-menus {
	margin-top: 15px;
	transition: all 0.5s ease;
}
.header-menu.center-sub-menus {
	margin-top: 30px;
	width: 100%;
	transition: all 0.2s ease;
}
.menu > li > .item{
	text-transform: none;
	padding: 0 15px;
	font-weight: 400;
	font-size: 1em;
	color: #000;
}

.menu > li > .item.active, .menu > li > .item:hover, .menu > li > .item:focus {
	color: #dd042b;
}
.menu > li:last-child {
	margin-right: 15px;
}

@media screen and (min-width: 1200px) and (max-width: 1550px) {

	.menu > li > .item {
		padding: 0 8px;
		font-size: 0.9em;
	}

	.badge90 {
		right: 1%!important;
		width: 250px!important;
	}
}

@media screen and (max-width: 991px) {
	.toggle-submenu {
		position:   fixed;
		top:        0;
		left:       0;
		width:      100%;
		height:     100%;
		background: #fff;
		z-index:    8000;
		transform:  translateX(100%);
		transition: transform 500ms;
		-webkit-transition: transform 500ms;
	}

	.is-menu-open .toggle-submenu {
		transform: translateX(0);
	}

	.menu {
		margin:  40px 0 0;
		padding: 0;
	}

	.menu a {
		display:    block;
		width:      100%;
		padding:    0!important;
		text-align: left;
	}

	.menu > li {
		float:   none;
		padding: 0 15px;
	}

	.menu > li > .submenu {
		width:    100%;
		position: static;
	}

	.menu > li > .submenu.is-open {
		display: block!important;
	}
}

.topnav .realtor {
	font-size: 1.2em;
}

/*
* Footer
*/
.main-footer{
	color: #fff;
	padding-bottom: 70px;
	padding-top: 70px;
	font-weight: 300;
	position: relative;
}
.main-footer a:hover{
	color: #FFF;
	opacity: 0.7;
	text-decoration: none;
}
.contactDetails li {
	display: 		inline;
	padding: 		0 15px;
}
.socialIcons {
	margin-bottom: 50px;
	font-size: 2.5em;
	color: #fff;
}
.socialIcons i{
	padding: 0px 5px;
}
.svg-footer{
	position: absolute;
	width: 250px;
	top: -24px;
	right: 24%;
}
.badgeFooter{
	position: absolute;
	width: 165px;
	top: -50px;
	left: 24%;
}
/*
 * Buttons
 */
.btn, a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.btn-primary {
	background: #dd042b;
	border-color: #dd042b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #c10426;
	border-color: #c10426;
	color: #fff;
}
.btn-lang {
	padding: 0px;
	display: block;
	color: #000;
	font-weight: 400;
	text-transform: none;
	font-size: 0.9em;
	line-height: 38px;
	outline: none;
	background: none;
}
.btn-lang:hover, .btn-lang:focus {
	text-decoration: none;
	color: #dd042b;
}
.btn-ghost{
	border-color: #c1c1c1;
	font-weight: 600;
	padding: 8px 30px;
	letter-spacing: 1px;
	color: #fff;
}
.btn-transparent {
	border-color: #c1c1c1;
	letter-spacing: 1px;
	/*padding: 3px 28px;*/
	background: none;
}
.btn-transparent:hover {
	border-color: #dd042b;
	color: #dd042b !important;
}

.btn-round {
	background-color: #dd042b;
	border-radius: 100px;
	font-size: 0.8em;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	margin: 0 5px 10px;
}
.btn-round:hover {
	color: #fff;
	background: #000;
}
/*
* Map
*/
.simple-map-zoom button:hover, .simple-map-zoom button:active, .simple-map-type button:hover, .simple-map-type button:active, .simple-map-type button.active {
	background: #dd042b;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.simple-map-zoom button, .simple-map-type button {
	background: #fff;
	color: #dd042b;
}
/*
* Forms
*/
.select-box {
	border: solid 1px #c1c1c1;
}
.form-control{
	border: 1px solid #c1c1c1;
	height: 45px;
	color: #9a9a9a!important;
	font-weight: normal;
	font-size: inherit;
	color: inherit;
	border-radius: 0px;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder{
	color: #494949;
}
textarea, input, button { outline: none; }
textarea:focus, input:focus, button:focus {   outline-color: transparent;
	outline-style: none;}
.popout-value {
	padding: 2px 12px;
	line-height: 40px;
	background: url(/shared/lib/select-box/arrow.png) right center no-repeat #fff;
}
.popout-content {
	padding: 6px 12px;
	margin: 5px 0 0;
	border: 1px solid #aebbc3;
	color: #9a9a9a;
	background: #fff;
	border-radius: 3px;
}
.realtime-listings-search .form-control {
	font-weight: 700;
	color: #9a9a9a;
}
.select-box-text, .popout-value strong {
	font-weight: 400;
	font-size: 16px;
}
option {
	color: #9a9a9a;
}
.multi-search-output {
	background-color: #fff;
	max-height:		300px;
	border:			1px solid #c1c1c1;
	margin:			0px;
	position:		absolute;
	background:		#fff;
	overflow-y:		scroll;
	z-index:		3000;
}

.multi-search-output ul {
	margin-bottom:		0;
}
.multi-search-title,
.multi-search-result,
.multi-search-not-found {
	border-bottom:		1px solid #ccc;
	padding:		6px 12px;
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.multi-search-title {
	text-transform:		uppercase;
	font-weight:		600;
	background:		#dd042b;
	color:			#fff;
}

.multi-search-result {
	cursor:			pointer;
	color:			#000;
}
.multi-search-result a {
	color:			inherit;
}

.multi-search-result:last-child {
	border-bottom:		0;
}

.multi-search-result.focus {
	background:		#eee;
}

.multi-search-not-found {
	border:			none;
	color:			#999;
	font-style:		italic;
}
/*
 * Share & fullscreen
 */
.photo-slider-overlay {
	position:		absolute;
	top:			10%;
	right:			10%;
}

.fullscreen .photo-slider-overlay {
	display:		none;
}

.photo-slider-overlay .btn {
	position:		static;
	width:			auto;
	height:			auto;
	font-size:		inherit;
	opacity:		1;
	padding:		0 16px;
	background:		#fff;
	color:			#000;
	text-shadow:		none;
	border:			none;
	line-height:		40px;
	box-shadow:		0 0 3px rgba(0, 0, 0, 0.5);
	margin:			0 0 0 10px;
}

.photo-slider-overlay a.at300b {
	color:			#666;
}

.photo-slider-overlay a.at300b .at4-icon {
	display:		inline-block!important;
	position:		relative;
	top:			2px;
}
/*
* Home
*/
.visual-text h1{
	font-size: 2.4em;
	margin-bottom: 30px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	color: #fff;
}

.visual-text p{
	font-size: 1em;
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.visual-text p a{
	color: #fff;
	font-weight: 700;
}

.visual-text p a:hover{
	color: #dd042b;
	text-decoration: none;
}

.responsive-slider-bullet.active {
	display: none;
}
.responsive-slider-bullets {
	bottom: -4px;
}
.responsive-slider-bullets i{
	font-size: 2.5em;
	color: #fff;
}
.input-search {
	border: none;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	border-collapse: separate;
	display: inline-table;
	border-radius: 50px
}
.input-search .input-group-addon {
	border-radius: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: none;
	font-size: 26px;
	padding: 7px 10px;
	padding-left: 15px;

}
.input-search .form-control {
	border-radius: 50px;
	height: 50px;
	border: none;
}
a.scroll {
	color: #fff;
}
.services-box i{
	font-size: 2.5em;
}
.services-box a {
	color: #000;
}

.services-box a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.background-img{
	position: relative;
}
.background-img-text {
	height: 100%;
	color: #fff;
	position: absolute;
	top: 20%;
}
.background-img-text i {
	font-size: 60px;
}
.background-img-text p {
	margin-bottom: 40px;
	font-size: 24px;
	color: #fff;
}
.background-img-text h2{
	margin-bottom: 30px;
	margin-top: 20px
}
.underline{
	margin-bottom: 20px;
	color: #fff;
}
.underline a {
	color: #fff;
	text-decoration: underline;
}
.underline a:hover {
	color: #fff;
	text-decoration: none;
}
.nieuws{

}
.nieuws a,.nieuws a:hover,.nieuws a:active{
	color: #000;
	text-decoration: none;
}
.special-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #494949;
	margin-bottom: 15px;
}
.special-list i {
	color: #dd042b;
	padding: 0 10px 0 0;
	font-size: 1.2em;
}
.color-red i{
	color: #dd042b;
}
.over-ons h3{
	margin-bottom: 30px;
}

.badge90 {
	position: absolute;
	right: 5%;
	top: 40%;
	width: 300px;
}

/*
* Aanbod home
*/
.img-pane {
	display:             block;
	width:               100%;
	height:              0;
	position:            relative;
	/* 	box-shadow:          0 0 15px #eee; */
	background-size:     cover;
	background-position: center center;
}

.img-pane:hover {

	box-shadow:          0 0 25px rgba(0,0,0,0.10);
}

.img-pane-1x1 {
	padding-bottom: 100%;
}

.img-pane-home-large {
	padding-bottom: 93.5%;
}


.img-pane-4x3 {
	padding-bottom: 79.6%;
}

.img-pane-16x9 {
	padding-bottom: 56.25%;
}

.img-pane-overlay {
	width:       100%;
	position:    absolute;
	text-align:  left;
	color:       #fff;
	font-weight: bold;
	padding: 30px;
}

.img-pane-overlay.center {
	width:             100%;
	top:               50%;
	-webkit-transform: translateY(-50%);
	transform:         translateY(-50%);
}

.img-pane-overlay.bottom {
	bottom:         0;
	background:     linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 200%);
}
.img-pane-overlay.bottom .img-pane-overlay-small {
	font-size:   1.3em;
	line-height: 23px;
	font-weight: 600;
}

.img-pane-overlay-normal {
	color: #fff !important;
	font-size: 1.4em;
	font-family: "haboro",sans-serif;
}
.img-pane-overlay.bottom .img-pane-overlay-large {
	color:     #fff !important;
	font-size: 1.7em;
	font-family: "haboro",sans-serif;
}


.img-pane-addition {
	display:       block;
	padding:       15px 0 30px;
	text-align:    center;
	overflow:      hidden;
	text-overflow: ellipsis;
	white-space:   nowrap;
	font-weight:   bold;
}

.img-pane-overlay-small,
.img-pane-addition-small {

}

.img-pane-label {
	padding:     0 1em;
	line-height: 2em;
	position:    absolute;
	top:         1em;
	left:        0;
	background:  #f58426;
	color:       #fff;
	font-weight: normal;
}

.img-pane-overlay-large,
.img-pane-addition-large {
	font-size: 1.3em;
	color: #37474f;
}
.img-pane-label{
	border-radius: 100%;
	height: 80px;
	width: 80px;
	line-height: 80px;
	left: -20px;
	padding: 0px 0.8em;
	font-family: "haboro",sans-serif;
}
.img-pane-label.nieuw {
	background: #000;

}
.img-pane-label.sold {
	background: #dd042b;
	padding: 0px 0.4em;
	font-size: 0.9em;
}

.card-object-status img {
	width: 150px;
	height: 150px;
}
.card-object-status {
	top: 15px;
	left: -10px;
}
/*
.card-object-status {
	font-family: "haboro",sans-serif;
    background: #dd042b;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.card-object-status.sold {
    background: #dd042b;
	top: 15px;
	left:-10px;
}

.card-object-status.soldUr {
    background: #dd042b;
    top: 70px;
    left: -35px;
}

.card-object-status.nieuw {
    background: #000;
	left: -10px;
}
*/



/*
* Aanbod detail
*/
.responsive-gallery-prev, .responsive-gallery-next, .responsive-gallery-fullscreen-off {
	background: #fff !important;
	border: none !important;
	font-size: 1.4em;
	padding: 10px 20px;
}

.responsive-gallery-media {
	background: #fff;
}
/*
* Services Detail
*/
.parallax-window {
	min-height: 600px;
	background: transparent;
}
.service-banner {
	height: 600px;
	overflow: hidden;
}
.services-title{
	color: #fff;
	text-shadow: 0px -1px 20px rgba(0, 0, 0, 0.9);
	margin-top: 200px;
}
.services-title small{
	color: inherit;
}
.services-padding {
	padding-top: 70px;
	padding-bottom: 40px;
}
.parallax-services {
	margin-top: -100px;
}
/*#services_details .special-list i{
	position: absolute;
}
#services_details .special-list li {
	position: relative;
	left: 30px;
	top: -2px;
	}*/
.servicesContent ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.form-title p {
	padding-bottom: 20px;
}

.servicesContent ul li {
	background: url('/layouts/main/images/check_icon.png') no-repeat left top;
	padding-left: 30px;
	padding-top: 4px;
}

/*
* pagination
*/
.realtime-listings-pagination-next a:hover, .realtime-listings-pagination-next a:active, .realtime-listings-pagination-prev a:hover, .realtime-listings-pagination-prev a:active{
	background: none !important;
	color: #dd042b !important;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
	border: none;
	color: #000;
	margin: 0 15px;
}
.pagination > li > a {
	padding: 0px;
	width: 48px;
	margin: 0 10px;
	line-height: 43px;
	border-color: #000;
	border: solid 3px;
	font-weight: 700;
	color: #000;
	border-radius: 50px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #dd042b;
	border-color: #dd042b;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #ffffff;
	background-color: #dd042b;
	border-color: #dd042b;
}


/*
* Waardetest
*/

.waardetest-outer {
	width: 300px;
	height: 200px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #dd042b;
	color: #fff;
	padding: 40px 20px 20px;
	z-index: 99999;
	transition: transform 0.75s ease;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.is-closed .waardetest-close {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9999;
	color: #fff;
}
.waardetest-close a{
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 25px;
	height: 20px;
	transform: rotate(135deg);
	transition: transform 0.25s ease;
	transform-origin: center 75%;
}

.waardetest-inner h5 {
	position: absolute;
	top: 40px;
	left: 25px;
	transition: top 0.75s ease;
	color: #fff;
	font-size: 20px;
}

.waardetest-inner p{
	margin-top: 40px;
	font-size: 16px;
	color: inherit;
}
.waardetest-outer.is-closed{
	transform: translateY(75%);
}
.is-closed .waardetest-inner h5{
	top: 14px;
}
.is-closed .waardetest-close a{
	transform: rotate(0);
}
.waardetest-outer.is-open{
	transform: translateY(0);
}

.d-flex{
	display: flex;
	flex-wrap: wrap;
}

.row-cols-2>*{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.justify-content-start{
	justify-content: flex-start;
}
.justify-content-end{
	justify-content: flex-end;
}
.justify-content-center{
	justify-content: center;
}
.w-100{
	width: 100%;
}
#modalVerhuizing{
	z-index: 10000001;
}
#modalVerhuizing .modal-dialog{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
}
#modalVerhuizing .close{
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	right: -30px;
	top: -40px;
	text-shadow: unset;
	color: white;
	opacity: 1;
}
#modalVerhuizing .close:hover{
	opacity: .7;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 1000000;
	height: 100%;
}
@media screen and (max-width: 991px){
	#modalVerhuizing .close{
		right: 0px;
		top: -50px;
	}
	#modalVerhuizing .modal-dialog{
		margin: 30px auto;
	}
}