
/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */


@media (max-width: 1215px) {
.container {
	width: 950px;
}
#hotel {
	width: 100%;
}
#hotel #right {
	width: 696px;
	float: right;
}
.troomname {
	width: 145px;
}

.room_div_inner {
}

.roomImg {
	display: none
}
.roomphotoimage {
	display: block;
}

#hoteltabs .rooms {
	width: 32%;
}

#booking {
	width: 100%;
}

#booking .navigation li {
	width: 23.9%;	
}

.bookingform .roomf .fullname, .bookingform .comments {
	width: 95%;
}

header {
    margin: 0 0;
}

#altinthotel1s .hotelitem .desc {
        width: 490px;
}





}

@media (max-width: 979px) {
.container {
	width: 760px;
}

#hotel #left {
	display: none;
}

#hotel #right {
	width: 100%;
	float: none;
}


}
