@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
body,
html {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  overflow: auto;
  height: auto;
}
html.safari,
.safari body {
  height: auto;
}
body.fixed-body {
  position: fixed;
  overflow: hidden;
}
.virtual-lounge.login #page {
  background: #cfe1e4 url(../images/login.jpg) center no-repeat;
}
.virtual-lounge.login .bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.virtual-lounge.login h1 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.virtual-lounge.login .blockLogin {
  text-align: center;
  width: 90%;
}
.virtual-lounge.login .blockLogin,
.virtual-lounge.login .box-white {
  margin: 10px auto 30px;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}
.virtual-lounge.login .blockLogin .item,
.virtual-lounge.login .box-white .item {
  margin: 1.5em 0;
}
.virtual-lounge.login .blockLogin input,
.virtual-lounge.login .box-white input,
.virtual-lounge.login .blockLogin button,
.virtual-lounge.login .box-white button {
  display: block;
}
.virtual-lounge.login .blockLogin button,
.virtual-lounge.login .box-white button,
.virtual-lounge.login .blockLogin a,
.virtual-lounge.login .box-white a {
  margin: 10px auto;
  text-align: center;
}
.virtual-lounge.login .blockLogin h2,
.virtual-lounge.login .box-white h2,
.virtual-lounge.login .blockLogin .big,
.virtual-lounge.login .box-white .big {
  font-weight: normal;
  font-size: 18px;
  margin: 2em 0 0;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  display: block;
}
.virtual-lounge.login .blockLogin h2,
.virtual-lounge.login .box-white h2 {
  margin-bottom: 2em;
}
.virtual-lounge.login .blockLogin a.small,
.virtual-lounge.login .box-white a.small {
  margin: 15px auto;
  font-size: 12px;
  padding: 6px 0;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid;
}
.virtual-lounge.login .blockLogin button + a.small,
.virtual-lounge.login .box-white button + a.small {
  margin-top: 0;
}
.virtual-lounge.login .blockLogin button,
.virtual-lounge.login .box-white button,
.virtual-lounge.login .blockLogin .btn-login,
.virtual-lounge.login .box-white .btn-login {
  margin: 20px auto;
  width: 165px;
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  display: block;
}
.virtual-lounge.login .blockLogin button:hover,
.virtual-lounge.login .box-white button:hover,
.virtual-lounge.login .blockLogin .btn-login:hover,
.virtual-lounge.login .box-white .btn-login:hover,
.virtual-lounge.login .blockLogin button:focus,
.virtual-lounge.login .box-white button:focus,
.virtual-lounge.login .blockLogin .btn-login:focus,
.virtual-lounge.login .box-white .btn-login:focus {
  background: #fff;
  color: #017d90;
}
.animazione-testi-login {
  line-height: 1;
  margin: 0 auto;
  padding: 0 25px 10px;
  font-weight: 300;
}
.animazione-testi-login h1 {
  margin: 0;
  text-align: left;
  text-transform: none !important;
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  font-weight: 400 !important;
}
.animazione-testi-login span {
  display: block;
  text-align: left;
  margin: 0.75em 0;
}
.animazione-testi-login #text-1 {
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animazione-testi-login #text-2 {
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animazione-testi-login #text-3 {
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animazione-testi-login #text-4 {
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animazione-testi-login #text-5 {
  -webkit-animation: fadeRight 3s;
          animation: fadeRight 3s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cssanimations .animazione-testi-login span {
  opacity: 0;
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* ---------------------------------
  MEDIA QUERIES
--------------------------------- */
@media all and (min-width: 768px) {
  .virtual-lounge.login .blockLogin {
    width: 100%;
    max-width: 350px;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .virtual-lounge.login .box-white {
    margin: 0;
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .virtual-lounge.login .animazione-testi-login {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .virtual-lounge.login .animazione-testi-login h1 {
    font-size: 3.125em;
  }
  .virtual-lounge.login .animazione-testi-login span {
    font-size: 2.5em;
    margin: 0.5em 0;
  }
}
.virtual-lounge .lity-iframe-container iframe {
  background: #fff;
}
.virtual-lounge #header {
  position: absolute;
  height: auto;
}
.virtual-lounge #header #logo {
  z-index: 1;
  margin: 0;
  position: relative;
}
.virtual-lounge #header .btnTopMenu {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  top: 13px;
  font-family: 'Lato';
  background: none;
  z-index: 3;
}
.virtual-lounge .langSelector {
  color: #fff;
  font-family: 'Lato';
  top: 13px;
  right: 20px;
  position: absolute;
  z-index: 3;
}
.virtual-lounge .langSelector a {
  text-decoration: none;
}
.virtual-lounge.showroom #header .btnTopMenu {
  right: 90px;
}
.virtual-lounge .is-sticky #header .btnTopMenu {
  color: #777;
}
.virtual-lounge.showroom #header:after,
.virtual-lounge.home #page:after,
.virtual-lounge.form-info #page:after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.virtual-lounge #page {
  height: auto;
}
.virtual-lounge #footer {
  background: #1c2023;
  border-top: 2px solid #fff;
  width: 100%;
  position: relative;
  z-index: 5;
}
#button-dx {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: right;
}
#button-dx.fixed {
  position: fixed;
}
.btn-fixed {
  color: #fff;
  display: inline-block;
  min-height: 50px;
  border-radius: 50px;
  position: relative;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-right: 50px;
  line-height: 1;
  font-weight: bold;
  font-size: 0.9375em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.btn-fixed span.text {
  white-space: nowrap;
  display: block;
  width: auto;
  padding: 0 15px;
}
.btn-fixed.dealer {
  background-image: url(../images/ico-contact_dealer.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.btn-fixed.boatshow {
  background-image: url(../images/ico-e_boatshow.svg);
  background-position: right;
  background-repeat: no-repeat;
  display: none;
}
.btn-fixed:after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  right: 0;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  z-index: -1;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.fixed .btn-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  color: #000;
}
.fixed .btn-fixed.boatshow {
  display: inline-block;
}
.fixed .btn-fixed .wrap-animation {
  white-space: nowrap;
  width: auto;
  max-width: 0;
  display: inline-block;
  overflow: hidden;
}
.fixed .btn-fixed span.text {
  padding-right: 0;
}
.fixed .btn-fixed:after {
  display: none;
}
.fixed .btn-fixed:hover .wrap-animation,
.fixed .btn-fixed:focus .wrap-animation {
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* Hide the browser-specific focus styles */
.floating-label-wrap {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}
.floating-label-field {
  position: relative;
  line-height: 1;
  padding: 5px 10px;
  width: 100%;
  border: 0;
  color: #000;
  border-bottom: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.floating-label-field + .floating-label {
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transition: transform 0.25s, opacity 0.25s ease-in-out, -webkit-transform 0.25s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: .85;
}
.floating-label-field:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.floating-label-field:focus,
.floating-label-field:not(:placeholder-shown) {
  border-color: #000;
}
.floating-label-field:focus + .floating-label,
.floating-label-field:not(:placeholder-shown) + .floating-label {
  -webkit-transform: translate(0, -17px) scale(0.8);
          transform: translate(0, -17px) scale(0.8);
  opacity: .5;
}
.floating-label-field:-internal-autofill-selected {
  border-color: #000;
}
.floating-label-field:-internal-autofill-selected + .floating-label {
  -webkit-transform: translate(0, -17px) scale(0.8);
          transform: translate(0, -17px) scale(0.8);
  opacity: .5;
}
.floating-label-field:invalid {
  border-color: red;
}
.floating-label-field::-webkit-input-placeholder {
  color: transparent;
}
.floating-label-field:-ms-input-placeholder {
  color: transparent;
}
.floating-label-field::placeholder {
  color: transparent;
}
/* ---------------------------------
  GRIGLIA TESTATA
--------------------------------- */
.grid-showroom {
  background: #333333 url(../images/header-background.jpg) center repeat;
  background-size: 150%;
  position: relative;
}
.grid-showroom:after {
  content: '';
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
.grid-showroom .grid-cell {
  background: #444;
  min-height: 200px;
  margin-bottom: 10px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.grid-showroom .grid-cell img {
  width: 100%;
  display: block;
}
.grid-showroom .video-background {
  width: 100%;
  padding-top: 80%;
  padding-top: 100vh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  position: relative;
}
.grid-showroom .video-background:after {
  content: '';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-showroom .video-background .info-hover {
  bottom: 85px;
}
.grid-showroom .video-background .info-hover a {
  display: block;
}
.grid-showroom .video-background .info-hover svg {
  display: none;
}
.grid-showroom .video-background .info-hover .dearName {
  text-decoration: none;
}
.grid-showroom .video-background .text-wrap {
  margin-bottom: 20px;
  font-size: 1.875em;
}
.grid-showroom .video-background .video-loading {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../images/Spinner-1s-78px.svg) center no-repeat;
}
.grid-showroom .video-background.video-loaded .video-loading {
  display: none;
}
.grid-showroom .video-background img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-showroom .video-background video {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100vw;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  -o-object-fit: cover;
     object-fit: cover;
}
.cssgrid .grid-showroom {
  min-height: 580px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
svg #wheel {
  -webkit-animation: scroll ease 2s infinite;
          animation: scroll ease 2s infinite;
}
#btn-audio-video {
  color: #fff;
  text-align: center;
  height: 55px;
  padding-top: 32px;
  border: 0;
  outline: 0;
  z-index: 5;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  bottom: 50px;
  background: transparent url(../images/audio-pause.svg) 5px top no-repeat;
}
#btn-audio-video .sound-on {
  display: none;
}
#btn-audio-video.on {
  background: transparent url(../images/audio-play.svg) top no-repeat;
}
#btn-audio-video.on .sound-on {
  display: inline;
}
#btn-audio-video.on .sound-off {
  display: none;
}
#btn-audio-video:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.text-wrap {
  padding: 14px;
  color: #fff;
  text-align: center;
}
.box2 .text-wrap,
.video .text-wrap {
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.62);
}
.info-hover {
  font-size: 0.75em;
  padding: 10px;
  position: absolute;
  width: 90%;
  max-width: 400px;
  padding: 0;
  text-align: center;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.info-hover .btn {
  background: #990a30;
  border: 1px solid #990a30;
  border-radius: 20px;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.info-hover .btn:hover,
.info-hover .btn:focus {
  background: #fff;
  color: #990a30;
}
.box1 .info-hover .text-wrap b {
  display: block;
  font-size: 1.25em;
  font-weight: normal;
}
.info-hover .text-wrap > span {
  text-transform: uppercase;
  font-size: 0.9375em;
}
.info-hover .text-wrap span.big {
  margin-bottom: 10px;
  display: block;
  font-size: 1.25em;
  font-weight: normal;
  text-transform: none;
}
.info-hover .text-wrap + .btn {
  margin-top: 20px;
}
.box1 {
  position: relative;
}
.box1 .info-hover,
.box1 img {
  z-index: 2;
}
.box1 .info-hover .text-wrap span.big {
  text-transform: uppercase;
  font-size: 2em;
}
.box1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}
/* ---------------------------------
  SLIDER CON TIMELINE
--------------------------------- */
#timeline-slider .swiper-lazy-preloader {
  background: url(../images/Spinner-1s-78px.svg) center no-repeat;
  border: 0;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}
#timeline-slider img {
  width: 100%;
  display: block;
}
#timeline-slider #progress {
  position: absolute;
  width: 0;
  height: 7px;
  background-color: #000;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#timeline-slider .info-hover .btn {
  margin-top: 25px;
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
#timeline-slider .info-hover .btn:hover,
#timeline-slider .info-hover .btn:focus {
  background: #fff;
  color: #017d90;
}
#timeline-slider .text-wrap {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 14px 30px;
}
#timeline-slider .text-wrap::after {
  content: '';
  position: relative;
  width: 100%;
  display: block;
}
/* ---------------------------------
  FILTRI COLLEZIONI
--------------------------------- */
.msgFilter {
  padding: 40px 15px;
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  max-width: 740px;
}
.blockFilterCollection {
  padding: 20px 15px;
  background: #1c2023;
  text-align: center;
  color: #fff;
  font-family: 'Lato';
}
.blockFilterCollection label {
  font-size: 1.5em;
  margin: 0 10px;
  font-weight: 300;
}
.blockFilterCollection select {
  background: #ffffff url(../images/arrow-down-black.svg) 95% no-repeat;
  color: #000;
  border-radius: 20px;
  min-width: 200px;
  border: 0;
  padding: 5px 30px 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ---------------------------------
  COLLECTION
--------------------------------- */
.collections-title {
  padding: 20px 15px 10px;
  background: #1c2023;
  color: #fff;
  font-size: 1.625em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  position: relative;
}
.collections-title:after {
  /*content: url(../images/arrow-down-white.svg);
    display: block;
    margin: 10px auto 0;
    line-height: 0;*/
}
.collections-title svg {
  display: block;
  margin: 10px auto 0;
}
.collections-title svg #arrow-anim {
  -webkit-animation: scrollArrow 4s infinite;
          animation: scrollArrow 4s infinite;
}
@-webkit-keyframes scrollArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
svg #wheel {
  -webkit-animation: scroll ease 2s infinite;
          animation: scroll ease 2s infinite;
}
section.collection {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
section.collection .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
section.collection h2 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  padding: 30px 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1;
}
section.collection h2 button {
  background: none;
  border: 0;
  color: #fff;
}
section.collection.first.images-loaded .collection-wrap {
  max-height: 100%;
}
.az-collection section.collection {
  cursor: pointer;
}
.az-collection section.collection #load-image {
  width: 100%;
  height: 150px;
  font-size: 0;
  background: #cccccc url(../images/Spinner-1s-78px.svg) center no-repeat;
}
.az-collection section.collection h2 {
  margin: 0;
  color: #fff;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.875em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.az-collection section.collection h2 button {
  padding: 30px 10px;
  outline: 0;
  text-transform: uppercase;
  width: 100%;
}
.az-collection section.collection h2 button:hover,
.az-collection section.collection h2 button:focus {
  font-weight: 400;
}
.az-collection section.collection .collection-name {
  background: #003d51;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
}
.az-collection section.collection#grande-collection .collection-name {
  background: #003d51 url(../images/01_mari-Grande.jpg) bottom no-repeat;
  background-size: cover;
}
.az-collection section.collection#flybridge-collection .collection-name {
  background: #003d51 url(../images/02_mari-Flybridge.jpg) bottom no-repeat;
  background-size: cover;
}
.az-collection section.collection#atlantis-collection .collection-name {
  background: #003d51 url(../images/05_mari-Atlantis.jpg) bottom no-repeat;
  background-size: cover;
}
.az-collection section.collection#s-collection .collection-name {
  background: #003d51 url(../images/03_mari-S.jpg) bottom no-repeat;
  background-size: cover;
}
.az-collection section.collection#magellano-collection .collection-name {
  background: #003d51 url(../images/04_mari-Magellano.jpg) bottom no-repeat;
  background-size: cover;
}
.az-collection section.collection#verve-collection .collection-name {
  background: #003d51 url(../images/06_mari-Verve.jpg) bottom no-repeat;
  background-size: cover;
}
.js .az-collection section.collection .collection-wrap {
  display: none;
  max-height: 100%;
}
section.collection.open h2 {
  font-size: 2em;
}
section.collection.open h2 button {
  padding-bottom: 30px;
  padding-top: 80px;
}
section.collection.open .collection-wrap {
  opacity: 1;
  max-height: none;
}
section.collection .collection-wrap {
  overflow: hidden;
  max-width: 1300px;
  margin: 5px auto 0;
  padding: 0;
  text-align: center;
  height: 100%;
}
section.collection .inner-collection-wrap {
  padding: 20px 15px;
  text-align: center;
}
section.collection .boxYacht {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  border: 2px solid #fff;
  margin-bottom: 20px;
  text-align: left;
}
section.collection .immagine-modello {
  position: relative;
  outline: 0;
}
section.collection .immagine-modello img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 1em;
}
section.collection .immagine-modello .place-load {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
section.collection .link-hover {
  width: 100%;
  z-index: 2;
}
section.collection .link {
  color: #000;
  display: block;
  text-decoration: none;
  outline: 0;
  position: relative;
  font-size: 0.9375em;
  margin-top: 12px;
  line-height: 1.125;
  padding-bottom: 5px;
}
section.collection .link:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  bottom: 0;
  position: absolute;
  background: #000;
}
section.collection .link:hover,
section.collection .link:focus {
  font-style: italic;
}
section.collection .info-modello a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: left;
  font-size: 0.9375em;
  line-height: 1.125;
  padding-bottom: 5px;
}
section.collection .info-modello a + a {
  margin-top: 12px;
}
section.collection .info-modello a:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #000;
}
section.collection .info-modello a:hover,
section.collection .info-modello a:focus {
  font-style: italic;
}
section.collection .nome-modello {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.25;
  font-size: 1.25em;
}
section.collection .lnkImmagine {
  display: inline-block;
}
.flexwrap section.collection .boxYacht {
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
}
.flexwrap section.collection .link-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.flexwrap section.collection .link-hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 0;
}
.flexwrap section.collection .link {
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 7px 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.flexwrap section.collection .link::after {
  display: none;
}
.flexwrap section.collection .box-hover .link-hover {
  opacity: 1;
}
.flexwrap section.collection .info-modello {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 18px;
}
.flexwrap section.collection .immagine-modello {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.flexwrap section.collection .immagine-modello img {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  section.collection {
    width: 100%;
  }
  section.collection.open h2 {
    font-size: 3.125em;
  }
  section.collection.open h2 button {
    padding-top: 130px;
  }
  section.collection .boxYacht {
    padding: 0 10px;
  }
  section.collection .info-modello {
    text-align: left;
  }
  .flexwrap section.collection {
    /*.link-hover{
          position: absolute;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;

        }
        .box-hover .link-hover{
          opacity: 1;
        }
        */
  }
  .flexwrap section.collection .inner-collection-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexwrap section.collection .boxYacht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 0 0 20px;
    max-width: 615px;
  }
  .flexwrap section.collection .link {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    color: #fff;
    text-align: center;
    padding: 55px 5px 0;
  }
  .flexwrap section.collection .link:hover,
  .flexwrap section.collection .link:focus {
    text-decoration: underline;
  }
  .flexwrap section.collection .link:after {
    display: none;
  }
  .flexwrap section.collection .link.press {
    background: url(../images/ico-video.svg) top no-repeat;
    background-size: 50px;
  }
  .flexwrap section.collection .link.walk {
    background: url(../images/ico-play.svg) top no-repeat;
    background-size: 50px;
  }
  .flexwrap section.collection .link.overview {
    background: url(../images/ico-cuore.svg) top no-repeat;
    background-size: 50px;
  }
  .flexwrap section.collection .link.virtual-tour {
    background: url(../images/ico-360.svg) top no-repeat;
    background-size: 50px;
  }
}
@media all and (min-width: 800px) and (max-width: 980px) {
  .flexwrap section.collection .link {
    font-size: 1em;
  }
}
@media all and (min-width: 1000px) {
  .flexwrap section.collection .boxYacht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flexwrap section.collection .immagine-modello {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
            flex: 0 0 72%;
    max-width: 450px;
  }
  .flexwrap section.collection .info-modello {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .flexwrap section.collection .link {
    font-size: 0.875em;
  }
}
@media all and (min-width: 1200px) {
  .flexwrap section.collection .link {
    font-size: 1.0625em;
    padding-top: 65px;
  }
  .flexwrap section.collection .link.press,
  .flexwrap section.collection .link.virtual-tour,
  .flexwrap section.collection .link.overview,
  .flexwrap section.collection .link.walk {
    background-size: 60px;
  }
}
/* ---------------------------------
  E-BOATSHOW
--------------------------------- */
section#boatShow {
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  background: url(../images/section-boatshow.jpg) center no-repeat;
  background-size: cover;
}
.nextBoatShow {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 40px;
}
.nextBoatShow .title {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 4px;
}
.boatShow-content {
  font-size: 1.25em;
  margin-bottom: 40px;
}
.boatShow-content > div {
  margin-bottom: 40px;
}
.boatShow-content .title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.boatShow-content .title .with {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
}
.boatShow-content .date {
  margin-bottom: 25px;
}
.boatShow-content .btn {
  background: #990a30;
  border: 1px solid #990a30;
  border-radius: 20px;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  font-size: 0.75em;
}
.boatShow-content .btn:hover,
.boatShow-content .btn:focus {
  background: #fff;
  color: #990a30;
}
.liveSession {
  padding-top: 70px;
  background: url(../images/ico-live_chat.svg) top no-repeat;
}
.One2One {
  padding-top: 70px;
  background: url(../images/ico-video_presentazioni.svg) top no-repeat;
}
.registration {
  font-size: 1.25em;
}
/* ---------------------------------
  MODALI
--------------------------------- */
#popup {
  width: 100%;
  z-index: 99999;
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-transition: left 500ms ease-out 0s;
  transition: left 500ms ease-out 0s;
  background: #ffffff url(../images/Spinner-1s-78px-black.svg) center no-repeat;
}
#popup #close-popup {
  width: 40px;
  height: 40px;
  position: fixed;
  border: 0;
  z-index: 2;
  background: url(../images/close-black.svg) center no-repeat;
  top: 0;
  right: 0;
  display: none;
}
.fixed-body #popup #close-popup {
  display: block;
}
.tech-data#popup #close-popup {
  right: 20px;
}
.black#popup {
  background: #19171b url(../images/Spinner-1s-78px.svg) center no-repeat;
}
.black#popup #close-popup {
  background: #19171b url(../images/close-white.svg) center no-repeat;
}
.open-modal #popup {
  left: 0;
}
#popup #technical-data {
  padding-top: 10vw;
}
#content-modal {
  color: #fff;
  min-height: 400px;
  height: 100%;
  width: 100%;
  position: relative;
}
.overview #content-modal,
.walk #content-modal {
  max-width: 890px;
  margin: 0 auto;
}
.flexwrap #content-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech-data #content-modal {
  display: block !important;
  background: #19171B;
  height: auto;
}
.tech-data #content-modal h2 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Lato', Arial, sans-serif;
}
.tech-data #content-modal table {
  width: 100%;
  margin-bottom: 40px;
}
.tech-data #content-modal td {
  text-align: right;
  vertical-align: top;
  padding: 12px 0 5px;
}
.tech-data #content-modal td:first-child {
  padding-right: 10px;
  text-align: left;
}
.tech-data #content-modal th {
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
.flexwrap .tech-data #content-modal .center {
  background: #19171B;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexwrap .tech-data #content-modal .center > p {
  width: 100%;
  text-align: center;
}
.flexwrap .tech-data #content-modal .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
  padding: 10px 20px;
}
#content-modal .wrap-virtual_tour {
  position: relative;
  height: 90%;
  height: calc(100% - 40px);
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#content-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-modal .swiperVideoPress {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
#content-modal .swiperVideoPress .swiper-container {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
#content-modal .swiperVideoPress .swiper-slide {
  width: 100%;
  height: auto;
}
#content-modal .swiperVideoPress .swiper-pagination {
  bottom: 3px;
}
#content-modal .swiperVideoPress .swiper-pagination-bullet {
  background: #fff;
}
#content-modal .swiperVideoPress .swiper-button-next,
#content-modal .swiperVideoPress .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 12px;
  height: 20px;
}
#content-modal .swiperVideoPress .swiper-button-next {
  background: url(../images/arrow-right.svg) center no-repeat;
}
#content-modal .swiperVideoPress .swiper-button-prev {
  background: url(../images/arrow-left.svg) center no-repeat;
}
#content-modal .swiperVideoPress .swiper-button-next:after,
#content-modal .swiperVideoPress .swiper-button-prev:after {
  display: none;
}
#content-modal .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.virtual-lounge.form-info #header {
  position: relative;
  height: 70px;
}
.virtual-lounge.form-info #header .btnTopMenu {
  right: 20px;
  display: block;
  padding-right: 30px;
  background: url(../images/close-white.svg) right no-repeat;
}
.virtual-lounge.form-info .sticky-wrapper {
  height: 70px !important;
}
.virtual-lounge.form-info.login #header .btnTopMenu {
  right: 50px;
  background: none;
  padding-right: 0;
}
.virtual-lounge.form-info:not('.login') #header {
  position: relative;
  height: 150px;
}
.virtual-lounge.form-info h1 {
  text-align: left;
  font-weight: lighter;
  font-size: 1.875em;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.virtual-lounge.form-info #page {
  width: 100%;
  background: #cfe1e4 url(../images/bg-form.jpg) center no-repeat;
  background-size: cover;
  margin-top: -70px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.virtual-lounge.form-info .content-page {
  padding: 0;
  position: relative;
  z-index: 1;
}
.virtual-lounge.form-info .content-page.layout-center {
  max-width: 1300px;
  margin: 0 auto;
}
.virtual-lounge.form-info .col-fullwidth {
  width: 90%;
  margin: 10px auto;
}
.virtual-lounge.form-info .col1,
.virtual-lounge.form-info .col2 {
  width: 90%;
  margin: 10px auto;
}
.virtual-lounge.form-info .col2 {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}
.virtual-lounge.form-info input[type="submit"],
.virtual-lounge.form-info .btn-submit {
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  min-width: 155px;
}
.virtual-lounge.form-info input[type="submit"]:hover,
.virtual-lounge.form-info .btn-submit:hover,
.virtual-lounge.form-info input[type="submit"]:focus,
.virtual-lounge.form-info .btn-submit:focus {
  background: #fff;
  color: #017d90;
}
.virtual-lounge.form-info .select-item {
  padding: 8px 0;
  margin: 1em 0 !important;
}
.virtual-lounge.form-info .select-item select {
  width: 100%;
  height: 30px;
  background: #fff;
}
.virtual-lounge.form-info input.error {
  border-bottom: 1px solid #bd0000;
}
.virtual-lounge.form-info input.error + label {
  color: #bd0000;
}
.virtual-lounge.form-info .item + label.error {
  margin-top: -1em;
  display: block;
  color: #bd0000;
  margin-bottom: 3em;
}
.virtual-lounge.form-info textarea {
  width: 100%;
  padding: 5px;
  min-height: 100px;
  border: 1px solid #aaa;
}
.virtual-lounge.form-info textarea.error {
  border: 1px solid #bd0000;
}
.virtual-lounge.form-info .full-item {
  width: 100%;
}
.virtual-lounge.form-info .date {
  text-transform: uppercase;
}
.virtual-lounge.form-info .models-collection {
  margin-bottom: 1em;
}
.virtual-lounge.form-info .owner-check {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.virtual-lounge.form-info .phone-item label {
  margin-right: 5px;
}
.virtual-lounge.form-info .phone-item input {
  padding: 5px;
}
label .required {
  color: #bd0000;
  margin-left: 2px;
}
.form-section-title {
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}
.collection-wrap .form-section-title {
  margin-top: 0;
}
.checkbox-item {
  margin-bottom: .5em;
  text-align: left;
}
.checkbox-item input {
  display: inline-block !important;
}
.checkbox-item label {
  margin-left: 5px;
}
#privacy-form-item {
  margin: 30px 0 10px;
}
.textarea-item {
  margin-top: 1.5em;
}
.textarea-item label {
  display: block;
  margin-bottom: 5px;
}
.form-action {
  text-align: center;
  margin-top: 2em;
}
#table_registrazione_info {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 10px;
}
#table_registrazione_info .input-field > * {
  display: block;
}
#table_registrazione_info .input-field + .input-field {
  margin-top: 1em;
}
#table_registrazione_info input {
  padding: 5px;
}
@media all and (min-width: 768px) and (min-height: 750px) {
  .virtual-lounge.form-info #footer {
    /*position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;*/
  }
}
@media all and (min-width: 768px) {
  .virtual-lounge.form-info #header {
    position: relative;
    height: 100px;
  }
  .virtual-lounge.form-info .sticky-wrapper #header {
    height: 70px !important;
  }
  .virtual-lounge.form-info #page {
    margin-top: -100px;
    min-height: 100vh;
    padding-bottom: 70px;
  }
  .virtual-lounge.form-info .sticky-wrapper + #page {
    margin-top: -70px;
  }
  .virtual-lounge.form-info #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .flexwrap .virtual-lounge.form-info .content-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .flexwrap .virtual-lounge.form-info .col-fullwidth {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexwrap .virtual-lounge.form-info .col1,
  .flexwrap .virtual-lounge.form-info .col2 {
    margin: 0;
  }
  .flexwrap .virtual-lounge.form-info .col1 {
    width: 40%;
    max-width: 500px;
    padding-right: 5%;
  }
  .flexwrap .virtual-lounge.form-info .col2 {
    width: 60%;
    max-width: 540px;
  }
  .flexwrap .virtual-lounge.form-info.form-live .col1 {
    max-width: none;
  }
  .flexwrap .virtual-lounge.form-info.login .col1 {
    width: auto;
    max-width: 800px;
  }
  .flexwrap .virtual-lounge.form-info.login .col60 {
    width: 60%;
  }
  .flexwrap .virtual-lounge.form-info.login .col40 {
    width: 40%;
  }
  .checkbox-item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  #table_registrazione_info .input-field > * {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
  }
  #table_registrazione_info label {
    line-height: 1;
    min-width: 150px;
  }
}
#page:after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#edeals {
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  max-width: 280px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
#edeals .edeals-button {
  width: 100%;
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 1.375em;
  text-transform: uppercase;
  background: #007f92;
  margin: 0;
  font-weight: 300;
}
#edeals button {
  position: relative;
  width: 100%;
  padding: 9px 35px 9px 35px;
  font-size: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
#edeals button span {
  position: absolute;
  right: 15px;
  top: 14px;
  display: block;
  width: 20px;
  height: 20px;
}
#edeals button .close {
  background: url(../images/close-white.svg) center no-repeat;
  background-size: 18px;
  display: none;
}
#edeals button .expand {
  top: 50%;
  margin-top: -10px;
  background: url(../images/arrow-right-2.svg) center no-repeat;
}
#edeals.sticky {
  z-index: 20;
  opacity: 1;
}
#edeals.expanded .close {
  display: block;
}
#edeals.expanded .expand {
  display: none;
}
#edeals .edeals-content {
  text-align: center;
  padding: 10px 15px;
}
#edeals .btn {
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 10px;
}
#edeals .btn:hover,
#edeals .btn:focus {
  background: #fff;
  color: #017d90;
}
.edeals-page {
  text-align: left;
  color: #000;
  background: #E9E8E9;
}
.edeals-page h1 {
  font-family: 'Lato', Arial;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.75em;
  margin-bottom: .25em;
}
.edeals-page #header .btnTopMenu {
  background: url(../images/close-white.svg) right no-repeat;
  right: 20px;
  display: block;
  padding-right: 30px;
}
.edeals-page section {
  padding: 0;
}
.edeals-page main {
  padding-top: 90px;
}
.edeals-page .btn {
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  margin-top: 30px !important;
}
.edeals-page .btn:hover,
.edeals-page .btn:focus {
  background: #fff;
  color: #017d90;
}
.edeals-page .section-wrap {
  margin: 0 auto;
  max-width: 1300px;
}
.edeals-page .text-wrap {
  color: #000000;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.edeals-page .text-wrap .date {
  font-size: 1.25em;
  margin-bottom: 40px;
  display: block;
}
.edeals-page .text-wrap p {
  line-height: 2em;
}
.edeals-page .img img {
  display: block;
  max-width: none;
  width: 100%;
}
.edeals-page .edeals-type {
  color: #990a30;
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.25;
  font-weight: bold;
}
.edeals-page .edeals-type + a {
  margin-top: 30px;
}
.edeals-page .link.details {
  background: url(../images/ico-details.svg) top no-repeat;
  background-size: 50px;
}
.edeals-page .link.deal {
  background: url(../images/ico-edeal.svg) top no-repeat;
  background-size: 50px;
}
.edeals-page .boxYacht.sold .link-hover {
  opacity: 1;
}
.edeals-page .boxYacht.sold .link-hover:after {
  opacity: 0.5;
}
.edeals-page .boxYacht.sold .link-hover span {
  color: #fff;
  z-index: 4;
  font-size: 3em;
  font-weight: 300;
}
@media (min-width: 800px) {
  .edeals-page main {
    padding-top: 200px;
    min-height: calc(100vh - 72px);
  }
  .edeals-page .text-wrap {
    width: 50%;
  }
  .edeals-page .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
/* ---------------------------------
  BANNER
--------------------------------- */
@media all and (max-width: 560px) {
  button.lity-close {
    background: #000;
  }
}
#bannerpage {
  background: #fff;
  overflow: auto;
  max-width: 1000px;
}
#bannerpage .banner-text {
  padding: 30px;
  text-align: center;
}
#bannerpage .banner-image img {
  max-width: 100%;
  display: block;
}
#bannerpage h3 {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 10px;
}
#bannerpage .btn {
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  font-size: 13px;
  margin: 10px auto;
}
#bannerpage .btn:hover,
#bannerpage .btn:focus {
  background: #fff;
  color: #017d90;
}
#bannerpage .btn-verde {
  background: #017d90;
  border: 1px solid #017d90;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  margin: 10px auto;
}
#bannerpage .btn-verde:hover,
#bannerpage .btn-verde:focus {
  background: #fff;
  color: #017d90;
}
#bannerpage .btn-rosso {
  background: #990a30;
  border: 1px solid #990a30;
  border-radius: 20px;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  margin: 10px auto;
}
#bannerpage .btn-rosso:hover,
#bannerpage .btn-rosso:focus {
  background: #fff;
  color: #990a30;
}
@media all and (min-width: 800px) {
  .flexwrap #bannerpage {
    margin: 0;
    width: 100%;
  }
  .flexwrap #bannerpage .banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flexwrap #bannerpage .banner-image,
  .flexwrap #bannerpage .banner-text {
    width: 50%;
  }
}
@media all and (min-width: 1100px) {
  .flexwrap #bannerpage .banner-image,
  .flexwrap #bannerpage .banner-text {
    width: 500px;
  }
}
/* ---------------------------------
  MEDIA QUERIES
--------------------------------- */
@media all and (max-width: 400px) {
  #button-dx {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media all and (min-width: 768px) {
  .grid-showroom .video-background .info-hover {
    bottom: 45px;
  }
  .grid-showroom .video-background .info-hover svg {
    display: inline-block;
  }
  #btn-audio-video {
    bottom: 10px;
  }
  .video-background .text-wrap {
    font-size: 4em;
  }
  .box1,
  .box2 {
    float: left;
    width: 49%;
  }
  .box1 {
    margin-right: 2%;
  }
  .flexwrap .boatShow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 40px;
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexwrap .boatShow-content > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media all and (min-width: 850px) {
  .info-hover {
    font-size: 1em;
  }
  .grid-showroom {
    background: #333333 url(../images/header-background.jpg) center no-repeat;
    background-size: cover;
  }
  .cssgrid .grid-showroom {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 4vw;
  }
  .cssgrid .grid-showroom:after {
    display: none;
  }
  .cssgrid .grid-showroom .grid-cell {
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    margin: 0;
    width: auto;
  }
  .cssgrid .grid-showroom .grid-cell .swiper-wrapper {
    height: 100% !important;
  }
  .cssgrid .grid-showroom .grid-cell img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
  .cssgrid .grid-showroom .video {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .cssgrid .grid-showroom .box1 {
    grid-column-start: 2;
  }
  .cssgrid .grid-showroom .box2 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .cssgrid .grid-showroom .video-background {
    max-height: 100%;
    height: 100%;
    padding: 0;
  }
  .cssgrid #timeline-slider,
  .cssgrid #timeline-slider .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .cssgrid #timeline-slider .swiper-slide {
    position: relative;
    height: 100%;
  }
}
