body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #898989;
	margin-left: 15px;
	margin-right: 15px;
}

.bg-black {
}

.bg-light {
	background-color: #EAECF1;
}

.bg-dark {
}

.bg-colored {
	background-color: #1A3766;
}
.bg-img {
	background: url(/upload/background-fade.jpg) center center;
	background-size: cover;
	color: #fff;
}
.bg-img .anders{
	font-size: 20px;	
	line-height: 24px;
	color: #EAEAEA;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}

h1, .h1 {
}

h2, .h2 {
    color: #152853;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
}

h3, .h3 {
	color: #152853;
}

h4, .h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
h2 small{
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #898989;
}
p {
    margin: 0 0 28px;
}
hr {
	margin-top: 40px;
	border-top: 1px solid #D1D1D1;
}
.page-title {
    padding: 30px 0;
}
.page-title h1 {
    line-height: 39px;
    text-transform: uppercase;
}
.container.padding-60px{
	padding-top: 60px;
    padding-bottom: 60px;
}
.padding-b-30px{
	padding-top: 30px;
}
/*
 * Menu
 */
.menu {
    list-style: none;
    margin: 0 0 10px 0;
	overflow: auto;
}
.menu > li > .item {
    display: block;
    padding: 0 20px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
}
.menu > li > .item.active {
    color: #E5001D;
}
.menu > li > .item:hover, .menu > li > .item:active, .menu > li > .item:focus {
    color: #E5001D;
    text-decoration: none;
}
.topnav a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.main-footer{
	color: #39393A;
	font-size: 16px;
	line-height: 27px;
}
.main-footer h6{
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
.main-footer, .main-footer a {
    color: #39393A;
    font-weight: normal;
    text-decoration: none;
}
.main-footer a:hover{
	color:#6e6e6f;
}
.main-footer .contact i{
	    font-size: 1.3em;
	color: #E5001D;
}
.sub-footer .links{
	color: #39393A;
	line-height: 27px;
}
.contact td:first-child {
    line-height: 10px;
}
.social i {
	color: #000;
	font-size: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
.social {
    padding-top: 20px;
    padding-bottom: 30px;
}
.logos {
    margin-top: 20px;
    margin-bottom: 40px;
}
.logos img{
	margin: 0 auto;
}
/*
* Links
*/
a, .btn{
	transition: all 0.3s ease;
}
a {
    color: inherit;
}
a:hover, a:active, a:focus{
	color: #1A3766;
	text-decoration: none;
}

.btn{

}
.btn-block{
	width: 100% !important;
}
.btn-primary{
	margin-top: 15px;
	width: 200px;
	height: 55px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 45px;
	font-weight: 600;
	text-transform: unset;
	background: #CD161D;
	border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #B40004;
    border-color: #B40004;
}
.btn-search{
	padding: 14px 2px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: bold;
    border: none;
    background: #ED1D25;

}
.btn-ghost {
	border: 2px solid #D1D1D1;
	font-size: 16px;
	width: 200px;
	height: 50px;
	line-height: 35px;
	font-weight: 600;
	color: #39393A;
	text-transform: none;
	background: none;
	/*margin-top: 18px;*/
}

/*
* Form
*/
.select-box {
    height: 50px;
    border-radius: 2px;
    line-height: 50px;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    color: #39393A;
    font-size: 16px;
}
.form-title p{	font-size: 20px;
	line-height: 24px;
}
.form-control{
	height: 50px;
	border-radius: 0px;
	color: #39393A;
	padding: 6px 24px;
	box-shadow: none;
	border: 1px solid #D1D1D1;
}
.form-control:focus{
	border-color: #D1D1D1;
	box-shadow: none !important;
}

.bg.bg-light .form-control {
	border: 1px solid #F1F1F1;
}
.bg.bg-light .form-control:focus {
    border-color: #F1F1F1;
    
}
.form-control::placeholder {
    color: #39393A;
}
.zoek-css {
	border-radius: 2px;
	font-weight: 600;
	color: #39393A;
	font-size: 16px;
}
/*
* card object
*/
.card-object {
    margin-bottom: 35px;
}
/*.card-object img {
    width: 100%;
    left: 0px !important;
    top: -20px;
    height: unset !important;
}*/
.card-object img {
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50% !important;
    height: auto !important;
}
.card-object-details{
	border:none;
	background: none;
}
.realtime-listings-info-window .card-object-details {
    background: #fff;
}
.card-object-address {
	color: #152853;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
}
.card-object-city {
	color: #9B9B9B;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}
.card-object-info{
	color: #39393A;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 28px;

}
.card-object-address:hover, .card-object-address:active, .card-object-address:focus {
	text-decoration: none;
	color: #152853;
}
.card-object-price{
color: #9B9B9B;
}

/*
* Map/ pagination
*/
.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: #1A3766;
    color: #fff;
}
.simple-map-zoom button, .simple-map-type button {
    background: #fff;
    color: #1A3766;
    outline: none;
    transition: all 0.3s ease;
}
.pagination > li:first-child > a, .pagination > li:last-child > a{
	line-height: 40px;
	width: 150px;
	color: #39393A;
	border: 2px solid #D1D1D1;
	background: #fff;
}
.pagination>li>a, .pagination>li>span{
	height: 50px;
	width: 50px;
	padding: 3px 12px;
	color: #39393A;
	font-weight: 600;
	border: 2px solid #D1D1D1;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ED1D25;
    border-color: #ED1D25;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #ED1D25;
    border-color: #ED1D25;
}
/*
* Overig
*/
.responsive-slider-bullet {
    border: 2px solid #D1D1D1;
    background: none;
    opacity: 1;
}
.responsive-slider-bullet.active{
	background: #4A4A4A;
	border: 2px solid #4A4A4A;
}
.white h2, .white .btn{
    color: #fff;
}
/*
* Visual
*/
.visual-text h1 {
	font-size: 48px;
	line-height: 58px;
	    text-transform: uppercase;
}
.visual-text p {
	font-size: 32px;
	font-weight: 300;
	line-height: 39px;
	text-shadow: 0 0 20px #000;
}
@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);
	}
	
	.toggle-submenu a::after {
		display: none;
	}

	.menu {
		margin: 60px 0 0;
		padding: 10px;
	}

	.menu a {
		display:    block;
		width:      100%;
		padding:    0!important;
		text-align: left;
	}

	.menu > li {
		float: none;
		padding: 0 15px;
	}

	.menu > li.seperator {
		display: none;
	}
	.toggle-submenu a:after{
		top: -10px;
	}

	.menu > li > .submenu {
		width:    100%;
		position: static;
	}

	.menu > li > .submenu.is-open {
		display: block!important;
	}
	.menu-button {
		top: 25px;
		right: 20px;
		z-index: 100;
	}

}

/*
 * 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;
}

.card-object-status {
    padding: 4px 10px;
    font-size: 1em;
    background: #E5001D;
}
.dataroom{
	color: #E5001D !important;
}
.dropdown-menu {
	top: unset;
	min-width: 200px;
	left: 15px;
}
.delen{
	margin: 15px 0px 15px 0px;
}