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

/* FONTS ******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&display=swap');

/* GESTIONE COLORI PRINCIPALI ******************************************************************************/
:root {
  --color-1: #50889e!important;
  --color-1-hover: #4c7e92!important;
  --color-1-light: #90cedb!important;
  --color-1-light-hover: #83bcc8!important;
  --color-2: #ecb3b0!important;
  --color-2-hover: #d6a3a1!important;
  --color-2-light: #f0d4d2!important;
  --color-2-light-hover: #dac0c0!important;
  --color-gray: #efe5e5!important;
  --color-dark: #5c6369!important;
}

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

/* BACKGROUND ******************************************************************************/
/* bg color */
.bg-color1{background-color:var(--color-1)!important;color:#fff!important}
.bg-color1-light{background-color:var(--color-1-light)!important;color:#fff!important}
.bg-color2{background-color:var(--color-2)!important;color:#fff!important}
.bg-color2-light{background-color:var(--color-2-light)!important;color:#fff!important}
.bg-grey-light{background-color:var(--color-gray)!important;color:var(--color-dark)!important}
/* bg size */
.bg-size-80{background-size:100%}
 
/* GENERAL ******************************************************************************/
body,html{overflow-x:hidden}
body{font-family:'Muli',sans-serif;font-size:16px;line-height:1.6;color:var(--color-dark)}
[type=reset],[type=submit],button,button:active,button:focus,html [type=button]{-moz-appearance:none;-webkit-appearance:none;outline:0}
/* mobile safari pointer event - no clickable number on mobile */
.pointer-events-none{pointer-events:none!important}
/*  cookies setting */
.cc-window{font-family:Roboto,sans-serif!important}.cc-btn{font-size:1.5em!important;text-decoration:none!important;text-transform:uppercase!important}

/* TYPOGRAPHY ******************************************************************************/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:'Work Sans', sans-serif;font-weight:700;line-height:1.4;margin:0}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{font-size:60%;}
h1,.h1{font-size:2.8rem}h2,.h2{font-size:2.4rem}h3,.h3{font-size:2rem}h4,.h4{font-size:1.6rem}h5,.h5{font-size:1.2rem}.h6,.h6{font-size:0.8rem}
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}
p.text-small { font-size:18px;}

/* TITLE ******************************************************************************/
.title{position:relative;z-index:666}
.title-big{font-size:2.5em;line-height:1.2;}
/* TITLE FULL BG COLOR */
.title-fullbgcolor{color:#fff;display:inline-block;padding:10px}
.title-fullbgcolor.title-fullbgcolor-color1{background-color:var(--color-1)}
.title-fullbgcolor.title-fullbgcolor-color2{background-color:var(--color-2)}
.title-fullbgcolor.title-fullbgcolor-dark{background-color:var(--color-dark)}
/* TITLE BG CSS */
.title.title-color1-light::before,.title.title-color2-light::before{content:'';z-index:-1;position:absolute;top:25px;left:-20px;width:100%;max-width:600px;height:55px}
.title.text-center.title-color1-light::before,.title.text-center.title-color2-light::before{width:600px;max-width:100%;margin-left:auto;margin-right:auto;left:0;right:0}
.title.title-color1-light::before{background-color:#e6f3f5}
.title.title-color2-light::before{background-color:#f3f0ed}
/* TITLE UNDERLINE ANIMATION */
.underlinetitle {display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);position: relative;overflow: hidden;padding-bottom:10px;}
/* TITLE UNDERLINE ANIMATION - underline color */
.underlineanimation-color1:before { background-color:var(--color-1);}
.underlineanimation-color1-light:before { background-color:var(--color-1-light);}
.underlineanimation-color2:before { background-color:var(--color-2);}
.underlineanimation-color2-light:before { background-color:var(--color-2-light);}
.underlineanimation-dark:before { background-color:var(--color-dark);}
.underlineanimation-white:before { background-color:#fff;}
/* TITLE UNDERLINE ANIMATION - underline from left */
.underlinefromleft:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;height:2px;-webkit-transition:right .4s ease-in-out;-moz-transition:right .4s ease-in-out;-ms-transition:right .4s ease-in-out;-o-transition:right .4s ease-in-out;transition:right .4s ease-in-out}
.underlinefromleft:hover:before,.underlinefromleft:focus:before,.underlinefromleft:active:before{right:0}
/* TITLE UNDERLINE ANIMATION - underline from right */
.underlinefromright:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;height:2px;-webkit-transition:left .4s ease-in-out;-moz-transition:left .4s ease-in-out;-ms-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out}
.underlinefromright:hover:before,.underlinefromright:focus:before,.underlinefromright:active:before{left:0}
/* TITLE UNDERLINE ANIMATION - underline from center */
.underlinefromcenter:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;height:2px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.underlinefromcenter:hover:before,.underlinefromcenter:focus:before,.underlinefromcenter:active:before{left:0;right:0}

/* READMORE ******************************************************************************/
.readmore{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;font-weight:700;text-transform:lowercase}.readmore-color1:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:var(--color-1);height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.readmore-color2:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;color:var(--color-2-light);background:var(--color-2);height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.readmore-white:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;color:#fff;background:#fff;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.readmore-color1:active:before,.readmore-color1:focus:before,.readmore-color1:hover:before,.readmore-color2:active:before,.readmore-color2:focus:before,.readmore-color2:hover:before,.readmore-white:active:before,.readmore-white:focus:before,.readmore-white:hover:before{right:0}

/* LIST ******************************************************************************/
/* LIST ICON */
ul.list-icon{list-style:none;padding:0;}
ul.list-icon li{background-repeat:no-repeat;background-position:left center;padding-left:30px;margin:10px 0}
ul.list-icon.list-icon-color1 li{background-image:url(../images/icon-check-color1.png)}
ul.list-icon.list-icon-color2 li{background-image:url(../images/icon-check-color1.png)}
ul.list-icon.list-icon-animated.list-icon-color1 li{background-image:url(../images/icon-check-animated-color1.gif)}
ul.list-icon.list-icon-animated.list-icon-color2 li{background-image:url(../images/icon-check-animated-color2.gif)}

/* BUTTONS ******************************************************************************/
/* BUTTON CTA */
.btn-gotofull{position:relative;margin:10px 0;padding:16px 25px;transition:all .4s ease;display:inline-block}
.btn-gotofull:before{content:"";position:absolute;top:0;left:0;display:block;width:60px;height:60px;transition:all .3s ease}
.btn-gotofull.btn-gotofull-color1:before{background:var(--color-1)}
.btn-gotofull.btn-gotofull-color2:before{background:var(--color-2)}
.btn-gotofull.btn-gotofull-dark:before{background:var(--color-dark)}
.btn-gotofull span{position:relative;font-size:16px;line-height:18px;font-weight:700;letter-spacing:0.15em;vertical-align:middle}
.btn-gotofull svg{position:relative;top:0;margin-left:10px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transform:translateX(-5px);transition:all .3s ease}
a.white.btn-gotofull svg{stroke:#fff}
a.dark.btn-gotofull svg{stroke:var(--color-dark)}
.btn-gotofull:hover:before{width:100%}
.btn-gotofull.btn-gotofull-color1:hover:before{background:var(--color-1)}
.btn-gotofull.btn-gotofull-color2:hover:before{background:var(--color-2)}
.btn-gotofull.btn-gotofull-dark:hover:before{background:var(--color-dark)}
.btn-gotofull:hover svg{transform:translateX(0)}
.btn-gotofull:active{transform:scale(0.96)}

/* 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%}
.navbar-brand{margin:0 auto}
header .logo-white{display:inline-block;margin:0 auto}
header .logo-colored{display:none}
/* HEADER - sticky */
header.sticky{position:fixed;-webkit-box-shadow:0 15px 15px 0 rgb(244, 241, 237);-moz-box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);box-shadow:0 15px 15px 0 rgba(0,0,0,0.15)}
.sticky-transparent{background-color:transparent}
.sticky-color1{background-color:var(--color-1)}
.sticky-white{background-color:#fff}
/* HEADER - sticky white */
header.sticky.sticky-white{background-color:#fff}
header.sticky.sticky-white .logo-white{display:none}
header.sticky.sticky-white .logo-colored{display:inline-block;margin:0 auto}
/* HEADER - topinfo */
header .infomobile{position:relative}
header .infomobile .animated-top-icon{position:absolute;top:32px;left:28px}
header.sticky.sticky-white .infomobile{background-color:var(--color-1-light);height:100%}
.topinfo ul{padding:10px 0 0}
.topinfo a{color:#fff}
header.sticky.sticky-white a{color:var(--color-1)}
.topinfo a img{width:40px;height:auto;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
header.sticky.sticky-white .topinfo a img{-webkit-filter:brightness(1) invert(0);filter:brightness(1) invert(0)}
/* bounce icon with no brightness effect */
header.sticky.sticky-white .topinfo a img.animated-top-icon,.topinfo a img.animated-top-icon{-webkit-filter:brightness(1) invert(0)!important;filter:brightness(1) invert(0)!important}
/* HEADER OVERLAY FROM LEFT */
.header-overlayfromleft{position:fixed;top:0;width:100%}


/* HAMBURGERMENU ANIMATION ******************************************************************************/
.hamburger{padding:10px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;outline:none!important}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#fff}
header.sticky.sticky-white .hamburger.is-active .hamburger-inner,header.sticky.sticky-white .hamburger.is-active .hamburger-inner::before,header.sticky.sticky-white .hamburger.is-active .hamburger-inner::after{background-color:var(--color-1)}
.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}
.hamburger-inner{display:block;top:50%;margin-top:-2px}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:30px;height:4px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
header.sticky.sticky-white .hamburger-inner,header.sticky.sticky-white .hamburger-inner::before,header.sticky.sticky-white .hamburger-inner::after{background-color:var(--color-1)}
.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}
.hamburger-inner::before{top:-10px}
.hamburger-inner::after{bottom:-10px}
/* slider */
.hamburger--slider .hamburger-inner{top:2px}
.hamburger--slider .hamburger-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}
.hamburger--slider .hamburger-inner::after{top:20px}
.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}
.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg)}
/* HAMBURGER OVERLAY FROM LEFT */
.header-overlayfromleft .hamburger-overlayfromleft{position:relative;left:0;top:0;width:100%;height:100%;line-height:100px;text-align:center;margin:0}
.header-overlayfromleft .hamburger--slider{width:100%;height:100%;background-color:var(--color-2);z-index:9999}
.header-overlayfromleft.sticky.sticky-white .hamburger--slider{width:100%;height:100%;background-color:var(--color-1);z-index:9999}
.header-overlayfromleft.sticky.sticky-white .hamburger-inner,.header-overlayfromleft.sticky.sticky-white .hamburger-inner::before,.header-overlayfromleft.sticky.sticky-white .hamburger-inner::after{background-color:#fff}
.header-overlayfromleft.sticky.sticky-white .hamburger.is-active .hamburger-inner,.header-overlayfromleft.sticky.sticky-white .hamburger.is-active .hamburger-inner::before,.header-overlayfromleft.sticky.sticky-white .hamburger.is-active .hamburger-inner::after{background-color:#fff}

/* NAVIGATION ******************************************************************************/
/* NAVIGATION OVERLAY */
#myNav{width:0}
#myNav.show-nav{width:100%}
/* NAVIGATION OVERLAY - overlay */
.overlay{height:100%;width:0;position:fixed;z-index:6666;left:0;top:0;background-color:rgba(187,143,142,0.9);overflow-x:hidden;-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::-webkit-scrollbar{display:none!important}
/* NAVIGATION OVERLAY - content */
.overlay-content{position:relative;padding:130px 20px;width:100%;height:100%}
/* NAVIGATION OVERLAY - content language */
.overlay-content .language li a{font-size:14px;font-weight:700;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}
.overlay-content .navigation-menu li.last:after{display: none;}
.overlay-content .navigation-menu li a{ color:#fff;font-family: "Work Sans", Arial, Helvetica, sans-serif; font-weight: 300; font-size: 27px; line-height:0.7;letter-spacing: 0px;font-style: normal;text-transform: uppercase;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); color:#c8af7a;}
.overlay-content .navigation-menu li:after{content: ""; background-color: rgba(255,255,255,0.4);position: relative;height: 17px;width: 1px;margin: 0 auto;display: block;z-index: 300000;margin-top: 6px; margin-bottom: 6px;}
/* NAVIGATION OVERLAY - content social */
.overlay-content .social li{width:30px;height:30px;line-height:30px;background-color:#fff;text-align:center}
.overlay-content .social li a{font-size:16px;color:var(--color-1)}
/* NAVIGATION OVERLAY - footer menu */
.overlay-content .footer-menu{color:#fff;font-size:16px}
.overlay-content .footer-menu a{color:#fff}

/* HOME SLIDER ******************************************************************************/
/* container generale del fullscreen */
.fullscreen-container{position:relative;overflow:hidden}
/* HOME SLIDER - FULLSCREEN SINGLE IMAGE */
.fullscreen-image{position:relative;overflow:hidden;max-height:100%;height:100%;background-image:url(../images/pic-fullscreen.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
/* HOME SLIDER - FULLSCREEN SLIDER */
.fullscreen-slider{position:relative;overflow:hidden}

/* SUBHEADER ******************************************************************************/
.subheader{width:100%;height:auto;min-height:300px}
/* SUBHEADER -  background */
.subheader.subheader-background{background-size:cover;background-repeat:no-repeat;background-position:top center;background-attachment:inherit}
/* SUBHEADER - page background */
.subheader-camere{background-image:url(../images/subheader-camere.jpg)}
.subheader-cucina{background-image:url(../images/subheader-cucina.jpg)}
.subheader-piscina{background-image:url(../images/subheader-piscina.jpg)}
.subheader-family{background-image:url(../images/subheader-family.jpg)}
.subheader-bike{background-image:url(../images/subheader-bike.jpg)}
.subheader-offerte{background-image:url(../images/subheader-offerte.jpg)}
.subheader-eventi{background-image:url(../images/subheader-eventi.jpg)}
/* SUBHEADER - content */
.subheader-content{ display:none;}

/* SOLID SHADOW ******************************************************************************/
.solid-shadow{content:'';position:absolute;width:100%;height:100%;-webkit-filter:brightness(90%);filter:brightness(90%);z-index:-1}
.solid-shadow-color1{background-color:var(--color-1);}
.solid-shadow-color2{background-color:var(--color-2);}
.solid-shadow.solid-shadow-bottom-right{top:20px;left:20px}
.solid-shadow.solid-shadow-bottom-left{top:20px;right:20px}
.solid-shadow.solid-shadow-top-right{bottom:20px;left:20px}
.solid-shadow.solid-shadow-top-left{bottom:20px;right:20px}

/* 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:#fff!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:#fff;}
#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{position:relative;overflow:hidden}

/* SECTION ******************************************************************************/
section{padding:40px 0;position:relative}
/* SECTION - bg */
.bg-wave{background-image:url(../images/bg-wave.png);background-repeat:no-repeat;background-size:auto;background-position:top right}
/* SECTION TEXT HOVER */
.text-hover{position:absolute;width:100%;height:100%;top:0;left:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 20%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=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}
.text-hover:hover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0)}
.text-hover-content{position:absolute;bottom:0;padding:20px;width:100%;height:auto}
.text-hover-content h4,.text-hover-content p{line-height:1.2;color:#fff!important}
.text-hover-content p{font-size:16px;}

/* ANIMATE SETTING ******************************************************************************/
/* ANIMATE SETTING - viewportchecker class */
.SLIDEUP,.SLIDELEFT,.SLIDEDOWN,.SLIDERIGHT{z-index:2222; display:inline-table;}
.SLIDEUP.z-low,.SLIDELEFT.z-low,.SLIDEDOWN.z-low,.SLIDERIGHT.z-low{z-index:1111;}
.z-low{z-index:1111;}
.z-up{z-index:2222;}

/* PARALLAX ******************************************************************************/
.parallax{padding:80px 20px;background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;text-align:center}
/* PARALLAX - text align */
.parallax.parallax-textleft,.parallax.parallax-textright{text-align:center}
/* PARALLAX SCROLLING EFFECT */
.parallax.parallax-scrollingeffect {background-size:cover;background-position:top center;}

/* 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 HALFSCREEN SLIDER */
.owl-halfscreenslider .slider-item{width:100%;height:100%;max-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
/* OWL CAROUSEL HALFSCREEN SLIDER - content */
.fullscreen-container .slider-content-halfscreen{display:none}
.fullscreen-container .overlay-slider{position:absolute;bottom:0;left:0;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:100vh;background-image:url(../images/bg-overlayslider.png);background-size:contain;background-repeat:no-repeat}
/* OWL CAROUSEL FULLSCREEN SLIDER */
.owl-fullscreenslider .slider-item{width:100%;height:100%;max-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}
/* OWL CAROUSEL FULLSCREEN SLIDER - content */
.fullscreen-container .slider-content{display:none}
/* OWL CAROUSEL STAGE PADDING */
.owl-stagepadding .owl-stage{margin-left:-30px}
/* 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:#fff;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 - text hover */
.owl-galleryscroll .text-hover .text-hover-content{padding:20px 10px}
.owl-galleryscroll .text-hover .text-hover-content h6{font-size:1.4em;color:#fff;position:relative;margin-bottom:5px;}
.owl-galleryscroll .text-hover .text-hover-content p{font-size:1em;line-height:1.2;color:#fff;margin-bottom:0;}

/* OFFERTE HOME ******************************************************************************/
/* OFFERTE HOME CLASSIC */
.bg-offerte{background:-webkit-linear-gradient(top,#f8f5f1 300px,white 50%);background:-moz-linear-gradient(top,#f8f5f1 300px,white 50%);background:-ms-linear-gradient(top,#f8f5f1 300px,white 50%);background:linear-gradient(top,#f8f5f1 300px,white 50%)}
.offerte-content{-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}
.offerte-content:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
/* OFFERTE HOME CLASSIC - pic */
.offerte-content .offerte-pic img{opacity:.8}
.offerte-content:hover .offerte-pic img{opacity:1}
/* OFFERTE HOME CLASSIC - text */
.offerte-content .offerte-text{background-color:#f8f5f1;padding:1em}
.offerte-content .offerte-validita{font-size:1em;letter-spacing:-1px}
.offerte-content .offerte-prezzo{font-size:1.4em;margin-bottom:10px;font-weight:700;color:#735c46}
.offerte-content .btn{padding:10px 20px;text-transform:uppercase;font-size:1em}
.offerte-content .btn i{display:none}
/* OFFERTE HOME HEADER PREVIEW STYLE */
.offerte-header-preview-style{position:relative;width:100%;height:auto;z-index:5555;}
.offerte-header-preview-style .offerte-header-preview-style-content{width:100%;height:100%;background-color:var(--color-2);z-index:5555;box-shadow:none;}
/* OFFERTE HOME HEADER PREVIEW STYLE - content */
.offerte-header-preview-style-content{color:#fff;position:relative;text-align:center}
.offerte-header-preview-style-content .owl-carousel .owl-stage-outer{overflow:visible!important}
.offerte-header-preview-style-content .owl-carousel .owl-stage-outer .owl-item{ visibility:hidden;}
.offerte-header-preview-style-content .owl-carousel .owl-stage-outer .owl-item.active{ visibility:visible;}
.offerte-header-preview-style-content .offerte-header-preview-title{height:auto;padding:20px 40px 0;line-height:1;font-size:1.2em;}
.offerte-header-preview-style-content .offerte-header-preview-image{position:relative;margin-top:0;}
.offerte-header-preview-style-content .offerte-header-preview-price{position:relative;width:100%;height:auto;padding:20px;}
.offerte-header-preview-style-content .offerte-header-preview-price p{margin:0;font-family:'Rufina',serif;font-weight:700;font-size:2.4em;line-height:0.8;color:#fff;}
.offerte-header-preview-style-content .offerte-header-preview-price p small{font-family:'Muli',sans-serif;font-size:20px;letter-spacing:-1px;color:#fff;}
/* OFFERTE HOME HEADER PREVIEW STYLE - nav */
.owl-offerteheaderpreview .owl-nav{width:auto;position:absolute;bottom:0;left:calc(50% - 40px);}
.owl-offerteheaderpreview .owl-nav .owl-prev,.owl-offerteheaderpreview .owl-nav .owl-next{background-color:#fff!important;color:var(--color-2)!important;width:40px;height:40px;line-height:40px}
.owl-offerteheaderpreview .owl-nav .owl-prev{float:left}
.owl-offerteheaderpreview .owl-nav .owl-next{float:right}

/* OFFERTE ******************************************************************************/
/* OFFERTE - container totale */
.offerta-container-totale{position:relative;overflow:hidden}
/* OFFERTE - pic rotate */
.offerta-container-totale .pic-rotate img{-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;opacity:.8}
.offerta-container-totale:hover .pic-rotate img{-moz-transform:scale(1.1) rotate(3deg);-webkit-transform:scale(1.1) rotate(3deg);-o-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);opacity:1}
/* OFFERTE - plus button square */
.offerta-container-totale .plus-button{position:absolute;bottom:5%;right:5%;width:60px;height:60px;background-color:#fff;color:var(--color-1);line-height:60px;font-size:2em;text-align:center}
.offerta-container-count:nth-child(even) .offerta-container-totale .plus-button{color:var(--color-2)}
.offerta-container-totale .plus-button:hover,.offerta-container-totale .plus-button:active,.offerta-container-totale .plus-button:focus{background-color:var(--color-1);color:#fff}
.offerta-container-count:nth-child(even) .offerta-container-totale .plus-button:hover,.offerta-container-count:nth-child(even) .offerta-container-totale .plus-button:active,.offerta-container-count:nth-child(even) .offerta-container-totale .plus-button:focus{background-color:var(--color-2);color:#fff}
/* OFFERTE CONTENT BG */
.offerta-content-bg{position:absolute;top:0;left:0;width:100%;height:100%}
/* OFFERTE CONTENT BG - circle center */
.offerta-content-bg.bg-circle-center{background-image:url(../images/bg-offertacirclecenter-color1.png);background-position:top center;background-size:contain;background-repeat:no-repeat}
.offerta-container-count:nth-child(even) .offerta-content-bg.bg-circle-center{background-image:url(../images/bg-offertacirclecenter-color2.png)}
/* OFFERTE CIRCLE CONTENT */
.offerta-container-totale .circle-content{position:absolute;bottom:10px;left:10px;width:auto;max-width:80%}
/* OFFERTE CIRCLE CONTENT - circle center */
.offerta-container-totale .circle-center{position:absolute;top:5px;left:0;width:100%;color:#fff;text-shadow:3px 3px 3px rgba(0,0,0,0.2)}
.offerta-container-totale .circle-center h3{font-size:2.5em;line-height:1.2;font-family:'Rufina',serif;}
.offerta-container-totale .circle-center h5{font-size:1.4em;line-height:1.2;font-family:'Muli',sans-serif;font-weight:700;text-transform:capitalize}
.offerta-container-totale .circle-center h6{font-size:1.2em;line-height:1.2;font-family:'Muli',sans-serif;font-weight:700;}

/* EVENTI ******************************************************************************/
/* EVENTI - container */
.evento-container-totale{position:relative;overflow:hidden}
/* EVENTI - pic rotate */
.evento-container-totale .pic-rotate img{-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;opacity:.8}
.evento-container-totale:hover .pic-rotate img{-moz-transform:scale(1.1) rotate(3deg);-webkit-transform:scale(1.1) rotate(3deg);-o-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);opacity:1}
/* EVENTI - plus button */
.evento-container-totale .plus-button{position:absolute;bottom:5%;right:5%;width:60px;height:60px;background-color:#fff;color:var(--color-1);line-height:60px;font-size:2em;text-align:center;border-radius:50%}
.evento-container-totale .plus-button:hover,.evento-container-totale .plus-button:active,.evento-container-totale .plus-button:focus{background-color:var(--color-1);color:#fff}
/* EVENTI - text hover */
.evento-container-totale .text-hover{position:absolute;width:100%;height:100%;top:0;left:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 20%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 20%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 20%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=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}
.evento-container-totale .text-hover:hover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0)}
.evento-container-totale .text-hover-content{position:absolute;bottom:0;padding:20px;width:80%;height:auto}
.evento-container-totale .text-hover-content h4,.evento-container-totale .text-hover-content p{line-height:1.4;color:#fff!important}
/* EVENTI ROUND BUTTON  */
.evento-container-totale .evento-content-bg{position:absolute;top:0;left:0;width:100%;height:100%}
.evento-container-totale .bg-eventi{background-image:url(../images/bg-eventi.png);background-size:contain;background-position:top center}
/* EVENTI ROUND BUTTON - title & subtitle */
.bg-eventi .title-roundbutton{position:absolute;top:calc(5% + 50px);left:0;width:auto;height:50px;background-color:var(--color-1);color:#fff;line-height:50px;font-size:.8em;font-weight:700;text-transform:uppercase;text-align:left;padding:0 30px 0 20px;border-radius:0 50px 50px 0}
.bg-eventi .subtitle-roundbutton{position:absolute;top:5%;left:0;width:auto;height:40px;background-color:var(--color-1-light);color:#fff;line-height:40px;font-size:.8em;font-weight:700;text-transform:uppercase;text-align:left;padding:0 30px 0 20px;border-radius:0 50px 50px 0}
.bg-eventi .title-roundbutton i,.bg-eventi .subtitle-roundbutton i{margin-right:5px}

/* 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}
/* GALLERY - img size owl carousel */
#gallery-standard-owlcarousel.owl-carousel img {width:100%;float:left;margin:0}

/* FOOTER ******************************************************************************/
footer{font-size:16px}
footer a,footer a:hover,footer a:active{text-decoration:none;color:#fff;font-weight:700}
/* FOOTER - blockquote */
footer blockquote{margin:0 auto;padding:1em;border-left:2px dotted rgba(255,255,255,0.8)}
footer blockquote:before{display:none}
footer blockquote:not(:first-of-type){margin-top:.5em}
footer blockquote p{color:#fff;font-size:12pt;line-height:1.4}
footer blockquote .author{margin-top:.5em;padding:0;color:rgba(255,255,255,0.8);font-size:12px;text-align:left;font-style:italic}
footer blockquote .author:before{content:'— '}
/* FOOTER - copyright */
footer .copyright{border-top:1px solid rgba(255,255,255,0.2)}
/* FOOTER - floating text align */
.footer-floatingtext-left{text-align:center}
.footer-floatingtext-right{text-align:center}
/* FOOTER - social */
footer .social li{width:30px;height:30px;line-height:30px;background-color:#fff;text-align:center}
footer .social li a{font-size:16px;color:var(--color-1)}
/* FOOTER - h6 */
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 - list unstyled */
footer ul.list-unstyled li{padding:5px 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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.pnl-0{padding-left:0!important}.pnr-0{padding-right:0!important}.pnt-0{padding-top:0!important}.pnb-0{padding-bottom:0!important}


/*miramare cervia added*/

footer p, footer a,footer li,footer em  {
  font-family: 'Work Sans', sans-serif!important;
  font-size: 15px!important;
  font-weight: 300!important;
  color:  #fff;
  margin-bottom:0;
  text-align:center;
}
h6 {
  margin: 0 0 28px;
    text-transform: uppercase;
    font-family: "Barlow", Arial, Helvetica!important;
    font-size: 16px!important;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    font-style: normal!important;
    color: #bfb299!important;
}
.menu-footer li, .menu-header li {
  list-style-type: none!important;
}

.subheader-content h1 {
  z-index: 30000;
  font-weight: 400!important;
  line-height: 0.85!important;
  font-size: 70px!important;
  color: #eae5dc!important;
  letter-spacing: 0px;
  position: relative;
  font-family: "Barlow", Arial, Helvetica!important;
}
header {
  position: fixed!important;
}
.header-overlayfromleft .hamburger--slider {
  background-color: #61564f!important;
}
.btnheader.prev {
  background-color: #bfb299;
  padding: 20px;
}
.white {
  color: #fff;
}
.morebtn-ext {
  position: fixed;
  width: 60%;
  z-index: 3000000;
  right: 182px;
}
.morebtn-ext .boxbtnext {
  position: relative;
  float: right;
  margin-right: 0;
  margin-top: 0;
  line-height: 1;
}
.btnheader {
  display: inline-block;
  padding: 0 20px;
}

.little {
  display: block;
  margin-top: -8px;
  font-weight: normal;
  font-size: 16px;
}
.bookonline .little {
  margin-top: 8px;
}
.morebtn-ext {
  position: RELATIVE;
  width: 100%;
  z-index: 3000000;
  right: 0;
}
.btnheader.prev p {
  line-height: 2;
}
.navbar-brand.logo  img {
  max-height: 100px;
}
.stickymy {
   background-color: #f4f1ed!important;
   box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
}
.header-overlayfromleft.stickymy .btnheader i, .header-overlayfromleft.stickymy p {
  color: #352c2a!important;
}
header .btnheader i {
  font-size: 35px!important;
}
.offerta-container-count h3 {
  text-align: right;
  margin-top: -6%;
  font-family: "Barlow", Arial, Helvetica!important;
  margin-right: 10px;
  font-size: 29px!important;
}

/*.offerta-container-totale .circle-center h3::after {
  display: block;
  content: "---";
  margin-top: -12px;
}*/
.bookonline {
  background-color: #3bcec9;
  padding: 29px 15px;
}
.menu-footer {
  padding-left:0!important;
}
.overlay {
  background-color: rgb(97, 86, 79, 0.9);
}
@media (min-width: 768px) {
.header-overlayfromleft .hamburger-overlayfromleft {
  position: relative!important;
    left: 0;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.offerta-container-totale .circle-center h3 {
  padding-top: 45px;
}
}
@media screen and (max-width: 799px) {
.contattiheader {
  position:fixed;
  bottom:0;
}
.morebtn-ext .boxbtnext {
  margin-right: 0;
  margin-top: -2px;
}
.nomob {
  display: none;
}
header .btnheader i {
  font-size: 20px!important;
}
.contattiheader {
  background-color: #f4f1ed!important
}
header .btnheader i {
  color:#352c2a!important;
}
.offerta-container-count h3 {
  font-size: 16px!important;
  margin-top: -2%!important;
}
.btnheader.prev  p {
  margin-bottom: 0!important;
}
.btnheader {
  padding: 10px 8px!important;
}

.offerta-container-totale .circle-center h5 {
  font-size: 1em!important;
}
.btnheader p {
  margin:0!important;
}
.btnheader.bookonline {
  padding-top: 18px!important;
  padding-bottom: 18px!important;
}
}