#bannervideo{
	width: 100%;
	object-fit: cover;
}

#bannervideo::-webkit-media-controls-fullscreen-button {
    display: none;
}

#bannervideo::-webkit-media-controls-play-button {
    display: none;
}

#bannervideo::-webkit-media-controls-timeline {
    display: none;
}

#bannervideo::-webkit-media-controls-current-time-display{
    display: none;            
}

#bannervideo::-webkit-media-controls-time-remaining-display {
    display: none;            
}

#bannervideo::-webkit-media-controls-mute-button {
    display: none;            
}
#bannervideo::-webkit-media-controls-toggle-closed-captions-button {
    display: none;            
}

#bannervideo::-webkit-media-controls-volume-slider {
    display: none;            
}

#bannervideo::-webkit-media-controls-enclosure{ 
    display: none;
}

.banntext span{
	color: #fff;
}
.banntext:hover span{
	color: #455d58;
	transition: all .5s ease 0s;
}

.home-hero__btns:hover span{
	color: #009FE3;
	transition: all .5s ease 0s;
}


@font-face {
    font-family: 'mangomelonregular';
    src: url('../fonts/mangomelon-webfont.woff2') format('woff2'),
         url('../fonts/mangomelon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.hero__h1 div{
	 font-family: 'mangomelonregular';
}

.site-menu__block-colour{
	width: 100% !important;
}

@media (min-width: 1700px){

}

.btnaaa{
	color: #009FE3 !important;
}

.site-menu__menu-col {
    margin-left: 0 !important;
}

.menuul2{
	list-style-type: none;
	padding-left: 0;
}


.site-menu__nav a.h3{
	margin-top: 10px;
}

.js-fig-wrappers{
	margin-left: 0 !important;
}

@media (min-width: 1024px){
	.listing-blocks__inner h3.listing-blocks__heading{
		font-size: 3rem;
	}	
}

/*
@media (min-width: 1700px){
	.text-image-cols__text-wrapper {
	    margin-right: 3.3333333333%;
	}
}

@media (min-width: 1024px){
	.text-image-cols__text-wrapper {
	    margin-left: 3.3333333333%;
	}
}
*/


@media (min-width: 1024px){
	.site-header__menu-btn{
		display: none;
	}
	.site-header__reservations-list{
		    margin-right: 0;
	}

.site-header__reservations-list{
	display: flex;
	/*min-height: 40px;*/
	align-items: center;
}

}






.menupcuul{
	display: flex;
	list-style-type: none;
	align-items: center;
	margin-right: 20px;
}
.menupcuul>li{
	padding-bottom: 0;
	padding: 13px 15px;
	margin-left: 0 !important;
}
.menupcuul>li:last-child{
	padding-bottom: 13px!important;
}

.menupcuul>li>a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.menupcuul>li:hover>a{
	color: #005072;
}

.menupcuul li .menuul2{
	display: none;
	position: absolute;
	top: 55px;
	margin-top: unset;
	background-color: #005072;
	flex-direction: column;
	padding: 15px;
	min-width: 200px;
}

.menupcuul>li:hover .menuul2{
	display: flex;
}

.menupcuul li .menuul2>li{
	margin-left: 0 !important;
	padding: 5px 0;
}

.menupcuul li .menuul2>li a{
	font-size: 14px;
	color: #fff !important;
}

@media (max-width: 1024px){
	.menupcuul{
		display: none;
		list-style-type: none;
		align-items: center;
		margin-right: 20px;
	}

}


@media screen and (min-width:1024px) and (max-width:1440px){
	.menu2222{
		display: none;
	}
}


.divuuls{
	display: flex;
	justify-content: space-between;
}
 .site-menu__nav .divuuls li{
	margin-bottom: 1rem !important;
}

@media (max-width: 768px){
	.divuuls{
		display: flex;
		flex-direction: column;
	}
}



#bannervideo:before{
	background-color: #007fb6;
	opacity: 0.5;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}