/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 478px) and (max-width: 1024px) {
html,body
{
width: 100%;
height:100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.telefontop a{
    color: #fff !important;
}
.camera_wrap {
left:15px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#online-booking-side {
		min-height: 1850px !important;
	}
}