@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Raleway:300,500,700&display=swap');
@import url('hamburgers-master/_sass/hamburgers/hamburgers.css');
body,
html {
  font-family: 'Arvo', serif;
  font-weight: 400;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a.inline {
  color: #000;
  text-decoration: underline;
}
a.inline:hover,
a.inline:focus {
  font-style: italic;
}
.btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: 10px;
  background: #00646b;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn:hover,
.btn:focus {
  background: #fff;
  color: #00646b;
  border: 1px solid #00646b;
}
.center-layout,
#model-content section,
#page-content,
.block-webform,
#block-views-cfd44cb791a08613279b28a78253065d,
#block-views-652d24ec8c1a528de4671bc4385c6ab3,
.block-vista-boatshow,
.section-user main form,
.section-user main form,
.section-login main form,
.section-login main form,
main > .profile,
.region-footer {
  max-width: 1320px;
  padding: 20px;
  margin: 0 auto;
}
.wrap-testo_header .tagline,
.wrap-testo_header h1,
.wrap-testo_header .btn,
.wrap-testo_header .title {
  z-index: 2;
  position: relative;
}
.wrap-testo_header .tagline,
.wrap-testo_header h1,
.wrap-testo_header .title {
  color: #fff;
  display: block;
  margin: 15px 0;
  max-width: 580px;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.wrap-testo_header .tagline {
  font-size: 1.125em;
  text-transform: uppercase;
}
.wrap-testo_header h1,
.wrap-testo_header .title {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.125;
}
.wrap-testo_header .btn {
  margin: 15px 0;
}
.divider,
hr {
  margin: 2rem 0;
  border-top: 1px solid #86754d;
}
.region-bottom .divider,
.region-bottom hr {
  border-top: 1px solid #fff;
}
h2 {
  font-size: 1.5em;
  text-align: center;
  margin: 1em 10px;
  font-weight: normal;
  line-height: 1.25em;
}
h2.with-subtitle {
  margin-bottom: 0;
  padding: 5px 20px;
}
h2.with-subtitle + .subtitle {
  color: #86754d;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
h3 {
  text-align: center;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', serif;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}
/*==================================================
  $A11Y Dropdown
  ==================================================*/
#toggleMenu {
  width: 60px;
  height: 60px;
  border: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  position: relative;
  right: 0;
}
#toggleMenu:focus {
  outline: 0;
}
.is-open #toggleMenu,
:target #toggleMenu {
  background-repeat: no-repeat;
  background-position: center;
}
.menu-dropdown-a11y .menu__item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.menu-dropdown-a11y .menu__item > .nolink.open {
  background-color: #fff;
  border-bottom: none;
  z-index: 1;
}
.menu-dropdown-a11y .menu__item .menu__item {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-dropdown-a11y .menu__link {
  font-size: 1.625em;
  color: #989898;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.menu-dropdown-a11y .menu__link:hover,
.menu-dropdown-a11y .menu__link:focus {
  outline: none;
  text-decoration: underline;
}
.menu-dropdown-a11y .navigation-block {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
}
.menu-dropdown-a11y .navigation-block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-dropdown-a11y .navigation-block .menu .menu {
  margin-bottom: 20px;
}
.menu-dropdown-a11y .navigation-block .menu .menu a {
  font-size: 0.9375em;
  line-height: 1.25;
  text-transform: none;
}
.menu-dropdown-a11y .navigation-block .menu li.is-expanded > .menu__link {
  padding-right: 40px;
  background: url(../images/arrow.svg) right 20px no-repeat;
}
.menu-dropdown-a11y .navigation-block .menu li.is-expanded > .menu__link.open {
  background: url(../images/arrow-down.svg) right 20px no-repeat;
}
.menu-dropdown-a11y .navigation-block > .menu {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.menu-dropdown-a11y .navigation-block > .menu li {
  display: block;
  width: 100%;
  list-style: none;
}
.menu-dropdown-a11y .navigation-block > .menu li.is-expanded.is-active-trail > .menu__link,
.menu-dropdown-a11y .navigation-block > .menu li.is-leaf .active {
  font-weight: bold;
  color: #000;
}
.js .menu-dropdown-a11y {
  /*
    &:target .js-accessible-megamenu{
          display: block;
    }
    &:target{
       #toggleMenu{ display: block;}
    }*/
}
.js .menu-dropdown-a11y #toggleMenu {
  display: block;
}
.js .menu-dropdown-a11y #toggleMenu[aria-expanded="true"] {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 11;
  line-height: 0;
}
.js .menu-dropdown-a11y #toggleMenu[aria-expanded="true"]:focus,
.js .menu-dropdown-a11y #toggleMenu[aria-expanded="true"]:hover {
  opacity: 0.5;
}
.js .menu-dropdown-a11y #toggleMenu[aria-expanded="false"] + .js-accessible-megamenu {
  display: none;
}
.js .menu-dropdown-a11y .menu__item .menu[aria-hidden="true"] {
  display: none;
}
.js .menu-dropdown-a11y .menu__item .menu[aria-hidden="false"] {
  display: block;
}
.js .menu-dropdown-a11y .navigation-block {
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
}
.menu-open.js .menu-dropdown-a11y .navigation-block {
  bottom: 0;
  height: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
}
.js .menu-dropdown-a11y .navigation-block > .menu {
  margin-top: 60px;
  height: calc(100% -  60px);
  overflow-y: auto;
  position: absolute;
  border-top: 1px solid #ddd;
  padding-bottom: 60px !important;
}
.js .menu-dropdown-a11y .navigation-block .menu {
  padding: 20px;
  background: #fff;
}
.js .menu-dropdown-a11y .navigation-block .menu .menu {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .js .menu-dropdown-a11y #toggleMenu.is-active {
    background: #000;
    right: 40px;
    top: 20px;
  }
  .menu-open.js .menu-dropdown-a11y .navigation-block {
    background: #000000 url(../images/bg-menu.jpg) right no-repeat;
    background-size: cover;
  }
  .js .menu-dropdown-a11y .navigation-block .menu li.is-expanded > .menu__link {
    background: url(../images/arrow.svg) right 20px no-repeat;
  }
  .js .menu-dropdown-a11y .navigation-block > .menu {
    position: relative;
    height: 100%;
    margin-top: 0;
    overflow: visible;
    max-width: 360px;
    border-top: 0;
    padding-bottom: 20px !important;
  }
  .js .menu-dropdown-a11y .navigation-block > .menu .menu {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
    left: 100%;
    width: 360px;
    height: 100%;
    margin: 0;
    padding-left: 50px;
    -webkit-box-shadow: inset 10px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 10px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
}
html:not(.js) .header__region,
html:not(.js) .menu-dropdown-a11y {
  display: block;
  width: 100%;
  margin-top: 30px;
}
html:not(.js) #toggleMenu {
  display: none;
}
.menu-open .header__logo,
.menu-open .block-social,
.menu-open #block-locale-language,
.menu-open footer,
.menu-open .region-bottom {
  display: none;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  top: 0;
}
header.header {
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  width: 100%;
}
.js header.header {
  position: absolute;
}
header.header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
header.header .layout-center {
  padding: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
header.header .layout-center > * {
  display: inline-block;
  vertical-align: top;
}
header.header,
header.header a {
  color: #ffffff;
}
.header__logo {
  float: none;
  width: 130px;
  display: block;
  margin: 0;
}
.logo-150-anni {
  width: 110px;
  display: none;
}
.region-content-home {
  padding: 20px;
}
.region-header > * {
  display: inline-block;
  vertical-align: middle;
}
.header__region {
  float: right;
}
a#main-content {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 50px;
  line-height: 50px;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid #fff;
  position: fixed;
  z-index: 30;
  bottom: 10px;
  right: 10px;
  background: #00646b url(../images/arrow-up.svg) center no-repeat;
}
.menu-open a#main-content {
  z-index: 2;
}
/*
  LINGUE
*/
#block-locale-language {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#block-locale-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-locale-language li {
  float: left;
  padding: 0 8px;
  line-height: 1;
  font-size: 0.875em;
}
#block-locale-language li.active {
  font-weight: bold;
}
#block-locale-language li + li {
  border-left: 1px solid #fff;
}
/*
  MAIN MENU
*/
/*
  MAIN CONTENT
*/
main[aria-hidden="true"] {
  display: none;
}
/*
  SLIDEHOMEPAGE
*/
.view-blocco-home-slide .wrap-testo_header {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  /* height: auto; */
}
.pause-btn {
  width: 46px;
  height: 46px;
  margin: 10px;
  background: url(../images/pause-button.svg) no-repeat;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
}
.pause-btn.paused {
  background: url(../images/play-button.svg) no-repeat;
}
/* svg style */
.circ {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.circ circle {
  stroke-dasharray: 110px;
}
.circ1 {
  stroke-dashoffset: 110px;
}
/* overwrite swiper */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #00646b;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #00646b;
}
.view-blocco-home-slide .swiper-slide {
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.view-blocco-home-slide .swiper-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}
.view-blocco-home-slide .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.view-blocco-home-slide .swiper-slide:after {
  height: 250px;
}
.view-blocco-home-slide .swiper-slide picture,
.view-blocco-home-slide .swiper-slide img {
  width: 100%;
  height: 100%;
}
.view-blocco-home-slide .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.view-blocco-home-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px;
}
.view-blocco-home-slide .swiper-pagination-bullets {
  color: #fff;
  bottom: 0 !important;
  padding-bottom: 40px;
}
.view-blocco-home-slide .swiper-pagination-bullet {
  background: transparent;
  width: auto;
  max-width: 230px;
  height: auto;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  padding-left: 44px;
  text-align: left;
  line-height: 1.375;
  padding-top: 1px;
  opacity: 0.4;
  border: 0;
  outline: 0;
}
.view-blocco-home-slide .swiper-pagination-bullet + .view-blocco-home-slide .swiper-pagination-bullet {
  margin-left: 2%;
}
.view-blocco-home-slide .swiper-pagination-bullet:before {
  content: url(../images/bullet-border.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.view-blocco-home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: url(../images/bullet-border-sel.svg);
}
.view-blocco-home-slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.view-blocco-home-slide .swiper-pagination-bullet-active .circ1 {
  stroke-dashoffset: 55px;
  -webkit-transition: linear 2s stroke-dashoffset;
  transition: linear 2s stroke-dashoffset;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.view-blocco-home-slide .swiper-pagination-bullet:first-child .circ1 {
  -webkit-animation-name: circ1;
          animation-name: circ1;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.view-blocco-home-slide .swiper-button-prev,
.view-blocco-home-slide .swiper-button-next {
  display: none;
}
@-webkit-keyframes circ1 {
  0% {
    stroke-dashoffset: 110px;
  }
  100% {
    stroke-dashoffset: 55px;
  }
}
@keyframes circ1 {
  0% {
    stroke-dashoffset: 110px;
  }
  100% {
    stroke-dashoffset: 55px;
  }
}
/*
  ROYAL SLIDER VIDEO
*/
.royalSlider {
  max-width: 1280px;
  margin: 0 auto 40px;
  width: 100%;
}
.videoGallery {
  margin-top: 60px;
}
.rsDefault .rsThumb {
  padding: 8px 10px;
  position: relative;
}
.rsDefault .rsTmb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.rsDefault .rsTmb h5 {
  font-size: 0.875em;
  color: #9e9070;
}
.rsDefault .rsNavSelected .rsTmb h5 {
  color: #fff;
}
.rsWithThumbsHor img.rsImg,
.rsWithThumbsVer img.rsImg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto !important;
}
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 55px;
}
.rsDefault .rsThumbsHor .rsThumb {
  width: 250px;
  height: 55px;
}
.rsDefault .rsThumbsHor .rsThumb + .rsThumb:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
  background: #fff;
}
.rsDefault .rsThumbsVer {
  max-width: 288px;
  width: 22.5%;
}
.rsDefault .rsThumbsVer .rsThumb {
  width: 100%;
  height: 108px;
}
.rsDefault .rsThumbsVer .rsThumb + .rsThumb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #fff;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #00646b;
}
/*
  HOMEPAGE
*/
.page-front h2,
.view-contenuti-promossi-in-home h2 {
  margin-bottom: 0;
}
.page-front h2 + span,
.view-contenuti-promossi-in-home h2 + span {
  font-size: 1.5em;
}
/*
  CONTENUTI PROMOSSI IN HOMEPAGE
*/
.region-before-footer {
  padding: 0 20px;
  margin: 5px 0;
}
.view-contenuti-promossi-in-home {
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 0;
  background: url(../images/bg-onda.jpg) #1c919e center;
  position: relative;
}
.view-contenuti-promossi-in-home h2,
.view-contenuti-promossi-in-home h2 + span {
  display: block;
  text-align: center;
  padding: 5px 20px;
}
.view-contenuti-promossi-in-home h2 {
  color: #fff;
}
.view-contenuti-promossi-in-home h2 + span {
  color: #9e9070;
  margin-bottom: 60px;
}
.view-contenuti-promossi-in-home .view-content {
  position: relative;
  z-index: 2;
}
.view-contenuti-promossi-in-home .row {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}
.view-contenuti-promossi-in-home h3 {
  font-size: 1.875em;
  margin-bottom: 0.25em;
  font-family: 'Arvo', serif;
  font-weight: 400;
  text-align: left;
}
.view-contenuti-promossi-in-home p {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.view-contenuti-promossi-in-home h3 + p {
  margin-top: 0;
  font-size: 1.125em;
}
.view-contenuti-promossi-in-home img {
  width: 100%;
  outline: 15px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}
.view-contenuti-promossi-in-home .wrap-img {
  margin: 30px auto 0;
}
.view-contenuti-promossi-in-home .wrap-text {
  color: #fff;
}
/*
  PAGINE INTERNE
*/
/*
  MODELLI
*/
#model-header {
  padding: 80px 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
}
.section-pre-owned #model-header,
.section-preowned-yachts #model-header,
.section-user #model-header,
.section-users #model-header,
.section-reserved-area #model-header,
.section-thanks #model-header {
  padding: 70px 20px 20px;
}
#model-header .tagline,
#model-header h1,
#model-header .btn,
#model-header .title {
  z-index: 2;
  position: relative;
}
#model-header .tagline,
#model-header h1,
#model-header .title {
  color: #fff;
  display: block;
  margin: 15px 0;
  max-width: 580px;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
#model-header .tagline {
  font-size: 1.125em;
  text-transform: uppercase;
}
#model-header h1,
#model-header .title {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.125;
}
#model-header .btn {
  margin: 15px 0;
}
#model-header img {
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  position: absolute;
}
#model-header .btn {
  margin: 8px 0;
}
#model-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}
#model-header-text {
  width: 100%;
  text-align: left;
  margin-top: 50px;
}
.inner_video {
  position: relative;
  padding-bottom: 48%;
}
.inner_video iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.tagSectionMenu {
  background: url(../images/bg-onda.jpg) #1c919e center;
  position: relative;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  border-top: 2px solid #9e9070;
  text-align: center;
  z-index: 10;
}
.tagSectionMenu.fixed {
  position: fixed;
}
.tagSectionMenu a {
  padding: 10px 15px;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 1px;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.tagSectionMenu a.sel {
  color: #9e9070;
}
#model-content {
  padding: 0 0 20px;
  position: relative;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#model-content p:empty {
  display: none;
}
#model-content section {
  padding: 0 20px;
}
#model-content section > p,
#model-content section > ul,
#model-content section > ol,
#model-content section > h2,
#model-content section > h3,
#model-content section > h4,
#model-content section > h5,
#model-content section > h6 {
  max-width: 800px;
  margin: 1.5em auto;
}
#model-content section > h2 {
  margin: 2rem auto;
}
#model-content p {
  line-height: 1.75em;
}
.node-page-body {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.node-page-body > p,
.node-page-body > ul,
.node-page-body > ol,
.node-page-body > h2,
.node-page-body > h3,
.node-page-body > h4,
.node-page-body > h5,
.node-page-body > h6 {
  max-width: 800px;
  margin: 1.5em auto;
}
.node-page-body p {
  line-height: 1.75em;
}
.video-singolo {
  max-width: 1000px;
  margin: 1.5em auto;
}
/*
  SPECIFICHE TECNICHE
*/
.specTech {
  margin: 40px auto;
  max-width: 950px;
}
.singleSpec {
  width: 100%;
  padding: 8px 25px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.singleSpec.odd {
  background: #f2f2f2;
}
.singleSpec .title {
  text-transform: uppercase;
}
.singleSpec + h2 {
  margin-top: 60px;
}
.stdrEquipment .equipment {
  margin-bottom: 20px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.node-annoucement .stdrEquipment {
  margin: 80px auto;
}
/*
  MOTORIZZAZIONE
*/
.engineImg img {
  display: block;
  width: 100%;
}
#engine-slider {
  max-height: 400px;
  width: 100%;
}
#engine-slider .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.singleMotore {
  padding: 10px 20px;
}
.singleMotore.odd {
  background: #f2f2f2;
}
.singleMotore .desc {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.singleMotore a {
  color: #00646b;
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
/*
  LAYOUT MODELLI
*/
.section-top-border {
  margin-top: 2rem !important;
  padding-top: 2rem !important;
  position: relative;
}
.block-vista-boatshow.section-top-border {
  margin-top: 1em !important;
}
.section-top-border:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: #86754d;
}
.node-page-body .section-top-border:before {
  left: 0px;
  right: 0px;
}
.section-top-border > h2 {
  margin-top: 0 !important;
}
#model-layout .textContainer {
  text-align: center;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#model-layout .title {
  font-size: 1.125em;
  display: block;
}
#model-layout .subTitle {
  font-size: 0.8125em;
  padding: 5px 35px;
  position: relative;
  margin-top: 8px;
  display: inline-block;
  border-top: 1px solid #333;
}
#model-layout .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
/*
  GALLERY MODELLI
*/
.grid {
  margin: 25px auto;
  margin: 3vw auto;
  text-align: center;
}
.grid img {
  width: 100%;
}
.grid .cell {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 15px 0;
  vertical-align: top;
}
.grid a:focus {
  opacity: 0.75;
}
.wrapYacht {
  text-align: center;
}
.wrapYacht .cell {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  margin: 15px 0;
}
.cy_no-cssgridlegacy .wrapYacht .cell,
.cy_no-cssgrid .wrapYacht .cell {
  display: block;
  margin: 15px auto;
}
.wrapYacht a:focus {
  opacity: 0.75;
}
/*
  CONFIGURAZIONE YACHT
*/
#colours {
  margin-top: 60px;
  position: relative;
  text-align: center;
}
#colours h2 {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 0 10px;
  top: 30px;
  text-align: center;
  z-index: 6;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: color .5;
  transition: color .5;
}
[data-color="bianco-panama"]#colours h2,
[data-color="grigio-cosmo"]#colours h2,
[data-color="bianco-panarea"]#colours h2 {
  color: #000;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
#colours p {
  max-width: 800px;
  padding: 0 20px;
  margin: 1.5em auto;
  line-height: 1.75em;
}
.sideImages,
.tabsColourWrap {
  display: none;
}
.sideImages {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.sideImages .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sideImages .image img {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.sideImages .image:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
}
.sideImages .image[data-color="bianco-panama"]:before {
  background: url(../images/color-collection/BIANCO-PANAMA.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="bianco-panarea"]:before {
  background: url(../images/color-collection/Bianco-Panarea.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="azzurro-infinito"]:before {
  background: url(../images/color-collection/AZZURRO-INFINITO.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="blu-amalfi"]:before {
  background: url(../images/color-collection/BLU-AMALFI.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="blu-murano"]:before {
  background: url(../images/color-collection/BLU-MURANO.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="espresso"]:before {
  background: url(../images/color-collection/ESPRESSO.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="grigio-cosmo"]:before {
  background: url(../images/color-collection/GRIGIO-COSMO.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="grigio-medusa"]:before {
  background: url(../images/color-collection/GRIGIO-MEDUSA.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="grigio-mercurio"]:before {
  background: url(../images/color-collection/GRIGIO-MERCURIO-2.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="grigio-nube"]:before {
  background: url(../images/color-collection/GRIGIO-NUBE.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="nero-vulcano"]:before {
  background: url(../images/color-collection/NERO-VULCANO-2.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="rosso-diablo"]:before {
  background: url(../images/color-collection/Rosso-Diablo.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image[data-color="verde-montecarlo"]:before {
  background: url(../images/color-collection/Verde-Montecarlo.jpg) no-repeat;
  background-size: cover;
}
.sideImages .image.active {
  position: relative;
  z-index: 2;
}
.colourTab {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin: 10px 2%;
  position: relative;
}
.colourTab.active:before,
.colourTab:hover:before,
.colourTab:focus:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00646b;
}
.colourTab.bianco-panama,
.colourTab.bianco-panarea {
  color: #000;
  border-color: #000 !important;
}
.js .sideImages,
.js .tabsColourWrap {
  display: block;
}
/*
  BOX POPUP
*/
.box-popup {
  text-align: center;
  max-width: 340px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background: url(../images/bg-onda.jpg) #1c919e center;
  position: relative;
  background: #000000 url(../images/CRA_Banner_Private_Show.jpg) no-repeat;
  position: fixed;
  z-index: 100;
  padding: 45px 30px 30px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.box-popup p {
  font-weight: 500;
  letter-spacing: 0.015em;
}
.box-popup:before {
  content: url(../images/Cranchi_PS_logo.png);
  display: block;
}
.box-popup button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: no-repeat;
  color: #fff;
  border: 0;
}
/*
  RASSEGNA STAMPA MODELLI
*/
.swiper-container:not(.swiper-container-initialized) {
  max-width: 600px;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  display: block;
}
.swiper-container:not(.swiper-container-initialized) .swiper-slide {
  margin-bottom: 10px;
}
.view-blocco-rassegna-stampa-term {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.view-blocco-rassegna-stampa-term .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.view-blocco-rassegna-stampa-term .date-display-single {
  color: #fff;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #000;
  display: block;
  padding: 10px;
  font-size: 0.8125em;
}
.view-blocco-rassegna-stampa-term .pressReviewRow {
  cursor: move;
}
.view-blocco-rassegna-stampa-term .pressReviewThumb {
  width: 100%;
  height: 267px;
  overflow: hidden;
  position: relative;
}
.view-blocco-rassegna-stampa-term .pressReviewThumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.view-blocco-rassegna-stampa-term .pressReviewWrap {
  background: #f2f2f2;
}
.view-blocco-rassegna-stampa-term .pressReviewWrap .btn {
  margin-top: 30px;
  margin-bottom: 20px;
}
.view-blocco-rassegna-stampa-term .pressReviewTextWrap {
  padding: 25px;
  text-align: center;
}
.view-blocco-rassegna-stampa-term .pressReviewTitolo {
  text-align: left;
  line-height: 1.25;
  font-size: 1.5625em;
}
.view-blocco-rassegna-stampa-term .pressReviewTagline {
  text-align: left;
  margin-top: 1.5em;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/*
  MILESTONES
*/
.view-vista-milestones {
  padding: 0 20px;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.view-vista-milestones:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 70px;
  background: #86754d;
}
.view-vista-milestones .views-row {
  margin-bottom: 1.5em;
}
.view-vista-milestones .views-field-field-anno-milestone {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #9e9070;
  background: url(../images/bg-onda.jpg) #1c919e center;
  position: relative;
  text-align: center;
  border-radius: 100%;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 1.5em;
}
.view-vista-milestones .views-field-body {
  margin-bottom: 10px;
  background: #f2f2f2;
  padding: 14px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.view-vista-milestones .views-field-body p {
  margin: 0;
}
.cy_flexbox .view-vista-milestones .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cy_flexbox .view-vista-milestones .views-field-field-anno-milestone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/*
  WEBFORM CONTATTI
*/
.block-webform {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 3em;
}
.block-webform label {
  margin-bottom: .25em;
  font-weight: normal;
}
.block-webform select {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.block-webform .webform-datepicker select {
  width: auto;
}
.block-webform input[type="text"],
.block-webform input[type="email"],
.block-webform textarea {
  padding: 5px 5px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
}
.block-webform span.form-required {
  color: #000;
  font-size: 19px;
}
.block-webform .form-radios,
.block-webform .form-checkboxes {
  margin-top: 1em;
}
.block-webform .webform-component-radios,
.block-webform .webform-component-checkboxes {
  margin-bottom: 3.5em;
}
.block-webform .form-actions {
  margin-top: 1em;
}
.block-webform .form-actions input {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: 10px;
  background: #00646b;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.block-webform .form-actions input:hover,
.block-webform .form-actions input:focus {
  background: #fff;
  color: #00646b;
  border: 1px solid #00646b;
}
/*
  BOATSHOW
*/
.section-events .node-page-body h2 {
  color: #9e9070;
  font-size: 1.5em;
}
.view-vista-calendario-boat-shows-,
.view-vista-calendario-cranchi-grand-tour,
.view-blocco-boat-show-fast-pass {
  width: 100%;
}
.view-vista-calendario-boat-shows- .views-row,
.view-vista-calendario-cranchi-grand-tour .views-row,
.view-blocco-boat-show-fast-pass .views-row {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.view-vista-calendario-boat-shows- h3,
.view-vista-calendario-cranchi-grand-tour h3,
.view-blocco-boat-show-fast-pass h3 {
  font-size: 2.5em;
}
.view-vista-calendario-boat-shows- .views-field-field-data-evento,
.view-vista-calendario-cranchi-grand-tour .views-field-field-data-evento,
.view-blocco-boat-show-fast-pass .views-field-field-data-evento,
.view-vista-calendario-boat-shows- .views-field-title,
.view-vista-calendario-cranchi-grand-tour .views-field-title,
.view-blocco-boat-show-fast-pass .views-field-title {
  font-size: 1.5em;
  line-height: 1.25;
}
.view-vista-calendario-boat-shows- .views-field-field-data-evento,
.view-vista-calendario-cranchi-grand-tour .views-field-field-data-evento,
.view-blocco-boat-show-fast-pass .views-field-field-data-evento {
  margin-bottom: 12px;
}
.view-vista-calendario-boat-shows- .views-field-field-stand-evento,
.view-vista-calendario-cranchi-grand-tour .views-field-field-stand-evento,
.view-blocco-boat-show-fast-pass .views-field-field-stand-evento {
  margin-bottom: 5px;
}
.view-vista-calendario-boat-shows- .views-field-field-data-evento,
.view-vista-calendario-cranchi-grand-tour .views-field-field-data-evento,
.view-blocco-boat-show-fast-pass .views-field-field-data-evento,
.view-vista-calendario-boat-shows- .views-field-title,
.view-vista-calendario-cranchi-grand-tour .views-field-title,
.view-blocco-boat-show-fast-pass .views-field-title {
  font-family: 'Arvo', serif;
  font-weight: 400;
}
.view-vista-calendario-boat-shows- .btn,
.view-vista-calendario-cranchi-grand-tour .btn,
.view-blocco-boat-show-fast-pass .btn {
  margin-top: 10px;
  width: 100%;
  max-width: 200px;
  min-width: auto;
}
/*
  RETE DEALERS
*/
#map-canvas {
  padding-top: 50%;
  height: 0 !important;
}
.gm-style .gm-style-iw-c {
  padding: 20px 20px 5px 20px !important;
}
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4 {
  text-align: left;
  margin: 3px 0;
  line-height: 1.25em;
}
.gm-style-iw a {
  color: #000;
  text-decoration: underline;
}
.gm-style-iw #wrap-content > a,
.gm-style-iw #wrap-content .phone {
  display: block;
}
.gm-style-iw #wrap-content p {
  font-size: 15px;
  line-height: 1.5;
}
.gm-style-iw .btn {
  display: block;
  max-width: 250px;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
}
.gm-style-iw .btn:hover,
.gm-style-iw .btn:focus {
  border: 1px solid #00646b;
  color: #00646b;
}
.gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
}
.hideViewBtn {
  border: 0;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
  color: #7f7f7f;
}
.hideViewBtn + .hideViewBtn {
  margin-left: 20px;
}
.hideViewBtn.sel {
  color: #000;
  border-bottom: 5px solid #00646b;
}
#edit-field-nazione-dealer-value-wrapper label {
  color: #fff;
  height: 1px;
}
#blockMapList {
  max-width: 1320px;
  margin: 0 auto;
  clear: both;
}
#blockMapList .view-dealer-lista {
  padding: 0 20px;
}
#blockMapList .views-exposed-form {
  max-width: 800px;
  margin: 0 0 2.5em;
}
#blockMapList .dealerWrap {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
#blockMapList .dealerWrap .indice,
#blockMapList .dealerWrap h2,
#blockMapList .dealerWrap h3 {
  text-align: left;
  margin: 10px 0;
  font-size: 1.375em;
  line-height: 1;
  word-break: keep-all;
}
#blockMapList .dealerWrap h2 {
  text-transform: uppercase;
}
#blockMapList .dealerWrap .dealerInfo {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#blockMapList .dealerWrap .dealerInfo > a {
  display: block;
  line-height: 1;
  margin: .5em 0;
}
#blockMapList .dealerWrap a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
#blockMapList .dealerWrap .phone {
  display: block;
}
/*
  SOCIAL
*/
.block-social a {
  width: 35px;
  height: 35px;
  margin: 4px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px !important;
  padding: 0 !important;
  text-indent: 40px;
  overflow: hidden;
}
.block-social a.fb {
  background: url(../images/ico-fb.svg);
}
.block-social a.tw {
  background: url(../images/ico-tw.svg);
}
.block-social a.ig {
  background: url(../images/ico-ig.svg);
}
.block-social a.in {
  background: url(../images/ico-in.svg);
}
.block-social a.pt {
  background: url(../images/ico-pt.svg);
}
.block-social a.yt {
  background: url(../images/ico-yt.svg);
}
.region-bottom .block-social {
  margin-top: 18px;
}
#block-block-9 {
  display: none;
}
#block-block-9 .block-social a {
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin: 2px !important;
}
/*
  USER/REGISTER/ETC
*/
.section-thanks .messages--status {
  display: none;
}
.captcha {
  margin-top: 1em;
  margin-bottom: 1em;
}
.section-user main form,
.section-login main form {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 3em;
}
.section-user main form label,
.section-login main form label {
  margin-bottom: .25em;
  font-weight: normal;
}
.section-user main form select,
.section-login main form select {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.section-user main form .webform-datepicker select,
.section-login main form .webform-datepicker select {
  width: auto;
}
.section-user main form input[type="text"],
.section-login main form input[type="text"],
.section-user main form input[type="email"],
.section-login main form input[type="email"],
.section-user main form textarea,
.section-login main form textarea {
  padding: 5px 5px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
}
.section-user main form span.form-required,
.section-login main form span.form-required {
  color: #000;
  font-size: 19px;
}
.section-user main form .form-radios,
.section-login main form .form-radios,
.section-user main form .form-checkboxes,
.section-login main form .form-checkboxes {
  margin-top: 1em;
}
.section-user main form .webform-component-radios,
.section-login main form .webform-component-radios,
.section-user main form .webform-component-checkboxes,
.section-login main form .webform-component-checkboxes {
  margin-bottom: 3.5em;
}
.section-user main form .form-actions,
.section-login main form .form-actions {
  margin-top: 1em;
}
.section-user main form .form-actions input,
.section-login main form .form-actions input {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: 10px;
  background: #00646b;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.section-user main form .form-actions input:hover,
.section-login main form .form-actions input:hover,
.section-user main form .form-actions input:focus,
.section-login main form .form-actions input:focus {
  background: #fff;
  color: #00646b;
  border: 1px solid #00646b;
}
.section-user main form a,
.section-login main form a {
  color: #000;
  text-decoration: underline;
}
.section-user main form a:hover,
.section-login main form a:hover,
.section-user main form a:focus,
.section-login main form a:focus {
  font-style: italic;
}
main > .profile .field {
  padding: 20px 0;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
main > .profile .field + .field {
  border-top: 1px solid #ddd;
}
/*
  AREA RISERVATA
*/
.ug-textpanel-description {
  text-align: center !important;
}
.view-vista-visual-identity-blocco .views-field-title,
.view-vista-marketing-docs-blocco .views-field-title,
.view-vista-press-kit-blocco .views-field-title,
.view-vista-price-list-blocco .views-field-title,
.view-vista-video-blocco .views-field-title {
  font-size: 1.25em;
  font-weight: 500;
  margin: 6px 0;
}
.view-vista-visual-identity-blocco .views-row,
.view-vista-marketing-docs-blocco .views-row,
.view-vista-press-kit-blocco .views-row,
.view-vista-price-list-blocco .views-row,
.view-vista-video-blocco .views-row {
  margin-bottom: 1.5em;
}
.view-vista-visual-identity-blocco ul,
.view-vista-marketing-docs-blocco ul,
.view-vista-press-kit-blocco ul,
.view-vista-price-list-blocco ul,
.view-vista-video-blocco ul {
  margin: 0;
  padding: 0;
}
.view-vista-visual-identity-blocco li,
.view-vista-marketing-docs-blocco li,
.view-vista-press-kit-blocco li,
.view-vista-price-list-blocco li,
.view-vista-video-blocco li {
  list-style: none;
}
.view-vista-visual-identity-blocco a,
.view-vista-marketing-docs-blocco a,
.view-vista-press-kit-blocco a,
.view-vista-price-list-blocco a,
.view-vista-video-blocco a {
  color: #323232;
  text-decoration: underline;
}
#block-menu-menu-menu-reserved-area {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#block-menu-menu-menu-reserved-area .navigation-block {
  font-weight: 500;
  color: #7f7f7f;
}
#block-menu-menu-menu-reserved-area .navigation-block ul {
  margin: 0;
  padding: 0;
}
#block-menu-menu-menu-reserved-area .navigation-block li {
  list-style: none;
}
#block-menu-menu-menu-reserved-area .navigation-block li ul {
  margin-left: 2em;
}
#block-menu-menu-menu-reserved-area .navigation-block .is-active-trail {
  color: #000;
}
#block-menu-menu-menu-reserved-area .navigation-block a {
  color: #7f7f7f;
}
#block-menu-menu-menu-reserved-area .navigation-block a.active {
  color: #000;
}
#block-menu-menu-menu-reserved-area .navigation-block .nolink {
  cursor: pointer;
}
#block-menu-menu-menu-reserved-area .navigation-block a,
#block-menu-menu-menu-reserved-area .navigation-block .nolink {
  padding: 9px 0;
  letter-spacing: 1px;
  display: block;
}
#block-menu-menu-menu-reserved-area .navigation-block a:hover,
#block-menu-menu-menu-reserved-area .navigation-block .nolink:hover,
#block-menu-menu-menu-reserved-area .navigation-block a:focus,
#block-menu-menu-menu-reserved-area .navigation-block .nolink:focus {
  outline: 0;
  text-decoration: underline;
}
#block-menu-menu-menu-reserved-area .navigation-block > ul > li {
  margin-bottom: 0.75em;
}
#block-menu-menu-menu-reserved-area .navigation-block > ul > li > a,
#block-menu-menu-menu-reserved-area .navigation-block > ul > li > .nolink {
  text-transform: uppercase;
}
#block-menu-menu-menu-reserved-area .navigation-block .is-expanded ul[aria-hidden="true"] {
  display: none;
}
/*
  BARCHE USATE
*/
.section-pre-owned .views-exposed-form .views-exposed-widget {
  padding: 0;
  float: none;
}
.section-pre-owned .node-page h2 {
  color: #9e9070;
  font-size: 1.5em;
  max-width: 800px;
  padding: 0 20px;
  margin: 1.5em auto;
}
.cy_flexbox .section-pre-owned #page-content.sidebar aside {
  padding-right: 0;
  width: 100%;
}
.section-pre-owned .wrapAnnouncement {
  background: #f2f2f2;
  width: 97%;
  margin-bottom: 2em;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 2em;
}
.section-pre-owned .wrapAnnouncement h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: .75em;
}
.section-pre-owned .wrapImage {
  position: relative;
}
.section-pre-owned .wrapImage img {
  display: block;
}
.section-pre-owned .wrapImage .statusAnnouncement {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.75em;
}
.section-pre-owned .wrapInfo {
  padding: 20px;
  text-align: left;
}
.section-pre-owned .wrapInfo span {
  display: block;
  margin-bottom: .5em;
}
.block-facetapi {
  margin-bottom: 2px;
}
.block-facetapi h2 {
  margin: 0 !important;
  font-size: 0.875em !important;
  padding: 0 !important;
  text-align: left;
  position: relative;
  font-weight: bold;
  z-index: 1;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.block-facetapi h2 button {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  color: #000;
  border: 0;
  padding: 15px;
  background: #d8d8d8 url(../images/arrow-right.svg) 92% no-repeat;
}
.block-facetapi h2 button[aria-selected="true"] {
  color: #fff;
  background: #00646b url(../images/arrow-down-white.svg) 92% no-repeat;
  background-size: 13px;
}
.block-facetapi ul {
  margin: 0;
  padding: 0;
}
.block-facetapi .item-list[aria-hidden="true"] ul {
  display: none;
}
.block-facetapi li {
  list-style: none;
  margin-top: 2px;
  color: #000;
  font-size: 0.875em;
  background: #f2f2f2;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.block-facetapi li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: inherit;
  text-decoration: none;
  position: relative;
  line-height: 1;
  color: #000;
  margin-right: 4px;
}
.block-facetapi li a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 18px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.block-facetapi li a.facetapi-active:after {
  border: 1px solid #00646b;
  background: #00646b;
}
.page-annuncio-info {
  text-align: center;
  background: #f2f2f2;
  padding: 20px;
}
.page-annuncio-info h2 {
  font-size: 1.5em;
  margin-top: 0;
}
.page-annuncio-info .wrapHeader {
  font-size: 0;
}
.page-annuncio-info span {
  display: block;
  margin: 5px 0;
  padding: 0 20px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 16px;
}
#edit-ord-wrapper label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.descriptionAnn {
  max-width: 800px;
  margin: 1.5em auto;
}
.galleryAnn {
  margin: 40px auto;
  max-width: 950px;
}
.wrapAnn > h2 {
  margin-bottom: 10px;
}
.wrapAnn .column {
  text-align: center;
}
.wrapAnn .video-singolo {
  max-width: 950px;
}
.wrapAnn .singleSpec {
  margin: 0 auto;
  max-width: 950px;
}
/*
  BOTTOM
*/
.imageGreen {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.imageGreen img {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-node-433 #model-body .imageGreen img,
.page-node-677 #model-body .imageGreen img,
.page-node-998 .node-page-body .imageGreen img,
.page-node-999 .node-page-body .imageGreen img {
  -webkit-filter: none;
          filter: none;
}
footer .imageGreen:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #00646b;
  z-index: 3;
}
.linkBlock {
  margin: 10px 0;
  background: #000;
}
.linkBlock .infoLink {
  padding: 20px;
  color: #fff;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.linkBlock .title {
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 1.5em;
}
.box-footer {
  display: inline-block;
  margin: 1.5em 0;
  width: 100%;
}
.box-footer a {
  color: #fff;
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 1.25em;
}
.box-newsletter img {
  -o-object-position: top;
     object-position: top;
}
.region-footer {
  clear: both;
}
.region-bottom {
  clear: both;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: url(../images/bg-onda.jpg) #1c919e center;
  position: relative;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
  font-size: 0.75em;
}
.region-bottom a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.25em;
  vertical-align: middle;
}
.region-bottom a.logo {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.region-bottom a.logo img {
  width: 150px;
}
.region-bottom .block {
  margin: 0 auto;
  max-width: 1280px;
}
.region-bottom .footer-link {
  text-transform: uppercase;
}
#blockMapList.hidden {
  display: none;
}
/*
  MEDIA QUERIES
*/
@media all and (max-width: 800px) {
  .videoGallery {
    height: 80vw !important;
  }
}
@media all and (min-height: 500px) {
  #model-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (min-width: 500px) {
  .sideImages .image img {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .sideImages .image:before {
    height: 450px;
    max-height: 450px;
    height: 80vh;
  }
  .sideImages .image[data-color="bianco-panama"]:before,
  .sideImages .image[data-color="azzurro-infinito"]:before,
  .sideImages .image[data-color="blu-amalfi"]:before,
  .sideImages .image[data-color="blu-murano"]:before,
  .sideImages .image[data-color="espresso"]:before,
  .sideImages .image[data-color="grigio-cosmo"]:before,
  .sideImages .image[data-color="grigio-medusa"]:before,
  .sideImages .image[data-color="grigio-mercurio"]:before,
  .sideImages .image[data-color="grigio-nube"]:before,
  .sideImages .image[data-color="nero-vulcano"]:before,
  .sideImages .image[data-color="bianco-panarea"]:before,
  .sideImages .image[data-color="rosso-diablo"]:before,
  .sideImages .image[data-color="verde-montecarlo"]:before {
    background-size: 100%;
  }
  .page-annuncio-info span {
    display: inline-block;
  }
  .page-annuncio-info span + span:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 80%;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 10%;
  }
}
@media all and (min-width: 768px) {
  header {
    text-align: center;
  }
  .header-left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .region-header {
    float: none;
    top: 0;
    right: 0;
  }
  .js .region-header {
    position: absolute;
  }
  .logo-150-anni {
    display: block;
  }
  .header__logo {
    width: 160px;
  }
  header.header {
    padding: 20px 65px;
  }
  #model-header {
    padding: 90px 65px;
  }
  .section-pre-owned #model-header,
  .section-preowned-yachts #model-header,
  .section-user #model-header,
  .section-users #model-header,
  .section-reserved-area #model-header,
  .section-thanks #model-header {
    padding: 70px 65px 20px;
  }
  #model-header h1 {
    font-size: 3.125em;
  }
  #model-content section > h2 {
    margin: 4rem auto;
  }
  .section-top-border {
    margin-top: 4rem !important;
    padding-top: 4rem !important;
  }
  .block-vista-boatshow.section-top-border {
    margin-top: 2em !important;
  }
  .divider,
  hr {
    margin: 4rem 0;
  }
  .singleSpec .textContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }
  .stdrEquipment .column-3 {
    -webkit-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #86754d;
            column-rule-color: #86754d;
  }
  #engine-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .engineImg {
    width: 54%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .engineImg img {
    border-right: 15px solid #fff;
  }
  .rsDefault .rsThumb {
    padding: 8px 20px;
  }
  .rsDefault .rsTmb h5 {
    font-size: 1.125em;
  }
  .view-vista-milestones {
    text-align: center;
  }
  .view-vista-milestones:before {
    left: 50%;
    margin-left: -2px;
  }
  .view-vista-milestones .views-row {
    display: block !important;
    min-height: 120px;
    position: relative;
  }
  .view-vista-milestones .views-field-field-anno-milestone {
    display: inline-block;
    margin: 0;
  }
  .view-vista-milestones .views-field-body {
    float: none;
    position: absolute;
    top: 10px;
    width: 40%;
    text-align: left;
    max-width: 450px;
  }
  .view-vista-milestones .views-row-odd .views-field-body {
    right: 60%;
  }
  .view-vista-milestones .views-row-even .views-field-body {
    left: 60%;
  }
  .box-footer {
    max-width: 600px;
    height: 310px;
  }
  .cy_no-flexbox .box-footer {
    margin: 0;
  }
  .cy_flexbox .box-footer {
    width: 49%;
  }
  .linkBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    height: 100%;
    position: relative;
  }
  .linkBlock .imageGreen {
    position: relative;
    width: 55%;
    height: auto;
  }
  .linkBlock .imageGreen img {
    position: absolute;
  }
  .linkBlock .infoLink {
    width: 45%;
    color: #fff;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 50px;
  }
  .linkBlock .infoLink:before {
    content: '';
    display: block;
    position: absolute;
    left: 52%;
    margin-left: -70px;
    top: 0;
    width: 121px;
    height: 100%;
    background: url(../images/boxlink-hover.png) no-repeat;
    background-size: 121px 100%;
    z-index: 4;
  }
  .view-blocco-rassegna-stampa-term {
    max-width: 100%;
  }
  .view-blocco-rassegna-stampa-term .pressReviewTitolo {
    min-height: 3.75em;
  }
  .view-blocco-rassegna-stampa-term .pressReviewTagline {
    min-height: 7.5em;
  }
  .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /*
    GALLERY MODELLI
  */
  .grid .cell {
    margin: 15px;
  }
  .cy_cssgrid .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 25px;
    grid-gap: 3vw;
  }
  .cy_cssgrid .grid .cell {
    width: 100%;
    position: relative;
    padding-top: 48%;
    grid-column-end: span 6;
    grid-row-end: span 3;
    max-width: 100%;
    margin: 0;
  }
  .cy_cssgrid .grid .cell img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .cy_cssgrid .grid .cell_1,
  .cy_cssgrid .grid .cell_3,
  .cy_cssgrid .grid .cell_6,
  .cy_cssgrid .grid .cell_7 {
    grid-column-end: span 5;
    grid-row-end: span 3;
  }
  .cy_cssgrid .grid .cell_2,
  .cy_cssgrid .grid .cell_5 {
    grid-column-end: span 7;
    grid-row-end: span 6;
  }
  .cy_cssgrid .grid .cell_4,
  .cy_cssgrid .grid .cell_10 {
    grid-column-end: span 12;
  }
  .cy_cssgrid .grid .cell_8,
  .cy_cssgrid .grid .cell_9 {
    grid-column-end: span 6;
    grid-row-end: span 3;
  }
  .view-contenuti-promossi-in-home .wrap-text,
  .view-contenuti-promossi-in-home .wrap-img {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .view-contenuti-promossi-in-home .row + .row {
    margin-top: 60px;
  }
  .cy_flexbox .view-contenuti-promossi-in-home .wrap-text {
    padding-right: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cy_flexbox .view-contenuti-promossi-in-home .wrap-img {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cy_flexbox .view-contenuti-promossi-in-home .wrap-text,
  .cy_flexbox .view-contenuti-promossi-in-home .wrap-img {
    width: 50%;
    max-width: 640px;
  }
  .cy_flexbox .view-contenuti-promossi-in-home .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cy_cssgrid .wrapYacht {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 100px 100px 100px 100px 80px 80px 100px 100px 100px 100px;
    grid-template-rows: 10vw 10vw 10vw 10vw 100px 100px 10vw 10vw 10vw 10vw;
    grid-gap: 25px;
    grid-gap: 3vw;
  }
  .cy_cssgrid .wrapYacht img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .cy_cssgrid .wrapYacht .cell {
    margin: 0;
    max-width: 100%;
    position: relative;
  }
  .cy_cssgrid .wrapYacht .cell_1 {
    grid-column-end: span 7;
    grid-row-end: span 4;
  }
  .cy_cssgrid .wrapYacht .cell.text {
    grid-column-end: span 7;
    grid-row-start: 5;
    grid-row-end: span 2;
    padding-top: 100px;
  }
  .cy_cssgrid .wrapYacht .cell_2 {
    grid-column-end: span 7;
    grid-row-start: 7;
    grid-row-end: span 4;
  }
  .cy_cssgrid .wrapYacht .cell_3 {
    grid-column-start: 8;
    grid-column-end: span 5;
    grid-row-start: 1;
    grid-row-end: span 5;
  }
  .cy_cssgrid .wrapYacht .cell_4 {
    grid-column-start: 8;
    grid-column-end: span 5;
    grid-row-start: 6;
    grid-row-end: span 5;
  }
  .cy_cssgrid .wrapYacht .wrap-text {
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cy_cssgrid .wrapYacht .wrap-text p {
    margin: 0;
  }
  /*
    BOATSHOW
  */
  #map-canvas {
    padding-top: 0;
    height: 500px !important;
  }
  .view-vista-calendario-boat-shows- .views-row,
  .view-vista-calendario-cranchi-grand-tour .views-row,
  .view-blocco-boat-show-fast-pass .views-row {
    min-height: 300px;
    max-width: 30%;
    margin-right: 2%;
  }
  .cy_cssgrid .view-vista-calendario-boat-shows- .views-row,
  .cy_cssgrid .view-vista-calendario-cranchi-grand-tour .views-row,
  .cy_cssgrid .view-blocco-boat-show-fast-pass .views-row {
    padding: 30px;
    margin-right: 0;
    max-width: none;
    margin-bottom: 0;
  }
  .cy_cssgrid .view-vista-calendario-boat-shows- .view-content,
  .cy_cssgrid .view-vista-calendario-cranchi-grand-tour .view-content,
  .cy_cssgrid .view-blocco-boat-show-fast-pass .view-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    word-break: break-word;
  }
  .cy_cssgrid .view-vista-calendario-boat-shows- .view-content h3,
  .cy_cssgrid .view-vista-calendario-cranchi-grand-tour .view-content h3,
  .cy_cssgrid .view-blocco-boat-show-fast-pass .view-content h3 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  /*
    AREA RISERVATA
  */
  #page-content.sidebar {
    margin-top: 30px;
  }
  .cy_flexbox #page-content.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cy_flexbox #page-content.sidebar aside {
    max-width: 325px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
  }
  .cy_flexbox #page-content.sidebar .node-page-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    padding-left: 60px;
  }
  .wrapAnn h2 {
    font-size: 2em;
  }
  .region-bottom .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .region-bottom .footer-link a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .region-bottom .footer-link a:nth-child(4),
  .region-bottom .footer-link a:nth-child(2),
  .region-bottom .footer-link a:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .region-bottom .footer-link a.logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 150px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 980px) {
  #block-block-9 {
    display: inline-block;
  }
  .tagSectionMenu {
    display: block;
  }
  #model-content {
    padding: 70px 0 20px;
  }
  .cy_flexwrap .section-pre-owned .view-content {
    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;
  }
  .cy_flexwrap .section-pre-owned .wrapAnnouncement {
    margin: 0 0 2em;
  }
  .cy_no-flexwrap .section-pre-owned .wrapAnnouncement {
    margin: 0 1% 2em 1%;
  }
  .box-footer a {
    font-size: 1.5em;
  }
  .view-blocco-home-slide .swiper-pagination-bullet {
    font-size: 0.875em;
  }
  .cy_cssgrid .view-vista-calendario-boat-shows- .view-content,
  .cy_cssgrid .view-vista-calendario-cranchi-grand-tour .view-content,
  .cy_cssgrid .view-blocco-boat-show-fast-pass .view-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cy_cssgrid .view-vista-calendario-boat-shows- .view-content h3,
  .cy_cssgrid .view-vista-calendario-cranchi-grand-tour .view-content h3,
  .cy_cssgrid .view-blocco-boat-show-fast-pass .view-content h3 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  /*
    DEALERS
  */
  #blockMapList .dealers {
    width: 28%;
    float: left;
    word-break: break-all;
  }
  #blockMapList #map-canvas-list {
    width: 70% !important;
    float: right;
  }
}
@media all and (min-width: 1280px) {
  #model-header {
    height: 550px;
  }
  .section-pre-owned #model-header,
  .section-preowned-yachts #model-header,
  .section-user #model-header,
  .section-users #model-header,
  .section-reserved-area #model-header,
  .section-thanks #model-header {
    height: auto;
  }
  .cy_cssgrid .wrapYacht {
    grid-template-rows: 90px 90px 90px 100px 180px 180px 90px 90px 90px 90px;
  }
}
.cy_no-objectfit .img-obj-fit,
.cy_no-object-fit .img-obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media all and (min-width: 768px) {
  .cy_no-objectfit article .linkBlock,
  .cy_no-object-fit article .linkBlock {
    height: 300px;
  }
}
.webform-client-form.webform-client-form-886 .form-submit.ajax-processed {
  display: none;
}
@media all and (min-width: 768px) {
  .wrap-testo_header h1,
  .wrap-testo_header .title {
    font-size: 3.125em;
  }
}
