/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    
    
.block-block-content9c8d9ca4-e61c-4ba3-8e19-290b70b228a0 {
	float:right;
}

	.path-frontpage .header--image-content {
		text-indent:-9999px;
	}

	/* Autocomplete */
	.input-group-addon {
		display:none;
	}

	.input-group {
		padding-right:20px;
	}

	.input-group .form-control:first-child {
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
	}
	
	.navbar-nav > li {
    margin-top: 18px;
    margin-bottom: 18px;
}

	/* End */
	.navbar .menu {
		float:right;
		margin:10px 0;
	}

	/* Pull last nav-item to the right - same pixels as margin! */
	.navbar-nav > .last {
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.house--details-wrapper .bs-region {
		display:flex;
		margin-top:5px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .aanbod--details--wrapper {flex-wrap: wrap}
	
    .featureblock--content-wrapper {
	/* max-height: 300px; */
	background-color: #fff;
	height: 100%;
	/* height: 100%; */
	height: 350px;
}

	.house--details-wrapper .bs-region {
		margin-top:30px;
	}

	.house--details-wrapper .bs-region .field {
		padding:20px;
		border:1px solid #e2e2e2;
		text-align:center;
		margin-top:0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.cta--default {
		width: 100%;
	}
	
.aanbod--place-street {margin-top:50px;}    
		
.aanbod--exposed-filters .form-inline .select-wrapper, .aanbod--exposed-filters-front .form-inline .select-wrapper {
	width: 100%!important;}
		
    .checkout-pane.checkout-pane-coupon-redemption .button {margin:10px 0px;width:100%}
    
    
    .menu--footer-rechts,.menu--footer {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
}

    
    .path-frontpage .logo img {
    margin-top: -35px;
    width: 100px;
}

	.header--home {
		height:102vh;
	}

	.navbar {
		background-color:#f0f0f0;
	}

	.featureblock--content-wrapper {
		margin:20px 0;
	}

	/* Menu Center Padding Margin */
	.navbar-default .navbar-nav > li > a {
		padding:5px 0 5px 5px;
		margin:0 10px;
		text-align:center;
		color: #386891;
	}

	.dropdown-menu > li > a {
		text-align:center;
	}

	.flexslider {
		margin-bottom:30px;
	}

	.aanbod--exposed-filters .form--inline,.aanbod--exposed-filters-front .form--inline {
		display:flex;
		flex-direction:column;
	}

	#views-exposed-form-aanbod-block-1 .form-inline .select-wrapper {
		width:100%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* Hover on Dropdown */
ul.nav li.dropdown:hover ul.dropdown-menu {
	display:block;
}

ul.nav li.dropdown ul.dropdown-menu {
	margin-top:0;
}

/* End Hover on Dropdown */

