
@media only screen and (max-width: 1700px) {
	
#slider{
	
	height: 750px;
	
}
}
@media only screen and (max-width: 1600px) {
	
#slider{
	
	height: 700px;
	
}
}
@media only screen and (max-width: 1500px) {
	
#slider{
	
	height: 650px;
	
}
}
@media only screen and (max-width: 1420px) {
	
#main-content{
	width: 1200px;
}
.text{
	width: 890px;
}
.meps{
	width: 360px;
}
.col-lg-3{
	width: 270px;
	 height:180px;
}
.col-lg-4{
	width: 270px;
	 height:350px;
}
}
@media only screen and (max-width: 1220px) {
	
nav{
	width: 1200px;
}

}
