.other-search {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  width: 100%;
  position: fixed;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.6s ease-in;
}
.hideHeader {
  position: fixed;
  top: -83px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed {
  position: fixed;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: smoothScroll 0.3s forwards;
}
.fixedDetail {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-search {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-news {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.visibleHeader {
  visibility: visible;
  opacity: 1;
}
.visible-xs {
  display: none;
}
.ov-hidden {
  overflow: hidden;
  width: 100%;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover {
  position: absolute;
  z-index: -1;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.pad {
  padding: 0px 15px !important;
}
.pad-0 {
  padding: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.pad-t {
  padding-top: 0px !important;
}
.pad-b {
  padding-bottom: 0px !important;
}
.srPad {
  padding: 0px 15px 0px 5px;
}
.slPad {
  padding: 0px 5px 0px 15px;
}
.lessPad {
  padding: 0px 3px;
}
.smallPad {
  padding: 0px 5px !important;
}
.mediumPad {
  padding: 0px 8px !important;
}
.midPad {
  padding: 0px 10px;
}
.midPad.form-group {
  margin-bottom: 30px;
}
.mTop {
  margin-top: 10px;
}
.noMargin {
  margin: 0px !important;
}
.negMarginLat {
  margin-left: -15px;
  margin-right: -15px;
}
.table-content.negMarginLat {
  margin-left: -20px;
  margin-right: -20px;
}
.btn {
  border-radius: 20px;
}
.upp {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.cap {
  text-transform: capitalize;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.cormorant {
  font-family: 'Cormorant', serif;
}
.covertop {
  background-position: center top !important;
}
.coverbottom {
  background-position: center bottom !important;
}
.shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.button-shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.shadow-diagonal {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
}
.card-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
}
.gold-gradient {
  background: #b59b76;
  background: -moz-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#b59b76),color-stop(51%,#e6d4ba),color-stop(100%,#b59b76));
  background: -webkit-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -o-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -ms-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9b578',endColorstr='#c9b578',GradientType=1);
}
.gold-gradient-ob {
  background: #d4bd9c;
  background: -moz-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: -webkit-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: linear-gradient(135deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-click {
  background: #b59b76;
  background: -moz-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: -webkit-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: linear-gradient(135deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-hover {
  background: #c3a77f;
  background: -moz-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: -webkit-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: linear-gradient(135deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-top {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.gold-gradient-bottom {
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.silver-gradient {
  background: #e9eaec;
  background: -moz-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: -webkit-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: linear-gradient(to bottom,#e9eaec 0%,#a6aaa9 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eaec',endColorstr='#a6aaa9',GradientType=0);
}
.silver-gradient-hover {
  background: #a6aaa9;
  background: -moz-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: -webkit-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: linear-gradient(to bottom,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.silver-gradient-click {
  background: #868a89;
  background: -moz-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: -webkit-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: linear-gradient(to bottom,#868a89 0%,#868a89 50%,#868a89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.grey-gradient {
  background: #f0f1f5;
  background: -moz-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: -webkit-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: linear-gradient(to bottom,#f0f1f5 0%,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f5',endColorstr='#d7d7d7',GradientType=0);
}
.grey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-hover {
  background: #626771;
  background: -moz-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: -webkit-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: linear-gradient(to bottom,#626771 0%,#626771 50%,#626771 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-click {
  background: #4b4f56;
  background: -moz-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-button {
  background: #d9dfe7;
  background: -moz-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: -webkit-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: linear-gradient(to bottom,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dfe7',endColorstr='#929ca8',GradientType=0);
}
.lgrey-gradient-hover {
  background: #bcc4ce;
  background: -moz-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: -webkit-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: linear-gradient(to bottom,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-click {
  background: #929ca8;
  background: -moz-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: -webkit-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: linear-gradient(to bottom,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.dgrey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: -webkit-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: linear-gradient(to bottom,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.red-gradient-top {
  background: #e39191;
  background: -moz-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: linear-gradient(to bottom,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e39191',endColorstr='#651a1a',GradientType=0);
}
.red-gradient-hover {
  background: #8a2a2a;
  background: -moz-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: -webkit-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: linear-gradient(to bottom,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.red-gradient-click {
  background: #651a1a;
  background: -moz-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: linear-gradient(to bottom,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.grey-promo {
  background: #8b8b8b;
  background: -moz-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: -webkit-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: linear-gradient(135deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b',endColorstr='#35393d',GradientType=1);
}
.nav-gradient {
  background: #626771;
  background: -moz-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: -webkit-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626771",endColorstr="#8b8e94",GradientType=1);
}
.black-vertical {
  background: #57595d;
  background: -moz-linear-gradient(top,#57595d 0%,#161719 100%);
  background: -webkit-linear-gradient(top,#57595d 0%,#161719 100%);
  background: linear-gradient(to bottom,#57595d 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
}
.black-radial {
  background: #57595d;
  background: -moz-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: radial-gradient(circle,#57595d 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@newBlackL",endColorstr="@newBlack",GradientType=1);
}
.flex {
  display: flex;
  -webkit-display: flex;
}
.flex .internal {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dashed-line {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
}
.dashed-line-xs {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
  height: 80px;
}
@media (max-width: 991px) {
  .visible-mobile {
    display: block !important;
  }
  .visible-mobile-inline {
    display: inline-block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .spacer-mobile {
    height: 30px;
  }
  .align-mobile {
    text-align: center !important;
  }
  .pad-l {
    padding-left: 15px !important;
  }
  .pad-r {
    padding-right: 15px !important;
  }
  .pad-l-mobile {
    padding-left: 0px !important;
  }
  .pad-r-mobile {
    padding-right: 0px !important;
  }
  .mid-pad-l-mobile {
    padding-left: 7px;
  }
  .mid-pad-r-mobile {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
.parallax-wrap {
  height: 650px;
  overflow: hidden;
  position: relative;
}
.parallax-wrap .banner-opacity {
  height: 650px;
  opacity: 0.2;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.parallax-wrap .banner {
  height: 650px;
  overflow: hidden;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax-wrap .cont-video {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 50px;
  z-index: 20;
}
.parallax-wrap .cont-video .play {
  font-size: 45px;
  color: rgba(255,255,255,0.4);
  display: inline-block;
  margin-bottom: 20px;
}
.parallax-wrap .cont-video .play i {
  transition: all 400ms ease-in-out;
}
.parallax-wrap .cont-video .play p {
  font-size: 14px;
  margin: 0px;
  transition: all 400ms ease-in-out;
}
.parallax-wrap .cont-video .play:hover i,
.parallax-wrap .cont-video .play:hover p {
  color: rgba(255,255,255,0.6);
}
.banner-video {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-video .banner-opacity {
  height: 100vh;
  opacity: 0.2;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.banner-video video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-video .cnt-discover {
  bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  text-shadow: 1px 1px 3px #000000b3;
  height: 225px;
  right: 0;
  text-align: center;
  color: white;
  font-size: 36px;
  font-style: italic;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 33%,rgba(0,0,0,0.74) 63%,#000000db 87%,#000 99%);
}
.banner-video .cnt-discover img {
  display: block;
  margin: 0 auto;
  height: 20px;
  transform: rotate(-90deg);
}
.banner-video .cnt-discover a {
  display: inline-block;
  height: 30px;
}
.banner-video .cnt-discover .claim {
  padding: 40px 0px 20px;
}
.banner-video .cnt-discover .claim .title {
  font-style: normal;
  color: white;
  line-height: 1.2;
}
.banner-video .cnt-discover .claim .title em {
  color: white;
}
.banner-video .cnt-discover .claim .subtitle {
  font-size: 28px;
  line-height: 24px;
  color: #b2b3b3;
}
.banner-video .shade-home {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
  height: 15px;
  background-color: rgba(255,255,255,0.3);
}
.banner-video .buttons-video {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  border-radius: 3px;
}
.banner-video .buttons-video .btn-control {
  margin: 0 5px;
  display: inline-block;
  float: left;
}
.banner-video .buttons-video .btn-control img {
  width: 25px;
  cursor: pointer;
}
.fancybox-slide {
  padding: 0 !important;
}
#home {
  margin-top: 100vh;
}
.claim {
  padding: 40px 0px;
}
.claim .hr-center {
  width: 30%;
  margin: 20px auto;
}
.claim .title {
  color: #626771;
  font-size: 40px;
  margin: 0px 0px 10px;
}
.claim .title em {
  color: #b2b3b3;
}
.claim h3 {
  font-size: 28px;
  line-height: 24px;
  color: #b2b3b3;
}
.claim .subtitle {
  color: #626771;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.yachting-since .title {
  color: #626771;
  margin: 0px;
}
.yachting-since .more {
  font-style: italic;
  color: #B59B76;
}
.facts .title {
  color: #626771;
  margin: 0px;
}
.facts img {
  max-height: 80px;
}
.facts .n_yachts {
  color: #888888;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.facts .n_yachts .number {
  color: #626771;
  font-size: 30px;
  font-weight: 600;
}
.facts .n_yachts p {
  margin: 0px;
  margin-top: 10px;
}
.facts #factsFigures .carousel-item {
  min-height: 210px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .parallax-wrap,
  .parallax-wrap .banner,
  .parallax-wrap .banner-opacity {
    height: 500px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .parallax-wrap,
  .parallax-wrap .banner,
  .parallax-wrap .banner-opacity {
    height: 500px;
  }
  .parallax-wrap .cont-search .search .btn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  body {
    font-weight: 500;
  }
  .parallax-wrap,
  .parallax-wrap .banner,
  .parallax-wrap .banner-opacity {
    height: 650px;
  }
  .banner-opacity {
    opacity: 0.3;
  }
  .parallax-wrap .cont-search {
    height: 120px;
  }
  .parallax-wrap .cont-video {
    bottom: initial;
    top: 40px;
  }
  .parallax-wrap .cont-video .play {
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    margin-top: 340px;
  }
  .parallax-wrap .logo-home-banner {
    margin: 0 20px;
    -webkit-filter: drop-shadow(0px 0px 2px #444);
    filter: drop-shadow(0px 0px 2px #444);
    text-align: center;
  }
  .parallax-wrap .logo-home-banner img {
    width: 350px;
  }
  .parallax-wrap .tit-home-banner {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    padding: 5px 25px;
    color: #dfdfdf;
    font-weight: 600;
    text-shadow: #444 0 0 5px;
  }
  .parallax-wrap .tit-home-banner em {
    font-weight: 400;
  }
  .search {
    display: none;
  }
  .claim {
    padding: 40px 0 60px;
  }
  .claim h3 {
    font-size: 23px;
  }
  .claim .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .claim .subtitle {
    font-size: 20px;
    line-height: 22px;
    text-align: justify;
    font-weight: 500;
  }
  .claim .subtitle br {
    display: none;
  }
  .claim .hr-center {
    margin: 15px auto;
  }
  .facts {
    margin-top: 60px;
  }
  .yachting-since .title,
  .facts .title {
    font-size: 25px;
  }
  .facts .n_yachts {
    font-size: 16px;
  }
  .banner-video {
    height: auto;
    overflow: hidden;
    position: absolute;
    height: calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    width: 100%;
    top: 55px;
    left: 0;
  }
  .banner-video .cnt-discover {
    height: 225px;
  }
  .banner-video .cnt-discover .claim {
    padding-bottom: 0;
  }
  .banner-video video {
    width: calc(100vh - 120px);
    width: -webkit-calc(100vh - 120px);
    width: 100vw;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #home {
    margin-top: calc(100vh - 120px);
  }
}
@media (max-width: 767px) {
  .parallax-wrap,
  .parallax-wrap .banner,
  .parallax-wrap .banner-opacity {
    height: 450px;
  }
  .banner-opacity {
    opacity: 0.3;
  }
  .parallax-wrap .cont-search {
    height: 120px;
  }
  .parallax-wrap .cont-video {
    bottom: initial;
    top: 40px;
  }
  .parallax-wrap .cont-video .play {
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    margin-top: 140px;
  }
  .parallax-wrap .logo-home-banner {
    margin: 0 20px;
    -webkit-filter: drop-shadow(0px 0px 2px #444);
    filter: drop-shadow(0px 0px 2px #444);
  }
  .parallax-wrap .tit-home-banner {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 5px 25px;
    color: #dfdfdf;
    font-weight: 600;
    text-shadow: #444 0 0 5px;
  }
  .parallax-wrap .tit-home-banner em {
    font-weight: 400;
  }
}




