#logo {
    max-height: 100%;  
}


/* Enter Your Custom CSS Here */
#DOPBSPCalendar-no-items-wrapper1 label{
	visibility: hidden;
}
#DOPBSPCalendar-no-items-wrapper1 label:before {
	content: 'No. of Beds';
	visibility:visible;
}
#DOPBSPCalendar-reservation-cart1 table tr:nth-child(3) td.dopbsp-label{
	visibility: hidden;
}

#DOPBSPCalendar-reservation-cart1 table tr:nth-child(3) td.dopbsp-label:before{
content: 'No. of Beds'; 
  visibility:visible;
}
.calendar-box{
	display:none; 
}
#DOPBSPCalendar-order1 h4{display:none !important;}
#DOPBSPCalendar-order5 h4{display:none !important;}

.et_parallax_bg {
    background-position: bottom left !important;
}



@media only screen and ( min-width:981px ) {
    /* Set the slider height */
  .et_pb_fullwidth_header  { 
        height: 425px !important; 
    }

}