*
{
	outline: none !important;
}

/* AMEA */
.color-black .amea-back, body.color-black{
	background: #000 !important;
}
.color-white .amea-back, body.color-white{
	background: #fff !important;
}
.color-blue .amea-back, body.color-blue{
	background: #0000FF !important;
}
.color-white .amea-img img{
	background: #000 !important;
}
body.color-black #upper-menu, body.color-black #main-menu, body.color-black #drop-main-menu {
    background-color: #000 !important;
}
body.color-white #upper-menu, body.color-white #main-menu, body.color-white #drop-main-menu {
    background-color: #fff !important;
}
body.color-blue #upper-menu, body.color-blue #main-menu, body.color-blue #drop-main-menu {
    background-color: #0000FF !important;
}
body.gray-scale {
    filter: grayscale(100%);
}
body.underline *{
    text-decoration: underline !important;
}

.color-black .amea-back,
.color-black .amea-back > *,
.color-black .amea-back *,
.color-black .amea-back > li > a,
.color-black .amea-back > div,
.color-black .amea-back > a,
.color-black .amea-back > span {
	background: #000 !important;
	background-color: #000 !important;
}
.color-white .amea-back,
.color-white .amea-back > *,
.color-white .amea-back *,
.color-white .amea-back > li > a,
.color-white .amea-back > div,
.color-white .amea-back > a,
.color-white .amea-back > span {
	background: #fff !important;
	background-color: #fff !important;
}
.color-blue .amea-back,
.color-blue .amea-back > li > a,
.color-blue .amea-back > *,
.color-blue .amea-back *,
.color-blue .amea-back > div,
.color-blue .amea-back > a,
.color-blue .amea-back > span {
	background: #0000FF !important;
	background-color: #0000FF !important;
}

.color-black .amea-font,
.color-black .amea-font > *,
.color-black .amea-font *,
.color-black .amea-font > li > a,
.color-black .amea-font > div,
.color-black .amea-font > a,
.color-black .amea-font > span {
	color: #fff !important;
}
.color-white .amea-font,
.color-white .amea-font > *,
.color-white .amea-font *,
.color-white .amea-font > li > a,
.color-white .amea-font > div,
.color-white .amea-font > a,
.color-white .amea-font > span {
	color: #000 !important;
}
.color-blue .amea-font,
.color-blue .amea-font > li > a,
.color-blue .amea-font > *,
.color-blue .amea-font *,
.color-blue .amea-font > div,
.color-blue .amea-font > a,
.color-blue .amea-font > span {
	color: #fff !important;
}
.amea-wrap a{
    float: none !important;
}
#amea-resp{
    display:none;
    position: absolute;
    z-index: 999;
    top: 65px;
    right: 25px;
}
#amea-drop.dropdown-menu li a:hover{
    background: none !important;
}
 #amea-drop {
    position: absolute !important;
    background: #626262 !important;
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
    left: -120px;
    top: 40px;
}
#amea-btn{
	cursor: pointer;
}
#amea-drop.dropdown-menu .divider {
	margin-top: 0;
	margin-bottom: 9px;
}
#amea-drop.dropdown-menu li{
position:relative;    
}
#amea-drop.dropdown-menu li a {
	color: #fff !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}
#amea-drop .drop-title {
	color: #fff !important
}
#amea-drop .amea-btns a {
	display: inline-block;
}

/*
 * OFFER
 */
#offer-tab
{
	z-index: 9999;
	top: 200px;
	left: 50%;
	-ms-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
	transform: translateX(-50%);
	position: fixed;
	width: 439px;
	min-height: 120px;
	padding: 20px 20px 11px 20px;
	/* background-color: rgba(215,180,115,.9); 
	background-color: rgb(134 133 131); */
	background-color: rgb(255 255 255 / 95%);
	text-align:center;
	/* font-size: 15px; */
	font-size: 17px;
	border-radius: 42px;
    /* border: 10px solid #fff; */
    border: 10px solid #0077a2;
}

#offer-tab a
{
	/* color: #FFFFFF; */
	color: #555;
	text-decoration:none;
}

#offer-close
{
	width: 80px;
	height: 30px;
	background-color: #626262;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	cursor:pointer;
	margin-top: 20px;
}
@media (max-width: 992px) 
{
    #amea-resp{
        display:none;
    }
}
@media (max-width: 768px) 
{
	#offer-tab
	{
		top: 120px;
	}
	
}

@media (max-width: 500px) 
{
	#offer-tab
	{
		font-size: 13px !important;
		width: auto;
		left: 20px;
		right: 20px;
		-ms-transform: translateX(0%); 
		-webkit-transform: translateX(0%); 
		transform: translateX(0%);
	}
	
	#offer-tab a img
	{
		display:none !important;
	}
}

/* END OFFER */

/*
 * CUSTOM SELECT DROPDOWN
 */
.online-input
{
	cursor: pointer;
}

.select-wrap
{
	float:left;
	margin-right: 12px;
}

.select-dropdown
{
	border:solid 1px #d9d5d0;
	display:none;
	margin-top: 3px;
	cursor: pointer;
}

.select-dropdown div
{
	background: #FFFFFF;
	border-top:solid 1px #d9d5d0;
	text-align:center;
	color: #626262;
}

.select-dropdown div:first-child
{
	border-top: none;
}

.select-dropdown div:hover
{
	background: #0077a2;
	color: #626262;
}

/*
 * BOOK ONLINE
 */
 #book-resp{
     font-family: 'Open Sans', sans-serif;
    display: none;
    background: #0077a2;
    height: 50px;
    line-height: 50px;
    text-align:center;
    text-decoration:none;
	color: #fff;
	font-size: 18px;
}
#book-online
{
	overflow-y:visible;
	background: #FFFFFF;
	margin-bottom: 0px;
	height: 120px;
}

#book-online .container
{
	padding-left: 0px;
	padding-right: 0px;
}

#book-online-brand
{
	color: #FFFFFF;
	display:none;
}

#bookonline-form
{
	height: 70px; 
	margin-top: 25px;
	margin-bottom: 25px;
}

.online-input
{
	border:solid 1px #626262;
	font-family: 'Open Sans', sans-serif;
	color: #626262;
	width: 154px;
	height: 70px;
	text-align:center;
	background-image:url('../images/online-arrow.png');
	background-repeat:  no-repeat;
	background-position: center bottom;
}

.submit
{
	position:relative;
	border:solid 1px #0077a2;
	width: 287px;
	height: 70px;
	text-align:center;
	color:#FFFFFF;
	float:right;
	padding: 9px;
	margin-left: 3px;
}

.submit input
{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	border:none;
	height: 50px;
	background:  #626262;
}

.placeholder::-webkit-input-placeholder { color:#626262; }
.placeholder::-moz-placeholder { color:#626262; } /* firefox 19+ */
.placeholder:-ms-input-placeholder { color:#626262; } /* ie */
.placeholder:-moz-placeholder { color:#626262; }

@media (max-width: 1200px) 
{
	.online-input
	{
		width: 120px;
	}
	
	.submit
	{
		width: 255px;
	}
}

@media (max-width: 1024px) 
{
	.select-wrap
	{
		margin-right: 0px;
	}
	#book-resp{
	    display: block !important;
	}
	#book-online
	{
	    display: none !important;
		border:none;
		background: #0077a2;
		height: 50px;
		z-index: 0;
	}
	
	#book-online .navbar-form
	{
		border: none;
	}
	
	#book-online .navbar-collapse 
    {
    	left: 0px;
    	right: 0px;
    	position:absolute;
        border-top: none !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background: rgba(255,255,255,1);
    }
	
	#book-online
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#book-online-brand
	{
		display:block;
	}
	
	#book-online .container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.select-wrap
	{
		float:none;
	}

	.online-input, .submit
	{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.select-dropdown
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	

		.videowrap {
		margin-top: 55px!important ;
	}
}

@media (max-width: 768px) 
{
    #scroll{
        display:none;
    }
	#book-online .navbar-collapse
	{
		margin-left: 1px;
		margin-right: 1px;
	}
}
#scroll-point{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}
.roll {
	cursor: pointer;
	opacity: 1;
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 26px;
	height: 50px;
	border-radius: 40px;
	border: solid 2px #fff;
}
.roll div {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 8px;
	width: 2px;
	height: 4px;
	opacity: 1;
	background: #fff;
	-webkit-animation: roll 1600ms infinite;
	animation: roll 1600ms infinite;
}
@-webkit-keyframes roll {
	0%   {top: 8px; opacity: 1; height:7px;}
	100% {top: 32px; opacity: .3; height:4px;}
}
@keyframes roll {
	0%   {top: 8px; opacity: 1; height:7px;}
	100% {top: 32px; opacity: .3; height:4px;}
}
#slider-wrap
{
	position:relative;
}

#slider-resp
{
	display:none;
}

#slider img
{
	width: 100%;
}

#footer
{
	font-family: 'Noto Sans', sans-serif;
	padding-top: 64px;
	padding-bottom: 34px;
	background: #f5f5f5;
}

.footer-title
{
	border-bottom:solid 1px #e3e0dd;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #5a5a5a;
}

.footer-text
{
	font-size: 15px;
	color: #686868;
	margin-bottom: 20px;
}

.footer-email
{
	font-size: 15px;
	color: #0077a2;
}

.footer-trip-img
{
	margin-bottom: 20px;
}

.footer-email span
{
	color: #686868;
}

.footer-social
{
	color: #686868;
	font-size: 15px;
}

.footer-social div
{
	padding-top: 60px;
	margin-bottom: 30px;
}

.footer-social div img
{
	margin-left: 10px;
}

#dproject
{
	display:block;
	text-decoration:none;
	color: #686868;
}

@media (max-width: 992px) 
{
	#footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#footer, .footer-social
	{
		text-align:center !important;
	}
	
	.footer-social div
	{
		padding-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) 
{   
    #slider-wrap {
      position: relative;
      margin-top: 50px;
    }
	#slider
	{
		display:none;
	}
	
	#slider-resp
	{
		display:block;
	}
}
	
	
	
	
	
	
	
	.videowrap {
		max-height:100%;
		display: block;
		width: 100%;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		aspect-ratio:16/9;
	}

	#myVideo {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}

.videocontrols {
	position: absolute;
	z-index: 8;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 10px 12px 9px 12px;
	margin: 0;
	display: flex;
}

	#mybtnplay {
			width: fit-content;
			background-color: #0077a2;
			color: #fff;

			/* line-height: 51px; */
			font-weight: bold;
		margin-right: 10px;
	}

	#mybtnplay span{
		   vertical-align: sub;
		width: 52px;
	display: inline-block;
		padding-left: 10px;
	}

	#mybtnmute {
			width: fit-content;
			background-color: #0077a2;
			color: #fff;

			/* line-height: 51px; */
			font-weight: bold;
	}

	#mybtnmute span{
		   vertical-align: sub;
		width: 66px;
	display: inline-block;
		padding-left: 10px;
	}




	#myBtn {
		padding: 20px;
		background: #0077a2 url(../images/play.png)  center no-repeat;
	}
						#myBtn, #muteBtn {
		font-size: .875em;
	}
						#myBtn {
		padding: 20px;
		background: #0077a2 url(../images/play.png)  center no-repeat;
	}
						#myBtn, #muteBtn {
		width: auto;
		font-size: 1em;
		color: #fff;
		cursor: pointer;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		border: none;
	}
						.playing {
		background: #0077a2 url(../images/pause4.png)  center no-repeat !important;
	}
						.muted {
		background: #0077a2 url(../images/no_sound.png)  center no-repeat !important;
	}

						#muteBtn {
		padding: 20px;
		background: #0077a2 url(../images/volume_up.png)  center no-repeat;
	}

						#myBtn, #muteBtn {
		font-size: .875em;
	}

						.muted {
		background: #0077a2 url(../images/no_sound.png)  center no-repeat !important;
	}


#main-slider {
			 
			
		}
		
		#slider-wrap {
				height: 100%;
			}
		
				.swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
}
		
		@media (max-width: 575px) {
			
			#slider-wrap {
				height: 100%;
				max-height: 318px;
				padding: 0;
			}
	
				#main-slider {
			  
				max-height: 318px;
				padding: 0;

			}
		}
				



