@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- TEMPLATE SITO BASE 2016 ---------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- TEMPLATE STANDARD ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- MIXIN ---------------------------------------------------------------- */
/* --- COMMON CLASS SITO BASE ----------------------------------------------- */
.background-cover {
  position: relative;
}
.background-cover .image-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.row.item {
  min-height: 200px;
  position: relative;
}
.no-alternate .row .background-cover {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}
.alternate .row .background-cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.alternate .row.item:nth-of-type(2n+1) .background-cover {
  right: 0;
  left: auto;
}
.alternate .row.item:nth-of-type(2n+2) .text {
  float: right;
}
.alternate .row.item:nth-of-type(2n+2) .background-cover {
  left: 0;
}
.nopadding {
  padding: 0;
}
.flexbox {
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* -------------------------------------------------------------------------- */
/* --- END TEMPLATE STANDARD ------------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* --- COLOR and BACKGROUND ------------------------------------------------- */
/* --- BACKGROUND ----------------------------------------------------------- */
.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-red {
  background-color: #cc3333;
  color: #ffffff;
}
.bg-grey {
  background-color: #666666;
  color: #ffffff;
}
.bg-darkgrey {
  background-color: #333333;
  color: #ffffff;
}
/* --- BUTTON --------------------------------------------------------------- */
.btn {
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 40px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.btn.btn-big {
  line-height: 55px;
  height: 55px;
}
@media all and (max-width: 1200px) {
  .btn.btn-big {
    line-height: 5vw;
    height: 5vw;
  }
}
@media all and (max-width: 767px) {
  .btn.btn-big {
    line-height: 2.4em;
    height: 2.4em;
  }
}
/* --- FONTS ---------------------------------------------------------------- */
.sans-serif {
  font-family: 'Raleway', sans-serif;
}
.serif {
  font-family: 'Raleway', serif;
}
@font-face {
  font-family: "iq";
  src: url("../font/iq.eot");
  src: url("../font/iq.eot?#iefix") format("embedded-opentype"), url("../font/iq.woff") format("woff"), url("../font/iq.ttf") format("truetype"), url("../font/iq.svg#iq") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "iq" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iq" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-window:before {
  content: "\61";
}
.icon-wheel:before {
  content: "\62";
}
.icon-sandwich:before {
  content: "\63";
}
.icon-ironing:before {
  content: "\64";
}
.icon-money:before {
  content: "\65";
}
.icon-restaurant:before {
  content: "\66";
}
.icon-shower:before {
  content: "\67";
}
.icon-jacuzzi:before {
  content: "\68";
}
.icon-exercise:before {
  content: "\69";
}
.icon-bell:before {
  content: "\6a";
}
.icon-24:before {
  content: "\6b";
}
.icon-wi-fi:before {
  content: "\6c";
}
.icon-arrow-up-alt:before {
  content: "\6d";
}
.icon-sauna:before {
  content: "\6e";
}
.icon-mask:before {
  content: "\6f";
}
.icon-soap:before {
  content: "\70";
}
.icon-food:before {
  content: "\71";
}
.icon-drink:before {
  content: "\72";
}
.icon-mail:before {
  content: "\73";
}
.icon-phone:before {
  content: "\74";
}
.icon-calendar:before {
  content: "\75";
}
.icon-arrow-left:before {
  content: "\76";
}
.icon-twitter:before {
  content: "\77";
}
.icon-facebook:before {
  content: "\78";
}
.icon-arrow-up:before {
  content: "\79";
}
.icon-user:before {
  content: "\7a";
}
.icon-size:before {
  content: "\41";
}
.icon-language:before {
  content: "\42";
}
.icon-tripadvisor:before {
  content: "\43";
}
.icon-arrow-right:before {
  content: "\44";
}
.icon-marker:before {
  content: "\45";
}
.icon-smartphone:before {
  content: "\46";
}
.icon-envelope:before {
  content: "\47";
}
.icon-microwave:before {
  content: "\48";
}
.icon-transfer:before {
  content: "\49";
}
.icon-smoke:before {
  content: "\4a";
}
.icon-plane:before {
  content: "\4b";
}
.icon-train:before {
  content: "\4c";
}
.icon-car:before {
  content: "\4d";
}
.icon-tag:before {
  content: "\4e";
}
.icon-discount:before {
  content: "\4f";
}
.icon-cup:before {
  content: "\50";
}
.icon-minibar:before {
  content: "\51";
}
.icon-window-2:before {
  content: "\52";
}
.icon-air:before {
  content: "\54";
}
.icon-bed:before {
  content: "\55";
}
.icon-tv:before {
  content: "\56";
}
.icon-cradle:before {
  content: "\57";
}
.icon-electricity:before {
  content: "\53";
}
.icon-gluten:before {
  content: "\58";
}
.icon-cancellation:before {
  content: "\59";
}
.icon-credit:before {
  content: "\5a";
}
.icon-ribbon:before {
  content: "\30";
}
.icon-park:before {
  content: "\31";
}
.icon-instagram:before {
  content: "\32";
}
html,
body {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}
h2,
h3,
h4 {
  font-weight: 900;
}
.background {
  height: 100vh;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-background {
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .swiper-container-background {
    height: 704px;
  }
}
.swiper-container-background-custom {
  height: 80vh!important;
}
.mobile .swiper-container-background-custom {
  height: 35vh!important;
  margin-top: 105px;
}
.swiper-container-background .swiper-slide {
  position: relative;
}
.swiper-container-background .swiper-slide .claim {
  position: absolute;
  top: 65%;
  left: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.swiper-container-background .swiper-slide .claim h2,
.swiper-container-background .swiper-slide .claim h3 {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.swiper-container-background .swiper-slide .claim h2 {
  font-size: 7vw;
}
.swiper-container-background .swiper-slide .claim h2 span {
  font-size: 3.4vw;
}
.swiper-container-background .swiper-slide .claim h3 {
  font-size: 3.4vw;
}
.swiper-container-background .swiper-slide .scroll-down {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 140px;
  z-index: 1;
  color: #ffffff;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.swiper-container-background .swiper-slide .scroll-down:before {
  position: absolute;
  font-family: "iq";
  content: "\79";
  font-size: 2.8em;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -webkit-animation: scrollDown 1.2s infinite 1.5s ease-in-out;
  -moz-animation: scrollDown 1.2s infinite 1.5s ease-in-out;
  animation: scrollDown 1.2s infinite 1.5s ease-in-out;
}
@-moz-keyframes scrollDown {
  0% {
    top: 0px;
  }
  70% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0px;
  }
  70% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
@keyframes scrollDown {
  0% {
    top: 0px;
  }
  70% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
.swiper-container-background .swiper-button {
  width: auto;
}
.swiper-container-background .swiper-button .swiper-button-next,
.swiper-container-background .swiper-button .swiper-button-prev {
  color: #ffffff;
  z-index: 5;
  top: auto;
  left: auto;
  bottom: 80px;
  width: auto;
  height: auto;
  margin: auto;
  background-size: auto;
}
.swiper-container-background .swiper-button .swiper-button-next:before,
.swiper-container-background .swiper-button .swiper-button-prev:before {
  font-family: "iq";
  content: "\76";
  font-size: 2.8em;
}
.swiper-container-background .swiper-button .swiper-button-next {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: 10px;
  margin-bottom: 1px;
}
.swiper-container-background .swiper-button .swiper-button-prev {
  right: 60px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: #000000;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
header .headerTop {
  height: 30px;
  background-color: #333333;
  width: 100%;
}
header .navbar-default .navbar-collapse,
header .navbar-default .navbar-form {
  margin-left: auto;
}
header .navbar-default {
  top: 0;
  z-index: 5;
  color: #fff;
  height: 100px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 1023px) {
  header .navbar-default {
    width: 100%;
    height: auto;
  }
}
header .navbar-default .navbar-brand {
  height: auto;
  margin: 0px;
  margin-left: 0px!important;
  padding: 15px 15px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
header .navbar-default .navbar-brand img {
  height: 75px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 767px) {
  header .navbar-default .navbar-brand img {
    height: 45px;
  }
}
header .navbar-default .navbar-header .navbar-toggle {
  margin-top: 35px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (min-width: 1024px) {
  header .navbar-default .navbar-header .navbar-toggle {
    display: none;
  }
}
@media all and (max-width: 767px) {
  header .navbar-default .navbar-header .navbar-toggle {
    margin-top: 25px;
  }
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    display: block !important;
  }
}
@media (min-width: 768px) {
  header .navbar-default .container-fluid .navbar-header {
    margin-left: auto;
    display: block;
  }
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid .navbar-collapse {
    height: 100vh;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  header .navbar-default .container-fluid .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
  padding: 10px;
  position: relative;
  z-index: 6;
  flex-wrap: nowrap;
  display: flex;
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
    padding: 0px;
    margin-top: 0;
    display: block;
  }
}
@media all and (max-width: 767px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
    margin-bottom: 200px;
  }
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li {
  margin-right: 10px;
  background-color: #333333;
  height: 85px;
  padding: 0 0.6em;
  position: relative!important;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li {
    width: 100%;
    margin-bottom: 3px;
    height: auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li {
    width: auto;
    padding: 0 0.5em;
    font-size: 0.8em;
  }
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:before,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:before {
  right: 0;
  left: auto;
  background-color: #cc3333;
  transition: all ease-in-out 0.2s 0.1s;
  -moz-transition: all ease-in-out 0.2s 0.1s;
  -webkit-transition: all ease-in-out 0.2s 0.1s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:after {
  left: 0;
  background-color: #8f2424;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:hover:before {
  width: 100%;
  right: auto;
  left: 0;
  transition: all ease-in-out 0.3s 0.1s;
  -moz-transition: all ease-in-out 0.3s 0.1s;
  -webkit-transition: all ease-in-out 0.3s 0.1s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li > a {
  text-align: center;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-weight: bold;
  margin: auto;
  display: block;
  position: relative;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li > a {
    text-align: left;
    padding: 20px 30px;
    top: auto;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li:last-child {
  margin-right: 0;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li.active {
  background-color: #cc3333;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li.active:hover > a {
  color: #333333;
}
@media all and (max-width: 1023px) {
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu {
    width: 100%;
    border-top: 1px solid #000000;
    padding-left: 10px;
  }
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li {
  border-bottom: 1px solid #000000;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li:last-child {
  border-bottom: none;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
  color: #ffffff;
  position: relative;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a:before,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a:before {
  right: 0;
  left: auto;
  background-color: #cc3333;
  transition: all ease-in-out 0.2s 0.1s;
  -moz-transition: all ease-in-out 0.2s 0.1s;
  -webkit-transition: all ease-in-out 0.2s 0.1s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a:after {
  left: 0;
  background-color: #8f2424;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
  transition: all ease-in-out 0.3s 0.1s;
  -moz-transition: all ease-in-out 0.3s 0.1s;
  -webkit-transition: all ease-in-out 0.3s 0.1s;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li.current.active a {
  background-color: #000000;
  color: #ffffff;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li.current.active a:before {
  width: 100%;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav > li .dropdown-menu > li.current.active a:hover:after {
  width: 100%;
}
header.affix,
.no-background header {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
header.affix .navbar-default,
.no-background header .navbar-default {
  height: 65px;
}
header.affix .navbar-default .container-fluid .navbar-header .navbar-toggle,
.no-background header .navbar-default .container-fluid .navbar-header .navbar-toggle {
  margin-top: 15px;
}
header.affix .navbar-default .navbar-brand,
.no-background header .navbar-default .navbar-brand {
  padding: 5px 15px;
}
header.affix .navbar-default .navbar-brand img,
.no-background header .navbar-default .navbar-brand img {
  height: 50px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 767px) {
  header.affix .navbar-default .navbar-brand img,
  .no-background header .navbar-default .navbar-brand img {
    height: 45px;
  }
}
header.affix .navbar-default .container-fluid .navbar-nav > li,
.no-background header .navbar-default .container-fluid .navbar-nav > li {
  height: 45px;
}
@media all and (max-width: 1023px) {
  header.affix .navbar-default .container-fluid .navbar-nav > li,
  .no-background header .navbar-default .container-fluid .navbar-nav > li {
    height: auto;
  }
}
/*menu top*/
.menu-top {
  position: absolute;
  top: 0;
  right: 120px;
}
@media all and (max-width: 1023px) {
  .menu-top {
    visibility: hidden;
  }
}
.menu-top ul li a {
  padding-top: 6px;
  color: #ffffff;
  font-weight: bold;
}
.menu-top ul li a:hover {
  background: transparent;
}
.menu-top ul li a:focus {
  outline: none;
  background: transparent;
}
.booking {
  background-color: #000000;
  color: #fff;
  z-index: 4;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: background ease-in-out 0.3s;
  -moz-transition: background ease-in-out 0.3s;
  -webkit-transition: background ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -webkit-transition: opacity ease-in-out 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
}
.booking:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0);
}
@media all and (max-width: 769px) {
  .mobile .booking {
    display: none;
  }
  .tablet .booking {
    width: 100%;
    margin-top: -60px;
    bottom: 0;
    border: 4px solid red;
    left: 0;
    margin-left: 0px!important;
    margin-right: 0px!important;
    position: absolute;
    background-color: #000000;
  }
}
.booking .sb {
  max-width: 1600px;
  padding: 0;
}
.tablet .booking .sb {
  background: inherit;
}
@media all and (min-width: 769px) {
  .booking {
    height: 56px;
    width: 100%;
    margin-top: -60px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
  }
}
@media all and (min-width: 769px) {
  .booking {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
  }
}
.booking.booking-custom {
  bottom: 20%;
}
@media all and (max-width: 1024px) {
  .mobile .booking.booking-custom {
    bottom: 35%;
  }
}
@media all and (max-width: 769px) {
  .tablet .booking.booking-custom {
    bottom: 50%;
  }
}
.booking.affix,
.no-background .booking {
  top: 95px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  position: fixed;
  bottom: auto;
  z-index: 4;
  margin-top: 0;
  background-color: #000000 !important;
  transition: background ease-in-out 0.3s;
  -moz-transition: background ease-in-out 0.3s;
  -webkit-transition: background ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -webkit-transition: opacity ease-in-out 0.3s;
}
.booking.affix:before,
.no-background .booking:before {
  background-color: #333333;
}
.booking.affix #sb-container .sb__btn--verify,
.no-background .booking #sb-container .sb__btn--verify {
  background-color: #cc3333 !important;
  color: #ffffff;
}
@media all and (min-width: 769px) {
  .booking #sb-container .sb {
    background-color: transparent!important;
  }
}
.booking #sb-container .sb__form-field--guests,
.booking #sb-container .sb__form-field-input {
  border-radius: 0;
  line-height: .55;
  height: 56px;
  padding: 16px 48px 16px 16px;
}
.booking #sb-container .sb__form-field--guests .sb__form-field-icon,
.booking #sb-container .sb__form-field-input .sb__form-field-icon {
  top: 18px;
}
.booking #sb-container .sb__form-field--guests .sb__form-field-icon .icon.sb-custom-icon-color,
.booking #sb-container .sb__form-field-input .sb__form-field-icon .icon.sb-custom-icon-color {
  width: 20px;
  height: 20px;
}
.booking #sb-container .sb__btn--verify {
  border-radius: 0;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 1.2em;
  height: 56px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  .booking #sb-container .sb__btn--verify {
    font-size: 1em;
  }
}
@media all and (max-width: 1100px) {
  .booking #sb-container .sb__btn--verify {
    font-size: .8em;
  }
}
@media all and (min-width: 769px) {
  .booking #sb-container .sb__form {
    width: 84%;
    float: left;
  }
}
@media all and (min-width: 769px) {
  .booking #sb-container .sb__footer-actions {
    float: left;
    width: 15%;
    margin-left: 1%;
    line-height: 1;
  }
}
.booking #sb-container .sb__footer-actions a.sb__footer-link {
  margin-top: 10px;
}
@media all and (max-width: 1440px) {
  .booking #sb-container .sb__footer-actions a.sb__footer-link {
    font-size: 9px;
    margin-top: 8px;
  }
}
.booking #sb-container .sb__footer-actions a.sb__footer-link--edit {
  float: left;
}
.booking #sb-container .sb__guests-add-room {
  border-radius: 0;
  border: 1px solid #fff;
}
.booking #sb-container .sb__guests-add-room:hover,
.booking #sb-container .sb__guests-add-room:focus {
  box-shadow: none;
  border: 1px solid #cc3333;
}
.booking #sb-container .sb__btn {
  border-radius: 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  border-bottom: 3px solid rgba(204, 51, 51, 0);
}
.booking #sb-container .sb__btn:hover {
  background-color: #ffffff !important;
  color: #cc3333 !important;
  border-bottom: 3px solid #cc3333;
}
.booking #sb-container .sb__calendar-btn {
  border-radius: 0;
}
@media all and (max-width: 768px) {
  .booking #sb-container .sb__form-field--checkout,
  .booking #sb-container .sb__guests-rooms,
  .booking #sb-container .sb__btn--verify {
    margin-top: 7px;
  }
  .tablet .booking #sb-container .sb__form-field--checkout,
  .tablet .booking #sb-container .sb__guests-rooms,
  .tablet .booking #sb-container .sb__btn--verify {
    margin-top: 0;
  }
  .tablet .booking #sb-container .sb__btn--verify {
    width: 25%;
  }
  .booking #sb-container .sb__footer-link {
    text-align: left;
    margin-top: 5px!important;
  }
}
.booking .sb-screen-m .sb__guests-rooms {
  padding-left: 0;
  padding-right: 0;
}
main {
  background-color: #fff;
  padding-top: 50px;
}
.mobile main {
  padding-top: 10px;
}
main.tmpl-gallery-page {
  padding-top: 152px!important;
}
@media all and (orientation: portrait) {
  .tablet main.tmpl-gallery-page {
    padding-top: 26px!important;
  }
}
main.tmpl-gallery-page .article-container,
main.tmpl-gallery-page .content-text {
  display: none;
}
.no-background main {
  padding-top: 200px;
}
@media all and (max-width: 767px) {
  .no-background main {
    padding-top: 110px;
  }
}
main .content-text.flexbox {
  height: 100%;
}
@media all and (max-width: 991px) {
  main .content-text.flexbox {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main .article-text {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 1024px) {
  main .article-text.bg-grey {
    width: 100%!important;
  }
  main .article-text.bg-grey .article {
    margin-left: 0;
    margin: 0 ;
    width: 100%;
    float: none;
  }
}
main .article-text .article {
  padding: 50px;
  background-color: inherit;
  color: inherit;
  float: right;
}
main .article-text .article .itemFullText {
  font-size: 1.3em;
  position: relative;
  lef: 0;
}
@media all and (max-width: 767px) {
  main .article-text .article {
    float: none;
  }
  main .article-text .article .itemFullText {
    font-size: 4.5vw;
  }
}
@media (orientation: landscape) {
  .mobile main .article-text .article .itemFullText {
    font-size: 4.5vh!important;
  }
}
@media all and (max-width: 767px) {
  main .article-text .article {
    padding: 50px 20px;
  }
}
main .article-text .article-details {
  padding: 0;
}
main .article-text .article a {
  color: #cc3333;
  font-weight: bold;
}
main .article-text .article a.btn {
  color: #ffffff;
}
main .article-text .article .itemView {
  padding: 0!important;
  margin: 0;
}
main .article-text .article .itemView .itemHeader .itemTitle {
  font-size: 3.6em;
  left: 0px;
  position: relative;
}
@media all and (max-width: 1500px) {
  main .article-text .article .itemView .itemHeader .itemTitle {
    font-size: 2.9em;
  }
}
@media all and (max-width: 1280px) {
  main .article-text .article .itemView .itemHeader .itemTitle {
    font-size: 2.5em;
  }
}
@media all and (max-width: 767px) {
  main .article-text .article .itemView .itemHeader .itemTitle {
    font-size: 2em;
  }
}
/*box right*/
.box-right {
  /*versione con tondo per homepage*/
}
.box-right-home {
  position: relative;
  overflow: hidden;
  width: 34%;
}
@media all and (max-width: 1024px) {
  .box-right-home {
    display: none;
  }
}
.box-right-home .background-cover {
  height: 20vw;
  position: relative;
}
@media all and (max-width: 1550px) {
  .box-right-home .background-cover {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .box-right-home .background-cover {
    height: 60vw;
  }
}
.box-right-home .background-cover > span {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20vw;
  height: 20vw;
  margin-left: 5vw;
}
@media all and (max-width: 1550px) {
  .box-right-home .background-cover > span {
    width: 25vw;
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .box-right-home .background-cover > span {
    width: 50vw;
    height: 50vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 0;
  }
}
.box-right-home .background-cover > div {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 50%;
  transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media all and (max-width: 1550px) {
  .box-right-home .background-cover > div {
    right: 45%;
    bottom: 45%;
  }
}
@media all and (max-width: 767px) {
  .box-right-home .background-cover > div {
    right: 55%;
    bottom: 55%;
  }
}
.box-right-home .background-cover > div img {
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  .box-right-home .background-cover > div img {
    width: 50px;
    top: 40%;
  }
}
.box-right-home .background-cover > div:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100px;
  left: 70px;
  top: 20%;
  height: 200px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media all and (max-width: 767px) {
  .box-right-home .background-cover > div:before {
    width: 84px;
  }
}
@media all and (max-width: 991px) {
  .img-right {
    height: 65vw;
  }
}
/*block-main*/
.block-main {
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 50px 0;
  /*inverte l'ordine del block-small e block-big*/
}
.tablet .block-main {
  margin: 10px 0;
}
@media all and (max-width: 767px) {
  .block-main {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
  }
}
.block-main-reverse .block-small {
  order: 1;
  border-right: none!important;
  border-left: 10px solid #ffffff;
}
.block-main-reverse .block-big {
  order: -1;
}
@media all and (max-width: 767px) {
  .block-main-reverse .block-small {
    order: 1;
  }
  .block-main-reverse .block-big {
    order: 1;
  }
}
.block-main-red-box .block-small .bg-black {
  background-color: #cc3333 !important;
  color: #ffffff !important;
}
.block-main-red-box .block-small .bg-black .text h3 {
  color: #ffffff !important;
}
.block-main-red-box .block-small .bg-black .text h2 {
  color: #000000 !important;
}
.block-main .block-small {
  height: auto;
  border-right: 10px solid #ffffff;
  position: relative;
}
@media all and (max-width: 767px) {
  .block-main .block-small {
    border-right: none;
    height: 90vw;
    border-bottom: 10px solid #ffffff;
    border-left: none;
  }
}
.block-main .block-small .bg-black {
  position: absolute;
  width: 14vw;
  height: 14vw;
  z-index: 1;
  left: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  .block-main .block-small .bg-black {
    width: 40vw;
    height: 40vw;
  }
}
@media all and (orientation: landscape) {
  .mobile .block-main .block-small .bg-black {
    width: 40vh;
    height: 40vh;
  }
}
.block-main .block-small .bg-black .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 75%;
}
@media all and (max-width: 767px) {
  .block-main .block-small .bg-black .text h3 {
    font-size: 5vw!important;
  }
  .block-main .block-small .bg-black .text h2 {
    font-size: 7vw!important;
  }
}
@media all and (orientation: landscape) {
  .mobile .block-main .block-small .bg-black .text h3 {
    font-size: 5vh!important;
  }
  .mobile .block-main .block-small .bg-black .text h2 {
    font-size: 7vh!important;
  }
}
.block-main .block-small .bg-black .text h3 {
  font-size: 1.8vw;
  margin-top: 3px;
  margin-bottom: 3px;
}
.block-main .block-small .bg-black .text h2 {
  color: #999999;
  font-size: 2.8vw;
  margin-top: 0;
}
.block-main .block-big {
  height: auto;
}
@media all and (max-width: 767px) {
  .block-main .block-big {
    width: 100%;
  }
}
.block-main .block-big .row {
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.block-main .block-big .row .background-cover {
  height: 300px;
}
@media all and (max-width: 767px) {
  .block-main .block-big .row .background-cover {
    height: 230px;
    width: 50%;
  }
}
.block-main .block-big .row .background-cover:first-child {
  border-right: 10px solid #ffffff;
}
@media all and (max-width: 767px) {
  .block-main .block-big .row .background-cover:first-child {
    border-right: none;
    border-right: 10px solid #ffffff;
  }
}
.block-main .block-big .bg-black {
  padding: 50px 80px;
  font-size: 1.3em;
}
@media all and (max-width: 767px) {
  .block-main .block-big .bg-black {
    font-size: 4.5vw!important;
    padding: 7vw 3vw!important;
  }
  .block-main .block-big .bg-black a {
    width: 100%;
  }
  .block-main .block-big .bg-black a:first-child {
    margin-bottom: 10px;
  }
}
@media all and (orientation: landscape) {
  .mobile .block-main .block-big .bg-black {
    font-size: 4.5vh!important;
    padding: 7vw 3vh!important;
  }
}
@media all and (max-width: 1200px) {
  .block-main .block-big .bg-black {
    padding: 2vw 3vw;
    font-size: 1.6vw;
  }
}
.block-main-reverse .bg-black.text:after {
  content: " ";
  width: 10px;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-main-reverse .block-small {
  border-left: 0px solid #ffffff;
}
/*recensioni*/
.review {
  padding: 45px 20% 90px;
}
@media all and (max-width: 767px) {
  .review {
    padding: 30px 2% 70px;
  }
}
.review-right {
  padding: 0 5%;
  position: relative;
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .review-right {
    padding: 0 .5%;
  }
}
.review-right blockquote {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  .review-right blockquote {
    position: static;
    top: auto;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    margin: 0;
    font-size: .9em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .review-right blockquote {
    font-size: .9em;
  }
}
.review-right blockquote:after {
  position: relative!important;
  bottom: 10px!important;
}
.review blockquote {
  position: relative;
}
.review blockquote p {
  font-style: italic;
}
.review blockquote:after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  font-family: "iq";
  font-size: 3.6em;
  content: "\43";
}
#dashboard {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.7);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.45);
  background-color: #333333;
}
.tablet #dashboard {
  height: 60px;
  line-height: 60px;
}
#dashboard > a {
  float: left;
  width: 33.333%;
  font-size: .6em;
  color: #fff;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 100%;
  line-height: 2.2;
  padding-top: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tablet #dashboard > a {
  font-size: .8em;
}
#dashboard > a:after {
  content: none;
}
#dashboard > a:last-child {
  border-right: none;
}
#dashboard > a:before {
  font-size: 1.7em;
  display: block;
  margin-right: 0;
}
/*lista offerte home*/
.list-offer-home {
  margin: 50px 0;
}
@media all and (max-width: 991px) {
  .list-offer-home {
    margin: 20px 0;
  }
}
.list-offer-home ul li {
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 25%;
  height: 25vw;
  margin-left: 4%!important;
  margin-right: 4%!important;
  cursor: pointer;
  box-shadow: inset 0 0 0 10px transparent;
  -moz-box-shadow: inset 0 0 0 10px transparent;
  -webkit-box-shadow: inset 0 0 0 10px transparent;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 991px) {
  .list-offer-home ul li {
    width: 30%;
    height: 30vw;
    margin-left: 1.6%!important;
    margin-right: 1.6%!important;
  }
}
@media all and (max-width: 767px) {
  .list-offer-home ul li {
    width: 80%;
    height: 80vw;
    margin-left: 10%!important;
    margin-right: 10%!important;
  }
}
@media all and (orientation: landscape) {
  .mobile .list-offer-home ul li {
    width: 50%;
    height: 50vw;
    margin-left: 25%!important;
    margin-right: 25%!important;
  }
}
.list-offer-home ul li:nth-child(1) {
  background-color: #000000;
  color: #ffffff;
}
.list-offer-home ul li:nth-child(1):hover {
  color: #000000;
  background: #ffffff;
  box-shadow: inset 0 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 0 10px #000000;
}
.list-offer-home ul li:nth-child(1):hover a {
  color: #000000;
}
.list-offer-home ul li:nth-child(2) {
  background-color: #cc3333;
  color: #ffffff;
}
.list-offer-home ul li:nth-child(2):hover {
  color: #cc3333;
  background: #ffffff;
  box-shadow: inset 0 0 0 10px #cc3333;
  -moz-box-shadow: inset 0 0 0 10px #cc3333;
  -webkit-box-shadow: inset 0 0 0 10px #cc3333;
}
.list-offer-home ul li:nth-child(2):hover a {
  color: #cc3333;
}
.list-offer-home ul li:nth-child(3) {
  background-color: #666666;
  color: #ffffff;
}
.list-offer-home ul li:nth-child(3):hover {
  color: #666666;
  background: #ffffff;
  box-shadow: inset 0 0 0 10px #666666;
  -moz-box-shadow: inset 0 0 0 10px #666666;
  -webkit-box-shadow: inset 0 0 0 10px #666666;
}
.list-offer-home ul li:nth-child(3):hover a {
  color: #666666;
}
.list-offer-home ul li .text {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  .list-offer-home ul li .text h3 {
    font-size: 2.8vw!important;
  }
  .list-offer-home ul li .text a {
    font-size: 2vw!important;
  }
  .list-offer-home ul li .text a:before {
    font-size: 3vw!important;
    bottom: -4vw !important;
  }
}
@media all and (max-width: 767px) {
  .list-offer-home ul li .text h3 {
    font-size: 8vw!important;
  }
  .list-offer-home ul li .text p {
    margin: 0 0 1.8vw;
    font-size: 3vw!important;
  }
  .list-offer-home ul li .text a {
    font-size: 5vw!important;
  }
  .list-offer-home ul li .text a:before {
    font-size: 6vw!important;
    bottom: -6vw !important;
  }
}
@media all and (orientation: landscape) {
  .mobile .list-offer-home ul li .text h3 {
    font-size: 8vh!important;
  }
  .mobile .list-offer-home ul li .text p {
    margin: 0 0 1.8vh;
    font-size: 3vh!important;
  }
  .mobile .list-offer-home ul li .text a {
    font-size: 5vh!important;
  }
  .mobile .list-offer-home ul li .text a:before {
    font-size: 6vh!important;
    bottom: -6vh !important;
  }
}
.list-offer-home ul li .text h3 {
  font-size: 2.1vw;
  margin-top: 0;
}
.list-offer-home ul li .text p {
  margin: 0 0 1.8vw;
  font-size: 1.1vw;
}
.list-offer-home ul li .text a {
  text-transform: lowercase;
  color: #ffffff;
  position: relative;
  font-size: 1.4vw;
}
.list-offer-home ul li .text a:hover {
  text-decoration: none;
}
.list-offer-home ul li .text a:before {
  position: absolute;
  bottom: -2.2vw;
  left: 50%;
  font-size: 1.6vw;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/*lista camere*/
.list-rooms {
  margin: 50px 0;
}
.list-rooms ul {
  padding: 0;
}
.list-rooms ul li {
  position: relative;
  height: 30vw;
  margin: 0!important;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  background-color: #000000;
  cursor: pointer;
  /*QNT - valore da cambiare per le mediaquery di bootstrap*/
}
.list-rooms ul li:hover > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
}
.list-rooms ul li:hover a:before {
  bottom: -45px;
}
@media all and (min-width: 1200px) {
  .list-rooms ul li:nth-child(3n) {
    border-right: none;
  }
}
@media all and (max-width: 1199px) {
  .list-rooms ul li {
    height: 45vw;
  }
  .list-rooms ul li:nth-child(2n) {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .list-rooms ul li {
    height: 70vw;
    border-left: none;
    border-right: none;
  }
}
.list-rooms ul li > span {
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.list-rooms ul li .text {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 767px) {
  .list-rooms ul li .text {
    top: 35%;
  }
}
.list-rooms ul li .text h3 {
  font-size: 2.6em;
  padding: 0 12%;
}
@media all and (max-width: 1023px) {
  .list-rooms ul li .text h3 {
    font-size: 4vw;
    padding: 0 5vw;
  }
}
@media all and (max-width: 767px) {
  .list-rooms ul li .text h3 {
    font-size: 7vw;
  }
}
.list-rooms ul li .text .extrafields {
  display: block;
  font-size: 1em;
  margin: 15px 0 70px;
}
@media all and (max-width: 1023px) {
  .list-rooms ul li .text .extrafields {
    font-size: 2vw;
  }
}
@media all and (max-width: 767px) {
  .list-rooms ul li .text .extrafields {
    font-size: 4.2vw;
  }
}
.list-rooms ul li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 60px;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 1.6em;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .list-rooms ul li a {
    font-size: 2.4vw;
  }
}
@media all and (max-width: 767px) {
  .list-rooms ul li a {
    font-size: 4vw;
    bottom: 50px;
  }
}
.list-rooms ul li a:hover {
  text-decoration: none;
}
.list-rooms ul li a:before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  font-size: 1.8em;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 1023px) {
  .list-rooms ul li a:before {
    bottom: -30px;
  }
}
/*lista offerte*/
.list-offer {
  margin: 50px 0;
}
.list-offer ul {
  padding: 0;
}
.list-offer ul li {
  height: 30vw;
  margin: 0!important;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  background-color: #000000;
  cursor: pointer;
  position: relative;
  /*QNT - valore da cambiare per le mediaquery di bootstrap*/
}
@media all and (max-width: 1200px) {
  .list-offer ul li:last-child:nth-child(odd) {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .list-offer ul li {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .list-offer ul li {
    width: 100%;
    height: 70vw;
    border: none;
  }
}
.list-offer ul li:hover > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
}
.list-offer ul li:hover .text a:before {
  bottom: -45px;
}
.list-offer ul li:hover .discount {
  background-color: #b31919;
}
.list-offer ul li:nth-child(3n) {
  border-right: none;
}
.list-offer ul li > span {
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.list-offer ul li .discount {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cc3333;
  color: #fff;
  z-index: 1;
  text-align: center;
  padding-top: 25px;
  width: 9vw;
  height: 9vw;
  font-size: 4.4em;
  font-weight: bold;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .list-offer ul li .discount {
    font-size: 5vw;
  }
}
@media all and (max-width: 767px) {
  .list-offer ul li .discount {
    font-size: 15vw;
    width: 25vw;
    height: 25vw;
  }
}
@media all and (orientation: landscape) {
  .mobile .list-offer ul li .discount {
    font-size: 15vh;
    width: 25vh;
    height: 25vh;
  }
}
.list-offer ul li .discount:before {
  position: absolute;
  font-size: 1.7em;
  color: rgba(255, 255, 255, 0.2);
  right: -30px;
  bottom: -30px;
}
.list-offer ul li .discount div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.list-offer ul li .discount div span {
  font-size: .55em;
  position: relative;
}
.list-offer ul li .discount div span:before {
  content: "Save";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: .35em;
}
.list-offer ul li .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.list-offer ul li .text h3 {
  font-size: 2.6em;
  padding: 0 12%;
}
@media all and (max-width: 1023px) {
  .list-offer ul li .text h3 {
    font-size: 4vw;
    padding: 0 5vw;
  }
}
@media all and (max-width: 767px) {
  .list-offer ul li .text h3 {
    font-size: 8vw;
  }
}
@media all and (orientation: landscape) {
  .mobile .list-offer ul li .text h3 {
    font-size: 8vh;
  }
}
.list-offer ul li .text .extrafields {
  display: block;
  font-size: 1em;
  margin: 15px 0 70px;
}
@media all and (max-width: 1023px) {
  .list-offer ul li .text .extrafields {
    font-size: 2vw;
  }
}
.list-offer ul li .text a {
  color: #ffffff;
  text-transform: lowercase;
  font-size: 1.6em;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .list-offer ul li .text a {
    font-size: 2.4vw;
  }
}
@media all and (max-width: 767px) {
  .list-offer ul li .text a {
    font-size: 5.4vw;
  }
}
@media all and (orientation: landscape) {
  .mobile .list-offer ul li .text a {
    font-size: 5.4vh;
  }
}
.list-offer ul li .text a:hover {
  text-decoration: none;
}
.list-offer ul li .text a:before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  font-size: 1.8em;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 1023px) {
  .list-offer ul li .text a:before {
    bottom: -30px;
  }
}
/*dettaglio camera*/
.dett-room .itemHeader h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .dett-room .itemHeader h3 {
    font-size: 1.2em;
  }
}
.dett-room .itemBody {
  margin-top: 50px;
  padding: 0;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media all and (max-width: 1200px) {
  .dett-room .itemBody {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dett-room .itemBody .itemImageGallery {
    height: 40vw;
  }
}
@media all and (max-width: 767px) {
  .dett-room .itemBody .itemImageGallery {
    height: 65vw;
  }
}
.mobile .dett-room .itemBody {
  margin-top: 10px;
}
.dett-room .itemBody .itemExtraFields {
  padding: 50px 100px;
  margin: 0;
  border-top: none;
}
@media all and (max-width: 767px) {
  .dett-room .itemBody .itemExtraFields {
    padding: 50px 20px!important;
  }
  .dett-room .itemBody .itemExtraFields ul {
    width: 80vw!important;
    line-height: 1.4em!important;
    font-size: 0.9em!important;
  }
}
@media all and (max-width: 1200px) {
  .dett-room .itemBody .itemExtraFields {
    border-top: 10px solid #ffffff;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .dett-room .itemBody .itemExtraFields ul {
    text-align: left;
    width: 60vw;
    margin: 0 auto;
  }
}
.dett-room .itemBody .itemExtraFields h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .dett-room .itemBody .itemExtraFields h3 {
    font-size: 1.3em;
  }
}
.dett-room .itemBody .itemExtraFields ul {
  counter-reset: foo;
  display: table;
  padding-left: 10px;
}
.dett-room .itemBody .itemExtraFields ul li {
  display: table-row;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  font-size: 1.1em;
}
.dett-room .itemBody .itemExtraFields ul li:before {
  font-size: 1.2em;
  margin-right: 15px;
  top: 5px;
  left: -10px;
  position: relative;
  display: table-cell;
  /* aha! */
  text-align: right;
}
.dett-room .itemBody .itemImageGallery {
  margin: 0;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
}
.dett-room .itemBody .itemImageGallery .fancybox {
  display: none;
  /*QNT - limita le miniature a 3*/
}
.dett-room .itemBody .itemImageGallery .fancybox:nth-child(1) {
  flex: 2 0 100%;
  width: 50%;
  display: block;
}
.dett-room .itemBody .itemImageGallery .fancybox:nth-child(2),
.dett-room .itemBody .itemImageGallery .fancybox:nth-child(3) {
  flex: 1;
  width: 50%;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  display: block;
}
@media all and (max-width: 1200px) {
  .dett-room .itemBody .itemImageGallery .fancybox:nth-child(2),
  .dett-room .itemBody .itemImageGallery .fancybox:nth-child(3) {
    border-right: none;
  }
}
.dett-room .itemBody .itemImageGallery .fancybox:nth-child(2) {
  border-top: none;
  border-bottom: 10px solid #ffffff;
}
.dett-room .itemBody .itemImageGallery .fancybox:nth-child(3) {
  border-bottom: none;
}
/*dettaglio offerte*/
.dett-offer:before {
  content: none!important;
}
.dett-offer .itemHeader h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .dett-offer .itemHeader h3 {
    font-size: 1.2em;
  }
}
.dett-offer .itemBody {
  margin-top: 50px;
  padding: 0;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dett-offer .itemBody .itemImage {
  position: relative;
}
@media all and (max-width: 767px) {
  .dett-offer .itemBody .itemImage {
    height: 65vw!important;
  }
}
.dett-offer .itemBody .itemImage .discount {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cc3333;
  color: #fff;
  z-index: 1;
  width: 9vw;
  height: 9vw;
  font-size: 4.4em;
  font-weight: bold;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (max-width: 1200px) {
  .dett-offer .itemBody .itemImage .discount {
    font-size: 5vw;
  }
}
@media all and (max-width: 767px) {
  .dett-offer .itemBody .itemImage .discount {
    font-size: 15vw!important;
    width: 30vw;
    height: 30vw;
  }
}
.dett-offer .itemBody .itemImage .discount:before {
  position: absolute;
  font-size: 1.7em;
  color: rgba(255, 255, 255, 0.2);
  right: -30px;
  bottom: -30px;
}
.dett-offer .itemBody .itemImage .discount div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.dett-offer .itemBody .itemImage .discount div span {
  font-size: .55em;
  position: relative;
}
.dett-offer .itemBody .itemImage .discount div span:before {
  content: "Save";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: .35em;
}
@media all and (max-width: 991px) {
  .dett-offer .itemBody {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dett-offer .itemBody .itemImage {
    height: 40vw;
  }
}
.dett-offer .itemBody .itemExtraFields {
  padding: 50px 100px;
  margin: 0;
  min-height: 450px;
  position: relative;
  border-top: none;
}
@media all and (max-width: 1023px) {
  .dett-offer .itemBody .itemExtraFields {
    min-height: auto;
  }
}
@media all and (max-width: 767px) {
  .dett-offer .itemBody .itemExtraFields {
    padding: 50px 20px!important;
  }
  .dett-offer .itemBody .itemExtraFields ul {
    width: 80vw!important;
    line-height: 1.4em!important;
    font-size: 0.9em!important;
  }
}
.dett-offer .itemBody .itemExtraFields .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1023px) {
  .dett-offer .itemBody .itemExtraFields .text {
    top: auto;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
.dett-offer .itemBody .itemExtraFields .text h3 {
  margin: 25px auto;
  font-size: 1.8em;
}
.dett-offer .itemBody .itemExtraFields .text a.btn {
  margin-top: 30px;
}
.dett-offer .itemBody .itemExtraFields .text ul {
  counter-reset: foo;
  display: table;
  padding-left: 10px;
}
.dett-offer .itemBody .itemExtraFields .text ul li {
  display: table-row;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  font-size: 1.1em;
}
.dett-offer .itemBody .itemExtraFields .text ul li:before {
  font-size: 1.2em;
  margin-right: 15px;
  top: 5px;
  left: -10px;
  position: relative;
  display: table-cell;
  /* aha! */
  text-align: right;
}
.dett-offer .itemBody .itemImageGallery {
  margin: 0;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex!important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
}
.dett-offer .itemBody .itemImageGallery .fancybox {
  display: none;
  /*QNT - limita le miniature a 3*/
}
.dett-offer .itemBody .itemImageGallery .fancybox:nth-child(1) {
  flex: 2 0 100%;
  width: 50%;
  display: block;
}
.dett-offer .itemBody .itemImageGallery .fancybox:nth-child(2),
.dett-offer .itemBody .itemImageGallery .fancybox:nth-child(3) {
  flex: 1;
  width: 50%;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  display: block;
}
.dett-offer .itemBody .itemImageGallery .fancybox:nth-child(2) {
  border-top: none;
  border-bottom: 10px solid #ffffff;
}
.dett-offer .itemBody .itemImageGallery .fancybox:nth-child(3) {
  border-bottom: none;
}
/*pagina gallery - foto */
.gallery-page {
  margin-top: 0px;
}
@media all and (max-width: 769px) {
  .gallery-page {
    margin-top: -40px;
  }
  .tablet .gallery-page {
    margin-top: 70px;
  }
}
.gallery-page .background-cover {
  padding: 0;
  background-color: #333333;
}
@media all and (orientation: landscape) {
  .mobile .gallery-page .background-cover {
    float: left;
    width: 33.333vw;
  }
  .mobile .gallery-page .background-cover:nth-child(3n+2) .image-cover {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.gallery-page .background-cover:nth-child(6n) .image-cover {
  border-right: none;
}
@media all and (max-width: 1200px) {
  .gallery-page .background-cover:nth-child(3n) .image-cover {
    border-right: none;
  }
}
@media all and (max-width: 991px) {
  .gallery-page .background-cover:nth-child(2n) .image-cover {
    border-right: none;
  }
}
@media all and (max-width: 768px) {
  .gallery-page .background-cover .image-cover {
    border-right: none;
  }
}
.gallery-page .background-cover .image-cover {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  height: 15vw;
  float: left;
  background-size: cover;
  background-position: center center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}
.gallery-page .background-cover .image-cover:before {
  background-color: #fff;
}
@media all and (max-width: 769px) {
  .gallery-page .background-cover .image-cover {
    width: 100vw;
    height: 100vw;
    border-right: none;
  }
  .tablet .gallery-page .background-cover .image-cover {
    width: 50vw;
    height: 50vw;
  }
  .tablet .gallery-page .background-cover .image-cover:first-child {
    border-right: 2px solid #fff;
  }
}
@media all and (min-width: 770px) and (max-width: 1024px) {
  .gallery-page .background-cover .image-cover {
    height: 35vw;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .gallery-page .background-cover .image-cover {
    height: 20vw;
  }
}
@media all and (orientation: landscape) {
  .mobile .gallery-page .background-cover .image-cover {
    width: 33.333vw;
    height: 25vw;
  }
}
.gallery-page .background-cover .image-cover:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90%);
  /* For IE8 and earlier */
  zoom: 1;
}
/*list service - lista servizi*/
.list-service {
  margin: 50px 0;
}
.list-service .block {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.list-service .block > span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all ease-in-out 0.4s 0.2s;
  -moz-transition: all ease-in-out 0.4s 0.2s;
  -webkit-transition: all ease-in-out 0.4s 0.2s;
}
.list-service .block:hover .wrap-text {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
}
.list-service .block:hover .wrap-text .text {
  top: 50%;
  transition: all ease-in-out 0.3s 0.3s;
  -moz-transition: all ease-in-out 0.3s 0.3s;
  -webkit-transition: all ease-in-out 0.3s 0.3s;
}
.list-service .block:hover .title {
  top: -50%;
  transition: all ease-in-out 0.3s 0.1s;
  -moz-transition: all ease-in-out 0.3s 0.1s;
  -webkit-transition: all ease-in-out 0.3s 0.1s;
}
.list-service .block:hover > span {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30%);
  /* For IE8 and earlier */
  zoom: 1;
}
.list-service .block .title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  transition: all ease-in-out 0.3s 0.3s;
  -moz-transition: all ease-in-out 0.3s 0.3s;
  -webkit-transition: all ease-in-out 0.3s 0.3s;
}
.mobile .list-service .block .title,
.tablet .list-service .block .title {
  display: none;
}
.list-service .block .title h3 {
  font-size: 2.6vw;
}
.list-service .block .title span {
  font-size: 4.8em;
}
@media all and (max-width: 1023px) {
  .list-service .block .title span {
    font-size: 2.6em;
  }
}
.list-service .block .wrap-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all ease-in-out 0.3s 0.3s;
  -moz-transition: all ease-in-out 0.3s 0.3s;
  -webkit-transition: all ease-in-out 0.3s 0.3s;
}
.mobile .list-service .block .wrap-text,
.tablet .list-service .block .wrap-text {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
}
.mobile .list-service .block .wrap-text.bg-black,
.tablet .list-service .block .wrap-text.bg-black {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.mobile .list-service .block .wrap-text.bg-grey,
.tablet .list-service .block .wrap-text.bg-grey {
  background-color: rgba(102, 102, 102, 0.5) !important;
}
.list-service .block .wrap-text .text {
  width: 90%;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-size: 1.1vw;
}
.mobile .list-service .block .wrap-text .text,
.tablet .list-service .block .wrap-text .text {
  top: 50%;
}
@media all and (max-width: 769px) {
  .list-service .block .wrap-text .text {
    font-size: 1.5vw;
  }
  .list-service .block .wrap-text .text h3 {
    font-size: 1.7em;
  }
}
.list-service .block .wrap-text .text h3 {
  font-size: 2em;
}
.list-service .block:nth-child(8n+1) {
  width: 40%;
  height: 40vw;
  float: left;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+1) {
    height: 50vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+1) {
    width: 100%;
    border-right: none;
  }
}
.list-service .block:nth-child(8n+2) {
  width: 30%;
  height: 20vw;
  float: left;
  border-right: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+2) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+2) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+2) {
    width: 50%;
  }
}
.list-service .block:nth-child(8n+3) {
  width: 30%;
  height: 20vw;
  float: left;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+3) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+3) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+3) {
    width: 50%;
  }
}
.list-service .block:nth-child(8n+4) {
  width: 60%;
  height: 20vw;
  float: left;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+4) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+4) {
    height: 30vw!important;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+4) {
    width: 100%;
    height: 25vw;
  }
}
.list-service .block:nth-child(8n+5) {
  width: 40%;
  height: 40vw;
  float: right;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+5) {
    height: 50vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+5) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+5) {
    width: 100%;
    border-left: none;
  }
}
.list-service .block:nth-child(8n+6) {
  width: 30%;
  height: 20vw;
  float: right;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+6) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+6) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+6) {
    width: 50%;
  }
}
.list-service .block:nth-child(8n+7) {
  width: 30%;
  height: 20vw;
  float: right;
  border-right: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+7) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+7) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+7) {
    width: 50%;
  }
}
.list-service .block:nth-child(8n+8) {
  width: 60%;
  height: 20vw;
  float: right;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-child(8n+8) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+8) {
    height: 30vw!important;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-child(8n+8) {
    width: 100%;
    height: 25vw;
  }
}
.list-service .block:nth-last-child(1),
.list-service .block:nth-last-child(2),
.list-service .block:nth-last-child(3) {
  height: 20vw;
  width: 33.333%;
}
@media all and (min-width: 1023px) and (max-width: 1200px) {
  .list-service .block:nth-last-child(1),
  .list-service .block:nth-last-child(2),
  .list-service .block:nth-last-child(3) {
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-last-child(1),
  .list-service .block:nth-last-child(2),
  .list-service .block:nth-last-child(3) {
    height: 30vw;
  }
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-last-child(1),
  .list-service .block:nth-last-child(2),
  .list-service .block:nth-last-child(3) {
    width: 100%;
    height: 25vw;
  }
}
.list-service .block:nth-last-child(2) {
  border-bottom: 10px solid #fff;
}
.list-service .block:nth-last-child(1) {
  border-bottom: 10px solid #fff;
}
@media all and (max-width: 1023px) {
  .list-service .block:nth-last-child(1) {
    border-right: none;
  }
}
.list-service-mobile {
  margin-top: 0px;
}
.list-service-mobile h3 {
  outline: none;
  border: 3px solid #333333;
  font-size: .9em;
  padding: 15px 10px;
  padding-right: 15vw;
  margin: 15px auto;
  position: relative;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  color: #ffffff;
  background-color: #333333;
  font-weight: normal;
}
.list-service-mobile h3:before {
  position: absolute;
  right: 7px;
  top: 50%;
  line-height: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  vertical-align: middle;
  font-size: 8vw;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (orientation: landscape) {
  .mobile .list-service-mobile h3:before {
    font-size: 8vh;
  }
}
.list-service-mobile h3.ui-state-active {
  border: 3px solid #cc3333;
  border-bottom: 3px solid #cc3333;
  background-color: #1a1a1a;
}
.list-service-mobile div {
  padding: 30px;
  background-color: transparent;
  margin-top: -15px;
  border: 3px solid #333333;
  background-color: #666666;
  color: #ffffff;
  border-top: none;
}
.list-service-mobile div:last-child {
  margin-bottom: 30px;
}
.list-service-mobile div ul {
  text-align: left;
  margin: 20px auto;
}
.list-service-mobile div ul li {
  position: relative;
  padding-left: 20px;
}
.list-service-mobile div ul li:before {
  content: "\48";
  font-size: .8em;
  font-family: "iq";
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
}
@media all and (max-width: 767px) {
  .list-service-mobile div a.btn {
    font-size: .7em;
  }
}
/*come raggiungerci*/
.how-reach-us {
  height: 800px;
  position: relative;
}
@media all and (max-width: 767px) {
  .how-reach-us {
    height: auto!important;
  }
}
@media all and (max-width: 1023px) {
  .how-reach-us {
    height: 1100px;
  }
}
.how-reach-us * a {
  color: #ffffff;
  font-weight: bold;
}
.how-reach-us > span {
  background-attachment: fixed;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60%);
  /* For IE8 and earlier */
  zoom: 1;
}
.how-reach-us > .container {
  position: relative;
  height: 100%;
  padding-top: 90px;
}
.how-reach-us > .container .tab-control {
  position: relative;
}
.how-reach-us > .container .tab-control .nav li {
  margin: 15px auto;
}
.how-reach-us > .container .tab-control .nav li:first-child {
  margin-top: 0;
}
.how-reach-us > .container .tab-control .nav li.active a {
  border: 3px solid #cc3333;
  color: #cc3333;
}
@media all and (min-width: 1023px) {
  .how-reach-us > .container .tab-control .nav li.active a:hover {
    background-color: #cc3333;
    color: #ffffff;
  }
}
.how-reach-us > .container .tab-control .nav li a {
  border: 3px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media all and (min-width: 1023px) {
  .how-reach-us > .container .tab-control .nav li a:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid rgba(255, 255, 255, 0);
  }
}
.how-reach-us > .container .tab-content {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .how-reach-us > .container .tab-content {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .how-reach-us > .container .tab-content .tab-pane {
    font-size: .9em;
  }
}
.how-reach-us > .container .tab-content .tab-pane:before {
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  font-size: 10em;
  bottom: -20px;
  right: -20px;
}
.how-reach-us .box-transfer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 30px 0 70px;
}
@media all and (max-width: 767px) {
  .how-reach-us .box-transfer {
    position: relative;
    margin-top: 30px;
    font-size: .9em;
  }
}
.googlemap {
  margin: -10px auto;
}
.googlemap .phocamaps {
  background-color: #999999;
}
.googlemap .phocamaps .phocamaps-box {
  margin-top: 0!important;
  float: left;
  margin: 0;
  width: 70%;
}
@media all and (max-width: 769px) {
  .googlemap .phocamaps .phocamaps-box {
    width: 100%;
    display: block;
  }
}
.googlemap .phocamaps .pmroute {
  margin-left: 0;
  margin-top: 0;
  padding: 20px 30px;
  color: #000000;
  width: 30%;
  float: left;
  clear: none;
  height: 100%;
  display: table;
  text-align: center;
}
@media all and (max-width: 769px) {
  .googlemap .phocamaps .pmroute {
    width: 100%;
    display: block;
  }
}
.googlemap .phocamaps .pmroute > .form-inline {
  padding-top: 25%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4em;
}
@media all and (max-width: 769px) {
  .googlemap .phocamaps .pmroute > .form-inline {
    display: block;
    padding-top: 0;
  }
}
.googlemap .phocamaps .pmroute form .pm-input-route {
  background-color: #666666;
  border: none;
  border-bottom: 3px solid #333333;
  height: 40px;
  vertical-align: top;
  color: #ffffff;
  padding: 5px;
  display: block;
  margin: 10px 10%;
  width: 80%;
  border-radius: 0px;
  font-size: .7em;
}
@media all and (max-width: 1023px) {
  .googlemap .phocamaps .pmroute form .pm-input-route {
    width: 90%;
    margin: 10px 5%;
  }
}
@media all and (max-width: 769px) {
  .googlemap .phocamaps .pmroute form .pm-input-route {
    margin: 10px auto;
  }
}
.mobile .googlemap .phocamaps .pmroute form .pm-input-route {
  width: 100%;
}
.googlemap .phocamaps .pmroute form .pm-input-route-btn {
  color: #ffffff;
  background: #333333;
  width: 80%;
  font-size: .7em;
}
@media all and (max-width: 1200px) {
  .googlemap .phocamaps .pmroute form .pm-input-route-btn {
    font-size: .5em;
  }
}
@media all and (max-width: 1023px) {
  .googlemap .phocamaps .pmroute form .pm-input-route-btn {
    width: 90%;
  }
}
.googlemap .phocamaps .pmroute form .pm-input-route-btn:hover {
  color: #000000;
  border: 1px solid #333333;
  background: #666666;
}
.mobile .googlemap .phocamaps .pmroute form .pm-input-route-btn {
  width: 100%;
}
.googlemap .phocamaps #phocaDirPlgPM1 {
  background-color: #b3b3b3;
  border-top: #1a1a1a;
}
.googlemap .phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 {
  background-color: #999999;
}
.googlemap .phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 .pmprintroutelink {
  display: none;
}
.googlemap .phocamaps #phocaDirPlgPM1 div {
  background-color: #ffffff;
}
.googlemap .phocamaps #phocaDirPlgPM1 div div {
  width: 80%;
  margin: 0 10%;
}
@media all and (max-width: 769px) {
  .mobile .googlemap .phocamaps #phocaDirPlgPM1 div div,
  .tablet .googlemap .phocamaps #phocaDirPlgPM1 div div {
    width: 95%;
    margin: 0 auto;
  }
}
#phocamaps-box div.pmbox-grey div div div {
  padding: 0 !important;
}
/*cta*/
.calltoaction {
  text-align: center;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .calltoaction {
    padding: 5px 0;
  }
}
.calltoaction p {
  margin: 30px -2px;
  display: inline-block;
  width: 35%;
}
@media all and (max-width: 1200px) {
  .calltoaction p {
    width: 45%;
  }
}
@media all and (max-width: 767px) {
  .calltoaction p {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.calltoaction p a {
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.4em!important;
  height: 80px!important;
  line-height: 80px!important;
}
@media all and (max-width: 1023px) {
  .calltoaction p a {
    font-size: 2.4vw!important;
  }
}
@media all and (max-width: 767px) {
  .calltoaction p a {
    font-size: 5vw!important;
  }
}
@media all and (orientation: landscape) {
  .mobile .calltoaction p a {
    font-size: 5vh!important;
    height: 50px!important;
    line-height: 50px!important;
  }
}
.calltoaction p:first-child a {
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  position: relative;
}
.calltoaction p:first-child a.btn-red {
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:first-child a.btn-red:hover,
.calltoaction p:first-child a.btn-red:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:first-child a.btn-big {
  line-height: 55px;
  height: 55px;
}
@media all and (max-width: 1200px) {
  .calltoaction p:first-child a.btn-big {
    line-height: 5vw;
    height: 5vw;
  }
}
@media all and (max-width: 767px) {
  .calltoaction p:first-child a.btn-big {
    line-height: 2.4em;
    height: 2.4em;
  }
}
.calltoaction p:first-child a:hover,
.calltoaction p:first-child a:focus {
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:first-child a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 0%;
  background-color: #cc3333;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.calltoaction p:first-child a:hover {
  background-color: #333333;
}
.calltoaction p:first-child a:hover:before {
  width: 100%;
}
.calltoaction p:last-child a {
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  position: relative;
}
.calltoaction p:last-child a.btn-red {
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:last-child a.btn-red:hover,
.calltoaction p:last-child a.btn-red:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:last-child a.btn-big {
  line-height: 55px;
  height: 55px;
}
@media all and (max-width: 1200px) {
  .calltoaction p:last-child a.btn-big {
    line-height: 5vw;
    height: 5vw;
  }
}
@media all and (max-width: 767px) {
  .calltoaction p:last-child a.btn-big {
    line-height: 2.4em;
    height: 2.4em;
  }
}
.calltoaction p:last-child a:hover,
.calltoaction p:last-child a:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.calltoaction p:last-child a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 0%;
  background-color: #000000;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.calltoaction p:last-child a:hover:before {
  width: 100%;
}
/*-----mappa dove siamo-------------------------------------------------------*/
.mappainterattiva {
  padding: 0;
  height: 500px;
  position: relative;
}
@media all and (max-width: 769px) {
  .tablet .mappainterattiva {
    display: block;
    height: auto;
  }
}
.mappainterattiva #interactive-map {
  padding: 0;
}
@media all and (max-width: 769px) {
  .mappainterattiva #interactive-map {
    height: 450px;
  }
  .tablet .mappainterattiva #interactive-map {
    display: block;
    height: 450px;
  }
  .mobile .mappainterattiva #interactive-map {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .mappainterattiva #interactive-map {
    height: auto;
  }
}
.mappainterattiva #interactive-map #map {
  min-height: 500px;
}
.mappainterattiva #interactive-map #map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 680px) {
  .mappainterattiva #interactive-map #map {
    left: 0;
    position: relative;
    height: 320px;
    top: 0;
    width: 100%;
  }
}
.mappainterattiva #interactive-map #map .marker {
  text-align: center;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all 0.3s linear;
}
.mappainterattiva #interactive-map #map .marker:before {
  position: relative;
  z-index: 2;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
}
.mappainterattiva #interactive-map #map .marker#hotel-marker:before {
  content: "";
  background-image: url(/images/marker/logo-iq-hotel-roma.png);
  background-repeat: no-repeat;
  z-index: 3;
  width: 70px;
  height: 94px;
}
.mappainterattiva #interactive-map #map .marker#metroRepubblica-marker:before,
.mappainterattiva #interactive-map #map .marker#palazzoPitti-marker:before,
.mappainterattiva #interactive-map #map .marker#teatroOpera-marker:before,
.mappainterattiva #interactive-map #map .marker#basilicaMaggiore-marker:before,
.mappainterattiva #interactive-map #map .marker#stazioneTermini-marker:before,
.mappainterattiva #interactive-map #map .marker#fontanaTrevi-marker:before,
.mappainterattiva #interactive-map #map .marker#piazzaSpagna-marker:before,
.mappainterattiva #interactive-map #map .marker#foriImperiali-marker:before,
.mappainterattiva #interactive-map #map .marker#colosseo-marker:before,
.mappainterattiva #interactive-map #map .marker#piazzaVenezia-marker:before,
.mappainterattiva #interactive-map #map .marker#villaBorghese-marker:before,
.mappainterattiva #interactive-map #map .marker#pantheon-marker:before,
.mappainterattiva #interactive-map #map .marker#domusAurea-marker:before,
.mappainterattiva #interactive-map #map .marker#basilicaSanGiovanni-marker:before,
.mappainterattiva #interactive-map #map .marker#piazzaNavona-marker:before,
.mappainterattiva #interactive-map #map .marker#castelSantangelo-marker:before,
.mappainterattiva #interactive-map #map .marker#BasilicaSanpietro-marker:before {
  content: "";
  background-image: url('/images/marker/hotel-iq-roma-POI.png');
  position: relative;
  z-index: 2;
  top: 0;
  width: 25px;
  height: 33px;
  display: block;
}
.mappainterattiva #interactive-map #map .marker.active:before {
  top: 0;
  background-image: url('/images/marker/hotel-iq-roma-POI-active.png') !important;
  z-index: 4;
  width: 25px;
  height: 33px;
}
.mappainterattiva #interactive-map .marker-poi {
  position: relative;
  width: 20%;
  z-index: 2;
  color: #fff;
  background-color: #4a3131;
  padding: 0;
  box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -moz-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -webkit-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
}
@media all and (max-width: 1200px) {
  .mappainterattiva #interactive-map .marker-poi {
    width: 40%;
  }
}
.mappainterattiva #interactive-map .marker-poi .custom {
  height: 100%;
}
.mappainterattiva #interactive-map .marker-poi .marker-link {
  margin: 0;
}
.mappainterattiva #interactive-map .marker-poi .marker-link a {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  display: block;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all 0.3s linear;
}
.mappainterattiva #interactive-map .marker-poi .marker-link a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.mappainterattiva #interactive-map .marker-poi .marker-link a strong {
  display: block;
  font-size: .9em;
  text-transform: uppercase;
}
.mappainterattiva #interactive-map .marker-poi .marker-link a:hover,
.mappainterattiva #interactive-map .marker-poi .marker-link a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.mappainterattiva #interactive-map .marker-poi .marker-link.active a {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -moz-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -webkit-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
}
.mappainterattiva #interactive-map .marker-poi .marker-link.active a:before {
  color: #4a3131;
}
.mappainterattiva #interactive-map .marker-poi .marker-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all .6s linear;
  -moz-transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  border-right: 5px solid #d04644;
}
@media all and (max-width: 1200px) {
  .mappainterattiva #interactive-map .marker-poi .marker-link:after {
    display: none;
  }
}
.mappainterattiva #interactive-map .marker-poi .marker-link#stazione-termini:after {
  background-image: url(/images/position/stazione-termini.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#metro-termini:after {
  background-image: url(/images/position/metro-termini.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#metro-repubblica:after {
  background-image: url(/images/position/metro-repubblica.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#terme-diocleziano:after {
  background-image: url(/images/position/terme-diocleziano.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#basilica-angeli:after {
  background-image: url(/images/position/basilica-angeli.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#colosseo:after {
  background-image: url(/images/position/colosseo.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#piazza-spagna:after {
  background-image: url(/images/position/piazza-spagna.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#fontana-trevi:after {
  background-image: url(/images/position/fontana-trevi.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link#vaticano:after {
  background-image: url(/images/position/vaticano.jpg);
}
.mappainterattiva #interactive-map .marker-poi .marker-link.active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
@media all and (max-width: 680px) {
  .mappainterattiva #interactive-map .marker-poi {
    width: 100%;
  }
  .mappainterattiva #interactive-map .marker-poi .marker-link {
    display: none;
    text-align: center;
  }
  .mappainterattiva #interactive-map .marker-poi .marker-link.active {
    display: block;
  }
  .mappainterattiva #interactive-map .marker-poi .marker-link.active a:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -7.5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #d04644;
  }
  .mappainterattiva #interactive-map .marker-poi .marker-link.active a:before {
    display: none;
  }
}
.poi {
  background-color: #000000;
  height: 100%;
  position: relative;
  cursor: pointer;
}
@media all and (orientation: portrait) {
  .tablet .poi {
    min-height: 450px;
    height: 100%;
  }
}
.poi > span {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: background ease-in-out 0.3s;
  -moz-transition: background ease-in-out 0.3s;
  -webkit-transition: background ease-in-out 0.3s;
}
.poi .container-poi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}
.poi .container-poi h3 {
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-size: 2em;
}
@media all and (max-width: 767px) {
  .poi .container-poi h3 {
    font-size: 1.2em;
  }
}
.poi .container-poi ul {
  list-style: none;
  text-align: center;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .poi .container-poi ul {
    padding: 0!important;
    margin: 0!important;
  }
}
.poi .container-poi ul li {
  display: inline-flex;
  margin: 4px 5px;
  text-align: center;
  position: relative;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  line-height: 1.1;
}
.poi .container-poi ul li a {
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media all and (max-width: 767px) {
  .poi .container-poi ul li a {
    padding: 3px 5px;
    font-size: 0.8em;
  }
}
.poi .container-poi ul li a.active {
  border: 1px solid #cc3333;
  background-color: #cc3333;
  color: #ffffff;
  text-decoration: none;
}
.poi .container-poi ul li a.active:hover {
  border-color: #ffffff;
}
.poi .container-poi ul li a:hover {
  text-decoration: none;
  color: #000000;
}
.poi .container-poi ul li a:hover > div {
  color: #000000;
}
.poi .container-poi ul li div {
  font-size: .7em;
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.poi .container-poi ul li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
  .poi .container-poi h3 {
    font-size: 1.6em;
  }
  .poi .container-poi ul li {
    margin: 3px 2px;
  }
  .poi .container-poi ul li a {
    padding: 3px 10px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .poi .container-poi h3 {
    font-size: 1.3em;
  }
  .poi .container-poi ul li {
    margin: 2px 1px;
  }
  .poi .container-poi ul li a {
    padding: 3px 8px;
    font-size: 0.9em;
  }
}
/*faq*/
.faq {
  padding: 50px 0px;
  margin-top: -80px;
}
@media all and (max-width: 767px) {
  .faq {
    margin-top: 0;
  }
}
.faq .container h3 {
  font-size: 1.8em;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding-top: 15px;
}
@media all and (max-width: 767px) {
  .faq .container h3 {
    font-size: 1.4em;
  }
}
.faq .container h3:first-child {
  border: none;
}
.faq .container h3:before {
  margin-right: 15px;
  vertical-align: middle;
}
.faq .container ul li {
  list-style-type: none;
}
footer .bg-grey .container {
  padding: 25px;
}
@media all and (max-width: 1200px) {
  footer .bg-grey .container div.custom > div {
    font-size: 1.2vw;
    padding: 0;
  }
}
@media all and (max-width: 769px) {
  footer .bg-grey .container div.custom > div {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 767px) {
  footer .bg-grey .container div.custom > div {
    font-size: 5vw;
  }
}
footer .bg-grey .container div.custom > div:before {
  font-size: 1.6em;
  bottom: 2px;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 1200px) {
  footer .bg-grey .container div.custom > div:before {
    font-size: 1.6vw;
  }
}
footer .bg-grey .container div.custom > div a {
  color: #fff;
}
@media all and (max-width: 767px) {
  footer .bg-grey .container div.custom .social {
    text-align: center;
  }
}
footer .bg-grey .container div.custom .social a {
  margin-right: 20px;
  text-decoration: none;
}
footer .bg-grey .container div.custom .social a:focus {
  text-decoration: none;
}
footer .bg-grey .container div.custom .social a:hover {
  text-decoration: none;
}
footer .bg-grey .container div.custom .social a span:before {
  font-size: 1.6em;
}
footer .bg-darkgrey .container {
  padding: 30px;
}
@media all and (max-width: 767px) {
  footer .bg-darkgrey .container div.logo {
    padding-bottom: 40px;
    text-align: center;
  }
}
footer .bg-darkgrey .container div.logo img {
  width: 100px;
  margin-bottom: 15px;
}
footer .bg-darkgrey .container div.logo p {
  margin: 0 0 5px;
}
footer .bg-darkgrey .container div.logo p a {
  color: #ffffff;
}
footer .bg-darkgrey .container div.menu-footer h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #666666;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: 70%;
  font-weight: normal;
}
footer .bg-darkgrey .container div.menu-footer ul li {
  position: relative;
  list-style-type: none;
  font-size: .9em;
  line-height: 2em;
}
footer .bg-darkgrey .container div.menu-footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .bg-darkgrey .container div.menu-footer ul li:before {
  font-family: "iq";
  position: absolute;
  bottom: 3px;
  left: -25px;
  vertical-align: middle;
  content: "\76";
  color: #999999;
  font-size: .8em;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/*menu lingua header top*/
.langmenu {
  position: absolute;
  right: 20px;
  top: 0;
}
@media all and (max-width: 767px) {
  .langmenu {
    right: 0;
  }
}
.langmenu .btn {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: none;
  outline: none;
  height: 30px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .langmenu .btn {
    padding: 0 10px;
  }
}
.langmenu .btn span {
  margin-left: 10px;
  line-height: 32px;
}
.mobile .langmenu .btn span,
.tablet .langmenu .btn span {
  font-size: .8em;
}
.mobile .langmenu .btn span:before,
.tablet .langmenu .btn span:before {
  vertical-align: sub;
}
.langmenu .btn span:before {
  font-size: 1.6em;
  vertical-align: middle;
}
.langmenu ul {
  margin-left: -8px !important;
  border-top: none;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  min-width: auto;
  background-color: #333333;
}
.langmenu ul li {
  border-bottom: 1px solid #000000;
  margin-left: 0!important;
  margin-right: 0!important;
}
.langmenu ul li:last-child {
  border: none;
}
.langmenu ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
.langmenu ul li a:hover {
  color: #ffffff;
  background-color: #666666;
}
.langmenu ul li a img {
  border: 1px solid #ecebeb;
}
/* --- CHRONOFORM ----------------------------------------------------------- */
.chronoforms6_credits {
  display: none;
}
.chronoform-qnt {
  margin: 0px auto;
}
.chronoform-qnt .ui.selection.dropdown {
  font-size: 1.3em !important;
  padding: 1em;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.chronoform-qnt .chronoforms {
  margin: 0 15%;
  padding: 70px 0;
}
@media all and (max-width: 767px) {
  .chronoform-qnt .chronoforms {
    margin: 0 5%;
  }
  .chronoform-qnt .chronoforms .g-recaptcha > div {
    width: 100%!important;
  }
  .chronoform-qnt .chronoforms .g-recaptcha > div > div > iframe {
    width: 100%!important;
  }
}
.chronoform-qnt .chronoforms .ui.form .field > label {
  font-size: 1.1em;
  color: #000000;
  display: none;
}
.chronoform-qnt .chronoforms a#btnPrivacy {
  color: #ffffff;
  font-weight: bold;
}
.chronoform-qnt .chronoforms .checkbox label {
  color: #ffffff;
}
.chronoform-qnt .chronoforms .checkbox label:hover {
  color: inherit;
}
.chronoform-qnt .chronoforms .ui.form textarea,
.chronoform-qnt .chronoforms .ui.form input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-size: 1.3em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.chronoform-qnt .chronoforms .ui.form textarea::placeholder,
.chronoform-qnt .chronoforms .ui.form input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.chronoform-qnt .chronoforms .ui.form textarea:focus,
.chronoform-qnt .chronoforms .ui.form input:focus {
  border-color: #cc3333;
  box-shadow: #cc3333 0 0 0 1px inset;
  -moz-box-shadow: #cc3333 0 0 0 1px inset;
  -webkit-box-shadow: #cc3333 0 0 0 1px inset;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.chronoform-qnt button#btnInvia {
  margin-top: 15px;
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 40px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 1.4em;
}
.chronoform-qnt button#btnInvia.btn-red {
  color: #ffffff;
  background-color: #cc3333;
  border: 1px solid #cc3333;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.chronoform-qnt button#btnInvia.btn-red:hover,
.chronoform-qnt button#btnInvia.btn-red:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.chronoform-qnt button#btnInvia.btn-big {
  line-height: 55px;
  height: 55px;
}
@media all and (max-width: 1200px) {
  .chronoform-qnt button#btnInvia.btn-big {
    line-height: 5vw;
    height: 5vw;
  }
}
@media all and (max-width: 767px) {
  .chronoform-qnt button#btnInvia.btn-big {
    line-height: 2.4em;
    height: 2.4em;
  }
}
.chronoform-qnt button#btnInvia:hover,
.chronoform-qnt button#btnInvia:focus {
  color: #fff;
  background-color: #9b2727;
  border: 1px solid #9b2727;
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
}
.mobile .chronoform-qnt button#btnInvia {
  display: block;
  width: 100%;
}
/* --- BANNER COOKIES ------------------------------------------------------- */
/* --- BANNER COOKIES ------------------------------------------------------- */
#banner-cookies {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
  font-size: .8rem;
  line-height: 1;
  color: #fff;
  background-color: #666666;
  padding: 0px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.affix #banner-cookies {
  display: none;
}
.no-background #banner-cookies {
  position: fixed;
  bottom: 0;
  display: block;
  top: auto;
  background-color: rgba(102, 102, 102, 0.9);
  border-top: 1px solid #666666;
}
#banner-cookies p {
  margin-right: 20vw;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: .8em;
}
#banner-cookies p a {
  color: #fff;
}
#banner-cookies .btn {
  background-color: #999999;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: .9em;
  padding: 0 15px;
  line-height: 25px;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}
.col-sm-12.h1 {
  margin: 0;
  padding: 0;
  float: left;
}
.h1 h1 {
  font-size: 12px;
  z-index: 9999999;
  color: #d8d8d8;
  left: 0;
  text-align: left;
  top: 0;
  margin: 8px;
  padding: 0;
}
@media all and (max-width: 768px) {
  .h1 h1 {
    width: 80%;
    overflow: hidden;
    line-height: 12px;
    height: 12px;
  }
}
/*
.article-text.bg-black.col-md-16.col-sm-24 {
  left: 0px;
}
*/
.background-cover.block-small.col-sm-8 .bg-black {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 960px;
    margin: 30px auto;
  }
}
.tmpl-cookies a {
  display: block;
  overflow: hidden;
}
::selection {
  background: #cc3333;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #cc3333;
  /* Gecko Browsers */
}
/*
.sb__form-field-input.sb-custom-box-shadow-color.sb-custom-box-shadow-color-hover.sb-custom-box-shadow-color-focus.sb-custom-field-bg-color:hover{
  background-color: red;
}

#sb-container .sb-custom-box-shadow-color-hover:hover {
    background-color: #cc3334 !important;
    .transition(all ease-in-out .3s);
}
#sb-container .focus .sb-custom-box-shadow-color-focus {
    background-color: #cf322d !important;
    box-shadow: #ffffff 0px 0px 0px 0px inset !important;
    border: solid 2px white;
    border-top: none;
}
.sb__calendar.is-bound {
    background-color: #cf322d !important;
}

#sb-container .sb__calendar-day--valid.sb__calendar-day--checkin.intent-selection {
    background-color: black;
}

#sb-container .sb__calendar-day--checkin::before {
    border-color: transparent transparent rgb(51, 51, 51);
}
*/
