/*
 * font-family: 'Lato', sans-serif;
 */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  background-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
}

*:focus,
*:active {
  outline: none;
}

a:link,
a:visited,
a:active {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #666;
}

img {
  border: 0;
}

img.fluid {
  max-width: 100%;
}

p {
  margin: 2px 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 15px 20px;
}

li {
  margin-bottom: 3px;
  padding: 0;
}

.ulrev {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}

.ulrev li {
  padding-right: 20px;
  background-image: url("../../img/bull.png");
  background-repeat: no-repeat;
  background-position: right center;
}

hr {
  margin: 10px 0;
  color: #666;
  border-style: solid;
}

.h0,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1pt;
  color: rgb(22, 164, 242);
}

h2 {
  font-size: 40px;
  color: rgb(22, 164, 242);
}

.h1 {
  font-size: 60px;
  font-weight: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: -1pt;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.h2,
.h22 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}

.h22 {
  color: rgb(153, 153, 153);
}

h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1pt;
  text-transform: uppercase;
}

h4 {
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 5px;
  letter-spacing: -1pt;
}

h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(22, 164, 242);
}

h6 {
  font-size: 26px;
  font-weight: lighter;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {

  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }
}

.link {
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.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;
}

.t32 {
  font-size: 32px;
}

.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;
}

.pad10 {
  padding: 10px;
}

.pad25 {
  padding: 25px;
}

.border10 {
  border: 10px solid #FFF;
}

.border25 {
  border: 25px solid #FFF;
}

.ofh {
  overflow: hidden;
}

.ovfxv {
  overflow-x: auto;
  width: 100%;
}

.ovfxv::-webkit-scrollbar {
  width: 8px;
}

.ovfxv::-webkit-scrollbar-thumb {
  outline: 1px solid rgb(22, 164, 242);
  background-color: #666;
}

.tgray,
.tgray a:link,
.tgray a:active,
.tgray a:visited {
  text-decoration: none;
  color: #777;
}

.tgray a:hover {
  color: #333;
}

.twhite,
.twhite a:link,
.twhite a:active,
.twhite a:visited {
  text-decoration: none;
  color: #fff !important;
}

.twhite a:hover {
  color: #333;
}

.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 {
  text-decoration: none;
  color: rgb(22, 164, 242);
}

.tcolor a:hover {
  color: rgb(22, 164, 242);
}

.tcolor2,
.tcolor2 a:link,
.tcolor2 a:active,
.tcolor2 a:visited {
  text-decoration: none;
  color: rgb(255, 102, 0);
}

.tcolor2 a:hover {
  color: rgb(255, 102, 0);
}

.bcolor {
  background: #16a4f2;
}

.bcolor2 {
  background: #f60;
}

.bcolor3 {
  background: #eee;
}

.bcolor4 {
  background: #ccc;
}

.bcolor5 {
  background: #666;
}

.bwhite {
  background: #fff;
}

.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: .2s;
  animation-delay: .2s;
}

.del2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.del3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.del4 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.del5 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.del6 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

/********* Hotels home ****/
#hotels {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: rgb(8, 150, 255);
}

.hotels-c {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.hotels-box,
.hotels-box2019 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 25px 0;
  transition: all .4s ease;
}

.h-scheda {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(33.33% - 4px);
  margin: 2px;
  transition: all .4s ease;
  color: #666;
  background: #fff;
  box-shadow: 0 0 12px #666;
}

@media (max-width: 992px) {
  .h-scheda {
    width: calc(50% - 4px);
  }
}

@media (max-width: 576px) {
  .h-scheda {
    width: calc(100% - 4px);
  }
}

.h-scheda:hover {
  z-index: 4;
}

.hotels-box:hover .h-scheda:not(:hover) {
  opacity: .6;
}

.h-img {
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  transition: all .4s ease;
}

.h-olm {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 341px;
  left: 50%;
  width: 50%;
  padding: 10px 10px 30px 10px;
  transform: translateX(-50%);
  text-align: center;
  color: rgb(7, 150, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(255, 255, 255, .8);
}

.h-olm-percentuale {
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  background-image: url("../../img/percentuale.png");
}

.h-categoria,
.h-titolo,
.h-address {
  font-weight: 900;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  text-align: center;
}

.h-categoria {
  font-size: 15px;
  z-index: 2;
  margin-top: 25px;
  text-transform: lowercase;
  color: rgb(255, 102, 0);
}

.h-titolo {
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(8, 150, 255);
}

.h-address {
  font-weight: normal;
}

.h-scheda .h-link {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  left: 50%;
  clear: both;
  width: 80%;
  padding: 15px 0;
  transition: all .4s ease;
  transform: translateX(-50%);
  text-align: center;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  background-color: rgb(8, 150, 255);
}

.h-scheda:hover .h-link {
  width: 90%;
  border: 1px solid rgb(0, 98, 170);
  background: rgb(0, 98, 170);
}

.h-plus {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgb(8, 150, 255);
}

.h-scheda .fa-ul .fa-check,
.h-schedadx .fa-ul .fa-check {
  color: rgba(8, 150, 255, 1);
}

.h-arrow {
  font-size: 80px;
  position: relative;
  width: 100%;
  margin-top: 25px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-top: 2px solid #fff;
}

/****** Mappa ********/
#hmaps {
  position: relative;
  width: 100%;
  height: 680px;
}

#hmaps #hmaph1,
#hmaps #hmaph2 {
  position: absolute;
  z-index: 3;
  top: 30px;
  width: 100%;
  text-align: center;
}

#hmaps #hmaph2 {
  top: 100px;
}

.gm-style-iw {
  font-weight: bold !important;
  z-index: 9999 !important;
  top: 1px !important;
  left: 0 !important;
  overflow: hidden !important;
  /*width: 100% !important;*/
  height: 25px !important;
  padding-top: 10px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center !important;
  color: #1095FF !important;
}

.gm-style-iw div {
  overflow: hidden !important;
}

.forceHeight {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 36px !important;
  margin-top: 5px;
  display: none !important;
}

.forceHeight>div {
  left: 20px !important;
}

.ggombratri {
  top: 31px !important;
  left: 81px !important;
}

.ggtri {
  top: 28px !important;
  left: 81px !important;
}

.ggombrainfo {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 37px !important;
}

.solobg {
  background: #0998ff !important;
}

.gginfo {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 35px !important;
  background: #0998ff !important;
}

.gginfohover {
  height: 35px !important;
  background: #ff8000 !important;
}

.solobghover {
  background: #ff8000 !important;
}

.positionBottom {
  margin: 140px 0 0 !important;
}

.positionBottom>div {
  top: 0 !important;
}

.positionBottom>div .ggtri,
.positionBottom>div .ggombratri {
  top: 0 !important;
  left: 100px !important;
  -webkit-transform: rotate(180deg);
  /* Safari */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}

#maphscheda {
  position: absolute;
  top: 40px;
  right: 5%;
  width: 15%;
  padding: 5px;
}

#maphscheda .h-scheda {
  font-size: 12px;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 600px;
  transition: all .5s ease-out;
  background-color: rgb(255, 255, 255);
}

#maphscheda .h-scheda .h-img {
  height: 300px;
}

#maphscheda .h-scheda .h-olm {
  top: 238px;
  width: 80%;
}

#maphscheda .h-scheda .h-plus {
  clear: both;
  margin-top: 10px;
  padding: 10px;
}

@media (max-width: 1500px) {
  #maphscheda {
    display: none;
  }
}

/***** olmh *****/
#olmh,
#cattolica {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.olmh-c,
.cattolica-c {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

hr.olmhr {
  width: 60%;
  margin: 15px auto;
}

.olmh-box,
.cattolica-box {
  position: relative;
  float: left;
  width: 100%;
}

.olmh-scheda {
  position: relative;
  float: left;
  width: calc(33.33% - 30px);
  height: 390px;
  margin: 15px;
  transition: all .4s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.olmh-scheda:hover {
  box-shadow: 0 0 12px #000;
}

.olmh-titolo,
.olmh-dx {
  font-size: 17px;
  font-weight: bold;
  line-height: .9;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 70px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(100, 100, 100, .8);
}

.olmh-dx {
  font-size: 14px;
  right: 0;
  left: auto;
  width: calc(40% - 1px);
  margin-left: 2px;
  padding: 25px 10px;
  text-align: right;
}

.olmh-dx-num {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 41px;
  height: 42px;
  margin-top: -21px;
  padding-top: 15px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-image: url("../../img/olmh-num.png");
}

.olmh-dett {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  transition: all .3s ease-out;
  opacity: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(45, 173, 243);
}

.olmh-dett-list {
  position: absolute;
  top: 0;
  right: -25px;
  padding: 5px;
  background-color: rgb(45, 173, 243);
}

.olmh-scheda:hover .olmh-dett {
  bottom: 25px;
  opacity: 1;
}

@media (max-width: 992px) {

  .olmh-scheda,
  .evh-scheda,
  .cattolica-scheda {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .olmh-dett {
    bottom: 25px;
    opacity: 1;
  }

  hr.olmhr,
  hr.evhr {
    width: 100%;
  }
}

@media (max-width: 576px) {

  .olmh-scheda,
  .evh-scheda,
  .cattolica-scheda {
    width: 100%;
    margin: 15px 0;
  }
}

/****** Eventi *******/
#evh {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: rgb(68, 68, 68);
}

.evh-c {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

hr.evhr {
  width: 60%;
  margin: 15px auto;
  color: #fff;
}

.evh-box {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0;
}

.evh-scheda {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(33% - 30px);
  margin: 15px;
  transition: all .4s ease;
}

#evh a:hover,
.evh-scheda a:hover {
  color: rgba(22, 164, 242, .8);
}

.evh-scheda:hover {
  box-shadow: 0 0 8px #000;
}

.evh-box-c {
  position: relative;
  width: 100%;
  padding: 15px;
}

.evh-img {
  position: relative;
  width: 100%;
  height: 350px;
}

.evh-titolo,
.evh-sottotitolo {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.evh-sottotitolo {
  font-size: 15px;
  text-transform: lowercase;
}

.evh-box-time {
  font-size: 11px;
  position: relative;
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.evh-box-line2 {
  font-size: 14px;
}

/****** Cattolica *******/
.cattolica-scheda {
  position: relative;
  float: left;
  width: calc(33.33% - 30px);
  height: 390px;
  margin: 15px;
  transition: all .4s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cattolica-scheda:hover {
  box-shadow: 0 0 8px #000;
}

.cattbg1 {
  background-image: url("../../img/cattolica1.jpg");
}

.cattbg2 {
  background-image: url("../../img/cattolica2.jpg");
}

.cattbg3 {
  background-image: url("../../img/cattolica3.jpg");
}

.cattolica-titolo {
  font-size: 30px;
  line-height: .9;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 15px;
  color: #fff;
  background: rgba(102, 102, 102, .8);
}

@media (min-width: 576px) and (max-width: 768px) {
  .cattolica-titolo {
    font-size: 23px;
  }

  .cattolica-titolo-ico {
    display: none;
  }

  .cattolica-testo {
    font-size: 13px;
  }
}

.cattolica-titolo-ico {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.cattolica-testo {
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  width: calc(100% - 20px);
  max-height: 0;
  padding: 15px;
  transition: all .4s ease;
  opacity: 0;
  color: #fff;
  background: rgba(100, 100, 100, .8);
}

.cattolica-testo-el {
  float: left;
  clear: both;
  padding: 2px 0;
  transition: all .4s ease;
  color: #fff;
}

.cattolica-testo-el:hover {
  margin-left: 10px;
}

.cattolica-scheda:hover .cattolica-testo {
  max-height: 400px;
  opacity: 1;
}

@media (max-width: 768px) {
  .cattolica-testo {
    max-height: 400px;
    opacity: 1;
  }
}

/***** TAB SCHEDE HOTEL */
.tabs {
  padding: 0 !important;
}

@media (max-width: 992px) {
  .tabs {
    display: none;
  }
}

.tabs li {
  float: left;
  width: calc(16.66% - 2px);
  list-style: none;
  margin: 0 1px 4px 1px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .tabs li {
    width: calc(33.33% - 2px);
  }
}

.tabs a {
  line-height: 75px;
  position: relative;
  display: block;
  height: 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #16a4f2;
}

.tabs a:hover,
.tabs a.active {
  color: #98927c;
  background: #f2eee2;
}

.tabgroup {
  padding: 0 !important;
}

.cls:after {
  display: table;
  clear: both;
  content: '';
}

#gmsh {
  width: 100% !important;
  height: 600px !important;
}

/********** OFFERTE SCHEDE HOTEL ***********/
.content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.content-strip {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10000000000000000000000000px;
  height: 380px;
}

.hs-fsx,
.hs-fdx {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
}

.hs-fdx {
  right: 0;
  left: auto;
}

.hs-fsx .middle-f,
.hs-fdx .middle-f {
  position: relative !important;
  top: 47% !important;
  left: 0 !important;
  cursor: pointer;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.hs-fsx .fa-chevron-left:before,
.hs-fsx .fa-chevron-right:before,
.hs-fdx .fa-chevron-left:before,
.hs-fdx .fa-chevron-right:before {
  text-shadow: -5px 0 rgb(22, 164, 242), 0 5px rgb(22, 164, 242), 5px 0 rgb(22, 164, 242), 0 -5px rgb(22, 164, 242);
}

.hs-scheda {
  position: relative;
  display: inline-block;
  width: 380px;
  height: 380px;
  margin: 0 10px;
}

@media (max-width: 576px) {
  .hs-scheda {
    width: 100%;
    margin: 0;
  }

  .hs-time {
    display: none;
  }
}

.hs-price,
.hs-c {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, .7);
}

.hs-price {
  z-index: 5;
  text-align: center;
}

.hs-c {
  bottom: auto;
  left: 0;
  padding: 10px;
}

.hs-c a {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}

.hs-c a:hover {
  color: rgb(22, 164, 242);
}

.hs-time {
  font-size: 14px;
  display: inline-block;
}

.hs-img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .hs-c a {
    font-size: 14px;
    text-transform: capitalize;
  }
}

/*********** TA - schede hotel ************/
.sh-ta {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 15px;
  color: #fff !important;
}

.sh-tah1 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.sh-tac,
.sh-tac span {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.1 !important;
}

.sh-tac span {
  color: #fff !important;
}

/******* FORM schede hotel ***********/
.check {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../../img/spunta.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#shform input {
  float: left;
  width: calc(100% - 10px);
  margin: 5px;
  color: #333;
  border-bottom: 1px solid #000;
  background: rgba(255, 255, 255, .8);
}

#shform input::placeholder,
#shform textarea::placeholder {
  color: #333;
}

#shform button {
  margin-left: 5px;
  color: #fff !important;
  background: rgb(22, 164, 242);
}

#shform button:hover {
  color: rgb(22, 164, 242) !important;
}

.shulf b {
  font-size: 18px;
  font-weight: bolder;
}

@media (min-width: 576px) and (max-width: 1200px) {
  #shform input {
    width: calc(50% - 10px);
  }
}

/*
 * Griglia
 */
.middle {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.middle-c,
.middle-c-off {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

.middle-c-off {
  font-size: 16px;
  max-width: 1400px;
}

@media (max-width: 768px) {

  .middle-c,
  .middle-c-off {
    font-size: 18px;
  }
}

@media (max-width: 576px) {

  .middle-c,
  .middle-c-off {
    padding: 20px 15px;
  }
}

.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-h550 {
  max-height: 550px !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;
}

.ofh {
  overflow: hidden;
}

.box,
.box2,
.box3,
.box4 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.box2,
.box3 {
  padding: 40px;
  color: #fff;
  background: rgb(22, 164, 242);
}

.box3 {
  background: transparent;
  color: #666;
  border: 1px solid rgb(22, 164, 242);
}

.box4 {
  padding: 25px;
}

@media (max-width: 576px) {
  .box4 {
    padding: 5px;
  }
}

.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: 1200px) {
  .m-l-0 {
    display: none !important;
    overflow: hidden !important;
    width: 0;
  }

  .m-l-1 {
    width: 8.3333333333%;
  }

  .m-l-2 {
    width: 16.666666667%;
  }

  .m-l-3 {
    width: 25%;
  }

  .m-l-4 {
    width: 33.33333333%;
  }

  .m-l-5 {
    width: 41.66666667%;
  }

  .m-l-6 {
    width: 50%;
  }

  .m-l-7 {
    width: 58.33333333%;
  }

  .m-l-8 {
    width: 66.66666667%;
  }

  .m-l-9 {
    width: 75%;
  }

  .m-l-10 {
    width: 83.33333333%;
  }

  .m-l-11 {
    width: 91.66666667%;
  }

  .m-l-12 {
    width: 100%;
  }

  .m-l-ha {
    height: auto !important;
    min-height: 0 !important;
  }

  .m-l-tl {
    text-align: left;
  }

  .m-l-tr {
    text-align: right;
  }

  .m-l-tc {
    text-align: center;
  }

  .m-l-tj {
    text-align: justify;
  }

  .m-l-h100 {
    height: 100px !important;
    min-height: 0 !important;
  }

  .m-l-h200 {
    height: 200px !important;
    min-height: 0 !important;
  }

  .m-l-h300 {
    height: 300px !important;
    min-height: 0 !important;
  }

  .m-l-h400 {
    height: 400px !important;
    min-height: 0 !important;
  }

  .m-l-h500 {
    height: 500px !important;
    min-height: 0 !important;
  }

  .m-l-h600 {
    height: 600px !important;
    min-height: 0 !important;
  }

  .box {
    padding: 55px;
  }

  .box2 {
    padding: 45px;
  }

  .box3 {
    padding: 35px;
  }

  .col3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 992px) {
  .m-m-0 {
    display: none !important;
    overflow: hidden !important;
    width: 0;
  }

  .m-m-1 {
    width: 8.3333333333%;
  }

  .m-m-2 {
    width: 16.666666667%;
  }

  .m-m-3 {
    width: 25%;
  }

  .m-m-4 {
    width: 33.33333333%;
  }

  .m-m-5 {
    width: 41.66666667%;
  }

  .m-m-6 {
    width: 50%;
  }

  .m-m-7 {
    width: 58.33333333%;
  }

  .m-m-8 {
    width: 66.66666667%;
  }

  .m-m-9 {
    width: 75%;
  }

  .m-m-10 {
    width: 83.33333333%;
  }

  .m-m-11 {
    width: 91.66666667%;
  }

  .m-m-12 {
    width: 100%;
  }

  .m-m-ha {
    height: auto !important;
    min-height: 0 !important;
  }

  .m-m-boxg .box {
    color: #fff;
    background: rgba(0, 0, 0, .4);
  }

  .m-m-tl {
    text-align: left;
  }

  .m-m-tr {
    text-align: right;
  }

  .m-m-tc {
    text-align: center;
  }

  .m-m-tj {
    text-align: justify;
  }

  .m-m-h50 {
    height: 50px !important;
    min-height: 0 !important;
  }

  .m-m-h100 {
    height: 100px !important;
    min-height: 0 !important;
  }

  .m-m-h200 {
    height: 200px !important;
    min-height: 0 !important;
  }

  .m-m-h300 {
    height: 300px !important;
    min-height: 0 !important;
  }

  .m-m-h400 {
    height: 400px !important;
    min-height: 0 !important;
  }

  .m-m-h500 {
    height: 500px !important;
    min-height: 0 !important;
  }

  .m-m-h600 {
    height: 600px !important;
    min-height: 0 !important;
  }

  .box {
    padding: 50px;
  }

  .box2 {
    padding: 40px;
  }

  .box3 {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-s-0 {
    display: none !important;
    overflow: hidden !important;
    width: 0;
  }

  .m-s-1 {
    width: 8.3333333333%;
  }

  .m-s-2 {
    width: 16.666666667%;
  }

  .m-s-3 {
    width: 25%;
  }

  .m-s-4 {
    width: 33.33333333%;
  }

  .m-s-5 {
    width: 41.66666667%;
  }

  .m-s-6 {
    width: 50%;
  }

  .m-s-7 {
    width: 58.33333333%;
  }

  .m-s-8 {
    width: 66.66666667%;
  }

  .m-s-9 {
    width: 75%;
  }

  .m-s-10 {
    width: 83.33333333%;
  }

  .m-s-11 {
    width: 91.66666667%;
  }

  .m-s-12 {
    width: 100%;
  }

  .m-s-ha {
    height: auto !important;
    min-height: 0 !important;
  }

  .m-s-tl {
    text-align: left;
  }

  .m-s-tr {
    text-align: right;
  }

  .m-s-tc {
    text-align: center;
  }

  .m-s-tj {
    text-align: justify;
  }

  .m-s-h100 {
    height: 100px !important;
    min-height: 0 !important;
  }

  .m-s-h200 {
    height: 200px !important;
    min-height: 0 !important;
  }

  .m-s-h300 {
    height: 300px !important;
    min-height: 0 !important;
  }

  .m-s-h400 {
    height: 400px !important;
    min-height: 0 !important;
  }

  .m-s-h500 {
    height: 500px !important;
    min-height: 0 !important;
  }

  .m-s-h600 {
    height: 600px !important;
    min-height: 0 !important;
  }

  .box {
    padding: 45px;
  }

  .box2 {
    padding: 35px;
  }

  .box3 {
    padding: 30px;
  }

  .col3,
  .col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 576px) {
  .m-xs-0 {
    display: none !important;
    overflow: hidden !important;
    width: 0;
  }

  .m-xs-1 {
    width: 8.3333333333%;
  }

  .m-xs-2 {
    width: 16.666666667%;
  }

  .m-xs-3 {
    width: 25%;
  }

  .m-xs-4 {
    width: 33.33333333%;
  }

  .m-xs-5 {
    width: 41.66666667%;
  }

  .m-xs-6 {
    width: 50%;
  }

  .m-xs-7 {
    width: 58.33333333%;
  }

  .m-xs-8 {
    width: 66.66666667%;
  }

  .m-xs-9 {
    width: 75%;
  }

  .m-xs-10 {
    width: 83.33333333%;
  }

  .m-xs-11 {
    width: 91.66666667%;
  }

  .m-xs-12 {
    width: 100%;
  }

  .m-xs-ha {
    height: auto !important;
    min-height: 0 !important;
  }

  .m-xs-tl {
    text-align: left;
  }

  .m-xs-tr {
    text-align: right;
  }

  .m-xs-tc {
    text-align: center;
  }

  .m-xs-tj {
    text-align: justify;
  }

  .m-xs-h100 {
    height: 100px !important;
    min-height: 0 !important;
  }

  .m-xs-h200 {
    height: 200px !important;
    min-height: 0 !important;
  }

  .m-xs-h300 {
    height: 300px !important;
    min-height: 0 !important;
  }

  .m-xs-h400 {
    height: 400px !important;
    min-height: 0 !important;
  }

  .m-xs-h500 {
    height: 500px !important;
    min-height: 0 !important;
  }

  .m-xs-h600 {
    height: 600px !important;
    min-height: 0 !important;
  }

  .m-s-nb {
    border: 0 !important;
  }

  .box,
  .box2,
  .box3 {
    padding: 15px;
  }
}

footer {
  color: #fff;
  background: rgb(68, 68, 68);
}

.f-up {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  cursor: pointer;
  background-color: #16a4f2;
  border: 4px solid #FFF;
  border-radius: 100%;
  font-size: 35px;
  text-align: center;
  padding: 4px;
}

.footer-c {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  border-top: 1px solid rgb(103, 103, 103);
}

.fbgs {
  background: rgb(68, 68, 68);
}

.fbgs a {
  color: rgb(22, 164, 242);
}

.fbgs a:hover {
  color: #fff;
}

.fbgc {
  padding: 20px;
  background: rgb(103, 103, 103);
}

.box-f a,
a i {
  transition: all .4s ease;
  color: #fff;
}

.box-f a:hover,
a i:hover {
  color: rgb(8, 150, 255);
}

.box-f {
  font-size: 18px;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.infosh {
  padding: 30px;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(233, 233, 233);
}

.infosh .fh-scheda {
  width: 50%;
}

.infosh .pulsante2 {
  width: calc(50% - 10px);
  height: 85px;
  margin: 2px 0;
  margin-left: 5px;
}

.infosh .fhb-right {
  width: calc(100% - 175px);
}

@media (max-width: 576px) {

  .infosh .fh-scheda,
  .infosh .pulsante2 {
    width: 100%;
    margin: 3px 0;
  }
}

.fh-scheda {
  font-weight: 700;
  position: relative;
  float: left;
  width: calc(33.33% - 4px);
  height: 85px;
  margin: 2px;
  padding: 10px;
  color: rgb(119, 119, 119);
  background: #fff;
}

.fh-scheda:hover {
  z-index: 5;
}

.fh-titolo {
  font-size: 20px;
}

.fh-indirizzo {
  font-weight: normal;
}

.fh-back {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  opacity: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.fh-scheda:hover .fh-back {
  top: 50%;
  height: 135px;
  transform: translateY(-50%);
  opacity: 1;
  background-color: rgb(22, 164, 242);
}

.fhb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}

.fh-scheda .h-plus {
  font-size: 10px;
  padding: 2px 0;
  border-top: 1px solid #fff;
}

.fh-scheda .h-plus ul {
  padding: 5px;
}

.fhb-right {
  font-size: 12px;
  position: absolute;
  right: 0;
  width: calc(100% - 135px);
  padding: 10px 5px;
  text-align: left;
}

@media (max-width: 992px) {
  .fh-scheda {
    width: calc(50% - 4px);
  }

  .fh-scheda:hover .fh-back {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .fbgc {
    padding: 0;
  }

  .fh-scheda {
    width: calc(100% - 4px);
  }
}

.f-col5,
.f-col4 {
  width: 20%;
  padding: 20px;
}

.f-col4 {
  width: 25%;
}

.f-links {
  font-size: 12px;
  position: relative;
  float: left;
  clear: both;
  margin: 1px 0;
  transition: all .4s ease;
}

a.f-links {
  color: #fff;
}

.f-links:hover {
  margin-left: 10px;
}

.tu {
  margin-bottom: 5px;
  padding-bottom: 5px;
  letter-spacing: -.5;
  border-bottom: 1px solid;
}

@media (max-width: 992px) {

  .f-col5,
  .f-col4 {
    width: 50%;
  }
}

@media (max-width: 576px) {

  .f-col5,
  .f-col4 {
    width: 100%;
    padding: 5px 0;
  }

  .f-links {
    margin: 5px 0;
  }
}

/********** Menu fixed home ***************/
#menuHome {
  position: absolute;
  z-index: 5;
  top: 120px;
  left: 0;
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, .8);
}

.menuH-c {
  position: relative;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}

#logoMH {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 420px;
  height: 200px;
}

#logoMH img {
  width: 100%;
  height: 100%;
}

.menuH-c #lang {
  position: absolute;
  top: -15px;
  left: 405px;
}

.menuH-c #lang img {
  display: inline-block;
  width: 30px;
  height: 29px;
  margin: 0 5px;
}

#bnfH {
  position: relative;
  float: right;
  padding: 25px 0;
  text-align: left;
}

#bnfH ul {
  margin: 0;
  padding: 0;
}

#bnfH ul li i {
  color: rgb(22, 164, 242);
}

@media (max-width: 992px) {
  #menuHome {
    display: none;
  }
}

/************* Menu Scrool ****************/
#menuscroll,
#menu {
  position: fixed;
  z-index: 10000;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100px;
  transition: all .6s ease;
  background: rgba(22, 164, 242, .8);
  box-shadow: 0 0 10px #000;
}

#menu {
  top: 0;
}

.menus-c,
.menu {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#logoms,
#logo {
  position: relative;
  float: left;
  width: 200px;
  height: 100px;
  background: url("../../img/logomini.png") left center no-repeat;
}

.menus-s {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.menus-s .vmms,
.menu .vm {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  transition: all .4s ease-out;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.menu .vm a {
  color: #fff;
}

.menus-s .vmms:hover,
.menu .vm:hover {
  color: rgb(22, 164, 242);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 3px #666;
}

.menu .vm:hover a {
  color: rgb(22, 164, 242);
}

@media (max-width: 992px) {
  #menuscroll {
    display: none;
  }
}

/*********************** 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: rgb(22, 164, 242);
}

#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;
  box-sizing: border-box;
  width: 0;
  height: 100vh;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: rgb(22, 164, 242);
}

.menumb {
  position: relative;
  width: 100%;
}

.vmmb,
.vmtmb {
  font-size: 14px;
  float: left;
  clear: both;
  box-sizing: border-box;
  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: rgb(22, 164, 242);
  background: #fff;
}

.vmmb.tapped a {
  color: rgb(22, 164, 242);
}

.vmmb a {
  text-transform: uppercase;
  color: #fff;
}

.smmb {
  position: fixed;
  top: 50px;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 50%;
  height: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.smmb.aperto {
  height: 100vh;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  border-radius: 2px;
  background: rgb(22, 164, 242);
}

.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 a {
  color: #fff !important;
}

.vsmmb:nth-child(even) {
  background: rgba(255, 255, 255, .3);
}

/*#menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: rgba(255, 255, 255, .9);
}

#menu:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background: rgb(22, 164, 242);
}

#menu.centered {
  height: 60px;
  box-shadow: 0 0 10px #000;
}

.menut,
.menu {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: right;
}

.menut {
  height: 30px;
}

.menu {
  z-index: 1;
  box-sizing: border-box;
  height: 100px;
  padding: 40px 0 10px 0;
  background: transparent;
}

.menut.centered,
.menu.centered {
  text-align: center;
}

.menu.centered {
  height: 30px;
  padding: 0;
}

.menu.centered #logo {
  display: none;
}

.menut.centered .vmt {
  font-size: 15px;
  padding: 5.5px 25px;
}

.menu.centered .vm {
  font-size: 15px;
  padding: 5.5px 10px;
}

.menu.centered .vm:last-child:hover {
  padding: 5.5px 10px;
}

.menu.centered .vm .sm {
  margin-top: 5px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 160px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-image: url(/img/logo.png);
}

.menu.centered #logo {
  opacity: 0;
}

.vm,
.vmt {
  font-size: 18px;
  position: relative;
  padding: 10px 15px;
  cursor: default;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
}

.vmt {
  font-size: 18px;
  padding: 12px 20px;
  -webkit-transition: background .4s ease, padding .1s ease;
  transition: background .4s ease, padding .1s ease;
}

.vmt a,
.vmtmb a,
.vsm:hover a {
  color: #fff;
}

.vsm a {
  color: rgb(102, 102, 102) !important;
}

.vsm:hover a {
  color: #fff !important;
}

.vm:hover,
.vsm:hover {
  color: #fff;
  background: rgba(255, 128, 0, 1);
}

.vm.room:hover a {
  color: #fff;
}

.vm:last-child:hover {
  padding: 10px 15px;
}

.sm {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: auto;
  max-height: 0;
  margin-top: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .8);
}

.vm:hover .sm {
  max-height: 400px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.vsm {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}*/
@media (max-width: 992px) {

  #menu,
  #menu:after,
  #mnc {
    display: none;
  }

  #menumb {
    display: block;
  }
}

/*************** 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%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    opacity: 1;
  }

  #navigation i.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 .ringbell {
    -webkit-transform: translate(-50%, -55%) scale(.1, .1);
    transform: translate(-50%, -55%) scale(.1, .1);
    opacity: 0;
  }

  #navigation.clicked i.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: 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;
    -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 i {
    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;
  }
}

/****************** MENU DX LATERALE *************/
#menupi {
  margin-bottom: 15px;
  border: 1px solid rgb(204, 204, 204);
}

.menupi-el {
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
  max-height: 38px;
  padding: 5px 15px;
  cursor: pointer;
  transition: all .4s ease;
  color: rgb(44, 172, 242);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.menupi-el.opened {
  max-height: 600px;
  color: #fff;
  background: rgb(44, 172, 242);
}

.menupi-el.opened a {
  color: #fff;
}

.menupi-el:last-child {
  border-bottom: none;
}

.menupi-sm {
  font-size: 14px;
  font-weight: normal;
}

.menupi-sm {
  padding: 2px;
}

#formdx {
  padding: 15px;
  color: #666;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(233, 233, 233);
}

#rformdx input {
  width: 100%;
}

#rformdx input::placeholder,
#rformdx textarea::placeholder {
  color: #fff;
}

#rformdx button {
  width: 100%;
  color: rgb(255, 255, 255) !important;
  background: rgb(22, 164, 242);
}

#rformdx button:hover {
  color: rgb(22, 164, 242) !important;
}

/*********** Slider **********/
#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%;
  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,
#gmh,
#gmsh {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.gm2 {
  position: relative;
  width: 100%;
  height: 450px;
}

#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: 180px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  cursor: pointer;
  -webkit-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_NERO.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#gostart:hover {
  opacity: 1;
}*/
#gostart {
  display: none;
}

#gozero {
  position: fixed;
  z-index: 10000;
  right: -6px;
  bottom: -100px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-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;
  }
}

@-webkit-keyframes gopuls {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  #gozero {
    display: none;
  }
}

/**************** bol *****************/
.bol {
  position: absolute;
  z-index: 3;
  bottom: 180px;
  left: 50%;
  width: 960px;
  height: 80px;
  padding: 15px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .8);
}

.bol-title,
.bol-subtitle {
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  bottom: 85px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

.bol-subtitle {
  font-size: 25px;
  top: 85px;
  bottom: auto;
  text-transform: none;
}

.bol form {
  width: 100%;
  height: 100%;
}

.bol form input::placeholder,
.bol form textarea::placeholder {
  color: #777;
}

.bol form input {
  font-size: 16px;
  font-weight: 300;
  width: 20%;
  height: 100%;
  padding: 10px;
  transition: all .4s ease-out;
  color: #666 !important;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  margin: 0;
}

.bol form button {
  border: 0;
  font-size: 15px;
  height: 100%;
  width: 18%;
  padding: 5px;
  cursor: pointer;
  transition: all .5s ease-out;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(22, 164, 242);
}

@media (max-width: 992px) {

  .bol-title,
  .bol-subtitle,
  .bol form input {
    display: none;
  }

  .bol {
    bottom: 0;
  }

  .bol form button {
    width: 100%;
  }
}

/******************** SLOGAN ************/
.sloganH {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  z-index: 4;
  top: -50%;
  left: 0;
  width: 100%;
  transition: all .6s ease;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: -1pt;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

@media (max-width: 992px) {
  .sloganH {
    font-size: 40px;
  }

  .sloganH .t40 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {

  .sloganH,
  .sloganH .t40 {
    font-size: 24px;
  }
}

/*************************************** 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 i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  #CTA {
    display: none;
  }
}*/
/************** 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%;
  -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: rgba(140, 148, 84, 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%;
  -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;
  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;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  background: rgba(140, 148, 84, 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);
}

.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 i,
#bnfb-open i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bnfb-open {
  z-index: 2;
  bottom: -33px;
  opacity: 1;
}

#bnfb-close.opened {
  z-index: 200;
  bottom: -33px;
  opacity: 1;
}

#bnfb-open.opened {
  z-index: 1;
  bottom: -53px;
  opacity: 0;
}*/
.olme-box {
  position: relative;
  width: 100%;
  padding: 25px;
  border: 1px solid rgb(205, 205, 205);
}

.olme-filter {
  font-size: 22px;
  text-transform: lowercase;
}

.olme-scheda {
  position: relative;
  float: left;
  width: 100%;
  height: 130px;
  margin: 2.5px 0;
  transition: all .4s ease;
  border: 1px solid rgb(205, 205, 205);
}

.olme-scheda:hover {
  transform: scale(1.03);
}

.olme-img {
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
}

.olme-c {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  float: right;
  overflow: hidden;
  width: calc(100% - 500px);
  height: 100%;
  padding: 10px;
}

.olme-titolo {
  font-size: 16px;
}

.olme-hotel {
  font-size: 14px;
  position: relative;
  float: right;
  width: 200px;
  height: 100%;
  padding: 10px;
  color: #fff;
  background: rgb(22, 164, 242);
}

.olmeh-titolo {
  font-size: 16px;
  font-weight: 700;
}

.olme-time {
  font-size: 12px;
  font-weight: 700;
  transition: all .3s ease-out;
  text-align: left;
  color: rgb(255, 128, 0);
}

.olme-dettaglio {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.olme-time-line2 {
  font-size: 15px;
  display: inline-block;
}

.olme-price {
  font-size: 12px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
}

.olme-price-line2 {
  font-size: 20px;
  font-weight: 700;
}

.olmeh-categoria {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  clear: both;
  color: rgb(255, 204, 0);
}

@media (max-width: 992px) {
  .olme-scheda {
    height: auto;
  }

  .olme-img {
    height: 130px;
  }

  .olme-c {
    width: calc(100% - 300px);
    height: 130px;
  }

  .olme-hotel {
    width: 100%;
  }

  .olme-price {
    right: 0;
    left: auto;
  }
}

@media (max-width: 768px) {
  .olme-img {
    display: none;
  }

  .olme-c {
    width: 100%;
  }
}

.dxolmcat {
  position: relative;
  float: right;
  width: 90%;
  margin: 20px 0;
  border: 1px solid rgb(204, 204, 204);
  border-bottom: none;
}

.dxolmcat-el {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  transition: all .2s ease-out;
  text-align: right;
  color: rgb(153, 153, 153);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.dxolmcat-offers {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 4px;
  overflow: hidden;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  padding-top: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-image: url("../../img/dxolm-bollo.png");
  background-repeat: no-repeat;
  background-position: left 0;
}

.dxolmcat-el-titolo {
  position: relative;
  z-index: 10;
  width: calc(100% - 25px);
  text-align: right;
}

.dxolmcat-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .1s ease-out;
  opacity: 0;
  background-color: rgb(255, 255, 255);
}

.dxolmcat-arrow {
  position: absolute;
  z-index: 13;
  top: 50%;
  left: 40px;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  transition: all .3s ease-out;
  opacity: 0;
  background-image: url("../../img/dxolm-arrow.png");
}

.dxolmcat-el:hover .dxolmcat-arrow {
  left: 0;
  opacity: 1;
}

.dxolmcat-el:hover {
  z-index: 3;
  color: rgb(255, 255, 255);
}

.dxolmcat-el:hover .dxolmcat-back {
  top: -3%;
  left: -4%;
  width: 108%;
  height: 106%;
  opacity: 1;
  background-color: rgb(44, 172, 242);
  box-shadow: 0 0 7px #000;
}

.dxolmcat-el:hover .dxolmcat-offers {
  color: rgb(44, 172, 242);
  background-position: left -34px;
}

.dxolmcat-el:hover .dxolmcat-arrow {
  left: 0;
  opacity: 1;
}

@media (max-width: 992px) {
  .dxolmcat {
    width: 100%;
  }

  .dxolmcat-el-titolo {
    text-align: center;
  }
}

.sorry,
.sorryrec,
.content .sorry {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-weight: 700;
}

.sorryrec,
.content .sorry {
  color: #fff;
}

.sorry {
  position: relative;
  top: auto;
  left: auto;
  padding: 15px;
  transform: none;
  text-align: center;
}

@media (max-width: 768px) {

  .sorry,
  .sorryrec,
  .content .sorry {
    font-size: 24px;
  }
}

@media (max-width: 576px) {

  .sorry,
  .sorryrec,
  .content .sorry {
    font-size: 18px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

/***************** olmd ******************/
#olmd {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px !important;
}

.olmd-colore,
.olmd-colore a:link,
.olmd-colore a:active,
.olmd-colore a:visited,
.olmd-colore a:hover {
  color: rgb(22, 164, 242);
}

.olmd-sx {
  position: relative;
  float: left;
  width: 70%;
  text-align: left;
  padding: 15px;
}

.olmd-dx {
  position: relative;
  float: right;
  width: 30%;
  padding: 15px;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .olmd-sx {
    width: 60%;
  }

  .olmd-dx {
    width: 40%;
  }
}

.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: calc(100% + 8px);
  height: calc(100% + 8px);
  content: '';
  border: 1px solid #dbdbdb;
}

.olmd-p,
.olmd-p2 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: 12px auto;
  padding: 15px 15px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 1px solid rgb(22, 164, 242);
  border-radius: 3px;
  background-color: transparent;
}

.olmd-p:after,
.olmd-p2: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: rgb(22, 164, 242);
}

.olmd-p2:after {
  z-index: -1;
}

.olmd-p-content {
  position: relative;
  z-index: 5;
  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: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: relative;
  width: 100%;
  color: rgb(22, 164, 242);
}

.olmdta-testo {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: italic;
  position: relative;
  clear: both;
  width: 100%;
  margin: 14px 0;
}

.olmdta-info {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgb(22, 164, 242);
}

.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: rgb(22, 164, 242);
}

.olmdprice-line3 {
  font-weight: 900;
  margin-top: 5px;
  padding: 2px 8px;
  color: rgb(22, 164, 242);
  color: #fff;
  border-radius: 2px;
  background-color: rgb(22, 164, 242);
}

.olmdcta {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  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;
  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: rgb(22, 164, 242);
}

#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: 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;
  -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 i {
  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: rgb(22, 164, 242);
}

.olmd-tmb:hover i {
  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-img,
  .olmd-el {
    width: 100%;
  }

  .olmd-go {
    display: none;
  }

  .olmd-come {
    display: block;
  }
}

.h-schedadx .h-img {
  background-size: cover;
}

.h-schedadx-p {
  border-top: 1px solid rgba(204, 204, 204, 1);
  font-size: 18px;
  padding: 8px;
  transition: all .4s ease;
}

.h-schedadx-p a {
  color: rgb(22, 164, 242);
}

.h-schedadx-p:hover {
  background: rgb(22, 164, 242);
}

.h-schedadx-p:hover a {
  color: rgb(255, 255, 255);
}

/***************** 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;
  }

  .col-nb {
    border-left: 2px solid #fff;
  }
}

/******************************************** 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;
}

/*************** PULSANTE ********************/
a.pulsante {
  color: rgb(22, 164, 242);
  border: 1px solid rgb(22, 164, 242);
}

a.pulsante:before {
  background: rgb(22, 164, 242);
}

.pulsante,
.pulsante2,
.PULSANTE,
.SW-submit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 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: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.pulsante:before,
.pulsante2: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: #fff;
}

.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;
}

.SW-submit:hover:before,
.pulsante:hover:before,
.pulsante:focus:before,
.pulsante:active:before,
.pulsante2:hover:before,
.pulsante2:focus:before,
.pulsante2:active:before,
.PULSANTE:hover:before,
.PULSANTE:focus:before,
.PULSANTE:active:before {
  right: 0;
}

.pulsante2,
.SW-submit {
  color: #fff !important;
  border: 1px solid rgb(22, 164, 242);
  background-color: rgba(22, 164, 242, .5);
}

.pulsante2 a:link,
.pulsante2 a:active,
.pulsante2 a:visited {
  color: #fff !important;
}

.pulsante2:hover,
.SW-submit:hover {
  color: rgb(22, 164, 242) !important;
  border: 1px solid rgb(22, 164, 242);
  background-color: rgb(22, 164, 242);
}

#select_all {
  position: absolute;
  bottom: 500px;
  left: 520px;
  font-size: 13px;
}

#formolm2019 .select_all {
  position: absolute;
  bottom: 583px;
  /* left: 520px; */
  font-size: 12px;
  right: 114px;
}

@media (max-width: 830px) {
  #select_all {
    left: 225px;
  }
}

@media (max-width: 500px) {
  #select_all {
    padding: 10px;
    font-size: 12px;
    left: 195px;
  }

  #formolm2019 .select_all {
    position: absolute;
    bottom: 517px;
    /* left: 520px; */
    font-size: 12px;
    right: 36px;
    padding: 5px;
    font-size: 11px;
  }
}

/***************** PRIVACY ************/
.privacy,
.cookies,
.trattamento {
  position: fixed;
  font-size: 14px !important;
  font-family: verdana;
  z-index: 10000000;
  bottom: 0;
  left: -120%;
  overflow: hidden;
  overflow-y: visible;
  width: 100% !important;
  height: 100% !important;
  padding: 50px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #666 !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

.privacy #close,
.cookies #close,
.trattamento #close_tr {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #666 !important;
}

.privacybtn {
  cursor: pointer;
  transition: all .4s ease;
}

.privacybtn:hover {
  color: #000;
}

.privacy h3,
.cookie h3,
.privacy .h2,
.cookie .h2,
.privacy a,
.cookie a {
  color: #666;
}

@media (max-width: 768px) {
  .privacy,
  .cookies {
    padding: 15px !important;
    width: 100%;
    height: 100%;
  }
  .trattamento {
    width: 100% !important;
    height: 100% !important;
  }
}

/*************************STILE TABELLA SUITEWEB**/
.suite_table {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  width: 100%;
  border: 2px solid rgb(1, 125, 185);
  overflow-x: visible;
}

.suite_table td {
  padding: 8px;
}

.suite_col_pari {
  text-align: center;
  color: #fff;
}

.suite_col_dispari {
  text-align: center;
  color: #fff;
}

.suite_col_0 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.suite_row_0 {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.suite_row_pari {
  text-align: center;
  background-color: rgb(1, 125, 185);
}

.suite_row_dispari {
  text-align: center;
  background-color: rgb(22, 164, 242);
}

/*************************STILE FORMS**/
input,
textarea,
select {
  font-size: 15px;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 15px;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  border-radius: 3px;
  background-color: rgba(22, 164, 242, .7);
}

input:focus,
select:focus,
textarea:focus {
  background: #2641E8;
}

select {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 99% 50% rgba(22, 164, 242, .7);
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.selectcookie {
  background: none !important;
}

textarea {
  font-family: 'Lato', sans-serif;
}

select option {
  color: #fff;
  background: rgb(22, 164, 242);
}

.ui-datepicker-title select {
  padding: 2px !important;
}

#ui-datepicker-div {
  z-index: 4 !important;
}

input:focus,
textarea:focus,
select:focus {
  color: #fff;
}

.SW-form form input::placeholder,
.SW-form form textarea::placeholder {
  color: #fff;
}

.SW-form {
  text-align: left;
}

.SW-form a:link,
.SW-form a:visited,
.SW-form a:active {
  -webkit-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-width: 2px;
  border-color: #f00;
}

.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 {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/***********************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: 'Lato', sans-serif;
  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;
}

/**********************************************/
.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;
}

.ca100 {
  height: 100px;
}

/*************** 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 {
  min-height: 900px !important;
  height: 900px !important;
}

.m-x-h1000 {
  min-height: 1000px !important;
  height: 1000px !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;
  }
}

/***************************** 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-h700 {
    height: 700px !important;
    min-height: 0 !important;
  }

  .m-xl-h800 {
    height: 800px !important;
    min-height: 0 !important;
  }

  .m-xl-h900 {
    height: 900px !important;
    min-height: 0 !important;
  }

  .m-xl-h1000 {
    height: 1000px !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) {
  .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;
  }

  .m-m-noalign {
    top: auto !important;
    left: auto !important;
    transform: translate(0, 0) !important;
  }
}

@media screen and (max-width: 768px) {
  .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;
  }

  .m-s-noalign {
    top: auto !important;
    left: auto !important;
    transform: translate(0, 0) !important;
  }
}

@media screen and (max-width: 576px) {
  .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;
  }

  .m-xs-noalign {
    top: auto !important;
    left: auto !important;
    transform: translate(0, 0) !important;
  }
}

.m-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.m-img3 {
  border-radius: 5px;
  overflow: hidden;
}

.borderradsius15 {
  border-radius: 15px;
}

.z2 {
  position: relative;
  z-index: 2;
}

.olm2019p {
  cursor: pointer;
}

.banner2019 {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  z-index: 100;
}

.banner2019 img {
  margin-top: -138px;
  position: relative;
  margin-right: -50px;
}

@media screen and (max-width: 992px) {
  .banner2019 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    z-index: 100;
  }

  .banner2019 img {
    margin: 10px;
    position: relative;
    width: 100%;
    max-width: 600px;
  }
}
