/* mobile */
#nav-toggle-label {
    top: 50px;
}
/* booking */

#webroomsBookingEngine:before {
  text-align:center;
  min-height:200px;	
 
}

/* side panel */
.side-widget.nav-widget ul li:hover a, .side-widget.nav-widget ul li:hover p { color:#fff;}

.page-section p, .page-section h1, .page-section h2, .page-section h3, .page-section h4, .page-section h5 {
	white-space: break-spaces;
}	
.page-section h3{ margin-bottom:20px;}
.page-section {padding-bottom:20px;}


.footer-book{
	
	width:90%; margin-right:10%; margin-top:20px;
}

@media (max-width:1080px) and (min-width:600px) {
.side-widget {
    width: 80% !important;
    margin-left: 20% !important;
}
}
@media (max-width:728px) {
.footer-book{
	
	width:100%; margin-right:0%; margin-top:20px;
}

}

