* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    background-color: #fff;
}

html,
body {
    margin: 0;
    padding: 0;
}

*:focus,
*:active {
    outline: none;
}

a:link,
a:visited,
a:active {
    transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #666;
}

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;
}

hr {
    margin: 10px 0;
    color: #666;
    border-style: solid;
}

.h0,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1pt;
    color: #0A1F5A;
}

h2 {
    font-size: 30px;
    color: #A67C30;
    font-weight: 200;
}

h3 {
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: -1pt;
    text-transform: uppercase;
}

h4 {
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: -1pt;
    margin-bottom: 5px;
    color: #A67C30;
}

h5 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -1pt;
    text-transform: uppercase;
}

.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;
}

.t11 {
    font-size: 11px;
}

.t12 {
    font-size: 12px;
}

.t13 {
    font-size: 13px;
}

.t14 {
    font-size: 14px;
}

.t15 {
    font-size: 15px;
}

.t16 {
    font-size: 16px;
}

.t18 {
    font-size: 18px;
}

.t20 {
    font-size: 20px;
}

.t22 {
    font-size: 22px;
}

.t23 {
    font-size: 23px;
}

.t24 {
    font-size: 24px;
}

.t25 {
    font-size: 25px;
}

.t30 {
    font-size: 30px;
}

.t35 {
    font-size: 35px;
}

.t40 {
    font-size: 40px;
}

.t50 {
    font-size: 50px;
}

.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 !important;
}

.twhite a:hover {
    color: #f5f5f5 !important;
}

.tblack,
.tblack a:link,
.tblack a:active,
.tblack a:visited {
    text-decoration: none;
    color: #666 !important;
}

.tblack a:hover {
    color: #333 !important;
}

.tcolor,
.tcolor a:link,
.tcolor a:active,
.tcolor a:visited {
    text-decoration: none;
    color: #0A1F5A !important;
}

.tcolor a:hover {
    color: #0A1F5A !important;
}

.t2color,
.t2color a:link,
.t2color a:active,
.t2color a:visited {
    text-decoration: none;
    color: #A67D30 !important;
}

.t2color a:hover {
    color: #A67D30 !important;
}

.t3color,
.t3color a:link,
.t3color a:active,
.t3color a:visited {
    text-decoration: none;
    color: #444 !important;
}

.t3color a:hover {
    color: #444 !important;
}

.t4color,
.t4color a:link,
.t4color a:active,
.t4color a:visited {
    text-decoration: none;
    color: #f5f5f5 !important;
}

.t4color a:hover {
    color: #f5f5f5 !important
}

.bcolor {
    background-color: #0A1F5A !important;
}

.bcolor2 {
    background-color: #A67D30 !important;
}

.bcolor3 {
    background-color: #444 !important;
}

.bcolor4 {
    background-color: #f5f5f5 !important;
}

.bcolor5 {
    background-color: #F44336 !important;
}

.tlh1 {
    line-height: 1;
}

.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 {
    transform: translateX(50%);
    transform: translateX(50%);
}

.alignh {
    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 {
    animation: pulsatilla .7s ease-out infinite alternate running;
    animation: pulsatilla .7s ease-out infinite alternate running;
}

@keyframes pulsatilla {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulsatilla {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.del1 {
    animation-delay: .2s;
    animation-delay: .2s;
}

.del2 {
    animation-delay: .3s;
    animation-delay: .3s;
}

.del3 {
    animation-delay: .4s;
    animation-delay: .4s;
}

.del4 {
    animation-delay: .5s;
    animation-delay: .5s;
}

.del5 {
    animation-delay: 6s;
    animation-delay: 6s;
}

.del6 {
    animation-delay: 7s;
    animation-delay: 7s;
}



/****************************************************IN POINT**/

#zero {
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
}

#start {
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
}

#imgspacer {
    position: relative;
    height: 100vh;
    width: 100%;
    display: block;
}

#gostart {
    position: absolute;
    z-index: 1001;
    bottom: 180px;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    cursor: pointer;
    animation: pulsatilla .7s ease-out infinite alternate running;
    animation: pulsatilla .7s ease-out infinite alternate running;
    background-image: url(https://resources.suiteweb.it/v3/img/ARROW-DOWN.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#gostart:hover {
    opacity: 1;
}

#gozero {
    position: fixed;
    z-index: 10000;
    right: -6px;
    bottom: -100px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    animation: gopuls .7s ease-out infinite alternate running;
    animation: gopuls .7s ease-out infinite alternate running;
    background-image: url(https://resources.suiteweb.it/v3/img/ARROW-UP.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@keyframes gopuls {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes gopuls {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    #gozero {
        display: none;
    }
}



/*********************** MENU MOBILE *************/

nav {
    display: block;
}

nav ul {
    padding: 0;
}

nav ul li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}

#menumb {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    background: #A67C30;
}

#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;
    transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
}

.line1 {
    top: 35%;
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.line2 {
    top: 50%;
    transition: none;
    transition: none;
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.line3 {
    top: 65%;
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.mb-icon.clicked .line {
    left: 45%;
}

.mb-icon.clicked .line1 {
    top: 31%;
    left: 47%;
    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%;
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

.closed {
    position: absolute;
    top: 50px;
    left: -20px;
    overflow: hidden;
    box-sizing: border-box;
    width: 0;
    height: 100vh;
    transition: all .4s ease;
    transition: all .4s ease;
    background: #A67C30;
}

.menumb {
    position: relative;
    width: 100%;
}

.vmmb,
.vmtmb {
    font-size: 14px;
    float: left;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    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%;
    transition-delay: .4s;
    transition-delay: .4s;
}

.vmmb.tapped {
    color: #A67C30;
    background: #fff;
}

.vmmb.room.tapped a {
    color: #A67C30;
}

.vmmb.room .vsmmb a {
    color: #fff !important;
}

.vmmb a {
    text-transform: uppercase;
    color: #fff;
}

.smmb {
    position: fixed;
    top: 50px;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 50%;
    height: 0;
    transition: all .4s ease;
    transition: all .4s ease;
}

.smmb.aperto {
    height: 100vh;
    transition-delay: .8s;
    transition-delay: .8s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .3);
}

.vsmmb {
    font-size: 14px;
    position: relative;
    display: block;
    box-sizing: border-box;
    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 **/

#menucontainer {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 100;
}

#menu {
    position: relative;
    white-space: nowrap;
    height: 110px;
    transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    /* background-color: rgba(255,255,255,.5); */
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.mcover {
    position: absolute;
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
    background-color: rgba(166, 124, 48, 0.7) !important;
    height: 0px;
    opacity: 0;
    transition: all .5s ease;
    content: '';
}

#logo {
    position: absolute;
    transition: all .3s ease;
    transition: all .3s ease;
    /* padding: 0; */
    width: 187px;
    height: 100px;
    /* vertical-align: top; */
    /* float: left; */
    top: 0;
    left: 0;
    z-index: 100;
}

.menu {
    position: relative;
    box-sizing: border-box;
    height: 50px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    float: right;
    text-align: right;
}

.vm {
    position: relative;
    height: 50px;
    box-sizing: border-box;
    padding: 15px 10px;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, .1);
    cursor: default;
    z-index: 1;
    transition: all .5s ease;
}

.vm:hover {
    background-color: #A77E31;
    color: #FFF;
    z-index: 2;
    transition: all .1s ease;
}

.vm:hover a:link,
.vm:hover a:active,
.vm:hover a:visited,
.vm:hover a:hover {
    color: #FFF;
}

.sm {
    position: absolute;
    top: 50px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0px;
    transition: all .5s ease;
    max-height: 0px;
    overflow: hidden;
    background-color: rgba(167, 126, 49, 0.8);
    left: 50%;
    transform: translateX(-50%);
}

.vsm {
    position: relative;
    clear: both;
    white-space: nowrap;
    text-align: center;
    display: block !important;
    font-size: 13px;
    padding: 12px 25px;
    color: #FFF;
    transition: all .4s ease;
}

.vsm a:link,
.vsm a:active,
.vsm a:visited,
.vsm a:hover {
    color: #FFF;
}

.vsm:hover {
    background-color: #091D59;
    transition: all .1s ease;
}

.vm:hover .sm {
    transition: all .1s ease;
    max-height: 500px;
}

.menut {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    vertical-align: top;
    height: 50px;
    overflow: hidden;
    float: right;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: right;
    z-index: 9;
}

.menut .vmt {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding: 15px 10px;
    background-color: #0a1f5a;
    transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 1px;
}

.menut .vmt a:link,
.menut .vmt a:active,
.menut .vmt a:visited {
    color: #FFF;
}

.menut .vmt a:hover {
    color: #FFF;
}

.menut .vmt:hover {
    background-color: #A67C30;
}

.menut .vmt.lang {
    background-color: #A67C30;
}

.menut .vmt.hamburger {
    background-color: #A67C30;
    margin-left: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.menut .vmt:hover.lang,
.menut .vmt:hover.hamburger {
    background-color: #775C25;
}

.preno {
    position: relative;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #f44336 !important;
    font-weight: 900 !important;
    color: #FFF;
}

.preno a:link,
.preno a:active,
.preno a:visited,
.preno a:hover {
    color: #FFF;
}

.lang {
    position: relative;
}

.tel,
.mail {
    position: relative;
}

.menuscroll {
    top: 0px !important;
    height: 90px !important;
    border: none !important;
}

.menucontainerscroll {
    height: 95px !important;
    background-color: #FFF !important;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border: 5px solid rgba(166, 124, 48, 0.7) !important;
    top: 5px !important;
}

.menuscroll #logo {
    width: 160px;
}

.menuscroll #logo img {
    width: 160px;
}

.menuscroll .vmt {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px;
}

.menuscroll .menut {
    height: 35px !important;
    margin-left: 160px;
}

.menuscroll .menu {
    margin-left: 160px;
}

.mbusiness:after,
.mvacanze:after,
.mhotel:after,
.minfo:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -2000px;
    transition: all .5s ease;
    opacity: 0;
    opacity: 0;
    width: 800px;
    height: 400px;
    z-index: -2;
}

.mhotel:after {
    background-image: url(/img/mhotel1.jpg);
}

.mvacanze:after {
    background-image: url(/img/mvacanze1.jpg);
}

.mbusiness:after {
    background-image: url(/img/mbusiness1.jpg);
}

.minfo:after {
    background-image: url(/img/minfo1.jpg);
}

.mhotel:hover:after {
    left: -300px;
    opacity: 1;
    transition: all .4s ease;
}

.mbusiness:hover:after {
    left: -300px;
    opacity: 1;
    transition: all .4s ease;
}

.mvacanze:hover:after {
    left: -200px;
    opacity: 1;
    transition: all .4s ease;
}

.minfo:hover:after {
    left: -400px;
    opacity: 1;
    transition: all .4s ease;
}

.mbusiness:before,
.mvacanze:before,
.mhotel:before,
.minfo:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 1000px;
    transition: all .5s ease;
    opacity: 0;
    width: 300px;
    height: 400px;
    z-index: -1;
}

.mhotel:before {
    background-image: url(/img/mhotel2.jpg);
}

.mvacanze:before {
    background-image: url(/img/mvacanze2.jpg);
}

.mbusiness:before {
    background-image: url(/img/mbusiness2.jpg);
}

.minfo:before {
    background-image: url(/img/minfo2.jpg);
}

.mhotel:hover:before {
    left: -600px;
    opacity: 1;
    transition: all 3s ease;
}

.mbusiness:hover:before {
    left: -600px;
    opacity: 1;
    transition: all 3s ease;
}

.mvacanze:hover:before {
    left: -500px;
    opacity: 1;
    transition: all 3s ease;
}

.minfo:hover:before {
    left: -700px;
    opacity: 1;
    transition: all 3s ease;
}

.menuscroll .mbusiness:before,
.menuscroll .mvacanze:before,
.menuscroll .mhotel:before,
.menuscroll .minfo:before {
    display: none;
}

.menuscroll .mbusiness:after,
.menuscroll .mvacanze:after,
.menuscroll .mhotel:after,
.menuscroll .minfo:after {
    display: none;
}

.mbusiness:hover .mcover,
.mvacanze:hover .mcover,
.mhotel:hover .mcover,
.minfo:hover .mcover {
    opacity: 1;
    height: 510px;
}

@media screen and (max-width: 992px) {
    #menu,
    #menu:after {
        display: none;
    }
    #menumb {
        display: block;
    }
    #menucontainer {
        display: none !important;
    }
}



/************** BENEFIT **************/

#bnf {
    font-size: 27px;
    position: fixed;
    z-index: 80;
    bottom: 10px;
    left: 10px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background-color: #f44336;
    box-shadow: 3px 1px 5px #333;
}

#bnf i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bnf .gift {
    opacity: 1;
}

#bnf .close {
    opacity: 0;
}

#bnf-bkg {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: -120%;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background: rgba(166, 124, 48, 1)
}

#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%;
    transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: .6s;
    transition-delay: .6s;
    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;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.bnf-c .pulsante {
    float: left !important;
    width: auto !important;
}

#bnfb {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: auto;
    transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background: rgba(166, 124, 48, 1)
}

.bnfb-c {
    position: relative;
    margin: 0 auto;
}

#bnfp-p {
    position: relative;
    cursor: pointer;
}

.bnfb-box,
.bnfb-box2 {
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.bnfb-box2 {
    background-color: rgba(0, 0, 0, .2);
}

.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;
    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;
    transition: all .6s ease;
    transition: all .6s ease;
    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 i,
#bnfb-open i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bnfb-open {
    z-index: 2;
    bottom: -33px;
    opacity: 1;
}

#bnfb-close.opened {
    z-index: 200;
    bottom: -33px;
    opacity: 1;
}

#bnfb-open.opened {
    z-index: 1;
    bottom: -53px;
    opacity: 0;
}



/*************** NAVIGATION *************/

#navigation,
.navigation {
    display: none;
}

@media (max-width: 992px) {
    #navigation {
        font-size: 30px;
        position: fixed;
        z-index: 80;
        right: 10px;
        bottom: 10px;
        display: block;
        width: 65px;
        height: 65px;
        cursor: pointer;
        color: #fff;
        border-radius: 50%;
        background-color: #f44336;
        box-shadow: 3px 1px 5px #333;
    }
    #navigation .ringbell {
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .3s ease;
        transition: all .3s ease;
        transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        opacity: 1;
    }
    #navigation i.fa-times {
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .3s ease;
        transition: all .3s ease;
        transform: translate(-50%, -50%) scale(.1, .1);
        transform: translate(-50%, -50%) scale(.1, .1);
        opacity: 0;
    }
    #navigation.clicked .ringbell {
        transform: translate(-50%, -55%) scale(.1, .1);
        transform: translate(-50%, -55%) scale(.1, .1);
        opacity: 0;
    }
    #navigation.clicked i.fa-times {
        transition-delay: .3s;
        transition-delay: .3s;
        transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1;
    }
    ul.navigation {
        position: fixed;
        z-index: 81;
        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;
        transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        color: #fff;
        border-radius: 50%;
        background: #000;
        box-shadow: 3px 1px 5px #333;
    }
    ul.navigation li i {
        position: absolute;
        top: 50%;
        left: 50%;
        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: 6px 12px;
        transition: all .8s ease;
        transition: all .8s ease;
        transition-delay: 0s !important;
        transition-delay: 0s !important;
        transform: translateY(-50%);
        transform: translateY(-50%);
        white-space: nowrap;
        color: #fff;
        border-radius: 3px;
        box-shadow: 3px 1px 5px #333;
    }
    ul.navigation li.navihome,
    ul.navigation li.navihome label {
        transition-delay: .6s;
        transition-delay: .6s;
        background: #ba68c8;
    }
    ul.navigation li.navimaps,
    ul.navigation li.navimaps label {
        transition-delay: .5s;
        transition-delay: .5s;
        background: #009688;
    }
    ul.navigation li.navimail,
    ul.navigation li.navimail label {
        transition-delay: .4s;
        transition-delay: .4s;
        background: #00bcd4;
    }
    ul.navigation li.navitel,
    ul.navigation li.navitel label {
        transition-delay: .3s;
        transition-delay: .3s;
        background: #3f51b5;
    }
    ul.navigation li.navibook,
    ul.navigation li.navibook label {
        transition-delay: .2s;
        transition-delay: .2s;
        background: #e91e63;
    }
}



/**************************************************** IMG **/

#imgslider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.imgs {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: none;
    width: 100%;
}


.imgs source,
.imgs img {
    width: 100% !important;
}

#imgslidersx,
#imgsliderdx {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

#imgslidersx {
    right: auto;
    left: 0;
}

#gm {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.gm2 {
    position: relative;
    width: 100%;
    height: 450px;
}



/******************** SIMPLE BOOOKING ************/

#BOL {
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #a67c30;
    z-index: 1;
}

#sb-container {
    position: absolute;
    z-index: 99;
    width: 992px;
    bottom: 0px;
    left: 50%;
    margin-left: -496px;
    text-transform: uppercase;
}

.sb__form {
    height: 65px !important;
}

.sb__form-field-input {
    border-radius: 0px !important;
    padding: 10px !important;
    height: 50px !important;
}

.sb__btn {
    font-size: 16px !important;
    border-radius: 0px !important;
}

.sb__footer-link {
    margin-top: 8px !important;
}

.sb-screen-xs .sb__btn--verify {
    height: 50px !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.sb-screen-m .sb__btn--verify {
    width: 23% !important;
}

.sb__calendar {
    z-index: 12 !important;
}

#sb-pulsante {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: auto;
    display: none;
}

.sb-pulsante {
    position: relative;
    width: 100%;
    background: #f44336;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 15px 0px;
    transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0px;
}

.sb-pulsante:hover {
    background: #0a1f5a;
}

#sb-loading-inner {
    display: none;
}

.sb-migliore {
    position: absolute;
    height: 150px;
    width: 1002px;
    left: 50%;
    margin-left: -501px;
    background: #a67c30;
    font-size: 18px;
    color: #fff;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease;
    transition: all .3s ease;
}

.sb-migliore .text {
    position: relative;
    top: 8px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: -1pt;
    transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
}

@media (max-width: 1050px) {
    #sb-container {
        width: 800px;
        margin-left: -400px;
    }
    .sb-screen-xs .sb__btn--verify {
        padding: 8px !important;
        font-size: 15px !important;
    }
    .sb-migliore {
        width: 810px;
        margin-left: -405px;
    }

    .sb-migliore .text {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    #sb-container {
        display: none;
    }
    #sb-pulsante {
        display: block;
        bottom: 0px;
    }
    .sb-migliore {
        height: 100px;
        width: 100%;
        left: inherit;
        margin-left: inherit;
        transform: inherit;
        top: inherit;
    }
    .sb-migliore .text {
        font-size: 22px;
    }
    #gostart {
        bottom: 110px;
    }
}

@media (max-width: 768px) {
    .sb-migliore {
        height: 85px;
    }
    .sb-migliore .text {
        font-size: 18px;
    }
    .sb-pulsante {
        font-size: 18px;
        padding: 8px;
    }
}



/******************************************** OLM FASCIA *****/

.olm,
.olme {
    position: relative;
    clear: both;
    box-sizing: border-box;
}

.olm .title,
.olm .subtitle,
.olm .all {
    position: relative;
    z-index: 2;
    line-height: 1;
}

.olm .scheda,
.olme .scheda {
    z-index: 2;
    display: inline-block;
    transition: all .6s ease;
    transition: all .6s ease;
    padding: 0px;
    box-sizing: border-box;
    z-index: 1;
    padding: 15px;
}

.olm .scheda .content,
.olme .scheda .content {
    position: relative;
    width: calc(100% - 40px);
    float: left;
    box-sizing: border-box;
    padding: 15px;
}

.olm .scheda .plus,
.olme .scheda .plus {
    width: 40px;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
    float: right;
    box-sizing: border-box;
    padding: 15px 0;
}

.olm .scheda .plus a,
.olme .scheda .plus a {
    display: table-cell;
    vertical-align: middle;
}

.olm .scheda:hover,
.olme .scheda:hover {
    z-index: 2;
}

.olm .scheda::after {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: -30px;
    left: 2px;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: all 1s ease;
    border: 1px solid #B69557;
}

.olm .scheda::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0px;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: all .6s ease;
    border: 1px solid #B69557;
}

.olm .scheda:hover::after {
    opacity: 1;
    top: 0px;
    transition: all .2s ease;
}

.olm .scheda:hover::before {
    opacity: 1;
    bottom: 0px;
    transition: all .2s ease;
}

.olm .scheda:hover {
    transition: all .3s ease;
    transition: all .3s ease;
}

.olm .titolo {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}

.olm .sottotitolo {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    clear: both;
    position: relative;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dotted;
    line-height: 1.3;
}

#olme {
    background-color: #444444;
    box-sizing: border-box;
    padding: 40px 20px;
}

#olme .scheda {
    background-color: #FFF;
    border: 10px #444 solid;
    box-sizing: border-box;
    padding: 20px;
    transition: all .6s ease;
}

#olme .scheda:hover {
    border: 10px #FFF solid;
    transition: all .2s ease;
}

#olme .titolo {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}

#olme .content {
    box-sizing: border-box;
    padding-left: 15px;
    z-index: 2;
}

#olme .sottotitolo {
    font-size: 14px;
    font-weight: 300;
}

#olme .img {
    position: relative;
    z-index: 3;
}

#olme .img img {
    position: relative;
    width: 100%;
}

#olme .scheda::after {
    position: absolute;
    top: -25px;
    left: -25px;
    border: 1px solid #B69557;
    content: '';
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    transition: all .6s ease;
    opacity: 0;
    z-index: 0;
}

#olme .scheda:hover::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    transition: all .2s ease;
    opacity: 1;
}

@media (max-width: 992px) {
    .olm .scheda {
        padding: 0px;
        margin-bottom: 2px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}

@media (max-width: 576px) {
    #olme .content {
        padding: 15px 0 0 0;
    }
}



/******************************************** deco **********/

.deco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.deco::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    background-image: url('/img/deco1.png');
    width: 120px;
    height: 163px;
    z-index: 10;
}

.deco::before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: '';
    background-image: url('/img/deco2.png');
    width: 120px;
    height: 163px;
    z-index: 10;
}



/******************************************** PARALLAX *******/

.plx {
    position: relative;
    width: 100%;
    height: 300px;
    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;
}

.plxall {
    height: 100vh;
}

.plxh1 {
    background-image: url('/img/h1.jpg');
}

.plxh2 {
    background-image: url('/img/h2.jpg');
}

.plxbusiness {
    background-image: url('/img/top/cam1.jpg');
}

.plxservizi {
    background-image: url('/img/paraservizi.jpg');
}

.plxbreakfast {
    background-image: url('/img/parabreakfast.jpg');
}

.plxcam1 {
    background-image: url('/img/paracam1.jpg');
}

.plxcam2 {
    background-image: url('/img/paracam2.jpg');
}

.plxcam3 {
    background-image: url('/img/paracam3.jpg');
}

.plxrimini {
    background-image: url('/img/pararimini.jpg');
}

.plxrimini2 {
    background-image: url('/img/pararimini2.jpg');
}

.plxrimini3 {
    background-image: url('/img/pararimini3.jpg');
}

.plxcb3 {
    background-image: url('/img/cb3.jpg');
}



/*************** GRID *************************/

.middle {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.m {
    position: relative;
    float: left;
    box-sizing: border-box;
}

.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-tl {
    text-align: left;
}

.m-x-tr {
    text-align: right;
}

.m-x-tc {
    text-align: center;
}

.m-x-tj {
    text-align: justify;
}

.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;
}

.box,
.box2,
.box3 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 100px;
    transition: background .4s ease;
    transition: background .4s ease;
}

.box2 {
    padding: 70px;
}

.box3 {
    padding: 50px;
}

.col3,
.col2 {
    column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    column-rule: 1px solid #ededed;
    -moz-column-rule: 1px solid #ededed;
    column-rule: 1px solid #ededed;
}

.col2 {
    column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}



/*************** PULSANTE ********************/

a.pulsante {
    color: #fff;
}

.pulsante,
.PULSANTE,
.SW-submit {
    font-size: 16px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 15px 20px;
    cursor: pointer;
    transition: all .3s ease-in;
    transition: all .3s ease-in;
    transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    text-transform: uppercase;
    border: 5px solid rgba(182, 149, 87, 1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 31, 90, 1);
}

.pulsante:before,
.PULSANTE:before,
.SW-submit:before {
    position: absolute;
    z-index: -1;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    content: '';
    transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-duration: .3s;
    transition-property: right;
    transition-property: right;
    background-color: rgba(182, 149, 87, 1);
}

.pulsante:hover,
.PULSANTE:hover,
.SW-submit: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: #FFF !important;
    border: 5px solid rgba(10, 31, 90, 1);
}

.SW-submit:hover:before,
.pulsante:hover:before,
.pulsante:focus:before,
.pulsante:active:before,
.PULSANTE:hover:before,
.PULSANTE:focus:before,
.PULSANTE:active:before {
    right: 0;
}

.pulsante2 {
    color: #fff !important;
    border: 1px solid #A67C30;
    background-color: rgba(140, 148, 84, .50);
}

.pulsante2 a:link,
.pulsante2 a:active,
.pulsante2 a:visited {
    color: #fff !important;
}

.pulsante2:hover {
    color: #A67C30 !important;
    border: 1px solid #A67C30;
    background-color: #A67C30;
}



/***************** OLM *******************/


/***************** olmd ******************/

#olmd {
    position: relative;
    box-sizing: border-box;
    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: #A67C30;
}

.olmd-sx {
    position: relative;
    float: left;
    width: 55%;
    text-align: left;
}

.olmd-sx h3 {
    margin-bottom: 0;
}

.olmd-sx img {
    width: 100%;
}

.olmd-dx {
    position: relative;
    float: right;
    box-sizing: border-box;
    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: calc(100% - 30px);
    margin-bottom: 2px;
    padding: 15px;
    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 {
    box-sizing: border-box;
    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;
    box-sizing: border-box;
    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: calc(100% + 8px);
    height: calc(100% + 8px);
    content: '';
    border: 1px solid #dbdbdb;
}

.olmd-p {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    width: calc(90% - 30px);
    max-width: 400px;
    margin: 12px auto;
    padding: 15px 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #A67C30;
    border-radius: 3px;
    background-color: transparent;
}

.olmd-p:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
    background-color: #A67C30;
}

.olmd-p-content {
    position: relative;
    z-index: 10;
    display: inline-block;
}

.olmd-p:hover:after {
    width: 100%;
    height: 100%;
    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: #A67C30;
}

.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: #A67C30;
}

.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: #A67C30;
}

.olmdprice-line3 {
    font-weight: 900;
    margin-top: 5px;
    padding: 2px 8px;
    color: #A67C30;
    color: #fff;
    border-radius: 2px;
    background-color: #A67C30;
}

.olmdcta {
    position: relative;
    z-index: 1;
    clear: both;
    width: calc(100% - 40px);
    margin-top: 30px;
    padding: 20px 20px 0 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;
    margin-left: -20px;
    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: #A67C30;
}

#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%;
    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: calc(100% - 30px);
    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;
    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;
    transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}

.olmd-tmb img {
    position: relative;
    display: block;
    transition: all .6s ease;
    transition: all .6s ease;
}

.olmd-tmb i {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: -100px;
    transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
    color: #fff;
    ;
}

.olmd-tmb:hover {
    overflow: hidden;
    transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #A67C30;
}

.olmd-tmb:hover i {
    left: 10%;
    transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
}

.olmd-tmb:hover img {
    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%;
        margin-left: -15px;
    }
    .olmd-img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .olmd-go {
        display: none;
    }
    .olmd-come {
        display: block;
    }
}



/******************** SLOGAN ************/

#SLOGAN {
    font-family: 'Muli', sans-serif;
    line-height: .9;
    position: absolute;
    z-index: 10000000;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px 0;
    transition: all 1s ease;
    transition: all 1s ease;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    color: #fff;
    background: transparent;
    text-shadow: -1px 1px 4px rgba(0,0,0,.8);
}

.slogan1,
.slogan2,
.slogan3 {
    position: relative;
    clear: both;
    width: auto;
    margin: 1px 0;
    padding: 5px;
    opacity: 0;
    font-size: 36px;
}

.slogan2 {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: -4px 4px 16px rgba(0,0,0,.8);
    letter-spacing: -1px;
}

@media (max-width: 1400px) {
    .slogan1,
    .slogan3 {
        font-size: 32px;
    }
    .slogan2 {
        font-size: 80px;
    }
}

@media (max-width: 992px) {
    .slogan1,
    .slogan3 {
        font-size: 28px;
    }
    .slogan2 {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    .slogan1,
    .slogan3 {
        font-size: 26px;
    }
    .slogan2 {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    #SLOGAN {
        top: 30%;
    }
    .slogan1,
    .slogan3 {
        font-size: 24px;
    }
    .slogan2 {
        font-size: 40px;
    }
}



/*************************************** 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;
    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 i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    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;
}



/*************************STILE FORMS**/

.box-info {
  position: relative;
  width: calc(100% - 20px);
  height: auto;
  padding: 20px;
  margin: 0 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(166, 124, 48, .1);
}

#form-int .box-info {
  height: auto;
  background-color: rgba(163, 149, 138, .05);
}

.titolo-card {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  padding: 20px;
  margin: 0 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: rgba(10, 31, 90, .1);
}

#form-int .titolo-card {
  height: auto;
  background-color: rgba(166, 124, 48, .2);
}

#legend {
  font-size: 14px;
  color: #666;
}

.oninput,
.onselect {
  top: 20px !important;
  right: 0 !important;
  font-size: 100% !important;
  color: #666 !important;
}

select[class*='ui-datepicker'] {
  padding: 5px;
  color: #000;
  background: inherit;
}

input,
textarea,
select {
  font-family: 'Catamaran',sans-serif;
  font-size: 15px;
  width: calc(100% - 10px);
  margin: 5px;
  padding: 15px;
  transition: all .4s ease;
  color: #666 !important;
  border: 1px solid #666;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

input[req],
select[req] {
  color: #666;
  background-color: rgba(255, 0, 0, 0.1);
}

input[req].error,
select[req].error {
  background-color: rgba(255, 0, 0, 0.1);
}

input[req].error::placeholder,
select[req].error::placeholder {
  color: #666;
}

input[type="checkbox"]:required {
  box-shadow: 0px 0px 8px red;
}

#form-int input,
#form-int textarea,
#form-int select {
  background: #a3958a !important;
}

#form-int select {
  appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #a3958a url(/img/chevron-down-w.png) no-repeat right center !important;
  cursor: pointer;
}

textarea {
  height: 80px;
}

#form-int input[name*='data_arrivo'],
#form-int input[name*='data_partenza'] {
  cursor: pointer;
  background: #a3958a url(/img/calendar-w.png) no-repeat right center !important;
}

#form-int input[req],
#form-int select[req] {
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

#form-int input[req].error,
#form-int select[req].error {
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

#form-int input[req].error::placeholder,
#form-int select[req].error::placeholder {
  color: #fff;
}

#form-int input[req].error:focus,
#form-int select[req].error:focus {
  color: #fff;
}

#form-int input[type="checkbox"]:required {
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

label.error {
  display: none !important;
}

#form-int input:focus,
#form-int textarea:focus,
#form-int select:focus {
  color: #fff;
  background-color: rgba(163, 149, 138, .75) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6) !important;
}

#form-int input:focus::placeholder,
#form-int textarea:focus::placeholder,
#form-int select:focus::placeholder {
  color: #fff;
}

select:focus {
  color: #fff;
  /* background: #a3958a url(/img/chevron-down-w.png) no-repeat right center; */
}

input[name*='data_arrivo']:focus,
input[name*='data_partenza']:focus {
  color: #fff;
  /* background: #a3958a url(/img/calendar-w.png) no-repeat right center; */
}

option {
  background-color: rgba(166,124,48,.5) !important;
}

::placeholder {
  color: #666 !important;
}

::-moz-placeholder {
  opacity: 1;
}

input[type='checkbox'] {
  max-width: 13px !important;
}

#latestform .formprivacy {
  font-size: 14px !important;
}

@media (max-width: 1500px) {
  input,
  textarea,
  select {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(.85);
    transform: scale(.85);
    transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .box-info {
    padding: 10px;
  }

  .titolo-card {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {

}




/***********************PHOTOGALLERY**/

.FGcat {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    width: 32.9%;
    margin: .2%;
    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;
}



/***************************** MEDIA ***************************/

@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;
    }
    .box {
        padding: 55px;
    }
    .box2 {
        padding: 45px;
    }
    .box3 {
        padding: 35px;
    }
    .col3 {
        column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 40px;
    }
    .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;
    }
    .box {
        padding: 50px;
    }
    .box2 {
        padding: 40px;
    }
    .box3 {
        padding: 30px;
    }
    .FGcat {
        width: 32.9%;
        margin: .2%;
    }
    .FGcat-titolo {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 38px;
    }
    #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;
    }
    .box {
        padding: 45px;
    }
    .box2 {
        padding: 35px;
    }
    .box3 {
        padding: 30px;
    }
    .col3,
    .col2 {
        column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .FGcat {
        width: 49.6%;
        margin: .2%;
    }
    .FGcat-titolo {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 36px;
    }
    #imgslider {
        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-s-nb {
        border: 0 !important;
    }
    .box,
    .box2,
    .box3 {
        padding: 30px;
    }
    .FGcat {
        font-size: 16px;
        width: 99.6%;
        margin: .2%;
    }
}

.ta-title {
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 20px;
}

.ta-text {
    font-style: italic;
    margin-bottom: 20px;
}

.ta-info {
    font-size: 12px;
}

.social {
    margin: 10px 0;
    font-size: 20px;
}

.social i {
    margin: 0 2px;
}



/***************** 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;
    }
}
