@media screen and (min-width: 1920px) {
	


}






@media screen and (max-width: 1200px) {
	
	
	.wrap nav{
		display:none;
		}
		
		
	.mobilmenu{
		display:block;
		}
		
	.headerScroll{
		display:none !important;
		}

	section .wrap .startbox.top .item{

		width:calc(50% - 60px);

	}
}


@media screen and (max-width: 900px) {
	
.start .wrap .left{
	float:none;
	padding:10px;
	width:calc(100% - 20px);
}
.start .wrap{
	padding:0;	
}
.start .wrap .right{
	float:none;
	padding:50px 20px;
	width:calc(100% - 40px);
	height:auto;
	background:#f1f1f1;
	border-radius: 0;

}


section .wrap .startbox .item{
	width:calc(50% - 30px);
	padding:15px;
}

section .wrap .startbox .break{
	clear:both;
}




}


@media screen and (max-width: 850px) {
	

	
	img{
		float:none !important;
		
		}



}


@media screen and (max-width: 740px) {
	

	
	
		
}

@media screen and (max-width: 600px) {

	
	.wrap{
		padding:0 10px 0 10px;
	}
		
	

	header{
		height:100px;
		}
	header .wrap .logo{
		padding: 10px 0 0 0;
		}
	
	
	.mobilmenu{
		top:40px !important;
		}

	
	section .wrap .startbox .item{
		float:none;
		width:calc(100% - 30px);
		padding:15px;
	}
	
	section .wrap .startbox .break{
		clear:both;
	}
	

section .wrap .startbox.top .item{
	float:none;
	width:calc(100% - 20px);
	padding:20px 10px;
}
section .wrap .startbox.top .item .text{
	padding:10px;
	height:auto;
}

}


@media screen and (max-width: 500px) {
	
	h1{
		font-size:30px;
		}
	h2{
		font-size:20px;
		}
	h3{
		font-size:16px;
		}
		
	h4{
		font-size:14px;
		}


}

@media screen and (max-width: 300px) {
	
	
	

		
		
}


@-ms-viewport {
  width: device-width;
}
