@media only screen and (max-width: 1000px) {
 
#page .rand {
	display: none;
}

#page .description{
	width: 100%;
}
#page .description .img{
	width: 99%;
}
#galery{
	text-align: center;
	
}
}
@media only screen and (max-width: 800px) {


#page.description .img{
	height: 350px;
}
}
@media only screen and (max-width: 600px) {
.p {
	left: 30%;
}
.block-tour{
	left:36%;
}
}
@media only screen and (max-width: 500px) {
.p {
	left: 25%;
}
#page .description .img{
	height: 300px;
}
.form{
	width: 250px;
}
.alert-box{
	width: 250px;
}
.aBooking,.textarea,.text{
	margin-left: 10px;
}
.height{
	height: 5%;
}
.col-lg-3{
	margin: 0;
	margin-top: 10px;
}
.block-tour{
	left:25%;
}
}