@charset "utf-8";
/* CSS Document */

/* FONTS ******************************************************************************/
@font-face{font-family:'Kontesa Typeface';src:url(../fonts/KontesaTypeface-ExtraLight.woff2) format("woff2"),url(../fonts/KontesaTypeface-ExtraLight.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:'MADE Sunflower';src:url(../fonts/MADESunflower.woff2) format("woff2"),url(../fonts/MADESunflower.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Easysans';src:url(../fonts/EasysansRegular.woff2) format("woff2"),url(../fonts/EasysansRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'January Shine';src:url(../fonts/JanuaryShine.woff2) format("woff2"),url(../fonts/JanuaryShine.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Tonight Friend';src:url(../fonts/TonightFriend-Regular.woff2) format("woff2"),url(../fonts/TonightFriend-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Faro Lucky';src:url(../fonts/Faro-RegularLucky.woff2) format("woff2"),url(../fonts/Faro-RegularLucky.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Faro Lucky';src:url(../fonts/Faro-BoldLucky.woff2) format("woff2"),url(../fonts/Faro-BoldLucky.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Faro DisplayLucky';src:url(../fonts/Faro-DisplayLucky.woff2) format("woff2"),url(../fonts/Faro-DisplayLucky.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}
.kontesa{font-family:'Kontesa Typeface';font-weight:200;font-style:normal;}
.madesunflower{font-family:'MADE Sunflower';font-weight:400;font-style:normal;}
.easysans{font-family:'Easysans';font-weight:400;font-style:normal;}
.januaryshine{font-family:'January Shine';font-weight:400;font-style:normal;}
.tonightfriend{font-family:'Tonight Friend';font-weight:400;font-style:normal;}
.faro-regular{font-family:'Faro Lucky';font-weight:400;font-style:normal;}
.faro-bold{font-family:'Faro Lucky';font-weight:700;font-style:normal;}
.faro-display{font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;}

/* GESTIONE COLORI PRINCIPALI ******************************************************************************/
:root {
	--color-1: #fd676f!important;
	--color-1-hover: #ef5a62!important;
	--color-1-medium: #fc84c2!important;
	--color-1-medium-hover: #f270b3!important;
	--color-1-light: #fdb0a7!important;
	--color-1-light-hover: #f49e94!important;
	--color-1-extralight: #fae2e8!important;
	--color-1-extralight-hover: #f1ccd5!important;
	--color-2: #ea0871!important;
	--color-2-hover: #dc086a!important;
	--color-2-medium: #f36133!important;
	--color-2-medium-hover: #ea5526!important;
	--color-2-light: #fcc715!important;
	--color-2-light-hover: #f3bd0a!important;
	--color-2-extralight: #e8dbd3!important;
	--color-2-extralight-hover: #e0d1c7!important;
	--white: #ffffff!important;
	--gray: #f4f4f4!important;
	--dark: #333!important;
}

/* GENERAL ******************************************************************************/
body,html{overflow-x:hidden}
body{font-family:'Faro Lucky';font-weight:400;font-style:normal;font-size:18px;line-height:1.6;color:var(--dark); background-color: #8cd9ef;}
[type=reset],[type=submit],button,button:active,button:focus,html [type=button]{-moz-appearance:none;-webkit-appearance:none;outline:0}
a,a:hover{text-decoration:none;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
/* GENERAL - mobile safari pointer event - no clickable number on mobile */
.pointer-events-none{pointer-events:none!important}

/* COLORS ******************************************************************************/
.color1{color:var(--color-1)}
.color1-medium{color:var(--color-1-medium)!important}
.color1-light{color:var(--color-1-light)!important}
.color1-extralight{color:var(--color-1-extralight)!important}
.color2{color:var(--color-2)!important}
.color2-medium{color:var(--color-2-medium)!important}
.color2-light{color:var(--color-2-light)!important}
.color2-extralight{color:var(--color-2-extralight)!important}
.white{color:var(--white)!important}
.gray{color:var(--gray)!important}
.dark{color:var(--dark)!important}

/* BACKGROUND ******************************************************************************/
/* BACKGROUND - bg color */
.bg-color1{background-color:var(--color-1)!important;color:var(--white)!important}
.bg-color1-medium{background-color:var(--color-1-medium)!important;color:var(--white)!important}
.bg-color1-light{background-color:var(--color-1-light)!important;color:var(--white)!important}
.bg-color1-extralight{background-color:var(--color-1-extralight)!important;color:var(--white)!important}
.bg-color2{background-color:var(--color-2)!important;color:var(--white)!important}
.bg-color2-medium{background-color:var(--color-2-medium)!important;color:var(--white)!important}
.bg-color2-light{background-color:var(--color-2-light)!important;color:var(--white)!important}
.bg-color2-extralight{background-color:var(--color-2-extralight)!important;color:var(--white)!important}
.bg-white{background-color:var(--white)!important;color:var(--dark)!important}
.bg-gray{background-color:var(--gray)!important;color:var(--dark)!important}
.bg-dark{background-color:var(--dark)!important;color:var(--white)!important}

/* TYPOGRAPHY ******************************************************************************/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:400;line-height:1;margin:0}
h1,.h1{font-size:4rem}h2,.h2{font-size:3.5rem}h3,.h3{font-size:3rem}h4,.h4{font-size:2.5rem}h5,.h5{font-size:2rem}h6,.h6{font-size:1.5rem}

/* TITLE ******************************************************************************/
.subtitle.kontesa {font-size: 2em; letter-spacing: 20px;}
.subtitle.januaryshine {font-size: 2em;}
.title.madesunflower {font-size: 4em;}
.title.easysans {font-size: 3em;}

/* HEADER ******************************************************************************/
/* HEADER - general setting */
header{position:absolute;width:100%;top:0;margin-top:0;background-color:transparent;z-index:7777;display:flex;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;}
.navbar{width:100%;}
header.sticky .navbar { display:flex;}
.navbar-brand{margin:0 auto}
.navbar-collapse { width:100%!important; height:100vh; overflow:scroll;}
/* HEADER - sticky */
header.sticky{position:fixed;background-color: var(--white);}
/* HEADER CLASSIC */
header.header-classic{width:100%;display:inline-block; z-index:99999;padding: 10px;}
header.header-classic.sticky {padding: 10px;}
header .bg-header{position:absolute;bottom:-70px;left:0;width:100%;height:200px;opacity: 0;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;background-image: url("../images/bg-header.png"); background-position: bottom center; background-size: auto; background-repeat: no-repeat;}
header .bg-header img{width: 100%; height: auto; max-width: 100%; display: none;}
header.sticky .bg-header{opacity: 1;}
/* HEADER CLASSIC - navbar brand */
header.header-classic .navbar-brand { position:relative;}
header.header-classic .navbar-brand img{ width: auto; height: auto; max-width: 100%;}
header.header-classic.sticky .navbar-brand img{ width: auto; height: auto; max-width: 70%;}
header.header-classic.sticky .navbar-brand { position:relative; top:auto;}
/* HEADER CLASSIC - navigation top e bottom */
header.header-classic .navigation-top, header.header-classic .navigation-bottom { width:100%; padding:10px 0; margin:10px 0; font-weight:400; position:relative; overflow:visible;}
header.header-classic .navigation-top {border-bottom:1px solid rgba(255,255,255,0.3);}
header.header-classic .navigation-top.navigation-top-landing {border-bottom:none;}
header.header-classic.sticky .navigation-top { display:none;}
header.header-classic.sticky .navigation-top.navigation-top-landing { display:inline-block;}
header.header-classic.sticky .navigation-bottom { padding:0; margin:0;}
header.header-classic.sticky .navigation-bottom .col-12 { padding:0;}
header.header-classic .navigation-top .header-language, header.header-classic .navigation-top .header-mail, header.header-classic .navigation-top .header-phone {padding:0 1rem}
header.header-classic .navigation-top .header-language img { width:20px; height:auto; margin-right:5px;}
header.header-classic .navigation-top .header-language .dropdown-menu { min-width:auto;}
/* HEADER CLASSIC - list language */
.list-language{margin:0 0 10px;padding:0 350px 0 0; display: block;}
header.sticky .list-language{display: none;}
.list-language li{margin: 0!important; padding:0}
.list-language li a{font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;text-transform:uppercase;padding:0 1rem!important;color:var(--white);letter-spacing:1px;font-size:.9em}
/* HEADER CLASSIC - navbar */
header.header-classic.sticky .navbar {padding:0;}
header.header-classic .nav-btn{display: none;}
header.header-classic .navbar-nav{margin-right:0}
header.header-classic .navbar-nav a{font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;text-transform:uppercase;padding:0 0.9rem!important;color:var(--white);font-size:0.9em}
header.header-classic.sticky .navbar-nav a {color:var(--white); font-size:0.8em;}
.navigation-classic-transform-overlay{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:var(--color-1);transition:all 500ms ease-in-out;clip-path:circle(30px at calc(100% - 40px) 40px);visibility:hidden}
/* HEADER CLASSIC - navbar opened */
.navigation-classic-transform-overlay.nav-opened{visibility:visible;clip-path:circle(100%);z-index:-1}
header.header-classic .navigation-classic-transform-overlay.nav-opened .navbar-nav a{color:#fff}
header.header-classic .navigation-classic-transform-overlay.nav-opened .language{position:absolute}
/* HEADER CLASSIC - dropdown */
.header-classic .dropdown-menu{padding:10px 40px!important;width:80%; margin: 10px 10% 0; background-color:var(--color-1-medium); text-align:center; position:relative!important; transform:translate3d(0px, 0px, 0px)!important;border-radius: 1rem;}
.header-classic .dropdown-menu li{padding: 5px 20px!important;}
.header-classic .dropdown-menu a.dropdown-item{padding:3px 0!important;color:rgba(255,255,255,0.8)!important;text-align:center;}
.header-classic .dropdown-menu a.dropdown-item:hover {color:rgba(255,255,255,1)!important;}
.header-classic .dropdown-menu a.dropdown-item:hover, .header-classic .dropdown-menu a.dropdown-item:visited, .header-classic .dropdown-menu a.dropdown-item:focus { background-color:transparent!important;}
/* HEADER CLASSIC - floating button */
.floating-button {position: absolute; bottom:0; right:0; z-index:888; width:100%;}
.floating-button.sticky {position:fixed;-webkit-box-shadow:0 15px 15px 15px rgba(0,0,0,0.15);-moz-box-shadow:0 15px 15px 15px rgba(0,0,0,0.15);box-shadow:0 15px 15px 15px rgba(0,0,0,0.15)}
.floating-button .btn { width:100%; padding:10px 15px; text-transform:lowercase; letter-spacing:0; font-weight:400; font-size:16px;}
.floating-button .btn img{width:20px;margin-right:2px;vertical-align:sub}

/* HAMBURGER FLIPPIN ******************************************************************************/
.hamburger-container{width:50px;height:50px;background-color: var(--color-1-medium);border-radius:50%;line-height:50px}
.ham{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0;margin-top:-2px}
.hamRotate.active{transform:rotate(45deg)}
.hamRotate180.active{transform:rotate(180deg)}
.line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:#fff;stroke-width:8;stroke-linecap:round}
.ham1 .top{stroke-dasharray:40 139}
.ham1 .bottom{stroke-dasharray:40 180}
.ham1.active .top{stroke-dashoffset:-98px}
.ham1.active .bottom{stroke-dashoffset:-138px}

/* NAVIGATION ******************************************************************************/
/* NAVIGATION OVERLAY */
/* NAVIGATION OVERLAY - overlay */
.overlay{height:100%;width:0;position:fixed;z-index:-1;right:0;top:0;background-color:var(--color-1);overflow-x:hidden;}
.overlay::-webkit-scrollbar{display:none!important}
/* NAVIGATION OVERLAY - content */
.overlay-content{position:relative;padding:0;width:100%;height:100%; text-align:center;}
/* NAVIGATION OVERLAY - content language */
.overlay-content .language { padding:10px 0;}
.overlay-content .language  ul { margin:0;}
.overlay-content .language li a{font-size:14px;font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;color:rgba(255,255,255,0.7)}
.overlay-content .language li a.active{color:rgba(255,255,255,1)}
.overlay-content .language li a:hover{color:rgba(255,255,255,1)}
/* NAVIGATION OVERLAY - content navigationmenu */
.overlay-content .navigation-menu ul{padding:0}
.overlay-content .navigation-menu li{list-style:none; padding: 10px 0;}
.overlay-content .navigation-menu li a{font-size:18px;font-weight:400;color:rgba(255,255,255,00.9);display:block;padding:5px 0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.overlay-content .navigation-menu li a:hover,.overlay-content .navigation-menu li a:focus{color:rgba(255,255,255,1)}
/* NAVIGATION OVERLAY - trasform overlay */
.navigation-classic-transform-overlay{display:block;position:fixed;top:0;right:0;content:'';width:100vw;height:100vh;transition:all 500ms ease-in-out;clip-path:circle(30px at calc(100% - 40px) 40px);visibility:hidden}
.navigation-classic-transform-overlay.show{visibility:visible;clip-path:circle(100%);z-index:-1}

/* HOME SLIDER ******************************************************************************/
.fullscreen-container{position:relative;overflow:hidden}
/* 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_it{background-image:url(../images/pic-fullscreen-home-mobile_it.jpg);}
.fullscreen-image.fullscreen-home_en{background-image:url(../images/pic-fullscreen-home-mobile_en.jpg);}
.fullscreen-image.fullscreen-home_de{background-image:url(../images/pic-fullscreen-home-mobile_de.jpg);}
.fullscreen-image.fullscreen-home_fr{background-image:url(../images/pic-fullscreen-home-mobile_fr.jpg);}
.fullscreen-image.fullscreen-camere{background-image:url("../images/pic-fullscreen-camere-mobile.jpg");}
.fullscreen-image.fullscreen-spiaggia{background-image:url("../images/pic-fullscreen-spiaggia-mobile.jpg");}
.fullscreen-image.fullscreen-gatteomare{background-image:url("../images/pic-fullscreen-gatteomare-mobile.jpg");}
.fullscreen-image.fullscreen-offerte{background-image:url("../images/pic-fullscreen-offerte-mobile.jpg");}
.fullscreen-image.fullscreen-prenota{background-image:url("../images/pic-fullscreen-prenota-mobile.jpg");}
.fullscreen-image.fullscreen-hotelatlantic{background-image:url("../images/pic-fullscreen-hotelatlantic-mobile.jpg");}
.fullscreen-image.fullscreen-camereatlantic{background-image:url("../images/pic-fullscreen-camereatlantic-mobile.jpg");}
.fullscreen-image.fullscreen-piscinaatlantic{background-image:url("../images/pic-fullscreen-piscinaatlantic-mobile.jpg");}
.fullscreen-image.fullscreen-hotelsandra{background-image:url("../images/pic-fullscreen-hotelsandra-mobile.jpg");}
.fullscreen-image.fullscreen-cameresandra{background-image:url("../images/pic-fullscreen-cameresandra-mobile.jpg");}
.fullscreen-image.fullscreen-piscinasandra{background-image:url("../images/pic-fullscreen-piscinasandra-mobile.jpg");}
.fullscreen-image.fullscreen-cucina{background-image:url("../images/pic-fullscreen-cucina-mobile.jpg");}
.fullscreen-image.fullscreen-colazionesandra{background-image:url("../images/pic-fullscreen-colazionesandra-mobile.jpg");}
.fullscreen-image.fullscreen-bimbi{background-image:url("../images/pic-fullscreen-bimbi-mobile.jpg");}

/* BUTTONS ******************************************************************************/
.btn{font-family:'Tonight Friend';font-weight:400;font-style:normal;font-size: 1.2em; border-radius:20px;padding:10px 30px;position:relative; box-shadow:0 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), inset 0 0 5px 4px rgba(0,0,0,0.2)}
.btn:hover, .btn:active, .btn-focus {box-shadow:0 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2), inset 0 0 10px 4px rgba(0,0,0,0.2)}
.btn img{width: 30px; height: auto; vertical-align: sub; margin-left: 10px;}
.btn.focus,.btn:focus{outline:0;box-shadow:none!important}
.btn-full{width:100%}
/* BUTTONS - button color */
.btn-color1{background-color:var(--color-1);color:var(--white)}
.btn-color1:before,.btn-color1:hover{background-color:var(--color-1-hover);color:var(--white)}
.btn-color1-medium{background-color:var(--color-1-medium);color:var(--white)}
.btn-color1-medium:before,.btn-color1-medium:hover{background-color:var(--color-1-medium-hover);color:var(--white)}
.btn-color1-light{background-color:var(--color-1-light);color:var(--white)}
.btn-color1-light:before,.btn-color1-light:hover{background-color:var(--color-1-light-hover);color:var(--white)}
.btn-color1-extralight{background-color:var(--color-1-extralight);color:var(--white)}
.btn-color1-extralight:before,.btn-color1-extralight:hover{background-color:var(--color-1-extralight-hover);color:var(--white)}
.btn-color2{background-color:var(--color-2);color:var(--white)}
.btn-color2:before,.btn-color2:hover{background-color:var(--color-2-hover);color:var(--white)}
.btn-color2-medium{background-color:var(--color-2-medium);color:var(--dark)}
.btn-color2-medium:before,.btn-color2-medium:hover{background-color:var(--color-2-medium-hover);color:var(--dark)}
.btn-color2-light{background-color:var(--color-2-light);color:var(--dark)}
.btn-color2-light:before,.btn-color2-light:hover{background-color:var(--color-2-light-hover);color:var(--dark)}
.btn-color2-extralight{background-color:var(--color-2-extralight);color:var(--dark)}
.btn-color2-extralight:before,.btn-color2-extralight:hover{background-color:var(--color-2-extralight-hover);color:var(--dark)}

/* LIST ******************************************************************************/
/* LIST - list icon */
ul.list-icon li{list-style-position:outside;padding:0 0 10px}
ul.list-icon.list-icon-color1 li{list-style-image:url(../images/list-icon-color1.png)}
ul.list-icon.list-icon-color1-medium li{list-style-image:url(../images/list-icon-color1-medium.png)}
ul.list-icon.list-icon-color1-light li{list-style-image:url(../images/list-icon-color1-light.png)}
ul.list-icon.list-icon-color1-extralight li{list-style-image:url(../images/list-icon-color1-extralight.png)}
ul.list-icon.list-icon-color2 li{list-style-image:url(../images/list-icon-color2.png)}
ul.list-icon.list-icon-color2-medium li{list-style-image:url(../images/icon-check-color2-medium.png)}
ul.list-icon.list-icon-color2-light li{list-style-image:url(../images/icon-check-color2-light.png)}
ul.list-icon.list-icon-color2-extralight li{list-style-image:url(../images/icon-check-color2-extralight.png)}

/* MODAL ******************************************************************************/
.modal{z-index:8888;padding:0!important;}
.modal-backdrop.show{opacity:.8}
.modal-dialog {width:100%; max-width:100%; margin:0;}
.modal-dialog-centered::before{height:100vh}
.modal-content{height:100vh;border:10px solid #f5f5f5;border-radius:0;overflow-y:scroll}
.modal-content::-webkit-scrollbar{display:none!important}
/* MODAL - close button */
.modal-content button.close{position:fixed;top:20px;right:20px;width:30px;height:30px;line-height:30px;color:var(--white)!important;background-color:var(--color-1);text-shadow:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:1;z-index:999999}
.modal-content button.close.color2{background-color:var(--color-2)}
/* MODAL - video */
#modalVideo{width:100%;margin:auto;height:auto;background-color:rgba(0,0,0,0.8);}
#modalVideo .modal-content button.close{position:absolute; background-color:#ff0000; color:var(--white);}
#modalVideo .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}
#modalVideo .modal-dialog-centered::before{height:auto}
#modalVideo .modal-content{height:auto;border:none;border-radius:0;overflow:hidden}
#modalVideo .modal-body{padding:0!important}

/* PIC ******************************************************************************/
.pic-round {border-radius: 40px;}

/* SECTION ******************************************************************************/
section{padding:40px 0;position:relative}
/* SECTION - flex content */
.flex-container{display:flex;flex-direction:row;align-items:stretch;height:100%}
.flex-content{display:flex;flex-direction:column;justify-content:center;width: 100%;}

/* INTRO ******************************************************************************/
.bg-intro {background-image: url("../images/bg-intro.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px; }

/* ALL INCLUSIVE ******************************************************************************/
.bg-allinclusive {background-image: url("../images/bg-allinclusive-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}

/* TABS ******************************************************************************/
.nav.nav-pills{width:60%;margin:20px 20%}
.nav-pills .nav-link{border-radius:0;font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;text-transform:uppercase;color:var(--color-2-extralight)}
.nav-pills .nav-link.active,.nav-pills .show > .nav-link{background-color:transparent}
.tab-pane.active{animation:slide-left 0.8s ease-out}
@keyframes slide-left {
	0%{opacity:0;transform:translateX(100%)}
	100%{opacity:1;transform:translateX(0)}
}
.tab-content p {font-size:1em;}

/* GMSV ******************************************************************************/
.bg-gmsv {background-image: url("../images/bg-gmsv-mobile.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;transform: translate(0, -20px); margin-bottom: -20px; padding: 750px 0 40px;}
.pic-gmsv {width: 100%; height: auto; max-width: 100%; display: none;}
.yellow-container {position: absolute; bottom: 0; right: 20px; left: 20px}
.yellow-container img {position: relative;}
.yellow-container .yellow-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:40px}

/* FESTE ******************************************************************************/
.bg-feste {background-image: url("../images/bg-feste.png"); background-position: top center; background-size: 100%; background-repeat: no-repeat;}

/* RECENSIONI ******************************************************************************/
.bg-recensioni {background-image: url("../images/bg-recensioni-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -150px); margin-bottom: -150px;}
.recensioni-container {padding:20px 0; border-right: 1px solid rgba(0,0,0,0.2)!important;}
.recensioni-container:last-child {border-right: none;}
.recensioni-star i {font-size: 0.8em;}
.recensioni-logo {width: auto!important; height: auto; max-width: 100%;}
.owl-recensioni .owl-dots {position: absolute; bottom: 0; left: calc(50% - 75px); width: 150px;}
.owl-recensioni .owl-dots .owl-dot {width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--dark); margin: 2px;}
.owl-recensioni .owl-dots .owl-dot.active {background-color: var(--dark);}

/* SERVIZI ******************************************************************************/
.bg-servizi {background-image: url("../images/bg-servizi-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}
.service-container {padding:0;}
.service-container img {margin-bottom: 20px;}
.service-container h6 {margin-bottom: 20px; color: var(--white);}

/* CUCINA SANDRA ******************************************************************************/
.bg-cucinasandra {background-image: url("../images/bg-cucinasandra-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: -50px;}

/* FAMILY ******************************************************************************/
.bg-family {background-image: url("../images/bg-family-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -50px); margin-bottom: 0;}
.bg-family .nav-pills .nav-link{color:var(--color-1-extralight)}
.nav-pills .nav-link.active,.nav-pills .show > .nav-link{color: var(--color-1);}

/* CAMERE */
.list-icon-camere img {width: 100px; height: auto;}

/* OFFERTE ******************************************************************************/
.bg-offerte {background-image: url("../images/bg-offerte-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -40px); margin-bottom: -40px;}
.bg-offertesandra {background-image: url("../images/bg-offertesandra.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat;transform: translate(0, -40px); margin-bottom: -40px;}
.offerte-container {position: relative; border-radius: 60px; overflow: hidden;}
.offerte-container a {display: block; color: var(--white);}
.offerte-container .offerte-content {position: absolute; width: 80%; left: 10%; bottom: 20px; background-color: var(--color-1-medium); border-radius: 30px;}
.offerte-container .offerte-content .offert-content-text {position: relative; padding: 30px; text-align: center;}
.offerte-container .offerte-content .offert-content-text .offerte-titolo {font-family:'Faro DisplayLucky';font-weight:900;font-style:normal; font-size: 1.8em;}
.offerte-container .offerte-content .offert-content-text .offerte-validita {font-family:'Faro Lucky';font-weight:400;font-style:normal;font-size: 0.8em;}
.offerte-container .offerte-content .offert-content-text .offerte-prezzo {font-family:'MADE Sunflower';font-weight:400;font-style:normal;font-size: 2em;}
.owl-offerte .owl-nav {position: absolute; width: 125px; height: 55px; right: -130px; bottom: 0;}
.owl-offerte .owl-nav .owl-prev, .owl-offerte .owl-nav .owl-next {float: left; margin: 0; padding: 0;}
.owl-offerte .owl-nav .owl-prev {margin-right: 5px;}

/* OWL CAROUSEL ******************************************************************************/
/* OWL CAROUSEL - slider nav */
.owl-slidernavigation .owl-stage-outer{z-index:666}
.owl-slidernavigation .owl-nav{position:absolute;top:0;height:100%;width:100%}
.owl-slidernavigation .owl-nav .owl-prev,.owl-slidernavigation .owl-nav .owl-next{position:absolute;top:0;height:100%;z-index:777;width:33%;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out}
.owl-slidernavigation .owl-nav .owl-prev img,.owl-slidernavigation .owl-nav .owl-next img{width:50px}
/* OWL CAROUSEL - slider nav prev */
.owl-slidernavigation .owl-nav .owl-prev{left:0}
.owl-slidernavigation .owl-nav .owl-prev:before{opacity:0;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-moz-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;background:-webkit-linear-gradient(left,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;background:linear-gradient(to right,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1)!important;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out}
.owl-slidernavigation .owl-nav .owl-prev:hover:before{opacity:1;z-index:777}
.owl-slidernavigation .owl-nav .owl-prev img{float:left}
/* OWL CAROUSEL - slider nav next */
.owl-slidernavigation .owl-nav .owl-next{right:0}
.owl-slidernavigation .owl-nav .owl-next:after{opacity:0;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1)!important;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out}
.owl-slidernavigation .owl-nav .owl-next:hover:after{opacity:1;z-index:777}
.owl-slidernavigation .owl-nav .owl-next img{float:right}
/* OWL CAROUSEL STAGE PADDING */
.owl-stagepadding .owl-stage, .owl-stagepadding-camere .owl-stage{margin-left:-30px}
.owl-stagepadding-left .owl-stage, .owl-stagepadding-left-camere .owl-stage{margin-left: 30px;}
.owl-stagepadding .owl-stage .owl-item, .owl-stagepadding-camere .owl-stage .owl-item, .owl-stagepadding-left .owl-stage .owl-item, .owl-stagepadding-left-camere .owl-stage .owl-item{padding-bottom: 30px;}
.owl-stagepadding .owl-nav, .owl-stagepadding-camere .owl-nav, .owl-stagepadding-left .owl-nav, .owl-stagepadding-left-camere .owl-nav{display: none;}
/* OWL CAROUSEL GALLERY SLIDER */
.owl-galleryslider .owl-nav{position:absolute;bottom:0;width:auto}
.owl-galleryslider.owl-slidernav-right .owl-nav{right:-1px}
.owl-galleryslider.owl-slidernav-left .owl-nav{left:-1px}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev,.owl-galleryslider.owl-slidernav-right .owl-nav .owl-next,.owl-galleryslider.owl-slidernav-left .owl-nav .owl-prev,.owl-galleryslider.owl-slidernav-left .owl-nav .owl-next{-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out;width:50px;height:50px;line-height:50px;background-color:var(--color-1);color:var(--white);font-size:1.4em;text-align:center}
.owl-galleryslider.owl-slidernav-right .owl-nav .owl-prev{margin-right:1px}
.owl-galleryslider.owl-slidernav-left .owl-nav .owl-next{margin-left:1px}
/* OWL CAROUSEL GALLERY SCROLL */
.owl-galleryscroll{width:100%}
/* OWL CAROUSEL GALLERY SCROLL - nav */
.owl-galleryscroll .owl-nav{display:none}
/* OWL CAROUSEL GALLERY SCROLL NAV HOVER */
.owl-galleryscroll-navhover {width:100%;}
.owl-galleryscroll-navhover .owl-nav { display: none;}

/* GALLERY ******************************************************************************/
/* GALLERY - filter */
.gallery-filter .btn{padding:10px 40px;font-size:1em;margin:5px;}
.gallery-filter.gallery-filterround .btn{padding:10px 40px;font-size:1em;margin:5px;border-radius:50px;}
/* GALLERY - img size */
#gallery-standard img{width:48%;float:left;margin:.5%}
#gallery-nospace img{width:50%;float:left;margin:0}
#gallery-fullwidth img{width:50%;float:left;margin:0}

/* CTA MOBILE ******************************************************************************/
.cta-mobile {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 8888;}
.cta-mobile .cta-atlantic, .cta-mobile .cta-sandra {width: 50%; float: left; padding: 10px; text-align: center;}
.cta-mobile .cta-atlantic a, .cta-mobile .cta-sandra a {color: var(--white); line-height: 1;}
.cta-mobile .cta-atlantic a span, .cta-mobile .cta-sandra a span{display: block; text-transform: uppercase; font-weight: 700;}
.cta-mobile .cta-atlantic {background-color: var(--color-1-medium);}
.cta-mobile .cta-sandra {background-color: var(--color-2-medium);}

/* FOOTER ******************************************************************************/
.bg-footer {background-image: url("../images/bg-footer-mobile.png"); background-position: top center; background-size: 300%; background-repeat: no-repeat; margin-top: 0;}
footer{padding:40px 0;font-size:16px; color: var(--white);}
footer .logo {-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1); width: auto; height: auto; max-width: 80%; margin: 40px auto 0; display: block;}
footer .footer-pic {width: auto; height: auto; max-width: 80%;}
footer a,footer a:hover,footer a:active{text-decoration:none;color:var(--white);}
footer .footer-divider {margin: 20px 0;}
footer .footer-divider img {width: 100%; height: auto; max-width: 100%;}
footer h6{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden;padding-bottom:5px}
footer ul.list-unstyled li{padding:5px 0}
footer .footer-text {font-size: 0.8em; letter-spacing: 6px; color: var(--white);}
footer h6 {font-family:'Faro DisplayLucky';font-weight:900;font-style:normal;}
footer .footer-allinclusive {transform: translate(0, 0); margin-bottom: 0;}

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