/*
* font-family: 'Open Sans', sans-serif
*/

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    font-display: auto;

}

html,
body {
    margin: 0;
    padding: 0;
}

*: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;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z6 {
    z-index: 6;
}

.z7 {
    z-index: 7;
}

.z8 {
    z-index: 8;
}

.z9 {
    z-index: 9;
}

.z10 {
    z-index: 10;
}

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: 60px;
    font-weight: 300;
    letter-spacing: -1pt;
    text-transform: uppercase;

}

h2 {
    font-size: 30px;
    font-weight: 300;
}

h3 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: -1pt;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: -1pt;
    text-transform: uppercase;
}

h5 {
    font-size: 22px;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }
}

.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;
}

.t45 {
    font-size: 45px;
}

.t50 {
    font-size: 50px;
}

.t60 {
    font-size: 60px;
}

.t70 {
    font-size: 70px;
}

@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;
    }
}

.w100 {
    font-weight: 100;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w900 {
    font-weight: 900;
}

.tu {
    text-transform: uppercase;
}

.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: #ea1a13;
}

.tcolor2,
.tcolor2 a:link,
.tcolor2 a:active,
.tcolor2 a:visited,
.tcolor2 a:hover {
    color: #32271d;
}

.bcolor {
    background-color: #ea1a13;
}

.bcolor2 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bcolor2b {
    background-color: rgba(0, 0, 0, 0.15);
}

.bcolor3 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bcolor4 {
    background-color: #c4c4c4;
}

.bcolor5 {
    background-color: #4b4b4b;
}

.bcolorwhite {
    background-color: #FFF;
}

.bcolorblack {
    background-color: #000
}

.border {
    border-style: dotted;
    border-color: #999;
    border-width: 0px;
}

.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 {
    -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: 1001;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-animation: pulsatilla .7s ease-out infinite alternate running;
    animation: pulsatilla .7s ease-out infinite alternate running;
    color: #FFF;
    font-size: 40px;
}

#gostart:hover {
    opacity: 1;
}

#gozero {
    position: fixed;
    z-index: 10000;
    right: 15px;
    bottom: -100px;
    width: 51px;
    height: 34px;
    cursor: pointer;
    -webkit-animation: gopuls .7s ease-out infinite alternate running;
    animation: gopuls .7s ease-out infinite alternate running;
    background-image: url(/img/gozero.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@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: #ea1a13;
}

#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: #ea1a13;
}

.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: #ea1a13;
    background: #fff;
}

.vmmb.room.tapped a {
    color: #ea1a13;
}

.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: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, 0.65);
    border-bottom: 2px solid #ea1a13;
}

#menu.scrolled {
    height: 80px;
}

.menu {
    z-index: 1;
    margin: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 50px;

}

.menut {
    position: absolute;
    right: 50px;
    top: 0px;
}

.vmt {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 6px;
}




#logo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 409px;
    height: 70px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-image: url(/img/logo.png);
}

#menu.scrolled #logo {
    top: 5px;
}

.vm {
    font-size: 13px;
    position: relative;
    padding: 10px 6px;
    cursor: default;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
}

.vm a {
    color: #FFF;
}

.vmt a,
.vmtmb a,
.vsm:hover a {
    color: #fff;
}


.vm:hover {
    color: #fff;
    background: #ea1a13;
}
.vmlang{
    padding-left:30px;
}
.vmlang img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
}

.sm {
    position: absolute;
    left: 50%;
    overflow: hidden;
    width: auto;
    max-height: 0;
    margin-top: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.65);
    padding: 0px;
}

.vm:hover .sm {
    max-height: 400px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 15px;
}

.vsm {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.vsm a {
    color: #FFF;
}




/*#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: 10px;
    left: 10px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background-color: #f44336;
    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: 100;
    bottom: 0;
    left: -120%;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background: #ea1a13;
}

#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: #ea1a13;
}

.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: 160px;
        bottom: 10px;
        display: block;
        height: 65px;
        cursor: pointer;
        color: #fff;
        border-radius: 10px;
        background-color: #f44336;
        box-shadow: 3px 1px 5px #333;
        white-space: nowrap;
        padding: 22px;
        text-transform: uppercase;
    }

    #navigationtelephone {
        font-size: 30px;
        position: fixed;
        z-index: 80;
        right: 85px;
        bottom: 10px;
        display: block;
        width: 65px;
        height: 65px;
        cursor: pointer;
        color: #fff;
        border-radius: 50%;
        background-color: rgb(230, 173, 98) !important;
        ;
        box-shadow: 3px 1px 5px #333;
        padding: 13px;
    }

    #navigation {
        font-size: 30px;
        position: fixed;
        z-index: 100;
        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 .fa-info {
        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: 40px;
    }

    #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;
    }

    #navigation.clicked .fa-info {
        -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;
        border-radius: 50%;
        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: 6px 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;
        border-radius: 3px;
        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;
}

.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;
}



/**************** 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 *****/

#olm,
#olme {
    position: relative;
    clear: both;
    margin-bottom: 10px;
    padding: 50px 30px;
    background-color: #ededed;
    background-image: url('/img/sfolm.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

#olme {
    background-image: none !important;
}

#olm:after,
#olme:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .6);
}

#olme:after {
    background-color: rgba(0, 0, 0, .1);
}

#olm .title,
#olm .subtitle,
#olm .all {
    position: relative;
    z-index: 2;
}

#olm .all {
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    padding: 15px;
    border: 1px dotted rgba(255, 255, 255, .7);
    border-radius: 2px;
}

#olm .scheda,
#olme .scheda {
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    border: 10px solid rgba(255, 255, 255, 0);
}

#olm .scheda:hover,
#olme .scheda:hover {
    overflow: visible;
}

#olm .scheda:after,
#olme .scheda:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    background-color: #fff;
}

#olm .scheda:before,
#olme .scheda:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    background-color: #fff;
}

#olm .scheda:hover:after,
#olme .scheda:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

#olm .scheda:hover:before,
#olme .scheda:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

#olm .img,
#olme .img {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

#olm .img img,
#olme .img img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#olm .scheda:hover .img img,
#olme .scheda:hover .img img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

#olm .scheda:hover,
#olme .scheda:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
}

#olm .img img,
#olme .img img {
    position: relative;
    vertical-align: top;
}

#olm .inner,
#olme .inner {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: rgba(0, 0, 0, .7);
}

#olm .pulsante,
#olme .pulsante {
    font-size: 15px;
    padding: 12px;
}

.olmpallino {
    position: absolute;
    padding: 4px 0px;
    background-color: red;
    border-radius: 100%;
    color: #FFF;
    font-size: 11px;
    font-weight: 900;
    top: 2px;
    right: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: none;
}


/******************************************** PARALLAX *******/

.plx {
    position: relative;
    width: 100%;
    height: 300px;
    -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-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;
}

.box2 {
    padding: 80px;
}

.box3 {
    padding: 60px;
}

.box4 {
    padding: 40px;
}

.box5 {
    padding: 20px;
}

.box0 {
    padding: 0;
}

.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,
.SW-submit {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s 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:before,
.PULSANTE:before,
.SW-submit:before {
    position: absolute;
    z-index: -1;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    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: #ea1a13;
}

.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: 1px solid rgba(255, 255, 255, 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;
}





/***************** 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: #ea1a13;
}

.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 #ea1a13;
    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: #ea1a13;
}

.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: #ea1a13;
}

.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: #ea1a13;
}

.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: #ea1a13;
}

.olmdprice-line3 {
    font-weight: 900;
    margin-top: 5px;
    padding: 2px 8px;
    color: #ea1a13;
    color: #fff;
    border-radius: 2px;
    background-color: #ea1a13;
}

.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: #ea1a13;
}

#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: #ea1a13;
}

.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 {
    position: fixed;
    font-size: 14px;
    font-family: verdana;
    z-index: 10000000;
    bottom: 0;
    left: -120%;
    overflow: hidden;
    overflow-y: visible;
    width: 100%;
    height: 100%;
    padding: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #666;
    background: rgba(255, 255, 255, 0.95);
}

.privacy #close,
.cookies #close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #666;
}

.privacy h2,
.privacy a,
.cookies h2,
.cookies a {
    color: #fff;
}

.privacybtn {
    cursor: pointer;
    transition: all .4s ease;
}

.privacybtn:hover {
    color: #000;
}

@media (max-width: 768px) {

    .privacy,
    .cookies {
        padding: 15px !important;
    }
}




/*************************STILE FORMS**/

select[class*='ui-datepicker'] {
    padding: 5px;
    color: #000;
    background: inherit;
}

input,
textarea,
select {
    font-size: 15px;
    width: 98%;
    margin: 3px 0;
    padding: 12px;
    transition: all .2s ease;
    color: #fff;
    border: none;
    border: 1px dotted rgba(255, 255, 255, .6);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
}

textarea {
    height: 150px;
    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;
    transition: all .2s ease;
}

select:focus {
    color: #fff;
    background: rgba(0, 0, 0, 1) url(/img/chevron-down-w.png) no-repeat right center;
}



input[req],
select[req] {
    border: 1px solid red;
}

input[req].error,
select[req].error {
    border: 1px solid red;
}

input[type="checkbox"]:required {
    -webkit-box-shadow: 0px 0px 8px red;
}

#latestform {
    font-size: 13px;
}

@media (min-width: 576px) and (max-width: 992px) {

    .box input,
    .box select {
        width: calc(50% - 10px);
        margin: 5px;
    }
}


.box textarea {
    width: 100%;
    height: 90px;
    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: #fff;
}

::-webkit-placeholder {
    color: #fff;
}

::-moz-placeholder {
    opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
    color: #000;
    background: rgba(255, 255, 255, 1);
    transition: all .2s ease;
}

select:focus {
    color: #fff;
    background: rgba(255, 255, 255, 1) url(/img/chevron-down-w.png) no-repeat right center;
    transition: all .2s ease;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #fff;

}



.SW-submit {
    float: left;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
}

input[type='checkbox'],
input[type='radio'] {
    max-width: 20px !important;
}

#info .box {
    padding: 15px !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 {
        position: absolute;
        z-index: 1001;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        -webkit-animation: pulsatilla .7s ease-out infinite alternate running;
        animation: pulsatilla .7s ease-out infinite alternate running;
        color: #FFF;
        font-size: 26px;
    }

    .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;
    }
}

.content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.content2 {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px;
}

#home {
    position: absolute;
    bottom: 0;
    z-index: 100;
    ;
}

.m-img.bordered:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    border: 30px solid rgba(0, 0, 0, 0.6);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.marginato {
    width: calc(100% - 2px);
    margin: 1px;
    height: calc(100% - 2px);
}

.sf {
    position: fixed;
    z-index: -2;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transition: all 1s ease;
}

#sf1 {
    background-image: url(/img/sf1.jpg);
}

#sf2 {
    background-image: url(/img/sf2.jpg);
}

#sf3 {
    background-image: url(/img/sf3.jpg);
}

#sf4 {
    background-image: url(/img/sf4.jpg);
}

#sf5 {
    background-image: url(/img/sf5.jpg);
}

#sf6 {
    background-image: url(/img/sf1.jpg);
}

#storia {
    padding: 25px;
}

#sf1.open,
#sf2.open,
#sf3.open,
#sf4.open,
#sf5.open,
#sf6.open {
    opacity: 1;
}

#prodotti .scheda,
#prodotti_cat .scheda {
    position: relative;
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #FFF;
    border: solid 1px rgba(0, 0, 0, 0.1);
    transition: all .6s ease;
    z-index: 1;
    ;
}

#prodotti .scheda:hover,
#prodotti_cat .scheda:hover {
    box-shadow: 0 0 20px #000;
    transition: all .1s ease;
    z-index: 2;
    border: solid 1px #FFF;
}

#prodotti .scheda .titolo,
#prodotti_cat .scheda .titolo {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #ea1a13;
    font-weight:700;
}

#prodotti .scheda .testo,
#prodotti_cat .scheda .testo {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

#prodotti .scheda .immagine,
#prodotti_cat .scheda .immagine {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}

#prodotti .scheda .immagine img,
#prodotti_cat .scheda .immagine img {
    width: 100%;
    max-width: 150px;
}

footer {

    line-height: 1.3;
}

#breadcrump .contenuto {
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 12px;
    max-width: 1350px !important;
}

#index .contenuto,
#index2 .contenuto {
    margin: 0 auto;
    padding: 40px 40px;
    max-width: 1350px !important;
}

#index .contenuto h1 {
    font-size: 40px !important;
}

#index .contenuto h2 {
    font-size: 26px !important;
}

#scheda-prodotto .immagine {
    border: 1px solid #666;
    padding: 15px;
}

#scheda-prodotto .immagine img {
    vertical-align: top;
}
#scheda-prodotto .option{
    position:relative;
    float:left;
    width:calc(25% - 4px);
    margin:2px;
    border:10px solid rgba(0, 0, 0, 0.6);
    background-color: #FFF;
}
#scheda-prodotto .option .titolo{
    position:relative;
    padding:10px;
    width:100%;
    background-color: rgba(0, 0, 0, 0.6);
    color:#FFF;
    line-height:1.1;
}
#scheda-prodotto .option .image{
    position:relative;
    padding:10px;
    width:100%;
    text-align:center;
}
#scheda-prodotto .option .image img{
    width:100%;
    max-width:200px;
}
#scheda-prodotto .tmb,
#scheda-prodotto .video{
    position: relative;
    float:left;
    margin:2px;
    width:150px;
    cursor:pointer;
    border:10px solid rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 1s ease;
}
#scheda-prodotto .tmb:hover,
#scheda-prodotto .video:hover{
    border:10px solid red;
    z-index: 2;
    transform: scale(1.1,1.1);
    transition: all .1s ease;

}
#scheda-prodotto .tmb img,
#scheda-prodotto .video img{
    width:100%;
    vertical-align:top;

}
#EVENTI .scheda{
    width:calc(33.33% - 8px);
    margin:4px;
}
#EVENTI .contenuto{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:15px;
    background-color:rgba(0,0,0,0.6);
    color:#FFF;
    z-index:2;

}
#EVENTI .contenuto .title{
    line-height:1.1;
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:15px;
}
#EVENTI .contenuto .subtitle{
    line-height:1.1;
    font-size:13px;
    font-weight:700;
}
#EVENTI .scheda .immagine{
    width:100%;
    z-index:1;
}
#EVENTI .scheda .immagine img{
    width:100%;
    vertical-align:top;
}
#VIDEO .tmb{
    position:relative;
    float:left;
    margin:2px;
    cursor: pointer;
}
#VIDEO .tmb img{
vertical-align: top;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {
    #scheda-prodotto .option{
        width:calc(33.33% - 4px);
    }
}

@media screen and (max-width: 768px) {

    #prodotti .scheda,
    #prodotti_cat .scheda {
        width: calc(50% - 20px);
    }
    #scheda-prodotto .tmb,
    #scheda-prodotto .video{
        width:calc(33.33% - 4px);
    }
    #EVENTI .scheda{
        width:calc(100% - 8px);
        margin:4px;
    }
}

@media screen and (max-width: 576px) {

    #prodotti .scheda,
    #prodotti_cat .scheda {
        width: 100%;
        margin: 5px 0;
    }
    #scheda-prodotto .option{
        width:calc(50% - 4px);
    }
    #scheda-prodotto .tmb,
    #scheda-prodotto .video{
        width:calc(50% - 4px);
    }
}

/***************SM**/
:root {
    --transizione: all .3s ease;
}

.separe {
    position: relative;
    margin: 20px auto;
    width: 0%;
    height: 2px;
    background-color: #D8CFBA;
    transition: var(--transizione);
}


.separe2 {
    position: relative;
    margin: 20px auto;
    width: 0%;
    height: 2px;
    background-color: #DD3C3C;
    transition: var(--transizione);
}

.scale {
    transform: scale(1.2, 1.2);
    opacity: 0;
    transition: all .3s;
}

.opacity {
    opacity: 0;
    transition: var(--transizione);
}


.fromr {
    transform: translateX(120px);
    opacity: 0;
    transition: var(--transizione);
}

.froml {
    transform: translateX(-120px);
    opacity: 0;
    transition: var(--transizione);
}

.fromt {
    transform: translateY(-120px);
    opacity: 0;
    transition: var(--transizione);
}

.fromb {
    transform: translateY(120px);
    opacity: 0;
    transition: var(--transizione);
}



@media (max-width: 992px) {
    .separe {
        width: 100%;
    }

    .separe2 {
        width: 100%;
    }

    .opacity {
        opacity: 1;
    }

    .froml,
    .fromr,
    .fromt,
    .fromb {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fromlb,
    .fromrb,
    .fromtb,
    .frombb {
        opacity: 1;
        transform: translate(0, 0);
    }

    .scale {
        opacity: 1;
        transform: scale(1, 1);
    }
}
