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

	.blck {
    	width: 250px;
	}
}

@media screen and (max-width:1200px){
	.device{left:20%;}
	footer li{margin-right:10%;}
	.feature-content{width:55%;}
}

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

	.blck {
	    width: 90%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
}

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

	#form input[type="text"], #form input[type="email"], #form input[type="tel"] {
    	width: 49%;
	}

	#form textarea {
		width: 100%;
	}
}

@media screen and (max-width:991px){
	.feature-1,.feature-2{margin-bottom:50px;}
	.device{display:none;}
	.screenshots ul li{width:50%;}
	.screenshots-intro{padding:110px 0 100px 0;}
	.feature-content{width:80%;}
	.features-slider, .features-afmelden{height:100%}
}

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

	#form input[type="text"], #form input[type="email"], #form input[type="tel"], #form textarea {
	    width: 90%;
	}

	.sendBtn input[type="submit"] {
		max-width: none;
		width: 90%;
	}
}

@media screen and (max-width:680px){
	.feature-content{width:60%;}
}
@media screen and (max-width: 640px){
	.showcase h1 {
    text-align: center !important;
    margin-top:20px;}
	.overlay ul li i{margin-top:25px;}
	.use-btn{display:none;}
	footer li{display:block;text-align:left;border-bottom:dashed 1px #c7cacc;margin-right:0!important;float:none;}
	nav{margin-top:40px;}
	.overlay ul{margin-left:0px;}
	.overlay ul li a{min-width:120px;font-size:12px;height: 120px;}
}
@media screen and (max-width:465px){
	.hero h1{font-size:22px;margin:10px 0 45px 0}
	.screenshots ul li{width:100%;min-height:100%;float:none;}
	section.video i{font-size:30px;}
	section.video h1{font-size:15px;font-weight:400;}
	section.video{padding:40px;}
	.feature-content{width:100%;text-align:center;margin-top:20px;}
	.feature-icon{display:block;margin:0 auto;}
	blockquote{text-align:center;}
	blockquote p{width:100%;}
	.features-slider, .features-afmelden {padding: 11% 50px 10% 50px;}
}

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

	.team-quote img {
		width: 90%;
	}

	#form h2 {
		font-size: 1.4em;
	}
}