@charset "utf-8";

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	
	/* TYPOGRAPHY ******************************************************************************/
	h1,.h1{font-size:3.2rem}h2,.h2{font-size:3rem}h3,.h3{font-size:2.8rem}h4,.h4{font-size:2.4rem}h5,.h5{font-size:2.2rem}h6,.h6{font-size:1.8rem}

	/* HEADER ******************************************************************************/
	header{display:inline-block}
	header.sticky{position:fixed;padding:10px 0px;}
	/* HEADER - classic */
	header.header-classic .navigation-classic-transform-overlay{display:inline-block}
	.dropdown-menu{position:absolute!important;margin:auto!important;background-color:var(--white);box-shadow:auto!important;padding:10px;border-top:5px solid var(--color-1)!important;min-width:15rem}
	.dropdown-menu a.dropdown-item {color: var(--color-1);}
	/* HEADER - gsap halfnav */
	header.header-gsap-halfnav{position:absolute;display:flex;align-items:center;justify-content:space-between;padding:0;width:100%;height:fit-content;z-index:9999}
	header.header-gsap-halfnav.sticky{position:fixed;}
	header.header-gsap-halfnav .menu-container{width:300px;height:300px;background-color:var(--color-1-medium);padding:40px}
	header.header-gsap-halfnav.sticky .menu-container{width:200px;height:200px;padding:20px}
	header.header-gsap-halfnav .menu-text{display: block;}
	header.header-gsap-halfnav.sticky .menu-text{display: none;}
	header.header-gsap-halfnav .menu-items{display:flex;align-items:flex-end; float: right; margin: 0;}
	header.header-gsap-halfnav.sticky .menu-items{float: none; margin: 0 auto;}
	header.header-gsap-halfnav .menu-items .menu{font-size:2em;line-height:1;font-weight:700;overflow:hidden;color:#fff; cursor: pointer; padding: 0 20px 0 0;}
	header.header-gsap-halfnav.sticky .menu-items .menu{padding: 0 20px; margin: 0 auto;color:var(--white)}
	header.header-gsap-halfnav .menu-items .menu span{display:block;position:relative}
	header.header-gsap-halfnav #menuBtnDiv2{position:absolute}
	.menu-container-gsap-halfnav{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;z-index:8888}
	.menu-container-gsap-halfnav .menu-container-1{width:60vw;background-color:var(--color-1)}
	.menu-container-gsap-halfnav .menu-container-1{display:flex;padding:10vh 5vw;flex-direction:column;justify-content:space-between;color:var(--white)}
	.menu-container-gsap-halfnav .menu-container-1 .menu-container-header li{font-size:2em;margin:5px 0;font-weight:500;overflow:hidden}
	.menu-container-gsap-halfnav .menu-container-1 .menu-container-footer li{font-size:30px;font-weight:lighter;text-decoration:underline;margin:5px 0;overflow:hidden;display: flex;}
	.menu-container-gsap-halfnav ul{list-style:none}
	.menu-container-gsap-halfnav .menu-container-2{width:40vw;background-color:var(--color-1-medium)}
	.menu-container-gsap-halfnav .menu-container-2{display:flex;flex-direction:column;justify-content:flex-end;padding:10vh 5vw;color:#101010}
	.menu-container-gsap-halfnav .menu-container-2 .menu-container-footer li{font-size:30px;font-weight:lighter;margin:5px 0;overflow:hidden}
	.menu-container-gsap-halfnav #special-li{font-size:20px;text-decoration:none;margin:20px 2px}
	.menu-container-gsap-halfnav .menu-container-header li span,.menu-container-gsap-halfnav .menu-container-footer li span{display:block;position:relative}
	.menu-container-gsap-halfnav .menu-container-header li:hover span,.menu-container-gsap-halfnav .menu-container-footer li:hover span{animation:MoveDown .3s forwards,MoveUp .2s forwards .2s}
	@keyframes MoveDown {
		to{transform:translate3d(0,105%,0)}
	}
	@keyframes MoveUp {
		from{transform:translate3d(0,-100%,0)}
		to{transform:translate3d(0,0,0)}
	}
	
	/* HOME SLIDER ******************************************************************************/
	/* HOME SLIDER - fullscreen single image */
	.fullscreen-image{position:relative;overflow:hidden;max-height:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
	.fullscreen-image.fullscreen-home{background-image:url(../images/pic-fullscreen-home.jpg);}
	.fullscreen-image.fullscreen-clippath{background-image:url(../images/pic-fullscreen-clippath.jpg);}
	/* HOME SLIDER - slider */
	.slider-container {position: relative; background-image: url("../images/bg-slider.png"); background-position: center right; background-size: auto; background-repeat: no-repeat;}
	.slider-container .slider-text {width: 300px; height: 300px; position: absolute; top: calc(50% - 150px); right: 0; background-color: var(--color-1-medium); padding: 0 40px; display: block!important;}
	.slider-container .slider-text .slider-text-scritta{width:80%;float:left;color:var(--white);font-size:1.6em;text-transform:uppercase;font-weight:300}
	.slider-container .owl-galleryslider .owl-nav{position: absolute; top: calc(50% - 50px); right: 20px; display: block!important;}
	
	/* MODAL ******************************************************************************/
	/* MODAL - close button */
	.modal-content button.close{top:40px;right:40px;width:50px;height:50px;line-height:50px;}
	/* MODAL - video */
	#modalVideo{width:80%;margin:auto;height:auto;background-color:transparent;}

	/* SECTION ******************************************************************************/
	section{padding:100px 0}
	
	/* INTRO ******************************************************************************/
	.intro {background-image: url("../images/bg-intro.png"); background-position: center right; background-size: auto; background-repeat: no-repeat;}
	.intro-container {background-color: var(--color-1-medium); background-image: url("../images/bg-intro-container.png"); background-position: center right; background-size:contain; background-repeat: no-repeat; margin: 100px 0 0; padding: 60px;}
	.intro-container .pic-intro{transform:translate(-100px,-120px);margin-left:-100px;margin-bottom:-60px}
	
	/* SPIAGGIA ******************************************************************************/
	.spiaggia {background-image: url("../images/bg-spiaggia.png"); background-position: top left; background-size: auto; background-repeat: no-repeat;}
	.spiaggia-right {background-image: url("../images/bg-spiaggia-right.png"); background-position: top right; background-size: auto; background-repeat: no-repeat;}
	
	/* PLUS ******************************************************************************/
	.plus-container {position: relative;}
	.plus-container .plus-content {width: 200px; height: auto; transform: translate(0, -100px); margin-bottom: -100px; margin-left: calc(50% - 100px);}
	.owl-plusslider .owl-nav {position: absolute; bottom: 0; right: 50px; top: auto;}
	.owl-plusslider .owl-nav .owl-prev img, .owl-plusslider .owl-nav .owl-next img {width: 100px; height: auto;}
	
	/* ALL INCLUSIVE ******************************************************************************/
	.allinclusive {background-image: url("../images/bg-allinclusive.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;}
	
	/* MIMA ******************************************************************************/
	.owl-mimaslider .owl-nav {position: absolute; top:auto; bottom: -70px; right: 0; left: auto; width: 100%;}
	.owl-mimaslider .owl-nav .owl-prev, .owl-mimaslider .owl-nav .owl-next {margin: 0 10px;}
	.owl-mimaslider .owl-nav .owl-prev img, .owl-mimaslider .owl-nav .owl-next img {width: 50px; height: auto;}
	
	/* CAMERE ******************************************************************************/
	.owl-camereslider .owl-nav img {width: 100px; height: auto;}

	/* OWL CAROUSEL ******************************************************************************/
	/* OWL CAROUSEL - slider nav */
	.owl-slidernavigation .owl-nav .owl-prev,.owl-slidernavigation .owl-nav .owl-next{width:10%}
	.owl-slidernavigation .owl-nav .owl-prev img,.owl-slidernavigation .owl-nav .owl-next img{width:100px}
	/* OWL CAROUSEL STAGE PADDING */
	.owl-stagepadding .owl-stage{margin-left:0}
	/* OWL CAROUSEL GALLERY SCROLL */
	.owl-galleryscroll{width:100%}
	/* OWL CAROUSEL GALLERY SCROLL - nav */
	.owl-galleryscroll .owl-nav{position:absolute;top:-50px;left: calc(50% - 50px);width:auto;display:inline-block}
	.owl-galleryscroll .owl-nav .owl-prev,.owl-galleryscroll .owl-nav .owl-next{background-color:#fff!important;color:var(--color-2)!important;width:40px;height:40px;line-height:40px}
	.owl-galleryscroll .owl-nav .owl-prev{margin-right:1px}

	/* FOOTER ******************************************************************************/
	footer {padding:100px 0;}
	footer ul.list-unstyled li{padding:10px 0}
	footer .footer-map {transform: translate(0, -140px); margin-bottom: -140px;}
	
	/* SIZING ******************************************************************************/
	.m-xxl-0{margin:0!important}.m-xxl-5{margin:5px!important}.m-xxl-10{margin:10px!important}.m-xxl-15{margin:15px!important}.m-xxl-20{margin:20px!important}.m-xxl-25{margin:25px!important}.m-xxl-30{margin:30px!important}.m-xxl-35{margin:35px!important}.m-xxl-40{margin:40px!important}.m-xxl-45{margin:45px!important}.m-xxl-50{margin:50px!important}.m-xxl-60{margin:60px!important}.m-xxl-70{margin:70px!important}.m-xxl-80{margin:80px!important}.m-xxl-90{margin:90px!important}.m-xxl-100{margin:100px!important}.m-xxl-110{margin:110px!important}.m-xxl-120{margin:120px!important}.m-xxl-130{margin:130px!important}.m-xxl-140{margin:140px!important}.m-xxl-150{margin:150px!important}.m-xxl-200{margin:200px!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-5{margin-left:5px!important}.ml-xxl-10{margin-left:10px!important}.ml-xxl-15{margin-left:15px!important}.ml-xxl-20{margin-left:20px!important}.ml-xxl-25{margin-left:25px!important}.ml-xxl-30{margin-left:30px!important}.ml-xxl-35{margin-left:35px!important}.ml-xxl-40{margin-left:40px!important}.ml-xxl-45{margin-left:45px!important}.ml-xxl-50{margin-left:50px!important}.ml-xxl-60{margin-left:60px!important}.ml-xxl-70{margin-left:70px!important}.ml-xxl-80{margin-left:80px!important}.ml-xxl-90{margin-left:90px!important}.ml-xxl-100{margin-left:100px!important}.ml-xxl-110{margin-left:110px!important}.ml-xxl-120{margin-left:120px!important}.ml-xxl-130{margin-left:130px!important}.ml-xxl-140{margin-left:140px!important}.ml-xxl-150{margin-left:150px!important}.ml-xxl-200{margin-left:200px!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-5{margin-right:5px!important}.mr-xxl-10{margin-right:10px!important}.mr-xxl-15{margin-right:15px!important}.mr-xxl-20{margin-right:20px!important}.mr-xxl-25{margin-right:25px!important}.mr-xxl-30{margin-right:30px!important}.mr-xxl-35{margin-right:35px!important}.mr-xxl-40{margin-right:40px!important}.mr-xxl-45{margin-right:45px!important}.mr-xxl-50{margin-right:50px!important}.mr-xxl-60{margin-right:60px!important}.mr-xxl-70{margin-right:70px!important}.mr-xxl-80{margin-right:80px!important}.mr-xxl-90{margin-right:90px!important}.mr-xxl-100{margin-right:100px!important}.mr-xxl-110{margin-right:110px!important}.mr-xxl-120{margin-right:120px!important}.mr-xxl-130{margin-right:130px!important}.mr-xxl-140{margin-right:140px!important}.mr-xxl-150{margin-right:150px!important}.mr-xxl-200{margin-right:200px!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-5{margin-top:5px!important}.mt-xxl-10{margin-top:10px!important}.mt-xxl-15{margin-top:15px!important}.mt-xxl-20{margin-top:20px!important}.mt-xxl-25{margin-top:25px!important}.mt-xxl-30{margin-top:30px!important}.mt-xxl-35{margin-top:35px!important}.mt-xxl-40{margin-top:40px!important}.mt-xxl-45{margin-top:45px!important}.mt-xxl-50{margin-top:50px!important}.mt-xxl-60{margin-top:60px!important}.mt-xxl-70{margin-top:70px!important}.mt-xxl-80{margin-top:80px!important}.mt-xxl-90{margin-top:90px!important}.mt-xxl-100{margin-top:100px!important}.mt-xxl-110{margin-top:110px!important}.mt-xxl-120{margin-top:120px!important}.mt-xxl-130{margin-top:130px!important}.mt-xxl-140{margin-top:140px!important}.mt-xxl-150{margin-top:150px!important}.mt-xxl-200{margin-top:200px!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-5{margin-bottom:5px!important}.mb-xxl-10{margin-bottom:10px!important}.mb-xxl-15{margin-bottom:15px!important}.mb-xxl-20{margin-bottom:20px!important}.mb-xxl-25{margin-bottom:25px!important}.mb-xxl-30{margin-bottom:30px!important}.mb-xxl-35{margin-bottom:35px!important}.mb-xxl-40{margin-bottom:40px!important}.mb-xxl-45{margin-bottom:45px!important}.mb-xxl-50{margin-bottom:50px!important}.mb-xxl-60{margin-bottom:60px!important}.mb-xxl-70{margin-bottom:70px!important}.mb-xxl-80{margin-bottom:80px!important}.mb-xxl-90{margin-bottom:90px!important}.mb-xxl-100{margin-bottom:100px!important}.mb-xxl-110{margin-bottom:110px!important}.mb-xxl-120{margin-bottom:120px!important}.mb-xxl-130{margin-bottom:130px!important}.mb-xxl-140{margin-bottom:140px!important}.mb-xxl-150{margin-bottom:150px!important}.mb-xxl-200{margin-bottom:200px!important}.mnl-xxl-0{margin-left:0!important}.mnl-xxl-5{margin-left:-5px!important}.mnl-xxl-10{margin-left:-10px!important}.mnl-xxl-15{margin-left:-15px!important}.mnl-xxl-20{margin-left:-20px!important}.mnl-xxl-25{margin-left:-25px!important}.mnl-xxl-30{margin-left:-30px!important}.mnl-xxl-35{margin-left:-35px!important}.mnl-xxl-40{margin-left:-40px!important}.mnl-xxl-45{margin-left:-45px!important}.mnl-xxl-50{margin-left:-50px!important}.mnl-xxl-60{margin-left:-60px!important}.mnl-xxl-70{margin-left:-70px!important}.mnl-xxl-80{margin-left:-80px!important}.mnl-xxl-90{margin-left:-90px!important}.mnl-xxl-100{margin-left:-100px!important}.mnl-xxl-110{margin-left:-110px!important}.mnl-xxl-120{margin-left:-120px!important}.mnl-xxl-130{margin-left:-130px!important}.mnl-xxl-140{margin-left:-140px!important}.mnl-xxl-150{margin-left:-150px!important}.mnl-xxl-200{margin-left:-200px!important}.mnr-xxl-0{margin-right:0!important}.mnr-xxl-5{margin-right:-5px!important}.mnr-xxl-10{margin-right:-10px!important}.mnr-xxl-15{margin-right:-15px!important}.mnr-xxl-20{margin-right:-20px!important}.mnr-xxl-25{margin-right:-25px!important}.mnr-xxl-30{margin-right:-30px!important}.mnr-xxl-35{margin-right:-35px!important}.mnr-xxl-40{margin-right:-40px!important}.mnr-xxl-45{margin-right:-45px!important}.mnr-xxl-50{margin-right:-50px!important}.mnr-xxl-60{margin-right:-60px!important}.mnr-xxl-70{margin-right:-70px!important}.mnr-xxl-80{margin-right:-80px!important}.mnr-xxl-90{margin-right:-90px!important}.mnr-xxl-100{margin-right:-100px!important}.mnr-xxl-110{margin-right:-110px!important}.mnr-xxl-120{margin-right:-120px!important}.mnr-xxl-130{margin-right:-130px!important}.mnr-xxl-140{margin-right:-140px!important}.mnr-xxl-150{margin-right:-150px!important}.mnr-xxl-200{margin-right:-200px!important}.mnt-xxl-0{margin-top:0!important}.mnt-xxl-5{margin-top:-5px!important}.mnt-xxl-10{margin-top:-10px!important}.mnt-xxl-15{margin-top:-15px!important}.mnt-xxl-20{margin-top:-20px!important}.mnt-xxl-25{margin-top:-25px!important}.mnt-xxl-30{margin-top:-30px!important}.mnt-xxl-35{margin-top:-35px!important}.mnt-xxl-40{margin-top:-40px!important}.mnt-xxl-45{margin-top:-45px!important}.mnt-xxl-50{margin-top:-50px!important}.mnt-xxl-60{margin-top:-60px!important}.mnt-xxl-70{margin-top:-70px!important}.mnt-xxl-80{margin-top:-80px!important}.mnt-xxl-90{margin-top:-90px!important}.mnt-xxl-100{margin-top:-100px!important}.mnt-xxl-110{margin-top:-110px!important}.mnt-xxl-120{margin-top:-120px!important}.mnt-xxl-130{margin-top:-130px!important}.mnt-xxl-140{margin-top:-140px!important}.mnt-xxl-150{margin-top:-150px!important}.mnt-xxl-200{margin-top:-200px!important}.mnb-xxl-0{margin-bottom:0!important}.mnb-xxl-5{margin-bottom:-5px!important}.mnb-xxl-10{margin-bottom:-10px!important}.mnb-xxl-15{margin-bottom:-15px!important}.mnb-xxl-20{margin-bottom:-20px!important}.mnb-xxl-25{margin-bottom:-25px!important}.mnb-xxl-30{margin-bottom:-30px!important}.mnb-xxl-35{margin-bottom:-35px!important}.mnb-xxl-40{margin-bottom:-40px!important}.mnb-xxl-45{margin-bottom:-45px!important}.mnb-xxl-50{margin-bottom:-50px!important}.mnb-xxl-60{margin-bottom:-60px!important}.mnb-xxl-70{margin-bottom:-70px!important}.mnb-xxl-80{margin-bottom:-80px!important}.mnb-xxl-90{margin-bottom:-90px!important}.mnb-xxl-100{margin-bottom:-100px!important}.mnb-xxl-110{margin-bottom:-110px!important}.mnb-xxl-120{margin-bottom:-120px!important}.mnb-xxl-130{margin-bottom:-130px!important}.mnb-xxl-140{margin-bottom:-140px!important}.mnb-xxl-150{margin-bottom:-150px!important}.mnb-xxl-200{margin-bottom:-200px!important}.p-xxl-0{padding:0!important}.p-xxl-5{padding:5px!important}.p-xxl-10{padding:10px!important}.p-xxl-15{padding:15px!important}.p-xxl-20{padding:20px!important}.p-xxl-25{padding:25px!important}.p-xxl-30{padding:30px!important}.p-xxl-35{padding:35px!important}.p-xxl-40{padding:40px!important}.p-xxl-45{padding:45px!important}.p-xxl-50{padding:50px!important}.p-xxl-60{padding:60px!important}.p-xxl-70{padding:70px!important}.p-xxl-80{padding:80px!important}.p-xxl-90{padding:90px!important}.p-xxl-100{padding:100px!important}.p-xxl-110{padding:110px!important}.p-xxl-120{padding:120px!important}.p-xxl-130{padding:130px!important}.p-xxl-140{padding:140px!important}.p-xxl-150{padding:150px!important}.p-xxl-200{padding:200px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-5{padding-left:5px!important}.pl-xxl-10{padding-left:10px!important}.pl-xxl-15{padding-left:15px!important}.pl-xxl-20{padding-left:20px!important}.pl-xxl-25{padding-left:25px!important}.pl-xxl-30{padding-left:30px!important}.pl-xxl-35{padding-left:35px!important}.pl-xxl-40{padding-left:40px!important}.pl-xxl-45{padding-left:45px!important}.pl-xxl-50{padding-left:50px!important}.pl-xxl-60{padding-left:60px!important}.pl-xxl-70{padding-left:70px!important}.pl-xxl-80{padding-left:80px!important}.pl-xxl-90{padding-left:90px!important}.pl-xxl-100{padding-left:100px!important}.pl-xxl-110{padding-left:110px!important}.pl-xxl-120{padding-left:120px!important}.pl-xxl-130{padding-left:130px!important}.pl-xxl-140{padding-left:140px!important}.pl-xxl-150{padding-left:150px!important}.pl-xxl-200{padding-left:200px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-5{padding-right:5px!important}.pr-xxl-10{padding-right:10px!important}.pr-xxl-15{padding-right:15px!important}.pr-xxl-20{padding-right:20px!important}.pr-xxl-25{padding-right:25px!important}.pr-xxl-30{padding-right:30px!important}.pr-xxl-35{padding-right:35px!important}.pr-xxl-40{padding-right:40px!important}.pr-xxl-45{padding-right:45px!important}.pr-xxl-50{padding-right:50px!important}.pr-xxl-60{padding-right:60px!important}.pr-xxl-70{padding-right:70px!important}.pr-xxl-80{padding-right:80px!important}.pr-xxl-90{padding-right:90px!important}.pr-xxl-100{padding-right:100px!important}.pr-xxl-110{padding-right:110px!important}.pr-xxl-120{padding-right:120px!important}.pr-xxl-130{padding-right:130px!important}.pr-xxl-140{padding-right:140px!important}.pr-xxl-150{padding-right:150px!important}.pr-xxl-200{padding-right:200px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-5{padding-top:5px!important}.pt-xxl-10{padding-top:10px!important}.pt-xxl-15{padding-top:15px!important}.pt-xxl-20{padding-top:20px!important}.pt-xxl-25{padding-top:25px!important}.pt-xxl-30{padding-top:30px!important}.pt-xxl-35{padding-top:35px!important}.pt-xxl-40{padding-top:40px!important}.pt-xxl-45{padding-top:45px!important}.pt-xxl-50{padding-top:50px!important}.pt-xxl-60{padding-top:60px!important}.pt-xxl-70{padding-top:70px!important}.pt-xxl-80{padding-top:80px!important}.pt-xxl-90{padding-top:90px!important}.pt-xxl-100{padding-top:100px!important}.pt-xxl-110{padding-top:110px!important}.pt-xxl-120{padding-top:120px!important}.pt-xxl-130{padding-top:130px!important}.pt-xxl-140{padding-top:140px!important}.pt-xxl-150{padding-top:150px!important}.pt-xxl-200{padding-top:200px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-5{padding-bottom:5px!important}.pb-xxl-10{padding-bottom:10px!important}.pb-xxl-15{padding-bottom:15px!important}.pb-xxl-20{padding-bottom:20px!important}.pb-xxl-25{padding-bottom:25px!important}.pb-xxl-30{padding-bottom:30px!important}.pb-xxl-35{padding-bottom:35px!important}.pb-xxl-40{padding-bottom:40px!important}.pb-xxl-45{padding-bottom:45px!important}.pb-xxl-50{padding-bottom:50px!important}.pb-xxl-60{padding-bottom:60px!important}.pb-xxl-70{padding-bottom:70px!important}.pb-xxl-80{padding-bottom:80px!important}.pb-xxl-90{padding-bottom:90px!important}.pb-xxl-100{padding-bottom:100px!important}.pb-xxl-110{padding-bottom:110px!important}.pb-xxl-120{padding-bottom:120px!important}.pb-xxl-130{padding-bottom:130px!important}.pb-xxl-140{padding-bottom:140px!important}.pb-xxl-150{padding-bottom:150px!important}.pb-xxl-200{padding-bottom:200px!important}.pnl-xxl-0{padding-left:0!important}.pnr-xxl-0{padding-right:0!important}.pnt-xxl-0{padding-top:0!important}.pnb-xxl-0{padding-bottom:0!important}
}

