@media (max-width: 767px) {

	.header .nav {
		display: none;
		clear: both;
	}
	.header .nav li {
		width: 100%;
	}
	.header .mobile-buttons {
		float: right;
	}
	
	.header .mobile-buttons a{
		width: 48px;
		height: 48px;
		margin: 10px 5px 20px 0;
		display: inline-block;
		text-indent: -9999px;
		float: right;
		border-radius: 5px;
		color: #fff;
		border-bottom: 2px solid #3b9a9b;
	}
	
	.persuasion{
		display: none;
	}
	
	.ingang{
		margin-bottom: 30px;
	}
	
	.logo-container{
		width: 50%;
	}
	
	.header .logo{
		width: 100%;
		padding: 10px 0 0 0;
		margin: 0;
	}
	
	.header-slider{
		display: none;}
	
	.header .zoeken {
		display: none;
		width: 100%;}
		
		.zoeken form{
			width: 100%;
		}
		
		.zoeken form input{
			width: 100%;
			margin: 0;
		}
		
		.zoeken form label{
			width: 80%;
			float: left; display: inline-block;
			margin: 0; padding: 0;
		}
		
		.zoeken form input[type=submit]{
			width: 20%;
			float: left; display: inline-block;
		}
	.header a.navigation {
		background: url(../img/menu.svg) no-repeat center center #4dc0c1;}
	
	.no-svg .header a.navigation {
	  	background-image: url(../img/menu.png);}

	.header a.search-toggle {
		background: url(../img/search.svg) no-repeat center center #41a7a8;}
		
	.no-svg .header a.search-toggle {
	  	background-image: url(../img/search.png);}

	.header a.phone {
	  	background: url(../img/phone.svg) no-repeat center center #57dbdc;}
	
	.no-svg .header a.phone {
	  	background-image: url(../img/phone.png);}
	
	.quote-image{
		display: none;}
		
	.quote{
		width: 100%;
		padding: 20px 0;}
	
	.blok{
		margin-bottom: 20px;}
		
	.navigatie{
		width: 100%;}
	
	.navigatie .nav{
		float: none;
		height: auto;}
	
	.navigatie .nav ul li a{
		font-size: 18px;
		padding: 5px 0;}
		
	.inloggen{
		display: none;
	}
	
	.social-icons{
	position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    top: auto;
    z-index: 1000;
    text-align: right;
    transition: right 1s;
}

.padding{
	padding-right: 15px;
}

.social-icons ul a{
	display: inline-block;
	float: left;

}

	a.cycle-next{
		top: 108px;
		text-align: right;
	}
	
	
	a.cycle-prev{
		top: 108px;
	}
	
	.primary-sidebar{
		margin-top: 30px;
	}
	
.usp{
	display: none;
}
	
}