/* fading banner colour */
#header:not(.scroll), #header {
	background: rgba(0,159,197,0.6)!important;
}
#header.scroll, .letterboxed #header {
    background: #0092c0!important;
}
#newbook_check_availability_widget input[type="submit"]:not(:hover) {
	background-color: #63a945;
	    border-color: #63a945;
}
#menu-wrapper ul.menu > li#book-online-button > a:hover, #menu-wrapper ul.menu > li.book-online-button > a:hover {
	background: rgba(255,255,255,.1)!important;
	opacity:1!important;
}
#footer h2 {
    border-color: #63a945!important;
		color: #63a945!important;
}
#header-image, .header_panel_section {
    margin-top: -80px !important;
}
@media (max-width: 991px) {
	#header-image, .header_panel_section {
			margin-top: -63.5px !important;
	}	
}
@media (max-width: 575px){
	#header-image, .header_panel_section {
    margin-top: -31.75px !important;
	}
}
