.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;
  }
}
.section-title {
  padding: 40px 0;
  margin: 0px;
}
.section-title .list-group {
  display: block;
  margin-top: 15px;
}
.section-title .list-group a {
  color: #888888;
  margin: 0px 10px;
}
.section-title .list-group a.active {
  color: #B59B76;
}
.moreInfo {
  color: #888888;
  font-size: 14px !important;
  line-height: 16px !important;
  margin: 5px 0px 10px;
}
.lateral-col {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}
.broker {
  margin: 0px;
  margin-left: -15px;
  font-size: 14px;
  color: #888888;
  border-top: 1px solid #e1e1e1;
  padding-top: 5px;
}
.broker a {
  color: #888888;
}
.ytp-pause-overlay {
  display: none !important;
}
.section-title-tab {
  padding: 40px 0 0;
}
.notSale {
  font-size: 16px;
  color: #888;
  font-style: italic;
}
.promoBox {
  margin-top: -5px;
}
.promoBox hr {
  margin: 10px -20px;
}
.promoBox p {
  margin-bottom: 0;
}
.promoBox .tag {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
.section-subtitle-tab {
  padding: 0 0 40px;
}
.section-subtitle-tab .list-group {
  display: block;
  margin-top: 15px;
}
.section-subtitle-tab .list-group a {
  color: #888888;
  margin: 0px 10px;
}
.section-subtitle-tab .list-group a.active {
  color: #B59B76;
}
.section-subtitle-tab .s-link a {
  cursor: pointer;
  font-size: 14px;
  color: #B59B76;
}
.section-subtitle-tab .list-group a {
  padding: 0px 15px;
  margin: 0;
  border-right: 1px solid #626771;
}
.parallax-wrap-yacht {
  -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);
  height: 650px;
  overflow: hidden;
  position: relative;
}
.parallax-wrap-yacht .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-yacht .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-yacht .cont-play {
  height: 90px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 20;
}
.parallax-wrap-yacht .cont-play .play {
  font-size: 65px;
  cursor: pointer;
  color: rgba(255,255,255,0.6);
  display: inline-block;
  margin-bottom: 20px;
}
.parallax-wrap-yacht .cont-play .play i {
  transition: all 400ms ease-in-out;
}
.parallax-wrap-yacht .cont-play .play:hover i,
.parallax-wrap-yacht .cont-play .play:hover p {
  color: rgba(255,255,255,0.8);
}
.parallax-wrap-yacht .cnt-video {
  padding: 56.25% 0 0 0;
  position: relative;
  margin-top: 1px;
}
.parallax-wrap-yacht .cnt-video iframe {
  margin-top: -5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-controls {
  position: absolute;
  bottom: 0;
  z-index: 100;
  right: 15px;
  padding: 0px 0px 6px;
  margin: 10px 0px;
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
}
.video-controls .btn {
  padding: 0px 5px;
}
.video-controls img {
  height: 20px;
}
#video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2222483000;
}
#video .video-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
#video .close-controls {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 3px;
  z-index: 100;
  padding: 10px;
}
#video .close-controls img {
  height: 25px;
  filter: brightness(0) invert(1);
}
#video .video-controls {
  bottom: 20px;
  right: 40px;
  margin: 0;
  padding: 5px;
  background-color: rgba(255,255,255,0.3);
}
#video .video-controls img {
  height: 35px;
}
#video iframe {
  height: 100vh;
  width: 100vw;
}
#virtualtour {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0px;
  width: 100%;
  height: 100%;
  margin: 0px 0px 6px;
  padding: 0px;
  overflow: hidden;
  z-index: 999999;
}
#virtualtour iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
.cnt-gallery {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.gallery-controls {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
  display: inline-block;
  z-index: 100;
  padding: 5px 10px;
  margin: 10px 0px;
}
.gallery-controls img {
  height: 20px;
  opacity: 0.5;
  margin-top: -5px;
}
.gallery-controls a {
  line-height: 12px;
  cursor: pointer;
  display: inline-block;
  color: rgba(255,255,255,0.8);
  padding: 0px 5px;
  border-right: 1px solid rgba(255,255,255,0.8);
}
.gallery-controls a:last-child {
  border-right: 0px solid;
}
.vt-controls {
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  padding: 0px 7px 5px 7px;
  margin: 10px 0px;
}
.vt-controls img {
  height: 20px;
  display: block;
  float: left;
  margin: 5px 5px 0px 0px;
  opacity: 0.7;
}
.vt-controls span {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  display: block;
  float: right;
  padding-top: 5px;
}
.vt-controls.vt-right {
  left: initial;
  right: 15px;
}
.opacityBlock {
  text-transform: uppercase;
  padding: 5px 12px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
  display: inline-block;
  z-index: 100;
}
.opacityBlock.min {
  height: 25px;
  padding: 2px 8px;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.layout-gallery .block:hover img {
  transform: none !important;
}
.layout-gallery .block,
.layout-gallery .block-carousel-lg {
  transition: none !important;
  text-align: center;
  box-shadow: none;
}
.layout-gallery .block-img {
  max-height: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  transition: none !important;
}
.cont-tag {
  margin: 20px 0px;
}
.specifications-full .head-listings {
  padding-top: 50px;
}
.specifications-full .head-listings .title {
  font-size: 30px;
}
.specifications-full .title .fas {
  font-size: 16px;
}
.specifications-full .specifications {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.specifications-full .specifications .s-title {
  color: #626771;
  font-weight: 600;
  text-transform: uppercase;
}
.specifications-full .specifications .s-block {
  margin-bottom: 10px;
  min-height: 190px;
}
.specifications-full .s-open {
  position: relative;
}
.specifications-full .s-open .fa-sort-up {
  position: absolute;
  top: 8px;
  margin: 5px;
}
.specifications-full .s-open .fa-sort-down {
  position: absolute;
  top: 0px;
  margin: 5px;
}
.wrap-yacht-description {
  margin-top: -118px;
  position: relative;
  z-index: 25;
}
.wrap-yacht-description .lgrey {
  color: #888888;
}
.wrap-yacht-description .l-title {
  text-transform: uppercase;
  font-size: 16px;
}
.wrap-yacht-description .breadcrumbs {
  font-style: italic;
  margin-top: 15px;
  color: #888888;
  font-size: 12px;
}
.wrap-yacht-description .specifications {
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
  cursor: pointer;
}
.wrap-yacht-description .yacht-description {
  -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);
  padding: 20px;
  background-color: rgba(255,255,255,0.9);
}
.wrap-yacht-description .yacht-description .hr-left {
  width: 30%;
  margin: 15px 0px 15px;
}
.wrap-yacht-description .yacht-description .y-tag {
  margin: 5px 0px 20px;
  display: none;
}
.wrap-yacht-description .yacht-description .y-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.wrap-yacht-description .yacht-description .y-tag .btn-secret {
  border: 1px solid #626771;
  color: #626771;
}
.wrap-yacht-description .yacht-description .y-tag .btn-featured {
  border-radius: 3px;
  border: 1px solid #9a7f5a;
  color: #9a7f5a;
}
.wrap-yacht-description .yacht-description .y-tag .btn-booking {
  border-radius: 3px;
  border: 1px solid #980000;
  color: #980000;
}
.wrap-yacht-description .yacht-description .y-title {
  text-transform: uppercase;
  font-weight: 600;
}
.wrap-yacht-description .yacht-description .y-title h1 {
  font-size: 28px;
  line-height: 22px;
  margin: 0;
  margin-top: 3px;
}
.wrap-yacht-description .yacht-description .y-title h1 span {
  font-size: 18px;
  text-transform: initial;
  color: #888;
}
.wrap-yacht-description .yacht-description .y-icons {
  text-align: right;
}
.wrap-yacht-description .yacht-description .y-icons a {
  margin-left: 10px;
  color: #888888;
}
.wrap-yacht-description .yacht-description .y-icons img {
  opacity: 0.5;
  margin-top: 32px;
  height: 15px;
}
.wrap-yacht-description .yacht-description .y-info {
  color: #888888;
}
.wrap-yacht-description .yacht-description .y-info h2 {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}
.wrap-yacht-description .yacht-description .y-history-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.wrap-yacht-description .yacht-description .y-history-txt {
  color: #626771;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
}
.wrap-yacht-description .yacht-description .y-history-txt h2 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 20px;
}
.wrap-yacht-description .yacht-description .y-history-txt h2 span {
  font-size: 16px;
  color: #888888;
}
.wrap-yacht-description .yacht-description .y-history-txt ul>li p {
  margin: 0;
}
.wrap-yacht-description .yacht-description .y-history-txt ul {
  text-align: left;
  padding-left: 30px;
}
.wrap-yacht-description .yacht-description .y-more,
.wrap-yacht-description .yacht-description .y-less {
  margin-top: 15px;
  font-size: 16px;
  color: #B59B76;
  cursor: pointer;
  font-weight: 600 !important;
}
.wrap-yacht-description .wrap-btn-contacts {
  margin-left: -30px;
}
.wrap-yacht-description .wrap-btn-contacts .btn {
  display: block;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 20px;
}
.wrap-yacht-description .wrap-btn-contacts .btn-enquire {
  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);
  color: #ffffff;
}
.wrap-yacht-description .wrap-btn-contacts .btn-enquire: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);
}
.wrap-yacht-description .wrap-btn-contacts .btn-enquire:active {
  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);
}
.wrap-yacht-description .wrap-btn-contacts .btn-booknow {
  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);
  color: #ffffff;
}
.wrap-yacht-description .wrap-btn-contacts .btn-booknow: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);
}
.wrap-yacht-description .wrap-btn-contacts .btn-booknow:active {
  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);
}
.wrap-yacht-description .wrap-contacts {
  -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);
  margin-left: -15px;
  background-color: #fff;
  min-height: 100px;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 20px 10px;
  text-align: left;
}
.wrap-yacht-description .wrap-contacts .c-logo {
  margin-bottom: 10px;
}
.wrap-yacht-description .wrap-contacts .hr-left {
  margin: 20px 0px 10px;
}
.wrap-yacht-description .wrap-contacts .c-title {
  font-size: 25px;
  line-height: 30px;
}
.wrap-yacht-description .wrap-contacts .c-title span {
  font-size: 16px;
  display: block;
  line-height: 18px;
}
.wrap-yacht-description .wrap-contacts .poa {
  margin-top: 20px;
  display: block;
}
.wrap-yacht-description .wrap-contacts .c-name {
  font-style: italic;
  color: #007bff;
}
.wrap-yacht-description .wrap-contacts .c-block {
  margin-bottom: 20px;
}
.wrap-yacht-description .wrap-contacts .location {
  margin-top: 5px;
}
.wrap-yacht-description .wrap-contacts .featured-txt {
  color: #B59B76;
  font-style: italic;
}
.wrap-yacht-description .wrap-contacts .card-bottom {
  text-transform: uppercase;
  color: #888888;
}
.wrap-yacht-description .wrap-contacts .card-bottom .hr-full-card {
  margin: 15px -20px 10px;
}
.wrap-yacht-description .wrap-contacts .card-bottom b {
  font-size: 18px;
  font-weight: 600;
}
.wrap-yacht-description .wrap-contacts .card-bottom span {
  font-size: 12px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #888888;
}
.wrap-yacht-description .wrap-contacts .card-bottom span:last-child {
  border-right: 0px solid;
}
.wrap-yacht-description .wrap-contacts .tag {
  border: 1px solid #626771;
  color: #626771;
  line-height: 16px;
  font-weight: 600;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}
.wrap-yacht-description .wrap-contacts .btn-featured {
  color: white;
  border: 1px solid #9a7f5a;
  color: #9a7f5a;
  font-weight: 800;
  background-color: none;
  margin-left: 0px;
}
.wrap-yacht-description .design-by {
  line-height: 35px;
  margin: 10px;
  font-size: 14px;
}
.wrap-yacht-description .design-by span {
  font-style: italic;
  color: #B59B76;
  font-weight: 500;
}
.wrap-yacht-description .project {
  margin-left: -30px;
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}
.wrap-yacht-description .project span {
  margin-right: 5px;
}
.wrap-yacht-description .compare {
  font-style: italic;
  font-size: 18px;
  color: #626771;
  margin-top: 10px;
  line-height: 22px;
}
.wrap-icons {
  margin-left: -30px;
  position: relative;
}
.wrap-icons a {
  color: #888888;
  font-size: 14px;
  transition: 300ms all;
  display: block;
  float: left;
  margin: 0px;
}
.wrap-icons img {
  opacity: 0.5;
  height: 15px;
  margin-top: -5px;
  transition: 300ms all;
}
.wrap-icons .popoverShare {
  top: 6px !important;
}
.wrap-icons .noRel,
.wrap-btn-contacts .noRel {
  position: initial;
}
.wrap-icons .popoverShare,
.wrap-btn-contacts .popoverShare {
  left: 65px;
  right: 0;
  height: 25px;
  bottom: 5px;
  top: initial;
  width: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.wrap-icons .popoverShare .a-share,
.wrap-btn-contacts .popoverShare .a-share {
  padding: 0px;
  display: initial;
}
.wrap-icons .popoverShare .a-share a,
.wrap-btn-contacts .popoverShare .a-share a {
  margin-left: 0px !important;
}
.wrap-icons .popoverShare .shareButtons,
.wrap-btn-contacts .popoverShare .shareButtons {
  margin: 0;
}
.wrap-icons .cnt-share:hover .popoverShare,
.wrap-btn-contacts .cnt-share:hover .popoverShare {
  height: 25px;
  width: 177px;
}
.wrap-icons .cnt-share,
.wrap-btn-contacts .cnt-share {
  padding: 8px 20px 0px 0px;
}
.wrap-icons .cnt-download,
.wrap-btn-contacts .cnt-download {
  padding: 8px 0px 0px 20px;
}
.wrap-btn-contacts .popoverShare {
  top: 0px;
}
.location_region span {
  display: block;
  margin: 15px 0px 0px;
  font-size: 16px;
}
.location_region .cnt-region {
  display: none;
  margin-top: 5px;
}
#blocks .cont-tag {
  margin: 20px 0px;
}
#blocks .cont-tag .btn-tag {
  cursor: pointer;
  margin: 0px 3px 3px 0px;
}
.header-detail .y-icons img {
  margin: 0px;
}
.header-detail .cnt-share,
.header-detail .cnt-download {
  padding: 6px 15px 6px 0px;
}
.header-detail .square-icon {
  position: relative;
}
.header-detail .popoverShare {
  right: -15px !important;
  left: initial !important;
  bottom: 0 !important;
  margin-bottom: -1px !important;
}
.header-detail .cnt-share:hover .popoverShare {
  width: 168px !important;
}
.a-share .circle {
  height: 25px !important;
  width: 25px !important;
  padding: 3px 8px !important;
}
.a-share .circle i {
  font-size: 12px;
}
.block-carousel-xl {
  transition: transform .2s;
  height: 500px;
}
.block-carousel-lg {
  transition: transform .2s;
  height: 400px;
}
.block-carousel-sm {
  transition: transform .2s;
  height: 235px;
}
.block-carousel-md {
  transition: transform .2s;
  height: 285px;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev,
.tab-pane .carousel-control-next,
.tab-pane .carousel-control-prev {
  height: 240px;
}
.carousel .view-gallery,
.tab-pane .view-gallery {
  padding: 20px 0 20px;
  text-align: center;
  font-size: 12px;
}
.carousel .view-gallery a,
.tab-pane .view-gallery a {
  color: #545861;
}
.carousel .view-gallery .carousel-indicators,
.tab-pane .view-gallery .carousel-indicators {
  margin-top: 20px;
}
.carousel .features-text,
.tab-pane .features-text {
  margin: 10px 0 0;
  text-align: center;
}
.carousel .features-text .f-title,
.tab-pane .features-text .f-title {
  font-size: 26px;
  font-weight: 500;
  color: #545861;
}
.carousel .features-text .f-subtitle,
.tab-pane .features-text .f-subtitle {
  color: #888888;
}
.carousel .features-text .f-subtitle p,
.tab-pane .features-text .f-subtitle p {
  margin: 0;
}
.carousel .cabin-text,
.tab-pane .cabin-text {
  margin: 40px 0 0;
  text-align: center;
}
.carousel .cabin-text .c-title,
.tab-pane .cabin-text .c-title {
  text-transform: uppercase;
  font-weight: 600;
}
.carousel .cabin-text .c-subtitle,
.tab-pane .cabin-text .c-subtitle {
  color: #888888;
}
.carousel .cabin-text .c-txt,
.tab-pane .cabin-text .c-txt {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.carousel .crew-text,
.tab-pane .crew-text {
  -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);
  background-color: #fff;
  padding: 20px;
  height: 400px;
  margin-right: -30px;
}
.carousel .crew-text .c-title,
.tab-pane .crew-text .c-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.carousel .crew-text .c-subtitle,
.tab-pane .crew-text .c-subtitle {
  font-size: 18px;
  font-style: italic;
}
.carousel .crew-text .c-txt,
.tab-pane .crew-text .c-txt {
  font-size: 16px;
  color: #888888;
  margin-top: 20px;
}
.carousel .contact,
.tab-pane .contact {
  margin: 0;
  text-align: center;
}
.carousel .contact .title,
.tab-pane .contact .title {
  font-size: 30px;
  font-style: italic;
}
#crew .carousel-control-prev,
#crew .carousel-control-next {
  height: 500px;
}
.page-yd-minisite .header-detail {
  top: 0;
}
.page-yd-minisite #blocks {
  font-size: 18px;
  line-height: 24px;
}
.page-yd-minisite #blocks li {
  line-height: 28px;
}
.page-yd-minisite #video_minisite {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2222483000;
}
.page-yd-minisite #video_minisite iframe {
  width: 100% !important;
  height: 100% !important;
}
.page-yd-minisite .carousel .crew-text .c-txt {
  font-size: 18px;
  line-height: 24px;
}
.page-yd-minisite .gallery-controls {
  font-weight: 300;
  font-size: 16px;
}
.page-yd-minisite .gallery-controls img {
  height: 24px;
  margin-top: -3px;
}
.page-yd-minisite .minisite-footer {
  padding: 30px 0px 100px;
  margin-top: 50px;
}
.page-yd-minisite .minisite-footer .footer-text {
  font-size: 14px;
  opacity: 0.6;
}
.page-yd-minisite .minisite-footer .logo-mini {
  margin: 10px 0 0;
  width: 450px;
  display: block;
}
.page-yd-minisite .header-detail .logo-block {
  height: 80px;
  padding: 0px;
  display: table;
}
.page-yd-minisite .header-detail .logo-block img {
  max-height: 80px;
  padding: 15px 30px;
}
.page-yd-minisite .header-detail .name-minisite {
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
}
.page-yd-minisite .header-detail .navbar-nav li > a {
  padding: 30px 0px 7px;
  font-size: 14px;
}
.page-yd-minisite .header-detail .second-nav .button-search {
  position: relative;
}
.page-yd-minisite .header-detail .second-nav .button-search .all-btn {
  margin-right: 20px;
  position: absolute;
  right: 20px;
}
.page-yd-minisite .header-detail-mobile img {
  max-height: 55px;
  padding: 5px;
  display: block;
}
.page-yd-minisite .header-detail-mobile .navbar-toggler {
  float: right;
  display: inline-block;
  float: right;
  padding: 14px 0px 0px 0px;
}
.page-yd-minisite .header-detail-mobile .navbar-toggler label {
  margin-bottom: 0px;
}
.page-yd-minisite .header-detail-mobile .navbar {
  padding: 0px;
  height: 100%;
}
.page-yd-minisite .header-detail-mobile .navbar-collapse,
.page-yd-minisite .header-detail-mobile .navbar-nav,
.page-yd-minisite .header-detail-mobile .navbar-nav li {
  width: 100%;
}
.page-yd-minisite .header-detail-mobile .navbar-nav li {
  height: 45px;
  position: relative;
  line-height: 45px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.page-yd-minisite .header-detail-mobile .navbar-nav li a {
  color: #626771;
  padding: 0px 20px;
  display: block;
}
.page-yd-minisite .header-detail-mobile .hamburger-inner,
.page-yd-minisite .header-detail-mobile .hamburger-inner::before,
.page-yd-minisite .header-detail-mobile .hamburger-inner::after {
  background-color: white !important;
}
.page-yd-minisite .header-detail-mobile .arrow {
  position: absolute;
  line-height: 38px;
  font-size: 28px;
  color: #555;
  top: 0;
  z-index: 0;
  right: 20px;
}
.page-yd-minisite .header-detail-mobile .btn-pdf {
  margin: 13px 20px 0px 0px;
  background-color: #edeff5;
  height: 26px;
  width: 26px;
  border-radius: 3px;
  display: inline-block;
  float: right;
}
.page-yd-minisite .header-detail-mobile .btn-pdf img {
  padding: 7px;
}
.page-yd-minisite .section-subtitle-tab .s-link a {
  font-size: 16px;
}
.page-yd-minisite .specifications-full .specifications .s-title,
.page-yd-minisite b,
.page-yd-minisite strong,
.page-yd-minisite .carousel .crew-text .c-title,
.page-yd-minisite .wrap-yacht-description .yacht-description .y-more,
.page-yd-minisite .label-text-mobile .title {
  font-weight: 400;
}
.page-yd-minisite .section-title .s-tit,
.page-yd-minisite .wrap-yacht-description .yacht-description .y-title h1,
.page-yd-minisite .carousel .features-text .f-title,
.page-yd-minisite #blocks .cont-tag .btn-tag,
.page-yd-minisite .section-subtitle-tab .list-group a.active,
.page-yd-minisite .s-subtit h2,
.page-yd-minisite .head-listings .title {
  font-weight: 300;
}
.page-yd-minisite .section-subtitle-tab .list-group,
.page-yd-minisite .specifications-full .specifications {
  font-size: 18px;
  line-height: 24px;
}
.page-yd-minisite .specifications-full .specifications .s-title {
  margin-bottom: 5px;
}
.page-yd-minisite .carousel .features-text .f-subtitle {
  font-size: 18px;
  line-height: 24px;
}
.page-yd-minisite .button-search {
  height: 45px;
  padding: 27px 15px 0px 0px !important;
}
.page-yd-minisite .button-search .all-btn {
  background-color: rgba(255,255,255,0.8);
  float: right;
  border-radius: 3px;
  padding: 0px;
}
.page-yd-minisite .button-search .all-btn a {
  color: #626771;
  font-size: 14px;
  line-height: 31px;
  font-weight: 300;
}
.page-yd-minisite .button-search .all-btn .open-filters {
  background: #edeff5;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  height: 32px;
  float: right;
  padding: 7px;
  border-radius: 3px;
}
.page-yd-minisite .button-search .all-btn .mini-search-filters {
  font-size: 12px;
  display: none;
  padding: 0px 15px;
  min-width: 260px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.page-yd-minisite .button-search .all-btn .mini-search-filters input {
  border: none;
  background: white;
}
.page-yd-minisite .button-search .all-btn .mini-search-filters input[type="text"]:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}
.page-yd-minisite .button-search .all-btn .mini-search-filters .btn {
  text-transform: uppercase;
  margin: 4px 2px;
  float: left;
  font-weight: 600;
  border-radius: 3px;
  background-color: #ffffff8f;
  text-align: center;
  border: 1px solid #bcbcbc;
  color: #545861;
  padding: 2px 10px;
  font-size: 10px;
  line-height: initial;
}
.page-yd-minisite .button-search .all-btn .mini-search-filters .btn:hover {
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.6);
  border: 1px solid #626771;
  color: white;
  background-color: #626771;
}
.page-yd-minisite .bf-bs {
  right: 15px;
}
.page-yd-minisite .ms-contact {
  width: 30% !important;
  text-align: center;
  display: inline-block;
  padding: 6px 5px;
  margin-top: 27px;
  margin-right: 30px;
  border-radius: 3px;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#s-news,
#s-events {
  position: relative;
  z-index: 1;
}
#s-news .section-title,
#s-events .section-title {
  margin: 0px !important;
}
@media (min-width: 2000px) {
  .parallax-wrap-yacht {
    height: 1000px;
  }
  .parallax-wrap-yacht .banner {
    height: 1000px;
  }
  .parallax-wrap-yacht .banner-opacity {
    height: 1000px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .carousel .crew-text,
  .block-carousel-lg {
    height: 450px;
  }
  #crew .block-carousel-lg {
    height: 450px;
  }
  .page-yd-minisite .button-search .all-btn {
    position: absolute;
    right: 14px;
    top: 70px;
  }
}
@media (max-width: 991px) {
  .gold-link {
    color: #B59B76 !important;
  }
  .section-title {
    margin: 60px 0 30px;
    padding: 0;
  }
  .section-title-tab {
    padding: 0;
  }
  .section-subtitle-tab {
    padding: 0 0 30px;
  }
  .section-subtitle-tab .list-group {
    margin-top: -20px;
  }
  .section-subtitle-tab .list-group a {
    padding: 0 8px;
    display: inline-block;
    line-height: 20px;
    margin: 0 -1px;
  }
  .section-subtitle-tab .list-group a.active {
    font-weight: 600;
  }
  .page-yd-minisite .button-search .all-btn {
    position: absolute;
    right: 14px;
    top: 70px;
  }
  .parallax-wrap-yacht {
    height: 250px;
    margin-top: 37px;
  }
  .parallax-wrap-yacht .banner {
    height: 250px;
  }
  .parallax-wrap-yacht .banner-opacity {
    height: 250px;
  }
  .parallax-wrap-yacht .cont-play {
    height: 250px;
    padding-top: 80px;
  }
  .parallax-wrap-yacht .cont-play .play {
    font-size: 50px;
  }
  .vt-controls {
    margin: 0 15px 30px;
    position: absolute;
    right: 0;
    left: initial;
  }
  .vt-controls span {
    font-size: 14px;
  }
  .opacityBlock {
    font-size: 14px;
    line-height: 18px;
    right: 15px;
    padding: 5px 8px;
  }
  .opacityBlock.min {
    bottom: 15px;
    right: 15px;
  }
  .wrap-yacht-description {
    margin-top: 0;
  }
  .wrap-yacht-description .yacht-description {
    padding: 30px 15px;
    margin: 0 -15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
  }
  .wrap-yacht-description .yacht-description .y-title h1 {
    font-size: 28px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.1px;
  }
  .wrap-yacht-description .yacht-description .y-title h1 span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  .wrap-yacht-description .yacht-description .y-history-title {
    margin-bottom: 10px;
  }
  .wrap-yacht-description .yacht-description .y-history-txt {
    font-size: 20px;
    line-height: 22px;
  }
  .wrap-yacht-description .yacht-description .y-history-txt h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .wrap-yacht-description .yacht-description .y-icons a {
    font-size: 18px;
  }
  .wrap-yacht-description .wrap-contacts {
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    margin-left: 0;
    min-height: 0;
    padding: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 -15px;
    background-color: transparent;
  }
  .wrap-yacht-description .wrap-btn-contacts {
    margin-left: 0;
  }
  .content-grey {
    margin-top: 0;
  }
  .carousel .features-text {
    margin: 10px 0 30px;
  }
  .carousel .features-text .f-title {
    font-size: 20px;
  }
  .carousel .cabin-text {
    margin-top: 10px;
  }
  .carousel .cabin-text .c-title {
    font-size: 20px;
  }
  .carousel .crew-text {
    margin-right: 0;
    height: initial;
    margin: 0 4px 4px;
  }
  .carousel .spacer {
    padding-top: 0;
  }
  .carousel .contact .title {
    font-size: 22px;
  }
  .specifications-full .specifications {
    font-size: 20px;
    line-height: 22px;
  }
  .specifications-full .specifications .s-block {
    min-height: 0;
    margin-bottom: 30px;
  }
  .broker {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .block-carousel-xl,
  .block-carousel-lg,
  .block-carousel-md,
  .block-carousel-sm {
    height: 200px;
  }
  .page-yd-minisite {
    padding-top: 55px;
  }
  .page-yd-minisite .header-detail-mobile {
    top: 0;
    height: 55px;
  }
  .page-yd-minisite .header-detail-mobile .logo-block {
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px;
  }
  .page-yd-minisite .header-detail-mobile .logo-block img {
    max-height: 40px;
    margin: 5px auto;
    display: block;
  }
  .page-yd-minisite .parallax-wrap-yacht {
    margin-top: 0px;
  }
  .page-yd-minisite .section-title {
    padding: 60px 0 30px !important;
    margin: 0px;
  }
  .page-yd-minisite .section-subtitle-tab .list-group {
    margin-top: 0px;
  }
  .page-yd-minisite .ms-contact {
    margin: 0;
    border-radius: 0px;
    padding: 0px 10px !important;
    height: 45px;
    position: relative;
    line-height: 45px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-mb {
    margin: 0 -40px !important;
  }
  .page-yd-minisite .header-detail-mobile .arrow {
    right: 40px;
  }
  .page-yd-minisite .header-detail-mobile .navbar-nav li {
    padding: 0px 40px;
  }
  .ms-contact {
    margin-top: 13px !important;
    border-radius: 3px !important;
    margin-left: 0px;
    margin-right: 20px !important;
    height: 27px !important;
    position: relative;
    line-height: 27px !important;
    padding: 9px 14px !important;
  }
  .page-yd-minisite .button-search .all-btn {
    position: absolute;
    right: 14px;
    top: 70px;
  }
}




