html {
  overflow-x: hidden !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #999;
  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: #999;
}

a:hover {
  color: #6b9cc6;
}

img {
  border: 0;
}

p {
  margin: 2px 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 15px 20px;
}

li {
  margin-bottom: 3px;
  padding: 0;
}

.ul-w {
  list-style-type: none;
  text-align: left;
}

.ul-w li {
  padding-left: 20px;
  background-image: url(/img/bull-w.png);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1000px) {
  ul {
    font-size: 16px;
  }
}

hr {
  margin: 10px 0;
  color: #999;
  border-style: solid;
}

.h0,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: -1pt;
  text-transform: uppercase;
  color: #6b9cc6;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.5pt;
}

h3 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: -1pt;
  color: #666;
}

h4 {
  font-size: 30px;
  font-weight: 300;
  color: #666;
  letter-spacing: -0.5pt;
}

h5 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1pt;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  h3 {
    font-size: 52px;
  }
}

@media (max-width: 1400px) {
  h3 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  h3 {
    font-size: 36px;
  }
}

.ui-datepicker-trigger {
  display: none;
}

.ca,
.ca5,
.ca10,
.ca20,
.ca30,
.ca40,
.ca50,
.ca60,
.ca70,
.ca100 {
  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;
}

.ca100 {
  height: 100px;
}

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

.twhite a:hover {
  color: #666;
}

.tblack,
.tblack a:link,
.tblack a:active,
.tblack a:visited {
  text-decoration: none;
  color: #666;
}

.tblack a:hover {
  color: #333;
}

.tcolor,
.tcolor a:link,
.tcolor a:active,
.tcolor a:visited,
.tcolor a:hover {
  color: #0a1f5a;
}

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

.bcolor {
  background-color: #0a1f5a;
}

.bcolor2 {
  background-color: #d93600;
}

.bcolor3 {
  background-color: #6b9cc6;
}

.bcolor4 {
  background-color: transparent;
}

.bcolor5 {
  background-color: #f6f6f6;
}

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

#gostart {
  position: absolute;
  z-index: 1001;
  bottom: 140px;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -30.5px;
  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-RED.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_NERO.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;
  }

  .ca100 {
    height: 50px;
  }
}

/*********************** MENU *************/
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: rgba(10, 31, 90, 1);
}

#menumb:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0);
}

.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: rgba(10, 31, 90, .9)
}

.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: rgba(10, 31, 90, 1);
  background: #fff;
}

.vmmb.room.tapped a {
  color: rgba(10, 31, 90, 1);
}

.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 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: all .4s ease;
  transition: all .4s ease;
  background: rgba(255, 255, 255, 1);
}

#menu:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background: rgba(255, 255, 255, 1);
}

#menu.centered {
  height: 60px;
  box-shadow: 0 0 10px #000;
}

.menut,
.menu {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  transition: all .4s ease;
  transition: all .4s ease;
  text-align: right;
  float: right;
  right: 30px;
}

.menut {
  height: 30px;
  top: 6px;
}

.menu {
  z-index: 1;
  box-sizing: border-box;
  height: 70px;
  padding: 20px 0px 0px;
  background: transparent;
}

.menut.centered,
.menu.centered {
  text-align: center;
}

.menut.centered {
  top: 0px;
}

.menu.centered {
  height: 30px;
  padding: 0;
}

.menu.centered #logo {
  display: none;
}

.menut.centered .vmt {
  font-size: 14px;
  padding: 3.5px 15px;
}

.menu.centered .vm {
  font-size: 14px;
  padding: 6.5px 10px;
}

.menu.centered .vm .sm {
  margin-top: 5px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 357px;
  height: 69px;
  transition: all .1s ease;
  transition: all .1s ease;
  background-image: url(/img/logo.png);
}

.centered #logo {
  background-image: url(/img/logo2.png);
  width: 262px;
  height: 60px;
  top: 0px;
}

.vm,
.vmt {
  font-size: 14px;
  position: relative;
  padding: 16px 10px;
  cursor: default;
  transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
}

.vmt {
  font-size: 14px;
  padding: 6px 20px;
  transition: background .4s ease, padding .1s ease;
  transition: background .4s ease, padding .1s ease;
}

.phone {
  margin-right: -24px;
}

.phone i {
  position: absolute;
  margin: -3px 0px 0px -24px;
  font-size: 24px;
}

.mail {
  text-transform: none;
}

.mail i {
  position: absolute;
  margin: -3px 0px 0px -28px;
  font-size: 22px;
}

.check {
  background: rgba(217, 54, 0, 1);
  padding: 6px 80px !important;
}

.check:hover {
  background: rgba(10, 31, 90, 1);
}

.check a {
  color: #fff !important;
}

.offers {
  border: 1px solid rgba(102, 102, 102, .3);
  padding: 5px 40px;
  margin: 0px 4px;
  font-weight: bolder;
}

.offers:hover {
  border: 1px solid rgba(217, 54, 0, .3);
}

.lang {
  border: 1px solid rgba(102, 102, 102, .3);
  padding: 5px 15px;
  margin: 0px 4px;
  font-weight: bolder;
}

.lang:hover {
  border: 1px solid rgba(217, 54, 0, .3);
}

.vmt a:hover {
  color: #d93600;
}

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

.vm a:link,
.vm a:visited,
.vm a:active {
  color: #999;
}

.vm a:hover {
  color: #fff;
}

.vsm a {
  color: rgb(102, 102, 102) !important;
}

.vsm:hover a {
  color: #fff !important;
}

.vm:hover,
.vsm:hover {
  color: #fff !important;
  background: rgba(10, 31, 90, 1);
}

.vm.room:hover a {
  color: #fff;
}

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

.vm:hover .sm {
  max-height: 400px;
  transition: all .8s ease;
  transition: all .8s ease;
}

.vsm {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 1500px) {
  .vm {
    padding: 16px 6px;
  }

  .menu.centered .vm {
    padding: 6.5px 6px;
  }

  .menu,
  .menut {
    right: 15px;
  }

  #logo {
    left: 15px;
  }
}

@media (max-width: 1400px) {
  #logo {
    background-image: url(/img/logo3.png);
    width: 80px;
    height: 100px;
    top: 0px;
  }

  .centered #logo {
    background-image: url(/img/logo4.png);
    width: 45px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .vm {
    padding: 17px 4px;
    font-size: 13px;
  }

  .menu.centered .vm {
    padding: 6.5px 4px;
    font-size: 13px;
  }

  .vmt,
  .menut.centered .vmt {
    font-size: 13px;
  }

  .menu,
  .menut {
    right: 10px;
  }

  #logo {
    left: 10px;
  }

  .check {
    padding: 6px 50px;
  }

  .vsm {
    font-size: 13px;
  }

  .menu.centered .vm .sm {
    margin-top: 7px;
  }
}

@media (max-width: 992px) {

  #menu,
  #menu:after,
  #mnc {
    display: none;
  }

  #menumb {
    display: block;
  }

  .check,
  .offers {
    padding: 10px !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(10, 31, 90, 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: 10;
  width: 100vw;
  height: auto;
  transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  background: rgba(10, 31, 90, 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, .5);
}

.bnf-row1>h3 {
  font-size: 300%;
  color: #6b9cc6;
}

.bnfb-row1>h3 {
  font-size: 180%;
  color: #fff;
}

.bnfb-row2 {
  font-size: 130%;
  font-weight: 700;
  margin-top: 5px;
}

.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;
  cursor: pointer;
  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.naviwa,
  ul.navigation li.naviwa label {
    transition-delay: .3s;
    transition-delay: .3s;
    background: #25D366;
  }

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

#imgslider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 2;
}

.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: 5;
  width: 100%;
  height: 100%;
}

.gm2 {
  position: relative;
  width: 100%;
  height: 450px;
}

/**************** bol *****************/
#bol {
  position: relative;
  width: 992px;
  left: 50%;
  margin-left: -496px;
  color: #999;
  z-index: 11;
  transition: all .3s ease-in;
  padding: 15px;
  margin-top: -120px;
}

.sb {
  padding: 0px !important;
}

.sb__form {
  height: 55px !important;
}

.sb__form-field-input {
  border-radius: 0px !important;
  padding: 12px !important;
  height: 51px !important;
}

.sb__btn {
  font-size: 16px !important;
  border-radius: 0px !important;
}

.sb__footer-link {
  margin-top: 18px !important;
}

input#sb-container_sb__form-field--checkavailability {
  height: 51px !important;
  border: 1px solid #FFF;
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 !important;
  margin-top: 18px !important;
}

#sb-container .sb-custom-button-hover-bg-color:hover {
  color: #000 !important;
}

.sb__calendar {
  color: #000 !important;
  z-index: 12 !important;
  box-shadow: inset 0 0 0 1px #FFF !important;
}

.sb__form-field-label {
  line-height: 1.5 !important;
}

.sb__footer-actions {
  margin-top: -2px !important;
}

.sb__footer-promo {
  min-width: 400px !important;
}

#sb-container .sb-custom-label-color,
#sb-container .sb-custom-link-color {
  text-transform: none !important;
}

#sb-loading-inner {
  display: none;
}

.sb__dates {
  width: 50% !important;
}

.sb__guests-rooms {
  width: 20% !important;
  margin-top: 0px !important
}

.sb__guests {
  width: 250% !important;
}

.sb__btn {
  width: calc(30% - 10px) !important;
  font-size: 14px !important;
}

#sb-container .sb-custom-box-shadow-color {
  border: 1px solid;
}

.sb-screen-xs .sb__form-field-date-number {
  font-size: 32px !important;
}

#sb-container li {
  padding-left: 0;
}

#sb-container .sb__guests-room .sb-custom-icon-color,
#sb-container .sb__guests-room .sb-custom-label-color {
  color: #000 !important;
  fill: #000 !important;
}

#sb-container .sb__panel-actions .sb-custom-button-color {
  color: #000 !important;
  background-color: #ededed !important;
}

#sb-container .sb__panel-actions .sb-custom-button-hover-bg-color:hover {
  background-color: #ccc !important;
}

#sb-container .sb__guests-room .sb-custom-color-hover:hover {
  color: #000 !important;
  fill: #000 !important;
}

#sb-container .sb__footer-promo .sb-custom-label-color {
  color: #000 !important;
}

#sb-container .sb__footer-promo input.sb-custom-box-shadow-color {
  border-color: #000 !important;
}

#sb-container .sb__calendar-btn-icon .icon {
  fill: #666 !important;
}

@media (max-width: 992px) {
  #bol {
    display: none;
  }
}

/******************************************** OLM FASCIA *****/
#olm,
#olme {
  position: relative;
  clear: both;
  box-sizing: border-box;
  padding: 50px 150px;
  background-color: #eee;
  height: 100%;
}

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

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

#olm .title,
#olme .title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}

#olm .subtitle,
#olme .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5pt;
}

#olm .all {
  font-size: 16px;
  font-weight: 400;
  top: 20px;
  padding: 30px 100px;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #666;
  background: #fff;
}

#olm .all:hover {
  background: #6b9cc6;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
}

#olm .scheda,
#olme .scheda {
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  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: '';
  transition: all .6s ease;
  transition: all .6s ease;
  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: '';
  transition: all .4s ease;
  transition: all .4s ease;
  transition-delay: .2s;
  transition-delay: .2s;
  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 {
  transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

#olm .scheda:hover:before,
#olme .scheda:hover:before {
  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%;
  transition: all .6s ease;
  transition: all .6s ease;
}

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

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

#olm .scheda:hover,
#olme .scheda:hover {
  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;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: rgba(107, 156, 198, .7);
}

#olm .puls,
#olme .puls {
  font-size: 72px;
  float: right;
  opacity: .6;
  transition: all .3s ease;
  transition: all .3s ease;
}

#olm .puls:hover,
#olme .puls:hover {
  opacity: 1;
}

@media (max-width: 992px) {

  #olm,
  #olme {
    padding: 40px;
  }
}

@media (max-width: 768px) {

  #olm,
  #olme {
    padding: 35px;
  }
}

@media (max-width: 576px) {

  #olm,
  #olme {
    padding: 25px;
  }
}

/******************************************** servizi *******/
#servizi {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

#servizi .title {
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  background: rgba(0, 0, 0, .7);
  padding: 20px;
  width: calc(100% - 40px);
  height: auto;
  margin: 20px;
  top: 0px;
  color: #fff;
  font-size: 20px;
}

#servizi .img {
  z-index: 1;
}

#servizi .img img {
  position: relative;
  width: 100%;
}

#servizi .scheda {
  overflow: hidden;
}

#servizi .desc {
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  background: rgba(0, 0, 0, .7);
  padding: 20px;
  width: calc(100% - 40px);
  height: auto;
  margin: 20px;
  bottom: -400px;
  color: #fff;
  font-size: 14px;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

#servizi .desc ul {
  font-size: 14px;
}

#servizi .scheda:hover .desc {
  bottom: 0px;
  opacity: 1;
}

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

.plxcb1 {
  background-image: url('/img/cb1.jpg');
}

.plxcb2 {
  background-image: url('/img/cb2.jpg');
}

.plxcb3 {
  background-image: url('/img/cb3.jpg');
}

.plxservizi {
  background-image: url('/img/paraservizi.jpg');
}

.plxmatrimoni {
  background-image: url('/img/paramatrimoni.jpg');
}

.plxspa {
  background-image: url('/img/paraspa.jpg');
}

.plxtrattamenti {
  background-image: url('/img/paratrattamenti.jpg');
}

.plxamalfi {
  background-image: url('/img/paraamalfi.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-h700 {
  height: auto !important;
  min-height: 700px !important;
}

.m-x-h800 {
  height: auto !important;
  min-height: 800px !important;
}

.m-x-h900 {
  height: auto !important;
  min-height: 900px !important;
}

.box,
.box1,
.box2,
.box3,
.box4,
.box-footer,
.box-info {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 70px 200px;
  transition: all .4s ease;
  transition: all .4s ease;
}

.box1 {
  padding: 80px;
}

.box2 {
  padding: 100px 100px 140px;
}

.box3 {
  float: right;
  width: 50%;
  background: rgba(255, 255, 255, .7);
  height: 900px;
  padding: 100px 140px;
}

.box4 {
  float: left;
  width: 30%;
  background: rgba(255, 255, 255, .7);
  padding: 100px 140px;
}

.box-footer {
  padding: 50px 25px 70px;
  font-size: 18px;
  overflow: hidden;
}

.box-footer i {
  font-size: 26px;
  padding: 2px;
}

.box-info {
  padding: 0px 25px;
}

.social i {
  font-size: 32px;
}

.camere {
  position: relative;
}

#camholder {
  overflow: hidden;
  background-color: #fff;
}

.cam {
  position: absolute;
  z-index: 2;
  right: 1000px;
  margin-top: 40px;
  margin-right: 100px;
  margin-left: 100px;
  box-sizing: border-box;
  transition: all .5s ease;
  transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.camimg {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 800px;
  transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}

.camreload {
  font-size: 100px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
  transition: all .8s ease;
  transition: all .8s ease;
  opacity: .6;
  color: #fff;
}

.camreload:hover {
  opacity: 1;
}

@media (max-width: 1600px) {
  .box2 {
    padding: 80px 80px 120px;
  }

  .cam {
    margin-right: 80px;
    margin-left: 80px;
  }
}

@media (max-width: 1400px) {
  .box3 {
    padding: 80px;
  }
}

@media (max-width: 1200px) {
  .cam {
    margin-right: 45px;
    margin-left: 45px;
    margin-top: 30px;
  }

  .camreload {
    font-size: 75px;
  }
}

@media (max-width: 992px) {
  .cam {
    margin-right: -40px;
    margin-left: 40px;
    margin-top: 20px;
    width: 100%;
  }

  .box-footer {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cam {
    margin-right: -30px;
    margin-left: 30px;
    padding-right: 60px;
  }
}

.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 ********************/
.pulsante,
.SW-submit {
  position: relative;
  box-sizing: border-box;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 100px;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #666;
  background: #fff;
  transition: all .4s ease;
  transition: all .4s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btrasparent {
  background: transparent;
}

.btrasparent:hover {
  background: #fff !important;
  color: #6b9cc6 !important;
}

.pulsante.m-top {
  top: 40px;
}

.pulsante:hover,
.SW-submit:hover {
  background: #6b9cc6;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1400px) {

  .pulsante,
  #olm .all {
    padding: 25px 50px;
  }
}

@media (max-width: 1200px) {

  .pulsante,
  #olm .all {
    padding: 15px 25px;
  }
}

@media (max-width: 992px) {

  .pulsante,
  #olm .all {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .pulsante.m-top {
    float: left;
    top: 10px;
  }
}

/***************** 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: rgba(10, 31, 90, 1);
}

.olmd-sx {
  position: relative;
  float: left;
  width: 55%;
  text-align: left;
}

.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 rgba(10, 31, 90, 1);
  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: rgba(10, 31, 90, 1);
}

.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: rgba(10, 31, 90, 1);
}

.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: rgba(10, 31, 90, 1);
}

.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: rgba(10, 31, 90, 1);
}

.olmdprice-line3 {
  font-weight: 900;
  margin-top: 5px;
  padding: 2px 8px;
  color: rgba(10, 31, 90, 1);
  color: #fff;
  border-radius: 2px;
  background-color: rgba(10, 31, 90, 1);
}

.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: rgba(10, 31, 90, 1);
}

#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: rgba(10, 31, 90, 1);
}

.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: 'Alex Brush', cursive;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: auto;
  padding: 10px 0;
  transition: all 1s ease;
  transition: all 1s ease;
  transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  opacity: 0;
  color: #fff;
  background: transparent;
  text-shadow: -2px 2px 6px rgba(0, 0, 0, .9);
}

.slogan1,
.slogan2,
.slogan3 {
  position: relative;
  float: left;
  clear: both;
  box-sizing: border-box;
  width: auto;
  margin: -5px 0;
  padding: 0;
  opacity: 0;
  font-size: 40px;
}

.slogan1,
.slogan3 {
  left: -100%;
}

.slogan1 {
  margin-left: 120px;
  margin-bottom: -10px;
}

.slogan3 {
  margin-left: 50px;
}

.slogan2 {
  font-size: 90px;
}

@media (max-width: 992px) {
  .slogan2 {
    font-size: 60px;
  }

  .slogan1,
  .slogan3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .slogan2 {
    font-size: 45px;
  }

  .slogan1,
  .slogan3 {
    font-size: 25px;
  }

  .slogan1 {
    margin-left: 50px;
  }

  .slogan3 {
    margin-left: 0;
  }
}

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

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

/***************** PRIVACY ************/
.privacy,
.cookies,
.trattamento {
  position: fixed;
  font-size: 14px;
  font-family: verdana;
  z-index: 10000000;
  bottom: 0;
  left: -120%;
  overflow: hidden;
  overflow-y: visible;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 50px;
  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;
}

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

.privacybtn:hover {
  color: #6b9cc6;
}

.trattamento {
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  background: rgba(255, 255, 255, .95) !important;
  color: #666 !important;
}

.trattamento h2,
.trattamento a {
  color: #666 !important;
}

.trattamento #close_tr {
  color: #666 !important;
}

@media (max-width: 768px) {

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

  .trattamento {
    width: calc(100% - 30px) !important;
    height: calc(100% - 30px) !important;
  }
}

/*************************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**/
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  width: 97%;
}

input[req],
select[req] {
  background-color: rgba(255, 0, 0, 0.1);
}

input[req].error,
select[req].error {
  background-color: rgba(255, 0, 0, 0.1);
}

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

input:focus,
textarea:focus,
select:focus {
  color: #999;
  background: rgba(0, 0, 0, .7);
}

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

input:focus::placeholder,
textarea:focus::placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

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

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

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

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(.85);
    transform: scale(.85);
    transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.SW-form {
  text-align: left;
}

.SW-form a:link,
.SW-form a:visited,
.SW-form a:active {
  transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  color: #000;
}

.SW-form a:hover {
  text-decoration: none;
  color: #cacaca;
}

.SW-submit {
  float: left;
  margin-top: 10px;
  text-transform: uppercase;
}

.SW-label {
  display: none;
}

.SW-field {
  width: 100% !important;
  text-align: left !important;
}

.SW-field input,
.SW-field select {
  width: 98%;
}

.SW-field input.req,
.SW-field select.req {
  border-color: #eb4300;
}

.SW-field textarea {
  width: 98%;
  height: 100px;
}

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

@media only screen and (max-width: 600px) {
  .SW-form {
    font-size: 15px;
  }

  .SW-label {
    width: 100% !important;
    text-align: left !important;
  }

  .SW-field {
    width: 100% !important;
    margin-left: 0;
    text-align: left !important;
  }

  .SW-field input,
  .SW-field select {
    width: 97%;
    margin: 3px 0;
    margin-left: 0;
  }

  .SW-field textarea {
    width: 97%;
    margin-left: 0;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(.7);
    transform: scale(.7);
    transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

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

/***************************** TA ***************************/
#ta {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 50px 200px;
  background: #f6f6f6;
}

.ta-title {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -0.5pt;
  line-height: 1;
}

.ta-text {
  font-size: 18px;
  font-weight: 300;
}

.ta-info {
  font-size: 14px;
}

.ta img {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 1200px) {
  #ta {
    padding: 50px;
  }

  .ta-title {
    font-size: 34px;
  }

  .ta-text {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  #ta {
    padding: 40px;
  }

  .ta-info {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  #ta {
    padding: 30px 30px 50px;
  }
}

/***************************** 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,
  .box1 {
    padding: 55px;
  }

  .box2 {
    padding: 45px;
  }

  .box3 {
    padding: 50px;
    height: 600px;
  }

  .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: 34px;
  }

  body,
  ul {
    font-size: 16px;
  }

  .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,
  .box1,
  .box2,
  .box3 {
    padding: 35px;
  }

  .FGcat {
    width: 32.9%;
    margin: .2%;
  }

  .FGcat-titolo {
    font-size: 18px;
  }

  #gostart {
    bottom: 40px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 32px;
  }

  #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,
  .box1,
  .box2,
  .box3 {
    padding: 25px;
  }

  .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: 30px;
  }

  h4 {
    font-size: 20px;
  }

  body,
  ul {
    font-size: 15px;
  }

  #imgslider {
    margin-top: 50px !important;
  }

  .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-h700 {
    height: 700px !important;
    min-height: 0 !important;
  }

  .m-xs-h800 {
    height: 800px !important;
    min-height: 0 !important;
  }

  .m-s-nb {
    border: 0 !important;
  }

  .box,
  .box1,
  .box2,
  .box3 {
    padding: 30px;
    width: 100%;
  }

  .FGcat {
    font-size: 16px;
    width: 99.6%;
    margin: .2%;
  }
}
