@media(max-width:1200px){
	.container{
		width: 80%;
	}
	header{padding: 15px 0;}
	header.fixed{padding: 15px 0;}
	header a.logo{
		font-size: 36px;
	}
	header.fixed a.logo{
		font-size: 36px;
	}
	header a.logo img{
		float: left;
		width: 188px;
		height: auto;
	}
	.menucontrols a{
		width: 36px; height: 36px;
		font-size: 24px;
	}
	a.hidemenu{
		right: 10px; top: 10px;
		width: 36px; height: 36px;
		font-size:30px;
	}
	nav{
		right:-100%;
		width: 40%;
		padding:60px 40px;
	}
	nav ul li{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.banner{
		padding: 200px 0 100px 0;
	}
	.banner .text{
		width: 65%;
	}
	.banner .text h1{
		font-size:42px;
		margin-bottom: 20px;
	}
	.banner .text h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.banner .text a{
		padding:12px 30px;
		font-size:15px;
	}
	.banner .text a span{
		margin-left: 6px;
	}



	.brands{
		padding: 20px 0;
	}


	.about{
		padding: 45px 0;
	}
	.about .text{
		width: 100%;
	}
	.about .text h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.about .text p{
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 20px;
	}
	.about .video{
		margin:20px 0 40px 0;
	}
	.about .video video{
		width:100%;
	}




	.services{
		padding: 45px 0 20px 0;
	}
	.services h2{
		font-size:32px;
		margin-bottom: 10px;
	}
	.services h4{
		font-size:14px;
		margin-bottom: 30px;
		padding:0 0 0 0;
	}
	.servicesitemswrap{
		margin:0 -15px;
	}
	.servicesitemswrap .item{
		flex-basis: 33.33%;
		margin-bottom: 35px;
		padding: 0 15px;
	}
	.servicesitemswrap .item .itemcontent .thumb{
		margin-bottom:15px;
	}
	.servicesitemswrap .item .itemcontent h3{
		font-size:16px;
		margin-bottom: 15px;
	}
	.servicesitemswrap .item .itemcontent p{
		font-size:13px;
		line-height: 150%;
		padding-right: 0;
	}




	.contact{
		padding:45px 0;
	}
	.contact h2{
		font-size:32px;
		margin-bottom: 15px;
	}
	.contact h5{
		font-size:16px;
		margin-bottom: 30px;
	}
	.contact form{
		margin-top: 10px;
	}
	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form textarea{
		float: left;
		width: 30%;
		height:42px;
		padding: 0 0 0 15px;
		font-size: 15px;
		margin-bottom: 12px;
	}
	.contact form textarea{
		width: 100%;
		height: 100px;
		padding:15px;
	}
	.contact form button{
		height: 52px;
		font-size:15px;
		padding: 0 25px;
	}

	.contact form div{
		height: 52px;
		font-size:15px;
		padding: 15px 25px;
	}

	footer{
		padding: 35px 0;
	}
	footer .copyright{
		width: 50%;
		font-size:15px;
	}
	footer .copyright span.company{
		font-size: 13px;
	}
	footer .social{
		width: 50%;
		font-size:15px;
	}
	footer .social a{
		margin-left: 10px;
	}
}




@media(max-width:1040px){
	.container{
		width: 100%;
		padding: 0 30px;
	}
}





@media(max-width:600px){
	nav{
		width: 60%;
		padding:60px 30px;
	}

	.banner{
		padding: 150px 0 80px 0;
	}
	.banner .text h1{
		font-size:36px;
	}
	.banner .text h3{
		font-size: 21px;
	}



	.about .image{
		width: 40%;
		align-self: flex-start;
		margin-top: 70px;
	}




	.servicesitemswrap .item{
		flex-basis: 50%;
		margin-bottom: 35px;
	}




	.contact form input[type="text"],
	.contact form input[type="email"],
	.contact form textarea{
		width: 100%;
	}


	.map iframe{
		height: 300px;
	}


	footer .copyright{
		width: 100%;
		margin-bottom: 35px;
	}
	footer .social{
		width: 100%;
	}
}