/*
font-family: 'Antic Didone', serif;
font-family: 'Montserrat', sans-serif;
*/

@font-face {
    font-family: 'Crimson Foam';
    src: url('/font/crimsonfoamfont.woff');
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    background-color: #FFF;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    font-display: auto;
}

html,
body {
    margin: 0;
    padding: 0;
}

.didone {
    font-family: 'Antic Didone', serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

*:focus,
*:active {
    outline: none;
}

a:link,
a:visited,
a:active {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #666;
}

a.block {
    display: block;
}

img {
    border: 0;
}

p {
    margin: 2px 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 15px 20px;
}

li {
    margin-bottom: 3px;
    padding: 0;
}

.ulrev {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
}

.ulrev li {
    padding-right: 20px;
    background-image: url(/img/bull.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.z0 {
    z-index: 0 !important;
}

.z1 {
    z-index: 1 !important;
}

.z2 {
    z-index: 2 !important;
}

.z3 {
    z-index: 3 !important;
}

.z4 {
    z-index: 4 !important;
}

.z5 {
    z-index: 5 !important;
}

.z6 {
    z-index: 6 !important;
}

.z7 {
    z-index: 7 !important;
}

.z8 {
    z-index: 8 !important;
}

.z9 {
    z-index: 9 !important;
}

.z10 {
    z-index: 10 !important;
}

hr {
    margin: 10px 0;
    color: #666;
    border-style: solid;
}

.h0,
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 76px;
    font-weight: 200;
    letter-spacing: -1pt;
    text-transform: uppercase;
    font-family: 'Antic Didone', serif;
}

h2 {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Antic Didone', serif;
}

h3 {
    font-size: 72px;
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: -1pt;
    text-transform: uppercase;
    font-family: 'Antic Didone', serif;
}

h4 {
    font-size: 44px;
    font-weight: lighter;
    margin-bottom: 5px;
    font-family: 'Antic Didone', serif;
}

h5 {
    font-size: 32px;
    font-weight: lighter;
    margin-bottom: 5px;
    font-family: 'Antic Didone', serif;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 26px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
}

.ui-datepicker-trigger {
    display: none;
}

.ca,
.ca5,
.ca10,
.ca20,
.ca30,
.ca40,
.ca50,
.ca60,
.ca70 {
    position: relative;
    clear: both;
    width: 100%;
}

.ca5 {
    height: 5px;
}

.ca10 {
    height: 10px;
}

.ca20 {
    height: 20px;
}

.ca30 {
    height: 30px;
}

.ca40 {
    height: 40px;
}

.ca50 {
    height: 50px;
}

.ca60 {
    height: 60px;
}

.ca70 {
    height: 70px;
}

.h100 {
    min-height: 100px !important;
}

.h150 {
    min-height: 150px !important;
}

.h200 {
    min-height: 200px !important;
}

.h250 {
    min-height: 250px !important;
}

.h300 {
    min-height: 300px !important;
}

.h350 {
    min-height: 350px !important;
}

.h400 {
    min-height: 400px !important;
}

.h450 {
    min-height: 450px !important;
}

.h500 {
    min-height: 500px !important;
}

.h550 {
    min-height: 550px !important;
}

.h600 {
    min-height: 600px !important;
}

.t10 {
    font-size: 10px !important;
}

.t11 {
    font-size: 11px !important;
}

.t12 {
    font-size: 12px !important;
}

.t13 {
    font-size: 13px !important;
}

.t14 {
    font-size: 14px !important;
}

.t15 {
    font-size: 15px !important;
}

.t16 {
    font-size: 16px !important;
}

.t18 {
    font-size: 18px !important;
}

.t20 {
    font-size: 20px !important;
}

.t22 {
    font-size: 22px !important;
}

.t23 {
    font-size: 23px !important;
}

.t24 {
    font-size: 24px !important;
}

.t25 {
    font-size: 25px !important;
}

.t30 {
    font-size: 30px !important;
}

.t35 {
    font-size: 35px !important;
}

.t40 {
    font-size: 40px !important;
}

.t45 {
    font-size: 45px !important;
}

.t50 {
    font-size: 50px !important;
}

.t60 {
    font-size: 60px !important;
}

.t70 {
    font-size: 70px !important;
}

@media screen and (max-width: 1200px) {
    .tl10 {
        font-size: 10px;
    }
    .tl11 {
        font-size: 11px;
    }
    .tl12 {
        font-size: 12px;
    }
    .tl13 {
        font-size: 13px;
    }
    .tl14 {
        font-size: 14px;
    }
    .tl15 {
        font-size: 15px;
    }
    .tl16 {
        font-size: 16px;
    }
    .tl18 {
        font-size: 18px;
    }
    .tl20 {
        font-size: 20px;
    }
    .tl22 {
        font-size: 22px;
    }
    .tl23 {
        font-size: 23px;
    }
    .tl24 {
        font-size: 24px;
    }
    .tl25 {
        font-size: 25px;
    }
    .tl30 {
        font-size: 30px;
    }
    .tl35 {
        font-size: 35px;
    }
    .tl40 {
        font-size: 40px;
    }
    .tl45 {
        font-size: 45px;
    }
    .tl50 {
        font-size: 50px;
    }
    .tl60 {
        font-size: 60px;
    }
    .tl70 {
        font-size: 70px;
    }
}

@media screen and (max-width: 992px) {
    .tm10 {
        font-size: 10px;
    }
    .tm11 {
        font-size: 11px;
    }
    .tm12 {
        font-size: 12px;
    }
    .tm13 {
        font-size: 13px;
    }
    .tm14 {
        font-size: 14px;
    }
    .tm15 {
        font-size: 15px;
    }
    .tm16 {
        font-size: 16px;
    }
    .tm18 {
        font-size: 18px;
    }
    .tm20 {
        font-size: 20px;
    }
    .tm22 {
        font-size: 22px;
    }
    .tm23 {
        font-size: 23px;
    }
    .tm24 {
        font-size: 24px;
    }
    .tm25 {
        font-size: 25px;
    }
    .tm30 {
        font-size: 30px;
    }
    .tm35 {
        font-size: 35px;
    }
    .tm40 {
        font-size: 40px;
    }
    .tm45 {
        font-size: 45px;
    }
    .tm50 {
        font-size: 50px;
    }
    .tm60 {
        font-size: 60px;
    }
    .tm70 {
        font-size: 70px;
    }
}

@media screen and (max-width: 768px) {
    .ts10 {
        font-size: 10px;
    }
    .ts11 {
        font-size: 11px;
    }
    .ts12 {
        font-size: 12px;
    }
    .ts13 {
        font-size: 13px;
    }
    .ts14 {
        font-size: 14px;
    }
    .ts15 {
        font-size: 15px;
    }
    .ts16 {
        font-size: 16px;
    }
    .ts18 {
        font-size: 18px;
    }
    .ts20 {
        font-size: 20px;
    }
    .ts22 {
        font-size: 22px;
    }
    .ts23 {
        font-size: 23px;
    }
    .ts24 {
        font-size: 24px;
    }
    .ts25 {
        font-size: 25px;
    }
    .ts30 {
        font-size: 30px;
    }
    .ts35 {
        font-size: 35px;
    }
    .ts40 {
        font-size: 40px;
    }
    .ts45 {
        font-size: 45px;
    }
    .ts50 {
        font-size: 50px;
    }
    .ts60 {
        font-size: 60px;
    }
    .ts70 {
        font-size: 70px;
    }
}

@media screen and (max-width: 576px) {
    .txs10 {
        font-size: 10px;
    }
    .txs11 {
        font-size: 11px;
    }
    .txs12 {
        font-size: 12px;
    }
    .txs13 {
        font-size: 13px;
    }
    .txs14 {
        font-size: 14px;
    }
    .txs15 {
        font-size: 15px;
    }
    .txs16 {
        font-size: 16px;
    }
    .txs18 {
        font-size: 18px;
    }
    .txs20 {
        font-size: 20px;
    }
    .txs22 {
        font-size: 22px;
    }
    .txs23 {
        font-size: 23px;
    }
    .txs24 {
        font-size: 24px;
    }
    .txs25 {
        font-size: 25px;
    }
    .txs30 {
        font-size: 30px;
    }
    .txs35 {
        font-size: 35px;
    }
    .txs40 {
        font-size: 40px;
    }
    .txs45 {
        font-size: 45px;
    }
    .txs50 {
        font-size: 50px;
    }
    .txs60 {
        font-size: 60px;
    }
    .txs70 {
        font-size: 70px;
    }
}

.tupper {
    text-transform: uppercase;
}

.tlower {
    text-transform: lowercase;
}

.w100 {
    font-weight: 100;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w700 {
    font-weight: 700;
}

.w900 {
    font-weight: 900;
}

.twhite,
.twhite a:link,
.twhite a:active,
.twhite a:visited {
    text-decoration: none;
    color: #fff;
}

.twhite a:hover {
    color: #fff;
}

.tblack,
.tblack a:link,
.tblack a:active,
.tblack a:visited {
    text-decoration: none;
    color: #000;
}

.tblack a:hover {
    color: #333;
}

.tcolor,
.tcolor a:link,
.tcolor a:active,
.tcolor a:visited,
.tcolor a:hover {
    color: #C7BA9D;
}

.tcolor2,
.tcolor2 a:link,
.tcolor2 a:active,
.tcolor2 a:visited,
.tcolor2 a:hover {
    color: #32271d;
}

.bcolor {
    background-color: #1E1E1E;
}

.bcolorb {
    background-color: #1e1e1e6e;
}

.bcolor2 {
    background-color: #282828;
}

.bcolor3 {
    background-color: #f2f2f2;
}

.bcolor4 {
    background-color: #c4c4c4;
}

.bcolor5 {
    background-color: #4b4b4b;
}
.bs
.bcolorinfo {
    background-color: #efeeeb;
}

.bcolorwhite {
    background-color: #FFF;
}

.bcolorblack {
    background-color: #000
}

.border {
    border-style: dotted;
    border-color: #999;
    border-width: 0px;
}

.tlh1 {
    line-height: 1;
}

.tlh15 {
    line-height: 1.5;
}

.tls-1 {
    letter-spacing: -1pt;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.alignw {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.alignh {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.barrato {
    text-decoration: line-through;
}

.tshadoww {
    text-shadow: 0 0 10px #fff;
}

.tshadowb {
    text-shadow: 0 0 10px #000;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.scrolloff {
    pointer-events: none;
}

.pulsing {
    -webkit-animation: pulsatilla .7s ease-out infinite alternate running;
    animation: pulsatilla .7s ease-out infinite alternate running;
}

@keyframes pulsatilla {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulsatilla {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.del1 {
    -webkit-animation-delay: .1s !important;
    animation-delay: .1s !important;
}

.del2 {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.del3 {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.del4 {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.del5 {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.del6 {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.del7 {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.del8 {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important;
}

.del9 {
    -webkit-animation-delay: .9s !important;
    animation-delay: .9s !important;
}

.del10 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.del11 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.del12 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

#boxsent {
    display: none;
}


/****************************************************IN POINT**/

#zero {
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
}

#start {
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
}

#gostart {
    position: absolute;
    z-index: 10000;
    right: 720px;
    /* transform: translateX(-50%); */
    bottom: 10px;
    width: 40px;
    height: 85px;
    cursor: pointer;
    background-image: url(/img/mousew.png);
    -webkit-animation: gopuls .7s ease-out infinite alternate running;
    animation: gopuls .7s ease-out infinite alternate running;
    z-index: 10000000000;
    /* transform: translateY(-50%); */
    background-repeat: no-repeat;
    background-position: center center;
}

#gozero {
    position: fixed;
    z-index: 10000;
    right: 0px;
    bottom: 15px;
    width: 60px;
    height: 90px;
    cursor: pointer;
    transform: scale(0, 0);
    background-image: url(/img/mouse2w.png);
    -webkit-animation: gopuls .7s ease-out infinite alternate running;
    animation: gopuls .7s ease-out infinite alternate running;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
}

#gostart:hover #gozero:hover {
    opacity: 1;
}

body.scrolled #gostart {
    transform: scale(0, 0);
    transition: all .3s ease;
}

body.scrolled #gozero {
    transform: scale(1, 1);
    transition: all .3s ease;
}

@keyframes gopuls {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes gopuls {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    #gozero {
        display: none;
    }
}


/*********************** MENU *************/

nav {
    display: block;
}

nav ul {
    padding: 0;
}

nav ul li {
    position: relative;
    display: inline-block;
    margin: 0;
}

#menumb {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    background: #1e1e1e;
}

#menumb:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .2);
}

.mb-logo {
    font-size: 18px;
    position: relative;
    float: right;
    text-align: right;
    text-transform: uppercase;
}

.mb-cp {
    font-size: 12px;
    line-height: 1;
    position: relative;
    float: right;
    clear: right;
    text-transform: none;
    color: #fff;
    ;
}

a.mb-logo {
    color: #fff;
}

.mb-icon {
    position: relative;
    float: left;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
}

.line1 {
    top: 35%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.line2 {
    top: 50%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.line3 {
    top: 65%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.mb-icon.clicked .line {
    left: 45%;
}

.mb-icon.clicked .line1 {
    top: 31%;
    left: 47%;
    -webkit-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
    transform: rotate(-45deg) translate3d(-50%, -50%, 0);
}

.mb-icon.clicked .line2 {
    opacity: 0;
}

.mb-icon.clicked .line3 {
    top: 68%;
    -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

.closed {
    position: absolute;
    top: 50px;
    left: -20px;
    overflow: hidden;
    width: 0;
    height: 100vh;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #1e1e1e;
}

.menumb {
    position: relative;
    width: 100%;
}

.vmmb,
.vmtmb {
    font-size: 14px;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.vmmb.cinquanta,
.vmtmb.cinquanta {
    width: 50%;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.vmmb.tapped {
    color: #ecc94b;
    background: #fff;
}

.vmmb.room.tapped a {
    color: #ecc94b;
}

.vmmb.room .vsmmb a {
    color: #fff !important;
}

.vmmb a {
    text-transform: uppercase;
    color: #fff;
}

.smmb {
    position: fixed;
    top: 50px;
    right: 0;
    overflow: hidden;
    width: 50%;
    height: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.smmb.aperto {
    height: 100vh;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .3);
}

.vsmmb {
    font-size: 14px;
    position: relative;
    display: block;
    max-width: 490px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.vsmmb:nth-child(even) {
    background: rgba(255, 255, 255, .3);
}

#menu {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

body.scrolled #menu {
    background-color: #1e1e1ee1;
    height: 60px;
    box-shadow: 0 0 20px #000;
}

#menu .logo {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 311px;
    height: 95px;
}

body.scrolled .logo {
    top: -150px !important;
    opacity: 0;
    transition: all .4s ease;
}

#menu .logo2 {
    position: absolute;
    top: -70px;
    left: 0px;
    width: 180px;
    height: 70px;
    opacity: 0
}

body.scrolled .logo2 {
    top: 0px !important;
    opacity: 1 !important;
    transition: all .4s ease !important;
}

.phamburger {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    right: 65px;
    top: 93px;
    transition: all .2s ease-out;
    width: 64px;
    height: 52px;
    background-image: url(/img/menu.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    transform: scale(0.95, 0.95);
}

.phamburger:hover {
    transition: all .1s ease-in;
    opacity: 1;
    transform: scale(1, 1);
}

.phamburger img {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

body.scrolled .phamburger {
    top: 0px;
    border: none;
    padding: 0px;
    height: 60px;
    right: 0px;
    overflow: hidden;
    width: 60px !important;
    /* background-color: #fff; */
    box-sizing: border-box;
    padding: 10px;
    background-position: center center;
    width: 94px !important;
}

body.scrolled .phamburger:hover {
    transition: all .1s ease-in;
}

body.scrolled .phamburger img {
    display: none;
}

.phamburger .img2 {
    display: none;
}

body.scrolled .phamburger .img2 {
    display: block;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.preno {
    cursor: pointer;
    border: 1px solid #C7BA9D;
    padding: 20px 40px 20px 105px;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: -15px 5px 0 5px !important;
    border: none !important;
    padding: 19px 15px 15px 15px;
    height: 60px;
    background-color: #e64439;
    top: -2px;
    display: none;
    transition: all .3s ease;
}

.preno:hover {
    background-color: #ca0d00;
}

body.scrolled .preno {
    display: inline-block;
}

body.scrolled .lingue {
    .display: none;
}

.menut {
    position: absolute;
    right: 50px;
    top: 40px;
    border-bottom: 1px solid #ffffff8a;
    padding: 0 10px 10px 10px;
}

body.scrolled .menut {
    position: absolute;
    top: 0px;
    right: 80px;
    border-bottom: none !important;
    height: 60px;
}

.vmt {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 8px;
}

.vmt a {
    color: #FFF;
}

.vmt.icon {
    font-size: 20px;
}

.vmt.polm,
.vmt.polm a {
    color: #ecc94b;
}

.vmt.ppreno {
    display: none;
}

body.scrolled .menut .vmt.ppreno {
    display: inline-block;
    background-color: #ecc94b;
    color: #1e1e1e;
    padding: 22px 20px;
}

.vmt.social {
    margin-top: -8px;
    font-size: 20px !important;
}

body.scrolled .menut .vmt.social {
    position: absolute;
    left: -90px;
    top: -5px;
}

body.scrolled .menut .vmt.social:hover {
    background-color: transparent !important;
}

.vmt.social .icon {
    position: relative;
    font-size: 20px;
    display: inline-block;
    margin-right: 12px;
}

body.scrolled .menut .vmt {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 8px;
    height: 60px;
    padding: 20px 6px;
    margin: 0;
    transition: all .2s ease;
}

body.scrolled .menut .vmt:hover {
    background-color: rgba(255, 255, 255, 0.164);
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1e1e1e;
    z-index: 10000;
    opacity: 0;
    transform: scale(0, 0);
    transition: all .4s ease;
    padding: 100px;
    padding-left: 50%;
}

.menu pulsante1,
.menu pulsante2,
.menu pulsante3 {
    position: absolute;
    width: 45%;
    height: 33.33vh;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu pulsante1 {
    top: 0px;
    background-image: url(/img/pulsante1.jpg);
}

.menu pulsante2 {
    top: 33.33vh;
    background-image: url(/img/pulsante2.jpg);
}

.menu pulsante3 {
    top: 66.66vh;
    background-image: url(/img/pulsante3.jpg);
}

.menu .sfondo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
    opacity: 0;
    mix-blend-mode: overlay;
}

.menu.open .sfondo {
    opacity: 0.7;
    transition: all 6s ease-in;
}

.menu .floating {
    position: absolute;
    z-index: 1;
}

.menu.open {
    opacity: 1;
    transform: scale(1, 1);
    transition: all .2s ease;
}

.menu .closing {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}

.menu content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.menu .logo3 {
    position: absolute;
    top: 60%;
    right: 150px;
    left: auto;
    width: 311px;
    height: 95px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease;
}

.menu .logo3.open {
    top: 50%;
    opacity: 1;
}

.vm {
    position: relative;
    clear: both;
    font-family: 'Antic Didone', serif;
    text-transform: uppercase;
    font-size: 63px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-weight: 200;
    cursor: default;
    line-height: 1;
    margin-bottom: 30px;
    opacity: 0;
    transition: all .4s ease-in;
    z-index: 10;
}

.vm a {
    color: rgba(255, 255, 255, 0.7);
}

.vm:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .1s ease-in;
}

.vm a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .1s ease-in;
}

.vm.open {
    opacity: 1;
}

.sm {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: -30px;
}

.vsm {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 18px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
}

.vsm a {
    color: rgba(255, 255, 255, 0.7);
}

.vsm a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .03s ease-in;
}

.vsm.open {
    opacity: 1;
}

.vm.address {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    bottom: -200px !important;
    padding: 20px;
    background-color: #1e1e1e;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    opacity: 1;
    color: #FFF !important;
    text-transform: none;
    text-align: center;
    font-weight: 400;
}

.vm.address a {
    color: #FFF !important;
}

.vm.address.open {
    bottom: 0 !important;
}


/*#mnc ul {
padding: 0;
}

#mnc ul li {
position: relative;
display: inline-block;
box-sizing: border-box;
margin: 0;
}

#mnc {
position: fixed;
z-index: 1000;
top: 0;
left: -100vw;
overflow: hidden;
width: 100vw;
height: 100vh;
-webkit-transition: all .4s ease;
transition: all .4s ease;
background-color: rgba(234, 230, 225, .9);
}

.mncclose {
font-size: 80px;
position: absolute;
top: 50%;
right: 80px;
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #575757;
}

.mncopen {
left: 0 !important;
-webkit-transition-delay: .4s;
transition-delay: .4s;
}

#mnc .menu {
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 50vw;
height: 100vh;
padding: 100px;
border-right: 1px dotted #575757;
}

#mnc .vm {
font-size: 30px;
font-weight: 800;
position: relative;
float: right;
clear: both;
box-sizing: border-box;
width: 100%;
padding: 5px 0;
cursor: pointer;
-webkit-transition: all .3s ease;
transition: all .3s ease;
text-align: right;
text-transform: uppercase;
color: #575757;
}

#mnc .vm:before {
position: absolute;
z-index: -1;
right: 100%;
bottom: 0;
left: 0;
height: 2px;
content: '';
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: right;
transition-property: right;
background-color: #575757;
}

#mnc .vm:hover:before {
right: 0;
}

#mnc .vm a:link,
#mnc .vm a:active,
#mnc .vm a:visited {
color: #575757;
}

#mnc .vm:hover {
padding-right: 15px;
color: #575757;
}

#mnc .vm a:hover {
color: #575757;
}

#mnc .sm {
position: absolute;
top: -1000px;
left: calc(100% + 200px);
-webkit-transition: all .2s ease;
transition: all .2s ease;
opacity: 0;
}

.smopen {
top: 0 !important;
opacity: 1 !important;
}

#mnc .vsm {
font-size: 20px;
font-weight: 700;
position: relative;
float: right;
clear: both;
box-sizing: border-box;
width: 100%;
padding: 2px 0;
cursor: pointer;
-webkit-transition: all .3s ease;
transition: all .3s ease;
text-align: left;
white-space: nowrap;
color: #575757;
}

#mnc .vsm a:link,
#mnc .vsm a:active,
#mnc .vsm a:visited {
color: #575757;
}

#mnc .vsm a:hover {
color: #575757;
}

#mnc .vsm:hover {
padding-left: 15px;
}

.menuscroll {
top: 20px !important;
left: 50%;
width: auto;
height: 60px !important;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border: 10px solid rgba(166, 124, 48, .8);
}

.menuscroll .vmt {
font-size: 20px !important;
font-weight: 300 !important;
padding: 15px 10px !important;
}*/

@media (max-width: 992px) {
    #menu,
    #menu:after,
    #mnc {
        display: none;
    }
    #menumb {
        display: block;
    }
}


/************** BENEFIT **************/

#bnf {
    font-size: 27px;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 5px;
    width: 53px;
    height: 53px;
    cursor: pointer;
    color: #000;
    background-color: #ecc94b;
    box-shadow: 3px 1px 5px #333;
}

#bnf svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bnf .gift {
    opacity: 1;
}

#bnf .close {
    opacity: 0;
}

#bnf-bkg {
    position: fixed;
    z-index: 1000000;
    bottom: 0;
    left: -120%;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background: #4b4940f0;
}

#bnf-bkg.opened {
    left: 0;
}

#bnf-close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 35px;
    cursor: pointer;
}

.bnf-c {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0;
    background-color: rgba(255, 255, 255, .2);
}

#bnf-bkg.opened .bnf-c {
    top: 50%;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.bnf-row2 {
    font-size: 150%;
}

.bnf-row3 {
    font-size: 130%;
    margin-bottom: 20px;
}

.bnf-row4 li {
    text-align: left !important;
}

.bnf-row5 {
    font-size: 80%;
    margin-top: 10px;
}

.bnf-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.bnf-c .pulsante {
    float: left !important;
    width: auto !important;
}

#bnfb {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background: #ecc94b;
}

.bnfb-c {
    position: relative;
    margin: 0 auto;
}

#bnfp-p {
    position: relative;
    cursor: pointer;
}

.bnfb-box,
.bnfb-box2 {
    line-height: 1.1;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.bnfb-box2 {
    background-color: rgba(0, 0, 0, .5);
}

.bnfb-row2 {
    font-size: 160%;
    font-weight: 900;
}

.bnfb-row3 {
    font-size: 130%;
    font-weight: 600;
}

#bnfb-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

#bnfb-content.opened {
    max-height: 2000px;
    opacity: 1;
}

#bnfb-close,
#bnfb-open {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    z-index: 20;
    z-index: 1;
    bottom: -53px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    text-align: center;
    opacity: 0;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: #f44336;
}

#bnfb-close svg,
#bnfb-open svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bnfb-open {
    z-index: 2;
    bottom: -33px;
    cursor: pointer;
    opacity: 1;
}

#bnfb-close.opened {
    z-index: 200;
    bottom: -33px;
    opacity: 1;
}

#bnfb-open.opened {
    z-index: 1;
    bottom: -53px;
    opacity: 0;
}

@media (max-width: 992px) {
    #bnf-close {
        top: 60px;
    }
}


/*************** NAVIGATION *************/

#navigation,
.navigation,
#navigationbook,
#navigationtelephone {
    display: none;
}

@media (max-width: 992px) {
    #navigationbook {
        font-size: 15px;
        position: fixed;
        z-index: 100;
        right: 142px;
        bottom: -1px;
        display: block;
        height: 53px;
        cursor: pointer;
        color: #1e1e1e;
        background-color: #ecc94b;
        white-space: nowrap;
        padding: 17px 22px;
        text-transform: uppercase;
        font-weight: 600;
        transition: all .4s ease-out;
    }
    #navigationtelephone {
        font-size: 24px;
        position: fixed;
        z-index: 80;
        right: 76px;
        bottom: -1px;
        display: block;
        width: 65px;
        height: 53px;
        cursor: pointer;
        color: #1e1e1e;
        background-color: #ecc94b !important;
        padding: 11px 12px;
        text-align: center;
        transition: all .2s ease-in;
    }
    #navigation {
        font-size: 24px;
        position: fixed;
        z-index: 100;
        right: 10px;
        bottom: -1px;
        display: block;
        width: 65px;
        height: 53px;
        cursor: pointer;
        background-color: #1e1e1e;
        color: ##FFF;
        padding: 11px 12px;
        text-align: center;
    }
    #navigation .fa-concierge-bell {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        opacity: 1;
        color: #FFF;
        font-size: 24px;
    }
    #navigation svg.fa-times {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(-50%, -50%) scale(.1, .1);
        transform: translate(-50%, -50%) scale(.1, .1);
        opacity: 0;
        color: #FFF;
    }
    #navigation.clicked .fa-concierge-bell {
        -webkit-transform: translate(-50%, -55%) scale(.1, .1);
        transform: translate(-50%, -55%) scale(.1, .1);
        opacity: 0;
    }
    #navigation.clicked svg.fa-times {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1;
    }
    ul.navigation {
        position: fixed;
        z-index: 100;
        right: 12px;
        bottom: 80px;
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 0;
        padding: 0;
        padding-right: 5px;
        list-style: none;
    }
    ul.navigation li {
        font-size: 21px;
        position: relative;
        float: right;
        clear: both;
        width: 50px;
        height: 50px;
        margin: 4px auto;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        color: #fff;
        background: #000;
        box-shadow: 3px 1px 5px #333;
    }
    ul.navigation li svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    ul.navigation li label {
        font-size: 15px;
        position: absolute;
        z-index: -1;
        top: 50%;
        right: 60px;
        box-sizing: border-box;
        padding: 14px 12px;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        white-space: nowrap;
        color: #fff;
        box-shadow: 3px 1px 5px #333;
    }
    ul.navigation li.navihome,
    ul.navigation li.navihome label {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        background: #ba68c8;
    }
    ul.navigation li.navimaps,
    ul.navigation li.navimaps label {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        background: #009688;
    }
    ul.navigation li.navimail,
    ul.navigation li.navimail label {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        background: #00bcd4;
    }
    ul.navigation li.navitel,
    ul.navigation li.navitel label {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        background: #3f51b5;
    }
    ul.navigation li.navibook,
    ul.navigation li.navibook label {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        background: #e91e63;
    }
    ul.navigation li.naviwhatsapp,
    ul.navigation li.naviwhatsapp label {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        background: #25d366;
    }
}


/**************************************************** IMG **/

#imgslider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#imgslider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}

.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}

.video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}

.imgs {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0;
    transition: transform 10s, opacity 1s;
}

.imgs.scalata {
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    opacity: 1;
    transition: transform 10s, opacity 1s;
}

.imgs.trans1 {
    transform-origin: 0% 100%;
}

.imgs.trans2 {
    transform-origin: 100% 0%;
}

.imgs.trans3 {
    transform-origin: 100% 100%;
}

.imgs.trans4 {
    transform-origin: 0% 0%;
}

.imgs source,
.imgs img {
    width: 100% !important;
}

.imgs source,
.imgs img {
    width: 100% !important;
}

#imgsliderdx {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    width: 30%;
    height: 100%;
    cursor: pointer;
    transition: all .2s ease-out;
}

#imgslidersx {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 30px;
    width: 30%;
    height: 100%;
    cursor: pointer;
    transition: all .2s ease-out;
}

#gm {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.gm2 {
    position: relative;
    width: 100%;
    height: 450px;
}


/**************  SLOGAN ***********/

.IMG {
    z-index: 1;
}

.IMGS-slogan {
    position: absolute;
    width: 45%;
    bottom: 20%;
    right: 0;
    padding: 30px;
    -webkit-transition: all 800ms cubic-bezier(0.16, 0.01, 0.77, 1);
    color: #FFF;
    z-index: 10;
    text-shadow: 1px 1px 6px #000;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.IMGS-slogan1 {
    position: relative;
    float: left;
    -webkit-transition: all 800ms cubic-bezier(0.16, 0.01, 0.77, 1);
    top: -400px;
    opacity: 1;
    clear: both;
    font-size: 52px;
    text-transform: uppercase;
}

.IMGS-slogan1 span {
    font-weight: 900;
}


/*   .IMGS-slogan1.scalata {
    top: 0;
    opacity: 1;
  } */

@media (max-width: 1500px) {
    .IMGS-slogan {
        width: 40%;
        right: 5%;
    }
    .IMGS-slogan1 {
        font-size: 46px;
    }
}

@media (max-width: 1200px) {
    .IMGS-slogan {
        width: 30%;
        right: 15%;
    }
    .IMGS-slogan1 {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .imgs {
        height: 100%;
    }
    .IMGS-slogan {
        width: 100%;
        bottom: inherit;
        right: inherit;
        top: 30%;
        -webkit-transform: translateY(-50%);
    }
    .IMGS-slogan1 {
        font-size: 28px;
    }
}


/************** FINE SLOGAN ***********/


/**************** bol *****************/

#trust {
    position: absolute;
    z-index: 3;
    right: 22%;
    bottom: 165px;
}

#bol {
    position: absolute;
    z-index: 3;
    bottom: 5px;
    left: 50%;
    width: 780px;
    height: 180px;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    border-left: 5px solid #f80;
    background: rgba(200, 193, 187, .9);
}

#bol:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 12.5px 0 12.5px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #f80;
}

.bol-sx {
    position: relative;
    float: left;
    width: 400px;
    height: 100%;
    padding: 15px;
}

.bol-dx {
    position: relative;
    float: right;
    width: 350px;
    height: 100%;
    padding: 15px;
}

.bol-dx-pulsante {
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: left;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

a:link.bol-dx-pulsante,
a:active.bol-dx-pulsante,
a:visited.bol-dx-pulsante,
a:link.bolazz2,
a:active.bolazz2,
a:visited.bolazz2 {
    color: #fff !important;
}

.bolara {
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    background: #ff8000;
}

.bolazz {
    background: #8c9454;
}

.bolazz2 {
    background: #8c9454;
}

.bolara:hover,
.bolazz:hover,
.bolazz2:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 12px #000;
}

.input-wrapper {
    position: relative;
    float: left;
    width: 80px;
    height: 120px;
    margin: 0 5px;
}

.input-wrapper label {
    text-transform: uppercase;
}

.input-wrapper select {
    position: relative;
    display: none;
    width: 100%;
    height: 100px;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.migliore {
    font-size: 32px;
    font-weight: lighter;
    line-height: 2;
    margin: 0 5px;
    color: #fff;
}

.bol-num {
    font-size: 40px;
    font-weight: lighter;
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    color: #ff8000;
    background: #fff;
}

.bol-num .griglia {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: none;
    min-width: 200px;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #999;
    background-color: rgba(255, 255, 255, 1);
}

.bol-num .griglia .el {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    float: left;
    width: 25%;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    background-color: #fff;
}

.bol-num .griglia .el:hover {
    z-index: 2;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    box-shadow: 0 0 10px #000;
}

.bol-freccia {
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #ff8000;
    background: #fff;
}

.bol-arrivo .giorno,
.bol-partenza .giorno {
    position: relative;
    float: left;
    width: 100px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.bol-arrivo .mese,
.bol-partenza .mese {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100px;
    width: calc(35% - 1px);
    margin-right: 1px;
    margin-bottom: 2px;
    padding: 4px 0;
    color: #ff8000;
    background-color: #fff;
}

.bol-arrivo .anno,
.bol-partenza .anno {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100px;
    width: 65%;
    margin-bottom: 2px;
    padding: 4px 0;
    color: #ff8000;
    background-color: #fff;
}

.bol-arrivo input,
.bol-partenza input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

@media screen and (max-width: 992px) {
    #trust,
    #bol:before {
        display: none;
    }
    #bol {
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
    }
    .bol-sx {
        display: none;
    }
    .bol-dx {
        width: 100%;
    }
    .bolazz,
    .bolazz2,
    .bol-dx .ca5 {
        display: none;
    }
    .bolara {
        text-align: center;
    }
}


/******************************************** OLM FASCIA *****/


/******************************************** PARALLAX *******/

.plx {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.plx200 {
    height: 200px !important;
}

.plx400 {
    height: 400px !important;
}

.plx500 {
    height: 500px !important;
}

.plx600 {
    height: 600px !important;
}

.plxinfinity {
    height: auto !important;
}

.plxcb1 {
    background-image: url('/img/cb1.jpg');
}

.plxcb2 {
    background-image: url('/img/cb2.jpg');
}

.plxcb3 {
    background-image: url('/img/cb3.jpg');
}


/*************** GRID *************************/

.middle {
    position: relative;
    clear: both;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.m {
    position: relative;
    float: left;
}

.m-x-0 {
    overflow: hidden !important;
    width: 0;
}

.m-x-1 {
    width: 8.3333333333%;
}

.m-x-2 {
    width: 16.666666667%;
}

.m-x-3 {
    width: 25%;
}

.m-x-4 {
    width: 33.33333333%;
}

.m-x-5 {
    width: 41.66666667%;
}

.m-x-6 {
    width: 50%;
}

.m-x-7 {
    width: 58.33333333%;
}

.m-x-8 {
    width: 66.66666667%;
}

.m-x-9 {
    width: 75%;
}

.m-x-10 {
    width: 83.33333333%;
}

.m-x-11 {
    width: 91.66666667%;
}

.m-x-12 {
    width: 100%;
}

.m-x-ha {
    height: auto !important;
    min-height: 0 !important;
}

.m-x-tl {
    text-align: left;
}

.m-x-tr {
    text-align: right;
}

.m-x-tc {
    text-align: center;
}

.m-x-tj {
    text-align: justify;
}

.m-x-h10 {
    height: 10px !important;
}

.m-x-h100 {
    height: 100px !important;
}

.m-x-h200 {
    height: 200px !important;
}

.m-x-h300 {
    height: 300px !important;
}

.m-x-h400 {
    height: 400px !important;
}

.m-x-h500 {
    height: 500px !important;
}

.m-x-h600 {
    height: auto !important;
    min-height: 600px !important;
}

.m-x-h800 {
    height: auto !important;
    min-height: 800px !important;
}

.m-x-h900 {
    height: auto !important;
    min-height: 900px !important;
}

.m-x-vh100 {
    height: auto !important;
    min-height: 100vh !important;
}

.m-x-bl {
    border-left-width: 1px;
}

.m-x-br {
    border-right-width: 1px;
}

.m-x-bb {
    border-bottom-width: 1px;
}

.m-x-bt {
    border-top-width: 1px;
}

.m-x-nb {
    border: none !important;
}

.box,
.box2,
.box3,
.box4,
.box5,
.box0 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    z-index: 2;
}

.box2 {
    padding: 80px;
}

.box3 {
    padding: 60px;
}

.box4 {
    padding: 40px;
}

.box5 {
    padding: 20px;
}

.box0 {
    padding: 0;
}

.boxha {
    height: auto !important;
}

.col3,
.col2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: 1px solid #ededed;
    -moz-column-rule: 1px solid #ededed;
    column-rule: 1px solid #ededed;
}

.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width: 1500px) {
    .box {
        padding: 100px;
    }
    .box2 {
        padding: 80px;
    }
    .box3 {
        padding: 60px;
    }
    .box4 {
        padding: 40px;
    }
    .box5 {
        padding: 20px;
    }
    .box0 {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .box {
        padding: 80px;
    }
    .box2 {
        padding: 70px;
    }
    .box3 {
        padding: 60px;
    }
    .box4 {
        padding: 40px;
    }
    .box5 {
        padding: 20px;
    }
    .box0 {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .box {
        padding: 70px;
    }
    .box2 {
        padding: 60px;
    }
    .box3 {
        padding: 50px;
    }
    .box4 {
        padding: 40px;
    }
    .box5 {
        padding: 20px;
    }
    .box0 {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .box {
        padding: 60px;
    }
    .box2 {
        padding: 50px;
    }
    .box3 {
        padding: 40px;
    }
    .box4 {
        padding: 30px;
    }
    .box5 {
        padding: 20px;
    }
    .box0 {
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .box,
    .box2,
    .box3,
    .box4,
    .box5 {
        padding: 25px 20px;
    }
    .box0 {
        padding: 0;
    }
}


/*************** PULSANTE ********************/

a.pulsante {
    color: #fff;
}

.pulsante,
.PULSANTE {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    padding: 20px 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.pulsante:hover,
.PULSANTE:hover,
.pulsante:hover a:link,
.PULSANTE:hover a:link,
.pulsante:hover a:active,
.PULSANTE:hover a:active,
.pulsante:hover a:visited,
.PULSANTE:hover a:visited,
.pulsante:hover a:hover,
.PULSANTE:hover a:hover {
    color: #1e1e1e;
    border: 1px solid #FFF !important;
    background-color: #FFF;
}

.pulsante.p2,
.PULSANTE.p2 {
    border: 1px solid #1e1e1e;
}

.pulsante.p2:hover,
.PULSANTE.p2:hover,
.pulsante.p2:hover a:link,
.PULSANTE.p2:hover a:link,
.pulsante.p2:hover a:active,
.PULSANTE.p2:hover a:active,
.pulsante.p2:hover a:visited,
.PULSANTE.p2:hover a:visited,
.pulsante.p2:hover a:hover,
.PULSANTE.p2:hover a:hover {
    color: #FFF;
    border: 1px solid #1e1e1e !important;
    background-color: #1e1e1e;
}

.SW-submit {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    padding: 20px 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    background: #ecc94b;
    border: 1px solid #ecc94b !important;
}

.SW-submit:hover {
    background-color: #FFF;
    color: #1e1e1e;
    border: 1px solid #1e1e1e !important;
}


/***************** olmd ******************/

#olmd {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

.olmd-colore,
.olmd-colore a:link,
.olmd-colore a:active,
.olmd-colore a:visited,
.olmd-colore a:hover {
    color: #000;
}

.olmd-sx {
    position: relative;
    float: left;
    width: 55%;
    text-align: left;
}

.olmd-dx {
    position: relative;
    float: right;
    width: 40%;
    padding: 15px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #fff;
}

.olmd-ca {
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
}

.olmd-ca20 {
    position: relative;
    clear: both;
    width: 100%;
    height: 20px;
}

.olmd-img {
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    border: none !important;
}

.olmd-el {
    font-size: 15px;
    line-height: 1.1;
    width: 100%;
    margin-bottom: 2px;
    padding: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ebebeb;
}

.olmd-el:hover {
    background-color: #e4e4e4;
}

.olmd-vantaggi {
    font-size: 14px;
    position: relative;
    clear: both;
    width: 100%;
    margin: 15px 0;
}

.olmd-el.visible-xs {
    display: none;
}

#olmd .share {
    padding: 15px 0;
}

#olmd .share img {
    margin: 0 10px;
}

@media (max-width: 576px) {
    .olmd-el.visible-xs {
        display: block;
    }
}

.olmd-go {
    display: block;
}

.olmd-come {
    display: none;
}

.olmd-box {
    position: relative;
    clear: both;
    width: 100%;
    margin: 25px 0;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #dbdbdb;
}

.olmd-box:after {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #dbdbdb;
}

.olmd-p {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 400px;
    margin: 12px auto;
    padding: 15px 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #ecc94b;
    border-radius: 3px;
    background-color: transparent;
}

.olmd-p:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
    background-color: #ecc94b;
}

.olmd-p-content {
    position: relative;
    z-index: 10;
    display: inline-block;
}

.olmd-p:hover:after {
    width: 100%;
    height: 100%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 1;
}

.olmd-p a:link,
.olmd-p a:active,
.olmd-p a:visited,
.olmd-p a:hover {
    color: #fff;
}

.olmd-sep {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
}

.olmdta-titolo {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 900;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    position: relative;
    width: 100%;
    color: #ecc94b;
}

.olmdta-testo {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-style: italic;
    position: relative;
    clear: both;
    width: 100%;
    margin: 14px 0;
}

.olmdta-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ecc94b;
}

.olmdta-img {
    position: relative;
    float: left;
    margin-top: -10px;
    margin-right: 15px;
}

.olmdprice,
.olmdtime {
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 20px;
    text-align: left;
    background: rgba(255, 255, 255, .8);
}

.olmdprice {
    top: auto;
    bottom: 20px;
}

.olmdprice-line2 {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    clear: both;
    color: #ecc94b;
}

.olmdprice-line3 {
    font-weight: 900;
    margin-top: 5px;
    padding: 2px 8px;
    color: #ecc94b;
    color: #fff;
    border-radius: 2px;
    background-color: #ecc94b;
}

.olmdcta {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #dbdbdb;
}

.olmdcta:after {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    content: '';
    border: 1px solid #dbdbdb;
}

.olmdcta-contact {
    font-weight: 700;
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    color: #fff;
}

.olmdcta-contact a:link,
.olmdcta-contact a:visited,
.olmdcta-contact a:hover {
    color: #fff;
}

.olmdcta-contact:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .6;
    background-color: #ecc94b;
}

#olmdelin {
    position: relative;
    clear: both;
    width: 100%;
}

#olmde {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2px;
}

.olmde-scheda {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.olmde-img {
    position: realtive;
    width: 100%;
}

.olmde-titolo {
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, .8);
}

.olmde-sottotitolo {
    font-size: 13px;
    font-weight: normal;
}

.olmde-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.olmde-sx {
    left: 10px;
    text-align: left;
}

.olmde-dx {
    right: 10px;
    text-align: right;
}

#olmde:hover .olmde-arrow {
    opacity: 1;
}

.olmd-tmb {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: calc(33% - 4px);
    margin: 2px;
    padding: 0 !important;
    cursor: default;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}

.olmd-tmb img {
    position: relative;
    display: block;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.olmd-tmb svg {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: -100px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
    color: #fff;
}

.olmd-tmb:hover {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ecc94b;
}

.olmd-tmb:hover svg {
    left: 10%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
}

.olmd-tmb:hover img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: .4;
}

@media only screen and (max-width: 800px) {
    .olmd-sx {
        width: 100%;
    }
    .olmd-dx {
        width: 100%;
        margin-top: 20px;
        padding: 15px 0;
        border: none;
    }
    .olmd-el {
        width: 100%;
    }
    .olmd-img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .olmd-go {
        display: none;
    }
    .olmd-come {
        display: block;
    }
}


/******************** SLOGAN ************/

#SLOGAN {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: auto;
    padding: 10px 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    opacity: 0;
    color: #fff;
    background: transparent;
    text-shadow: 0 0 4px #000;
}

.slogan1,
.slogan2,
.slogan3 {
    position: relative;
    float: left;
    clear: both;
    width: auto;
    margin: 1px 0;
    padding: 10px;
    opacity: 0;
    background: rgba(140, 148, 84, .8);
}

.slogan1,
.slogan3 {
    left: -100%;
}

.slogan2 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #SLOGAN {
        font-size: 30px;
    }
    .slogan2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    #SLOGAN {
        font-size: 25px;
    }
    .slogan2 {
        font-size: 30px;
    }
}


/*************************************** CTA ******/

#CTA {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    position: fixed;
    z-index: 666;
    bottom: -100px;
    left: 100px;
    min-width: 100px;
    max-width: 250px;
    padding: 25px;
    padding-left: 55px;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #8c9454;
}

#CTA a:link,
#CTA a:active,
#CTA a:visited,
#CTA a:hover {
    font-weight: bold;
    color: #fff;
}

#CTA svg {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    #CTA {
        display: none;
    }
}


/*************************STILE TABELLA SUITEWEB**/

.suite_table {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    border: 2px solid #999;
}

.suite_table td {
    padding: 8px;
}

.suite_col_pari {
    text-align: center;
    color: #615955;
}

.suite_col_dispari {
    text-align: center;
    color: #615955;
}

.suite_col_0 {
    font-size: 15px;
    font-weight: bold;
    color: #615955;
}

.suite_row_0 {
    font-weight: bold;
    text-align: center;
    color: #615955;
}

.suite_row_pari {
    text-align: center;
    background-color: #e6d6a4;
}

.suite_row_dispari {
    text-align: center;
}


/***************** PRIVACY ************/

.privacy,
.cookies,
.trattamento {
    position: fixed;
    font-size: 14px !important;
    font-family: verdana;
    z-index: 10000000;
    bottom: 0;
    left: -120%;
    overflow: hidden;
    overflow-y: visible;
    width: 100% !important;
    height: 100% !important;
    padding: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #666 !important;
    background: rgba(255, 255, 255, 0.95) !important;
}

.privacy #close,
.cookies #close,
.trattamento #close_tr {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #666 !important;
}

.privacybtn {
    cursor: pointer;
    transition: all .4s ease;
}

.privacybtn:hover {
    color: #000;
}

.privacy h3,
.cookie h3,
.privacy a,
.cookie a {
    color: #666;
}

@media (max-width: 768px) {
    .privacy,
    .cookies {
        padding: 15px !important;
        width: 100%;
        height: 100%;
    }
    .trattamento {
        width: 100% !important;
        height: 100% !important;
    }
}


/*************************STILE FORMS**/

select[class*='ui-datepicker'] {
    padding: 5px;
    color: #000;
    background: inherit;
}

input,
textarea,
select {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 15px;
    width: 98%;
    margin: 5px 0;
    padding: 20px;
    transition: all .4s ease;
    color: #1e1e1e;
    border: 1px solid #1e1e1e6b;
    /* border-bottom: 1px solid rgba(255, 255, 255, 1); */
    border-radius: 0px;
    background: rgba(255, 255, 255, .1);
}

textarea {
    font-family: 'Montserrat', sans-serif;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/img/chevron-down.png) no-repeat right center;
    cursor: pointer;
}

select:focus {
    color: #fff;
    background: rgba(0, 0, 0, 1) url(/img/chevron-down-w.png) no-repeat right center;
}

input[name*='data_arrivo'],
input[name*='data_partenza'] {
    cursor: pointer;
    background: url(/img/calendar.png) no-repeat right center;
}

input[name*='data_arrivo']:focus::placeholder,
input[name*='data_partenza']:focus::placeholder {
    background: rgba(0, 0, 0, 1) url(/img/calendar-w.png) no-repeat right center;
}

input[req],
select[req] {
    background-color: #c7ba9d50;
}

input[req].error,
select[req].error {
    background-color: rgba(255, 0, 0, 0.1);
}

input[type="checkbox"]:required {
    -webkit-box-shadow: 0px 0px 8px red;
}

@media (min-width: 576px) and (max-width: 992px) {
    .box input,
    .box select {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

.box input:last-child {
    margin-bottom: none;
}

.box textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 5px;
}

.formprivacy,
.forminvio {
    position: relative;
    float: left;
    width: 100%;
}

.responseForm {
    font-size: 20px;
    position: relative;
    float: left;
    width: 100%;
    padding: 2rem;
    text-align: center;
    color: #fff;
    background: rgba(166, 198, 219, 1);
}

@media (max-width: 768) {
    .responseForm {
        font-size: 16px;
        padding: 1rem;
        text-align: left;
    }
}

::placeholder {
    color: #999;
}

::-moz-placeholder {
    opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
    color: #fff;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
}

select:focus {
    color: #fff;
    background: #1e1e1e url(/img/chevron-down-w.png) no-repeat right center;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #fff;
}

input[name*='data_arrivo']:focus::placeholder,
input[name*='data_partenza']:focus::placeholder {
    background: #1e1e1e url(/img/calendar-w.png) no-repeat right center;
}

input[type='checkbox'],
input[type='radio'] {
    max-width: 13px !important;
}

@media only screen and (max-width: 600px) {
    #rc-imageselect,
    .g-recaptcha {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}


/*************** modale privacy******/

.modalDialog {
    position: fixed;
    z-index: 100000000000000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
}

.modalDialog>div {
    font-size: 17px;
    position: relative;
    z-index: 100000000000000000;
    box-sizing: border-box;
    width: 600px;
    margin: 15% auto;
    padding: 40px;
    border-radius: 4px;
    background: #fff;
    color: #666 !important;
}

.modalDialog>div a:link,
.modalDialog>div a:active,
.modalDialog>div a:visited {
    transition: all .4s ease;
    color: #666;
}

.modalDialog>div a:hover {
    color: #ffca00;
}

.close {
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: -10px;
    right: -12px;
    width: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #606061;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #ffca00;
}

@media (max-width: 1000px) {
    .modalDialog>div {
        font-size: 15px;
        width: 100%;
    }
    .close {
        right: -2px;
    }
}


/**********IUBENDA*****/


/*
#iubenda-cs-banner {
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

.iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    width: auto;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size: 12px;
    background: rgba(221, 221, 221, .8);
    color: #444;
}

.iubenda-cs-content a,
.iubenda-cs-content a:link,
.iubenda-cs-content a:link,
.iubenda-cs-content a:link,
.iubenda-cs-content a:hover {
    color: #444;
}

.iubenda-cs-rationale {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.iubenda-cs-close-btn {
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.iubenda-cs-cookie-policy-lnk {
    text-decoration: underline !important;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
*/


/***********************PHOTOGALLERY**/

.FGcat {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    width: 32.9%;
    margin: .2%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #e4dfd3;
}

.FGcat:hover {
    z-index: 10;
    background-color: #d8c5c5;
    box-shadow: 0 0 12px #666;
}

.FGcat-titolo {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 8px 18px;
    text-align: left;
    color: #666;
    background-color: rgba(255, 255, 255, .9);
}

.FGcat-titolo a:link,
.FGcat-titolo a:active,
.FGcat-titolo a:visited,
.FGcat-titolo a:hover {
    color: #666;
}


/***************** GRID/TABLE *******/

.row,
.row-nb {
    width: 100%;
    display: table;
    table-layout: fixed;
    float: left;
    border-bottom: 2px solid #fff;
}

.row-nb {
    border-bottom: none;
}

.col,
.col-nb,
.col-vtop {
    display: table-cell;
    border-left: 2px solid #fff;
    padding: 25px;
    vertical-align: middle;
}

.col-vtop {
    vertical-align: top;
}

.col-nb {
    border-left: none;
}

.col img,
.col-vtop img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .col,
    .col-nb,
    .col-vtop {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .col,
    .col-nb,
    .col-vtop {
        padding: 15px;
        display: inherit;
    }
    .col-nb {
        border-left: 2px solid #fff;
    }
}


/***************************** MEDIA ***************************/

@media screen and (max-width: 1500px) {
    .m-xl-0 {
        display: none !important;
        overflow: hidden !important;
        width: 0;
    }
    .m-xl-1 {
        width: 8.3333333333%;
    }
    .m-xl-2 {
        width: 16.666666667%;
    }
    .m-xl-3 {
        width: 25%;
    }
    .m-xl-4 {
        width: 33.33333333%;
    }
    .m-xl-5 {
        width: 41.66666667%;
    }
    .m-xl-6 {
        width: 50%;
    }
    .m-xl-7 {
        width: 58.33333333%;
    }
    .m-xl-8 {
        width: 66.66666667%;
    }
    .m-xl-9 {
        width: 75%;
    }
    .m-xl-10 {
        width: 83.33333333%;
    }
    .m-xl-11 {
        width: 91.66666667%;
    }
    .m-xl-12 {
        width: 100%;
    }
    .m-xl-ha {
        height: auto !important;
        min-height: 0 !important;
    }
    .m-xl-tl,
    .m-xl-tl p {
        text-align: left !important;
    }
    .m-xl-tr,
    .m-xl-tr p {
        text-align: right !important;
    }
    .m-xl-tc,
    .m-xl-tc p {
        text-align: center !important;
    }
    .m-xl-tj,
    .m-xl-tj p {
        text-align: justify !important;
    }
    .m-xl-h100 {
        height: 100px !important;
        min-height: 0 !important;
    }
    .m-xl-h200 {
        height: 200px !important;
        min-height: 0 !important;
    }
    .m-xl-h300 {
        height: 300px !important;
        min-height: 0 !important;
    }
    .m-xl-h400 {
        height: 400px !important;
        min-height: 0 !important;
    }
    .m-xl-h500 {
        height: 500px !important;
        min-height: 0 !important;
    }
    .m-xl-h600 {
        height: 600px !important;
        min-height: 0 !important;
    }
    .m-xl-nb {
        border: none !important;
    }
    .m-xl-bl {
        border-width: 0px !important;
        border-left-width: 1px !important;
    }
    .m-xl-br {
        border-width: 0px !important;
        border-right-width: 1px !important;
    }
    .m-xl-bb {
        border-width: 0px !important;
        border-bottom-width: 1px !important;
    }
    .m-xl-bt {
        border-width: 0px !important;
        border-top-width: 1px !important;
    }
    .col3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .m-xl-noalign {
        top: auto !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 1200px) {
    .m-l-0 {
        display: none !important;
        overflow: hidden !important;
        width: 0;
    }
    .m-l-1 {
        width: 8.3333333333%;
    }
    .m-l-2 {
        width: 16.666666667%;
    }
    .m-l-3 {
        width: 25%;
    }
    .m-l-4 {
        width: 33.33333333%;
    }
    .m-l-5 {
        width: 41.66666667%;
    }
    .m-l-6 {
        width: 50%;
    }
    .m-l-7 {
        width: 58.33333333%;
    }
    .m-l-8 {
        width: 66.66666667%;
    }
    .m-l-9 {
        width: 75%;
    }
    .m-l-10 {
        width: 83.33333333%;
    }
    .m-l-11 {
        width: 91.66666667%;
    }
    .m-l-12 {
        width: 100%;
    }
    .m-l-ha {
        height: auto !important;
        min-height: 0 !important;
    }
    .m-l-tl {
        text-align: left;
    }
    .m-l-tr {
        text-align: right;
    }
    .m-l-tc {
        text-align: center;
    }
    .m-l-tj {
        text-align: justify;
    }
    .m-l-h100 {
        height: 100px !important;
        min-height: 0 !important;
    }
    .m-l-h200 {
        height: 200px !important;
        min-height: 0 !important;
    }
    .m-l-h300 {
        height: 300px !important;
        min-height: 0 !important;
    }
    .m-l-h400 {
        height: 400px !important;
        min-height: 0 !important;
    }
    .m-l-h500 {
        height: 500px !important;
        min-height: 0 !important;
    }
    .m-l-h600 {
        height: 600px !important;
        min-height: 0 !important;
    }
    .m-l-nb {
        border: none !important;
    }
    .m-l-bl {
        border-width: 0px !important;
        border-left-width: 1px !important;
    }
    .m-l-br {
        border-width: 0px !important;
        border-right-width: 1px !important;
    }
    .m-l-bb {
        border-width: 0px !important;
        border-bottom-width: 1px !important;
    }
    .m-l-bt {
        border-width: 0px !important;
        border-top-width: 1px !important;
    }
    .col3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .m-l-noalign {
        top: auto !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 992px) {
    .ulrev {
        margin: 0;
        padding: 15px 0;
        padding-left: 20px;
        list-style-type: disc;
        text-align: left;
    }
    .ulrev li {
        padding-right: 0;
        background-image: none;
    }
    .plx {
        display: none;
        margin: 20px 0;
    }
    .m-m-0 {
        display: none !important;
        overflow: hidden !important;
        width: 0;
    }
    .m-m-1 {
        width: 8.3333333333%;
    }
    .m-m-2 {
        width: 16.666666667%;
    }
    .m-m-3 {
        width: 25%;
    }
    .m-m-4 {
        width: 33.33333333%;
    }
    .m-m-5 {
        width: 41.66666667%;
    }
    .m-m-6 {
        width: 50%;
    }
    .m-m-7 {
        width: 58.33333333%;
    }
    .m-m-8 {
        width: 66.66666667%;
    }
    .m-m-9 {
        width: 75%;
    }
    .m-m-10 {
        width: 83.33333333%;
    }
    .m-m-11 {
        width: 91.66666667%;
    }
    .m-m-12 {
        width: 100%;
    }
    .m-m-ha {
        height: auto !important;
        min-height: 0 !important;
    }
    .m-m-boxg .box {
        color: #fff;
        background: rgba(0, 0, 0, .4);
    }
    .m-m-tl {
        text-align: left;
    }
    .m-m-tr {
        text-align: right;
    }
    .m-m-tc {
        text-align: center;
    }
    .m-m-tj {
        text-align: justify;
    }
    .m-m-h50 {
        height: 50px !important;
        min-height: 0 !important;
    }
    .m-m-h100 {
        height: 100px !important;
        min-height: 0 !important;
    }
    .m-m-h200 {
        height: 200px !important;
        min-height: 0 !important;
    }
    .m-m-h300 {
        height: 300px !important;
        min-height: 0 !important;
    }
    .m-m-h400 {
        height: 400px !important;
        min-height: 0 !important;
    }
    .m-m-h500 {
        height: 500px !important;
        min-height: 0 !important;
    }
    .m-m-h600 {
        height: 600px !important;
        min-height: 0 !important;
    }
    .m-m-nb {
        border: none !important;
    }
    .m-m-bl {
        border-width: 0px !important;
        border-left-width: 1px !important;
    }
    .m-m-br {
        border-width: 0px !important;
        border-right-width: 1px !important;
    }
    .m-m-bb {
        border-width: 0px !important;
        border-bottom-width: 1px !important;
    }
    .m-m-bt {
        border-width: 0px !important;
        border-top-width: 1px !important;
    }
    .FGcat-titolo {
        font-size: 18px;
    }
    .m-m-noalign {
        top: auto !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 768px) {
    #imgslider {
        margin-top: 0 !important;
    }
    .m-s-0 {
        display: none !important;
        overflow: hidden !important;
        width: 0;
    }
    .m-s-1 {
        width: 8.3333333333%;
    }
    .m-s-2 {
        width: 16.666666667%;
    }
    .m-s-3 {
        width: 25%;
    }
    .m-s-4 {
        width: 33.33333333%;
    }
    .m-s-5 {
        width: 41.66666667%;
    }
    .m-s-6 {
        width: 50%;
    }
    .m-s-7 {
        width: 58.33333333%;
    }
    .m-s-8 {
        width: 66.66666667%;
    }
    .m-s-9 {
        width: 75%;
    }
    .m-s-10 {
        width: 83.33333333%;
    }
    .m-s-11 {
        width: 91.66666667%;
    }
    .m-s-12 {
        width: 100%;
    }
    .m-s-ha {
        height: auto !important;
        min-height: 0 !important;
    }
    .m-s-tl {
        text-align: left;
    }
    .m-s-tr {
        text-align: right;
    }
    .m-s-tc {
        text-align: center;
    }
    .m-s-tj {
        text-align: justify;
    }
    .m-s-h100 {
        height: 100px !important;
        min-height: 0 !important;
    }
    .m-s-h200 {
        height: 200px !important;
        min-height: 0 !important;
    }
    .m-s-h300 {
        height: 300px !important;
        min-height: 0 !important;
    }
    .m-s-h400 {
        height: 400px !important;
        min-height: 0 !important;
    }
    .m-s-h500 {
        height: 500px !important;
        min-height: 0 !important;
    }
    .m-s-h600 {
        height: 600px !important;
        min-height: 0 !important;
    }
    .m-s-nb {
        border: none !important;
    }
    .m-s-bl {
        border-width: 0px !important;
        border-left-width: 1px !important;
    }
    .m-s-br {
        border-width: 0px !important;
        border-right-width: 1px !important;
    }
    .m-s-bb {
        border-width: 0px !important;
        border-bottom-width: 1px !important;
    }
    .m-s-bt {
        border-width: 0px !important;
        border-top-width: 1px !important;
    }
    .col3,
    .col2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #SLOGAN {
        font-size: 30px;
    }
    .FGcat-titolo {
        font-size: 18px;
    }
    .m-s-noalign {
        top: auto !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 576px) {
    #imgslider {
        height: 500px;
        margin-top: 50px !important;
    }
    #gostart {
        bottom: 95px;
    }
    .m-xs-0 {
        display: none !important;
        overflow: hidden !important;
        width: 0;
    }
    .m-xs-1 {
        width: 8.3333333333%;
    }
    .m-xs-2 {
        width: 16.666666667%;
    }
    .m-xs-3 {
        width: 25%;
    }
    .m-xs-4 {
        width: 33.33333333%;
    }
    .m-xs-5 {
        width: 41.66666667%;
    }
    .m-xs-6 {
        width: 50%;
    }
    .m-xs-7 {
        width: 58.33333333%;
    }
    .m-xs-8 {
        width: 66.66666667%;
    }
    .m-xs-9 {
        width: 75%;
    }
    .m-xs-10 {
        width: 83.33333333%;
    }
    .m-xs-11 {
        width: 91.66666667%;
    }
    .m-xs-12 {
        width: 100%;
    }
    .m-xs-ha {
        height: auto !important;
        min-height: 0 !important;
    }
    .m-xs-tl {
        text-align: left;
    }
    .m-xs-tr {
        text-align: right;
    }
    .m-xs-tc {
        text-align: center;
    }
    .m-xs-tj {
        text-align: justify;
    }
    .m-xs-h100 {
        height: 100px !important;
        min-height: 0 !important;
    }
    .m-xs-h200 {
        height: 200px !important;
        min-height: 0 !important;
    }
    .m-xs-h300 {
        height: 300px !important;
        min-height: 0 !important;
    }
    .m-xs-h400 {
        height: 400px !important;
        min-height: 0 !important;
    }
    .m-xs-h500 {
        height: 500px !important;
        min-height: 0 !important;
    }
    .m-xs-h600 {
        height: 600px !important;
        min-height: 0 !important;
    }
    .m-xs-nb {
        border: none !important;
    }
    .m-xs-bl {
        border-width: 0px !important;
        border-left-width: 1px !important;
    }
    .m-xs-br {
        border-width: 0px !important;
        border-right-width: 1px !important;
    }
    .m-xs-bb {
        border-width: 0px !important;
        border-bottom-width: 1px !important;
    }
    .m-xs-bt {
        border-width: 0px !important;
        border-top-width: 1px !important;
    }
    #SLOGAN {
        font-size: 20px;
    }
    .m-xs-noalign {
        top: auto !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {}


/********CUSTOM**********/

footer {
    min-height: 100vh;
    background-image: url(/img/sffooter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.scripting {
    font-family: 'Crimson Foam';
    font-size: 650px;
    color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    line-height: 1;
}

section#first .scripting {
    left: 50%;
    top: 0;
    transform: translateX(-20%);
}

section#index .scripting {
    top: -60px;
}

section#ski .scripting {
    left: 50%;
    top: -179px;
    transform: translateX(-50%);
}

section#spa .scripting {
    left: 50%;
    top: -19px;
    transform: translateX(-50%);
}

section#ristorante .scripting {
    left: 50%;
    top: -138px;
    transform: translateX(-50%);
}

section#servizi .scripting {
    left: 50%;
    top: -57px;
    transform: translateX(-50%);
}

section#info .scripting {
    left: 50%;
    top: -57px;
    transform: translateX(-50%);
    color: #1e1e1e13;
}

section#olmh .scripting {
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    color: #1e1e1e13;
}

#BOL .scripting {
    bottom: -9px;
    right: 63px;
    font-size: 300px;
}

.content1800 {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.content2000 {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}

.content1600 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.content1400 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.content1200 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.content1000 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.sezionevh100 {
    position: relative;
    width: 100%;
    clear: both;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

section#index {
    background-image: url(/img/sf_index.jpg);
}

.sfdx::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    background: linear-gradient(90deg, #1e1e1e 0%, #1e1e1e47 70%);
    z-index: 1;
}

.sfsx::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}

section#camere.suite {
    background-image: url(/img/suitesf.jpg);
}

section#camere.suite {
    background-image: url(/img/superiorsf.jpg);
}

section#camere {
    background-image: url(/img/sf_index.jpg);
}

section#gallery,
section#fotogalleria {
    background-image: url(/img/sf_index.jpg);
    background-attachment: fixed;
}

section#ski {
    background-image: url(/img/sf_ski.jpg);
}

section#spa {
    background-image: url(/img/sf_spa.jpg);
}

section#ristorante {
    background-image: url(/img/sf_risto.jpg);
}

section#bologna:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(27deg, #00000000 36%, #000000 99%);
    z-index: 1;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {
    .sezionevh100 {
        min-height: 100px;
        height: auto !important;
    }
    .scripting {
        display: none !important;
    }
    footer {
        min-height: 100px;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
    section#ski,
    section#spa {
        background-image: none !important;
    }
}


/***********+EFFETTI SCROLL**********/

.fade-t {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(-50%);
}

.fade-t.scrolled {
    opacity: 1;
    transform: translateY(0);
}

.fade-b {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(50%);
}

.fade-b.scrolled {
    opacity: 1;
    transform: translateY(0);
}

.fade-r {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateX(50%);
}

.fade-r.scrolled {
    opacity: 1;
    transform: translateX(0);
}

.fade-l {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateX(-50%);
}

.fade-l.scrolled {
    opacity: 1;
    transform: translateX(0);
}

.fade {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.fade.scrolled {
    opacity: 1;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.fade-l-img {
    left: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.fade-l-img.scrolled {
    left: -100%;
}

.fade-r-img {
    right: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.fade-r-img.scrolled {
    right: 100%;
}

.fade-scale {
    opacity: 0;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: scale(0, 0);
}

.fade-scale.scrolled {
    opacity: 1;
    transform: scale(1, 1);
}

.img-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.circle {
    clip-path: circle(0% at 50% 50%);
    transition: all .5s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.circle.scrolled {
    clip-path: circle(70.7% at 50% 50%);
    transition: all .5s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.forma1 {
    clip-path: inset(0 50% 0 50%);
    transition: all .5s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.forma1.scrolled {
    clip-path: inset(0 0 0 0);
    transition: all .5s cubic-bezier(0.16, 0.01, 0.77, 1);
}

@media (max-width: 992px) {
    .fade,
    .fade-vm,
    .fade-t,
    .fade-b,
    .fade-r,
    .fade-l,
    .fade-l-img,
    .fade-r-img,
    .fade-scale {
        opacity: 1 !important;
        -webkit-transform: none !important;
    }
    .fade-l-img {
        left: -100% !important;
    }
    .fade-r-img {
        right: 100% !important;
    }
    .circle {
        clip-path: circle(70.7% at 50% 50%);
    }
    .forma1 {
        clip-path: inset(0 0 0 0);
        transition: all .5s cubic-bezier(0.16, 0.01, 0.77, 1);
    }
}