.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out .6s;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.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;
  }
}
body {
  font-family: 'Montserrat', serif !important;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #626771;
  background-color: #f9fafe;
}
.debug {
  display: none;
}
.body-opacity {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26,26,26,0.8);
}
.shader {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26,26,26,0.8);
}
.otherListings {
  display: none;
}
.otherListings .card-listing .card-a .cnt-label {
  height: auto;
}
fieldset.required {
  border: 1px solid #d00909;
}
fieldset.required legend {
  color: #d00909;
}
fieldset.blank {
  border: none;
  background: transparent;
}
fieldset.blank legend {
  width: 0;
  color: #fff;
  padding: 0;
}
fieldset {
  padding: 0 5px;
  border: 1px solid #ced4da;
  position: relative;
  background: #fff;
}
fieldset legend {
  width: initial;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 10px;
}
fieldset input,
fieldset select {
  height: 30px !important;
  font-size: 12px !important;
}
fieldset .chosen-container-single .chosen-single,
fieldset .chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  background-image: none;
}
fieldset textarea {
  border: none !important;
}
fieldset.blank {
  border: none;
  background: transparent;
}
fieldset.blank legend {
  width: 0;
  color: #fff;
  padding: 0;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.alarm {
  color: #980000;
}
.inline-block {
  display: inline-block;
}
hr.table-line {
  margin: 8px -15px;
}
.noMaginTop {
  margin-top: 0 !important;
}
.fast-specs-yacht {
  cursor: pointer;
}
.freesearch-fullscreen {
  display: none;
}
.ck.ck-content:not(.ck-comment__input *) {
  height: 200px;
  overflow-y: auto;
}
.full-ckeditor .ck.ck-content:not(.ck-comment__input *) {
  height: calc(100vh - 210px);
}
.shader-cookies {
  position: fixed;
  z-index: 5011;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26,26,26,0.8);
}
.choose-cookies-container {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  width: 100%;
  z-index: 5012;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.choose-cookies-container .headPopup.grayBack {
  border-radius: 5px;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: #eff0f4;
  font-weight: 600;
}
.choose-cookies-container .pop-container {
  background: #fff;
  padding-bottom: 25px;
  width: 44%;
  margin: auto;
}
.choose-cookies-container .inner {
  padding: 0 15px;
}
.choose-cookies-container .gold-button {
  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);
  cursor: pointer;
  padding: 0px 15px;
  float: right;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
  border: 0 solid;
}
.choose-cookies-container .gray-button {
  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);
  cursor: pointer;
  padding: 0px 15px;
  float: right;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
  border: 0 solid;
  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);
}
.choose-cookies-container .toggleButton .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0;
}
.choose-cookies-container .toggleButton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.choose-cookies-container .toggleButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.choose-cookies-container .toggleButton .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.choose-cookies-container .toggleButton input:checked + .slider {
  background-color: #B59B76;
}
.choose-cookies-container .toggleButton input:focus + .slider {
  box-shadow: 0 0 1px #B59B76;
}
.choose-cookies-container .toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.choose-cookies-container .toggleButton .slider.round {
  border-radius: 34px;
}
.choose-cookies-container .toggleButton .slider.round:before {
  border-radius: 50%;
}
.choose-cookies-container .choose-cookies {
  padding: 8px 15px;
  width: 30%;
  margin-right: 15px;
  float: none;
  line-height: 14px;
}
.choose-cookies-container .close-disclamer {
  padding: 8px 15px;
  width: 30%;
  margin-left: 15px;
  float: none;
  line-height: 14px;
}
.triggerNav {
  cursor: pointer;
}
.shader-video {
  position: fixed;
  z-index: 5010;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26,26,26,0.8);
}
.video-show {
  margin-top: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.video-show .hr {
  border-top: 1px solid #ddd;
}
.video-show .head-vshow {
  position: relative;
  font-size: 18px;
  font-weight: 200;
  line-height: 18px;
  text-align: left;
  background-color: #f9fafe;
  padding: 11px 15px 0;
  border-radius: 5px 5px 0 0;
}
.video-show .head-vshow .logo-cont {
  float: left;
  width: 47px;
}
.video-show .head-vshow .logo-cont .logo {
  width: 47px;
}
.video-show .head-vshow .title-cont {
  font-size: 22px;
  padding-top: 7px;
  line-height: 8px;
  padding-left: 10px;
  float: left;
  font-weight: 500;
}
.video-show .head-vshow .title-cont i {
  padding-left: 10px;
  border-left: 1px solid #c6c6c6;
}
.video-show .head-vshow .close-video-show {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.video-show .head-vshow .close-video-show img {
  height: 20px;
}
.video-show .body-vshow {
  margin-bottom: 0;
}
.video-show .body-vshow video {
  object-fit: cover;
  max-height: 430px;
}
.video-show .footer-vshow {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0px 15px;
}
.video-show .footer-vshow .second-part {
  padding: 10px 0;
}
.video-show .footer-vshow .second-part .prv,
.video-show .footer-vshow .second-part .nxt {
  margin-left: 10px;
  min-width: 70px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  display: block;
  float: right;
  padding: 3px 15px;
}
.video-show .footer-vshow .second-part .prv {
  color: #fff;
  font-weight: 600;
}
.video-show .footer-vshow .second-part .nxt {
  color: #4a4e56;
  font-weight: 600;
}
#ui-datepicker-div {
  z-index: 30 !important;
}
.content {
  padding: 30px 0 0;
}
.content-white {
  padding: 30px 15px;
  background-color: #ffffff;
  border-top: 1px solid #e9eaec;
  border-bottom: 1px solid #e9eaec;
}
.content-white-noborder {
  padding: 30px 15px;
  background-color: #ffffff;
}
.content-grey {
  background-color: #edeff5;
  margin-top: 100px;
}
.content-grey .section-title {
  margin: 20px 0px;
}
.content-midgrey {
  background-color: #e6e9f2;
}
.content-darkgrey {
  background-color: #dbdee7;
}
.content-darkgrey .section-title {
  margin: 20px 0px;
}
.noBanner {
  margin-top: 160px;
}
.nb-banner {
  padding: 70px 0px;
}
.nb-banner a {
  color: #626771;
}
.nb-banner .section-title {
  margin: 0px 0px 30px;
}
.nb-banner .gold-link {
  cursor: inherit !important;
  font-style: italic;
  font-weight: 400;
}
.nb-banner .pad-xl {
  padding: 0px !important;
}
.nb-banner-destinations {
  padding: 40px 0px;
}
.nb-banner-destinations .section-title {
  margin: 0px;
}
.nb-banner-destinations .section-title .s-subtit {
  display: block !important;
}
.nb-banner-destinations .gold-link {
  cursor: inherit !important;
}
.rel {
  position: relative;
}
.pointer,
.icon {
  cursor: pointer;
}
.icon-back {
  height: 15px;
  margin-right: 5px;
}
.plus {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  font-size: 60px;
  color: #d5d5d5;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.gold-link {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #ac8f65 !important;
  font-weight: 400;
}
.gold-link:hover {
  color: #a18257;
}
.gmap {
  height: 500px;
}
.shader-map {
  height: 500px;
  margin-top: -500px;
}
.hopespotsMap {
  height: 600px;
}
strong,
b {
  font-weight: 700;
}
h2 {
  font-size: 20px;
}
.text {
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  color: #888888;
}
.text-italic {
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  color: #888888;
}
.text-min {
  margin: 15px 0;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #626771;
}
.text-min a {
  color: #B59B76;
  cursor: pointer;
  text-decoration: underline;
}
.text-min a:hover {
  color: #B59B76;
}
.text-min .gold-link {
  cursor: pointer;
}
.text-min .btn-contact {
  margin: 15px 0px 5px;
}
.text-min .link-min {
  font-size: 14px;
}
.text-min .more {
  font-style: italic;
  margin-top: 20px;
  cursor: pointer;
}
.text-min ul {
  padding: 5px 0px 5px 15px;
}
.italic-min {
  font-size: 15px;
  line-height: 20px;
}
.wrap-text {
  margin-bottom: 40px;
}
.wrap-text .select {
  border-color: #e9eaec;
  color: #bdbfbe;
}
.wrap-text .select .fas {
  float: right;
}
.wrap-text h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin-top: 30px;
}
#cont-text {
  max-height: 144px;
  overflow: hidden;
}
.listings #cont-text {
  max-height: 130px;
  overflow: hidden;
}
.grey {
  color: #626771;
}
.hr-left {
  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);
  height: 2px;
  width: 110px;
  margin: 15px 0px;
}
.hr-center {
  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);
  height: 2px;
  width: 110px;
  margin: 15px auto;
}
.hr-footer {
  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);
  height: 2px;
  width: 100%;
}
.spacer {
  padding-top: 30px;
  width: 100%;
  display: block;
}
.border-col {
  border-right: 1px solid #bdbfbe;
}
.fa-star {
  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);
  margin-left: 5px;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.more {
  color: #B59B76;
  font-size: 16px;
  font-style: italic;
  margin-top: 5px;
  display: block;
}
.more:hover {
  color: #806845;
}
.fancybox-skin,
.fancybox-content {
  padding: 0px !important;
  background: transparent !important;
}
.parallax-video .play i {
  display: block;
  margin-bottom: 10px;
}
.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;
}
.discoverVideo {
  border-radius: 3px;
  border: 1px solid white;
  color: white;
  font-weight: 600;
  padding: 6px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.private-landing {
  background-color: black;
}
.landingOpacity {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1000;
}
.landing {
  text-align: center;
  height: 100vh;
  overflow: hidden;
}
.landing .title {
  font-size: 32px;
  margin: 20px 0px 10px;
  text-align: center;
  line-height: 36px;
}
.landing .banner-video .cnt-discover {
  height: 270px;
}
.landing .banner-video .cnt-discover .claim {
  padding: 160px 0px 20px;
}
.landing .banner-video .buttons-video {
  bottom: 125px;
  background-color: #ffffff14;
  padding: 5px 5px 7px 5px;
}
.landing .banner-video .banner-opacity,
.landing .banner-video {
  height: 100% !important;
}
.landing .video-controls {
  position: fixed;
  left: 0;
  right: 0;
  width: 180px;
  bottom: 30px;
  margin: 0 auto;
  z-index: 100000;
  padding: 4px 0px 6px;
  background-color: rgba(0,0,0,0.4);
}
.landing .iconOp {
  opacity: 0.7;
}
.landing .embed-responsive iframe {
  margin-top: -65px;
  height: calc(100vh + 135px);
}
.notFound {
  padding: 150px 0px 150px;
  text-align: center;
  color: #626771;
}
.notFound h1 {
  color: #626771;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound ul {
  padding: 0px;
  text-align: left;
}
.notFound .titleNot {
  font-size: 25px;
}
.notFound .btn {
  background-color: #e9eaec;
  color: #626771;
}
.notFound .freesearch404 {
  padding: 7px 12px;
  height: 32px;
  color: #626771;
  font-size: 12px;
  font-weight: 600;
  border: none;
  background: #e9eaec;
  border-radius: .25rem;
}
.notFound .freesearch404::-webkit-input-placeholder {
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 12px;
}
.notFound .freesearch404:-ms-input-placeholder {
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 12px;
}
.notFound .freesearch404:-moz-placeholder {
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 12px;
}
.notFound .freesearch404::-moz-placeholder {
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 12px;
}
.notFound .input-group-text {
  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);
  cursor: pointer;
  padding: .375rem 7px;
}
.notFound .input-group-text img {
  height: 18px;
}
.notFound .backhome {
  margin-top: -2px;
}
.notFound .backhome:hover {
  background-color: #626771;
  color: #e9eaec;
}
.login-project {
  font-family: initial;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-project .bg-login {
  text-align: center;
  box-shadow: 1px 1px 5px #ccc;
  background: #ffffff;
  padding: 25px 50px;
  margin-top: 20vh;
}
.login-project .btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.login-project img {
  margin: auto;
  display: block;
  max-width: 220px;
  margin-bottom: 25px;
}
.disclamer.cookies {
  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);
  color: #fff;
  z-index: 5010;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  font-size: 15px;
  padding: 8px 0 8px 25px !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010719',endColorstr='#5195d4',GradientType=1);
}
.disclamer.cookies a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background-color: rgba(255,255,255,0.3);
  padding: 2px 15px;
  margin-left: 15px;
  font-size: 12px;
  border-radius: 3px;
}
header {
  height: 83px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}
header .nav-mobile {
  display: none;
}
header .first-nav {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  background-color: #f9f9f9;
  position: relative;
  z-index: 10;
}
header .first-nav .concierge-block {
  border-left: 1px solid #e6e6e6;
  height: 45px;
  margin-right: -15px;
}
header .first-nav .concierge-block a {
  padding: 13px 10px;
}
header .second-nav {
  -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);
  background-color: rgba(240,241,245,0.95);
  position: relative;
  z-index: 5;
}
header .second-nav .small-logo {
  height: 16px;
  margin: 11px 0px;
}
header .second-nav .login {
  cursor: pointer;
  display: none;
  font-size: 14px;
  text-transform: capitalize;
  border-left: 1px solid #e6e6e6;
  padding: 0px 20px;
  height: 38px;
  line-height: 38px;
}
header .logo {
  position: relative;
  z-index: 1;
}
header .logo img {
  max-height: 25px;
  margin: 10px 25px;
  position: relative;
  z-index: -1;
}
header .navbar {
  padding: 0px 15px;
}
header .navbar-nav li {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  padding: 0px 10px;
}
header .navbar-nav li>a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #626771;
  padding: 11px 0px 7px;
  font-size: 12px;
  transition: none;
}
header .navbar-nav li>a:hover {
  background-color: transparent;
  color: #33353a;
}
header .navbar-nav li .hover-link {
  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);
  height: 2px;
  margin: 0px auto;
  width: 0px;
  transition: all 400ms;
}
header .navbar-nav li:hover .hover-link,
header .navbar-nav li.active .hover-link {
  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);
  transform: scale(1);
  width: 100%;
}
header .navbar-nav .grey-link {
  color: #888888;
}
header .navbar-nav .grey-link:hover {
  color: #555555;
}
header .navbar-nav .gold-link {
  color: #ac8f65;
  font-weight: 500;
}
header .navbar-nav .gold-link:hover {
  color: #a18257;
}
header .logo-block {
  height: 37px;
  min-width: 145px;
  margin-left: -15px;
  display: none;
  float: left;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
header .concierge-block {
  cursor: pointer;
  height: 37px;
  min-width: 130px;
  display: inline-block;
  float: right;
  text-align: center;
}
header .concierge-block a {
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  font-size: 12px;
  color: #626771;
  padding: 10px;
  font-weight: 600;
}
header .concierge-block a:hover {
  color: #4a4e56;
}
header .login {
  cursor: pointer;
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
  margin-right: -15px;
  color: #545861;
  text-transform: capitalize;
  line-height: 45px;
  padding: 0px 20px;
  float: right;
}
header .login img {
  margin: 5px 0px 7px 10px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  overflow: hidden;
}
header .button-search {
  height: 45px;
  padding: 9px 10px 9px 0px;
  float: right;
}
header .button-search #freesearch {
  height: 26px;
  font-size: 14px;
  padding: 0px 5px;
  width: 175px;
}
header .button-search .all-btn {
  background-color: #edeff5;
  float: right;
  border-radius: 3px;
  padding: 0px;
}
header .button-search .all-btn .open-btn {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  float: right;
  padding: 7px;
  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);
  border-radius: 3px;
}
header .button-search .all-btn .open-btn:hover {
  background-color: #626771 !important;
}
header .button-search .all-btn .open-btn.arrow {
  padding: 7px 9px 7px 10px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
header .button-search .all-btn .mini-search {
  display: none;
  padding: 0px 8px;
  width: 215px;
}
header .button-search .all-btn .mini-search input {
  border: none;
  background: #edeff5;
}
header .button-search .all-btn .mini-search input[type="text"]:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}
header .button-search .all-btn .mini-search .btn {
  text-transform: uppercase;
  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;
}
header .button-search .all-btn .mini-search .btn:hover {
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.6);
  border: 1px solid #626771;
  color: white;
  background-color: #626771;
}
header .button-search .all-btn .open-filters {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  float: right;
  padding: 7px;
  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);
  border-radius: 3px;
  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);
}
header .button-search .all-btn .mini-search-filters {
  display: none;
  padding: 0px 8px;
  width: 215px;
  width: 365px;
  padding: 0px 5px;
}
header .button-search .all-btn .mini-search-filters input {
  border: none;
  background: #edeff5;
}
header .button-search .all-btn .mini-search-filters input[type="text"]:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}
header .button-search .all-btn .mini-search-filters .btn {
  text-transform: uppercase;
  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;
}
header .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;
}
header .button-search .all-btn .mini-search-filters .btn {
  margin: 4px 2px;
  float: left;
}
header .dropmenu {
  display: none;
  background-color: #f5f5f5;
  text-align: initial;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}
header .dropmenu .cont-col {
  display: table;
}
header .dropmenu .cont-col .col-custom {
  float: left;
  display: table-cell;
  margin: 0px 15px;
}
header .dropmenu .m-top {
  margin-top: 10px;
}
header .dropmenu .nav-cont {
  margin: 20px 25px 30px;
}
header .dropmenu li {
  width: 100%;
  padding: 0px;
}
header .dropmenu li a {
  display: block;
  font-weight: 400;
  padding: 0px;
  text-transform: initial;
}
header .dropmenu .first-level,
header .dropmenu .first-level a {
  text-transform: uppercase;
  color: #626771;
  font-weight: 600;
  font-size: 14px;
  padding: 0px;
}
header .dropmenu .first-level-link {
  cursor: pointer;
}
header .dropmenu .second-level {
  height: 16px;
  line-height: 16px;
  display: block;
  padding: 0px;
}
header .dropmenu .second-level a {
  font-size: 14px;
  line-height: 16px;
}
header .dropmenu .gold-link {
  cursor: pointer;
  color: #ac8f65;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
header .dropmenu .gold-link:hover {
  color: #a18257;
}
header .dropmenu .card-listing {
  margin-top: 5px;
}
header .dropmenu .megazine .block {
  height: 180px;
}
header .dropmenu .megazine .block-full {
  height: 420px;
}
header .dropmenu .megazine .cover-sea img {
  max-height: 288px;
  margin-top: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
header .dropmenu .megazine .card-listing {
  min-width: 350px;
}
header .dropmenu .block-img,
header .dropmenu .card-image-small {
  transition: none !important;
}
header .dropmenu .block:hover img:not(.logo-natgeo):not(.icon) {
  transform: none !important;
}
header .dropmenu .card-listing:hover {
  transform: none !important;
}
header .dropmenu .card-listing:hover img {
  transform: none !important;
}
header .dropmenu a:hover,
header .dropmenu img,
header .dropmenu img:hover {
  transform: none !important;
  transition: none !important;
}
.header-detail {
  width: 100%;
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 50;
}
.header-detail .back-block {
  margin-right: 15px;
  height: 37px;
  min-width: 40px;
  margin-left: -15px;
  display: block;
  float: left;
  text-align: center;
}
.header-detail .back-block a {
  display: block;
  padding: 5px;
}
.header-detail .logo-block {
  text-transform: uppercase;
  border-right: 1px solid #626771;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background-color: #626771;
  font-weight: 600;
  padding: 7px 15px;
  height: 37px;
  min-width: 145px;
  margin-left: -15px;
  display: block;
  float: left;
  text-align: center;
}
.header-detail .navbar {
  padding: 0px 15px;
}
.header-detail .navbar-nav li {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  padding: 0px 10px;
}
.header-detail .navbar-nav li>a {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #626771;
  padding: 10px 0px 7px;
  font-size: 12px;
  transition: none;
}
.header-detail .navbar-nav li>a:hover {
  background-color: transparent;
  color: #33353a;
}
.header-detail .navbar-nav li .hover-link {
  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);
  height: 2px;
  margin: 0px auto;
  width: 0px;
  transition: all 400ms;
}
.header-detail .navbar-nav li:hover .hover-link,
.header-detail .navbar-nav li.active .hover-link {
  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);
  transform: scale(1);
  width: 100%;
}
.header-detail .second-nav {
  -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);
  background-color: rgba(240,241,245,0.95);
  position: relative;
  z-index: 5;
}
.header-detail .second-nav .small-logo {
  height: 16px;
  margin: 11px 0px;
}
.header-detail .second-nav .login {
  cursor: pointer;
  border-left: 1px solid #e6e6e6;
  display: none;
  padding: 0px 15px;
  height: 37px;
  line-height: 37px;
}
.header-detail .second-nav .button-search {
  height: auto;
  padding: 6px 10px 6px 0px;
  position: absolute;
}
.header-detail .concierge-block {
  cursor: pointer;
  height: 37px;
  min-width: 130px;
  display: inline-block;
  float: right;
  text-align: center;
}
.header-detail .concierge-block a {
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  font-size: 12px;
  color: #626771;
  padding: 10px;
  font-weight: 600;
}
.header-detail .concierge-block a:hover {
  color: #4a4e56;
}
.header-detail .wrap-btn-contacts,
.header-detail .wrap-btn-contacts-iti {
  display: none;
  float: right;
}
.header-detail .wrap-btn-contacts .btn,
.header-detail .wrap-btn-contacts-iti .btn {
  width: 144px;
  line-height: 17px;
  float: right;
  border-radius: 0px;
  margin-top: 0px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px;
}
.header-detail .wrap-btn-contacts .btn-enquire,
.header-detail .wrap-btn-contacts-iti .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;
}
.header-detail .wrap-btn-contacts .btn-enquire:hover,
.header-detail .wrap-btn-contacts-iti .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);
}
.header-detail .wrap-btn-contacts .btn-enquire:active,
.header-detail .wrap-btn-contacts-iti .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);
}
.header-detail .wrap-btn-contacts .btn-booknow,
.header-detail .wrap-btn-contacts-iti .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;
  float: left;
}
.header-detail .wrap-btn-contacts .btn-booknow:hover,
.header-detail .wrap-btn-contacts-iti .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);
}
.header-detail .wrap-btn-contacts .btn-booknow:active,
.header-detail .wrap-btn-contacts-iti .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);
}
.header-detail .wrap-btn-contacts-iti {
  display: block;
}
.header-detail .wrap-btn-open .btn {
  width: 144px;
  line-height: 17px;
  float: right;
  border-radius: 0px;
  margin-top: 0px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px;
}
.header-detail .wrap-btn-open .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;
}
.header-detail .wrap-btn-open .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);
}
.header-detail .wrap-btn-open .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);
}
.header-detail .y-icons {
  text-align: right;
  display: inline-block;
  float: left;
}
.header-detail .y-icons a {
  margin-left: 10px;
  color: #888888;
  display: inline-block;
  margin: 0;
}
.header-detail .y-icons img {
  opacity: 0.5;
  margin: 10px 15px 0px 0px;
  height: 15px;
}
.header-detail.header-magazine .logo-block {
  background-color: #283e4a;
  border-right: 1px solid #283e4a;
  color: #e9eaec;
}
.header-detail.header-magazine .second-nav {
  background-color: rgba(74,108,127,0.9) !important;
}
.header-detail.header-magazine .navbar-nav li>a {
  color: #e9eaec;
}
.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;
}
.carousel {
  position: relative;
}
.carousel .carousel-control-next {
  font-size: 25px;
  color: #626771;
  width: 10%;
  right: -8%;
}
.carousel .carousel-control-next:hover {
  color: #545861;
}
.carousel .carousel-control-next img {
  max-height: 25px;
}
.carousel .carousel-control-prev {
  font-size: 25px;
  color: #626771;
  width: 10%;
  left: -8%;
}
.carousel .carousel-control-prev:hover {
  color: #545861;
}
.carousel .carousel-control-prev img {
  max-height: 25px;
}
.carousel .one-block {
  position: relative;
}
.carousel .one-block .carousel-control-prev {
  left: -80px;
  height: 410px;
  width: 100px;
}
.carousel .one-block .carousel-control-next {
  right: -80px;
  height: 410px;
  width: 100px;
}
.carousel .three-block {
  position: relative;
}
.carousel .three-block .carousel-control-prev {
  left: -80px;
  height: 245px;
  width: 100px;
}
.carousel .three-block .carousel-control-next {
  right: -80px;
  height: 245px;
  width: 100px;
}
.carousel-arrows {
  display: block;
}
.carousel-arrows .carousel-control-next,
.carousel-arrows .carousel-control-prev {
  display: inline-block;
  width: 25px;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}
.carousel-arrows .carousel-control-next img,
.carousel-arrows .carousel-control-prev img {
  max-height: 15px;
}
.carousel-indicators {
  position: relative;
  margin-top: 10px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #bdbfbe;
  opacity: 0.7;
}
#stepCarousel .carousel-control-next,
#stepCarousel .carousel-control-prev,
#ourServices .carousel-control-next,
#ourServices .carousel-control-prev {
  height: 210px;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 47%;
  opacity: 0.6;
}
.owl-carousel .owl-nav img {
  height: 25px;
  margin: 15px;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.owl-carousel .owl-item {
  padding: 5px;
}
.owl-carousel .owl-item .card-promo img,
.owl-carousel .owl-item .tool img {
  display: inline-block !important;
  width: auto !important;
}
.arrowHeight .owl-nav {
  top: 0;
}
.arrowHeight .owl-nav button {
  height: 212px;
}
.parallax-wrap-small {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.parallax-wrap-small .banner-opacity {
  height: 450px;
  opacity: 0.1;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.parallax-wrap-small .banner {
  height: 450px;
  overflow: hidden;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax-wrap-small .cont-play {
  height: 250px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0;
  z-index: 20;
}
.parallax-wrap-small .cont-play .play {
  font-size: 65px;
  color: rgba(255,255,255,0.6);
  display: inline-block;
  margin-bottom: 20px;
}
.parallax-wrap-small .cont-play .play i {
  transition: all 400ms ease-in-out;
}
.parallax-wrap-small .cont-play .play:hover i,
.parallax-wrap-small .cont-play .play:hover p {
  color: rgba(255,255,255,0.8);
}
.parallax-wrap-small.parallax-medium {
  height: 450px;
}
.parallax-wrap-small.parallax-medium .banner-opacity {
  height: 450px;
}
.parallax-wrap-small.parallax-medium .banner {
  height: 450px;
}
.shade {
  height: 15px;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.banner-discover {
  margin: 20px 0;
}
.banner-discover .block-discover {
  transition: transform .2s;
  height: 210px;
  margin: 20px 0 50px;
}
.banner-discover .block-discover .discover {
  -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);
  padding: 15px;
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  background-color: rgba(255,255,255,0.6);
  height: 180px;
  text-align: center;
}
.banner-discover .block-discover .discover .logo-discover {
  max-width: 200px;
  margin-top: 20px;
}
.banner-discover .block-discover .discover .title {
  font-size: 24px;
}
.banner-discover .block-discover .discover .hr-center {
  width: 8%;
  margin: 7px auto 12px;
}
.banner-discover .block-discover .discover p {
  line-height: 18px;
  margin: 0px;
}
.banner-discover .block-discover .discover .btn-contact {
  margin-top: 15px;
}
.banner-discover .block-discover .discover .more a {
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: #545861;
}
.wrap-title-page {
  text-align: center;
  position: relative;
  z-index: 25;
  margin-top: -68px;
}
.wrap-title-page .title-background {
  background-color: #f9fafe;
  border-radius: 5px 5px 0 0;
}
.wrap-title-page .title-background .title-page {
  color: #545861;
  font-size: 30px;
  padding: 15px 20px 0;
}
.wrap-title-page .title-background .title-page .italic {
  font-size: 35px;
}
.wrap-title-page .title-background .title-page .detail {
  font-size: 24px;
  line-height: 22px;
  display: block;
  color: #888888;
}
.wrap-title-page .title-background .title-page .subtitle {
  font-size: 20px;
  line-height: 22px;
  display: block;
  color: #888888;
}
.wrap-title-page .title-background .title-page .subtitle-page {
  font-size: 22px;
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
}
.wrap-title-page .title-background img {
  margin: 40px 0px 10px;
}
.wrap-title-page .title-background-white {
  background-color: #fff;
}
.wrap-title-page .hr-center {
  width: 40%;
}
.breadcrumbs {
  font-size: 12px;
  color: #888888;
}
.breadcrumbs a {
  color: #888888;
}
.breadcrumbs a.active {
  font-weight: 700;
}
#blocks .cont-tag .btn-tag {
  text-transform: uppercase;
  background-color: #ffffff8f;
  text-align: center;
  font-weight: 600;
  border: 1px solid #bcbcbc;
  color: #545861;
  padding: 2px 10px;
  font-size: 12px;
  line-height: initial;
}
#blocks .cont-tag .btn-tag:hover {
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.6);
  border: 1px solid #626771;
  color: white;
  background-color: #626771;
}
#blocks .more {
  font-weight: 600;
  margin-top: 10px;
}
.page-home #blocks .img-cover {
  z-index: 1 !important;
}
.head-listings .title {
  font-size: 24px;
  line-height: 26px;
}
.head-listings .subtitle {
  color: #888888;
}
.head-listings .showall {
  font-size: 16px;
  display: contents;
  color: #B59B76;
  line-height: 35px;
}
.head-listings hr {
  margin: 5px 0px 20px;
}
.head-listings p {
  margin: 0px;
}
.shader-map {
  position: relative;
  z-index: 10;
  background-color: #000;
  opacity: 0.1;
}
.gmnoprin,
.gm-control-active,
.gm-svpc,
.gmnoprint {
  display: none;
}
.parallax-wrap-small {
  overflow: hidden;
  position: relative;
}
.parallax-wrap-small .cont-play {
  height: 90px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 20;
}
.parallax-wrap-small .cont-play .play {
  font-size: 65px;
  cursor: pointer;
  color: rgba(255,255,255,0.6);
  display: inline-block;
  margin-bottom: 20px;
}
.parallax-wrap-small .cont-play .play i {
  transition: all 400ms ease-in-out;
}
.parallax-wrap-small .cont-play .play:hover i,
.parallax-wrap-small .cont-play .play:hover p {
  color: rgba(255,255,255,0.8);
}
.parallax-wrap-small .cnt-video {
  padding: 56.25% 0 0 0;
  position: relative;
  margin-top: 1px;
}
.parallax-wrap-small .cnt-video iframe {
  margin-top: -10%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-wrap-large {
  height: 650px;
}
.parallax-wrap-large .banner,
.parallax-wrap-large .banner-opacity {
  height: 650px;
}
.parallax-wrap-large .video-controls {
  position: absolute;
  bottom: 20px;
  z-index: 40;
  right: 15px;
  padding: 0px 0px 6px;
  margin: 10px 0px;
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
}
.parallax-wrap-large .video-controls .btn {
  padding: 0px 5px;
}
.parallax-wrap-large .video-controls img {
  height: 20px;
}
.parallax-wrap-large #video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2222483000;
}
.parallax-wrap-large #video .video-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.parallax-wrap-large #video .close-controls {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 3px;
  z-index: 10000;
  padding: 10px;
}
.parallax-wrap-large #video .close-controls img {
  height: 25px;
  filter: brightness(0) invert(1);
}
.parallax-wrap-large #video .video-controls {
  bottom: 20px;
  right: 40px;
  margin: 0;
  padding: 5px;
  background-color: rgba(255,255,255,0.3);
  z-index: 40;
}
.parallax-wrap-large #video .video-controls img {
  height: 35px;
}
.parallax-wrap-large #video iframe {
  height: 100vh;
  width: 100vw;
}
.parallax-wrap-large .viewOn {
  font-size: 14px;
  height: 32px;
  position: absolute;
  width: 170px;
  right: 130px;
  bottom: 30px;
  z-index: 40;
  padding: 5px 8px;
  background-color: rgba(0,0,0,0.14);
  border-radius: 3px;
}
.parallax-wrap-large .viewOn img {
  margin-top: -3px;
  height: 14px;
}
.parallax-wrap-large .viewOn a {
  color: rgba(255,255,255,0.6);
}
#ourOceanVideo {
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
}
#searchResult .listing-cont.page-0.company-content {
  padding: 95px 61px 0px 10px;
}
.block {
  -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);
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
}
.block .cnt-partner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.block .partner-logo {
  background-color: rgba(255,255,255,0.8);
  padding: 5px 7px;
  border-radius: 3px;
}
.block .copyright {
  font-size: 12px;
  position: absolute;
  color: white;
  bottom: 10px;
  right: 10px;
  text-shadow: 1px 1px 1px #00000075;
}
.block.company-logo {
  height: 70px;
  background: #fff;
  margin: 10px 0;
}
.block.company-logo img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
}
.block-full {
  transition: transform .2s;
  height: 300px;
}
.block-medium {
  transition: transform .2s;
  height: 270px;
}
.block-small {
  transition: transform .2s;
  height: 200px;
}
.block-large {
  transition: transform .2s;
  height: 320px;
}
.block-opacity {
  height: 100%;
  opacity: 0.1;
  background-color: #1c2024;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.block-transparent {
  height: 100%;
  opacity: 0.1;
  background-color: #1c2024;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.block-text {
  color: #888888;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 30px 0px;
}
.block-img {
  transition: transform .9s;
}
.block:hover {
  -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);
}
.block:hover img:not(.logo-natgeo):not(.icon):not(.partner-logo):not(.b-play) {
  transform: scale(1.1);
}
.block-logo-builder {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 200px !important;
  max-height: 135px !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: grayscale;
  transition: 0.3s;
  opacity: 0.6;
}
.wrap-build:hover .block-logo-builder {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.block.zoomIn {
  box-shadow: none;
  margin-right: 0px;
}
.block.zoomIn .block-img {
  transform: scale(0.9) !important;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.block.zoomIn .img-cover {
  min-height: auto !important;
}
.block.zoomIn:hover img {
  transform: scale(1.0) !important;
}
.services-text.zoomIn {
  height: 365px;
  margin-right: 0px;
  margin-top: 35px;
}
.label-block {
  padding: 10px;
  height: auto;
  border-radius: 1px;
  max-width: 390px;
  display: block;
  margin: -26px auto 0px;
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  -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);
}
.label-block .label-title {
  color: #626771;
  font-size: 20px;
  font-weight: 400;
}
.label-text {
  padding: 20px 0px 5px;
}
.label-text .hr-center {
  width: 30%;
  margin: 7px auto 12px;
  height: 7px;
}
.label-text .title {
  color: #161719;
  font-size: 22px;
}
.label-text .subtitle {
  color: #B59B76;
  font-size: 14px;
  line-height: 18px;
}
.label-text .detail {
  font-size: 12px;
  color: #626771;
  line-height: 18px;
}
.label-text .txt {
  font-size: 14px;
  color: #626771;
  line-height: 20px;
}
.label-text .txt p {
  margin: 0;
}
.label-text .txt .more-txt {
  display: contents;
  font-weight: 400 !important;
}
.label-text .step {
  color: #626771;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.label-text-mobile {
  display: none;
}
.label-text-bottom {
  padding-bottom: 30px;
}
#formSearch {
  background-color: #fff;
}
.search {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 50;
}
.search .cont-btn {
  display: table;
  width: 100%;
}
.search .cont-btn .btn {
  text-transform: uppercase;
  background-color: #f0f1f5;
  display: table-cell;
  border-left: 1px solid #e6e6e6;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  color: #626771;
  text-align: center;
  font-size: 11px;
  padding: 6px;
}
.search .cont-btn .fas {
  padding-left: 5px;
}
.search .cont-btn .btn:hover {
  background-color: #e6e6e6;
}
.search .cont-btn .btn:first-child,
.search .cont-btn .btn:last-child {
  width: 144px;
  border-left: 1px solid transparent;
  border: none;
}
.search .cont-btn #linkSearch {
  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: white;
}
.search .cont-btn #linkSearch: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);
}
.search-fixed {
  -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);
}
.section-title {
  margin: 80px 0 40px;
  text-align: center;
}
.section-title .s-tit {
  font-size: 30px;
  color: #161719;
  font-weight: 800;
}
.section-title .s-subtit {
  font-size: 18px;
  line-height: 20px;
  color: #161719;
  margin-bottom: 5px;
  font-weight: 300;
}
.section-title .s-subtit a {
  color: #626771;
}
.section-title .s-subtit h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #888888;
  margin-bottom: 5px;
}
.section-title .s-link a {
  font-size: 16px;
  color: #B59B76;
  font-style: italic;
  cursor: pointer;
}
.section-title .s-link a:hover {
  color: #B59B76;
}
.section-title .s-gold {
  font-size: 14px;
  color: #B59B76;
}
.section-title .s-copyright {
  font-size: 16px;
  color: #b4b4b4;
  line-height: 20px;
}
.section-text {
  text-align: justify;
}
.section-text .list {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}
.section-text .list .title {
  font-size: 32px;
}
.section-text .list .hr-left {
  width: 200px;
  margin: 15px 0px 20px;
}
.section-text .list ul {
  margin: 0px;
}
.section-text .list p {
  display: inline-block;
  margin: 0;
}
.section-text .number {
  color: #B59B76;
  font-size: 35px;
  line-height: 25px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.section-text .step .number {
  color: #B59B76;
  font-size: 45px;
  line-height: 50px;
  float: right;
}
.section-text .links a {
  color: #B59B76;
  font-weight: 600;
}
.faqs .section-text h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.faqs .section-text h3 {
  font-size: 18px;
  color: #626771;
  line-height: 22px;
  text-align: justify;
}
.heritage-club .logo {
  max-width: 200px;
}
.heritage-club .block-carousel-xl {
  transition: transform .2s;
  height: 500px;
}
.heritage-club .block-carousel-lg {
  transition: transform .2s;
  height: 400px;
}
.heritage-club .block-carousel-sm {
  transition: transform .2s;
  height: 235px;
}
.heritage-club .block-carousel-md {
  transition: transform .2s;
  height: 285px;
}
.heritage-club .section-subtitle-tab {
  padding: 0 0 40px;
}
.heritage-club .section-subtitle-tab .list-group {
  display: block;
  margin-top: 15px;
}
.heritage-club .section-subtitle-tab .list-group a {
  color: #888888;
  margin: 0px 10px;
}
.heritage-club .section-subtitle-tab .list-group a.active {
  color: #B59B76;
}
.heritage-club .section-subtitle-tab .s-link a {
  cursor: pointer;
  font-size: 16px;
  color: #B59B76;
}
.heritage-club .section-subtitle-tab .list-group a {
  padding: 0px 15px;
  margin: 0;
  border-right: 1px solid #626771;
}
.heritage-club .section-title-tab {
  padding: 40px 0 0;
}
.heritage-club .section-title {
  padding: 40px 0 0;
  margin: 0px;
}
.heritage-club .section-title .list-group {
  display: block;
  margin-top: 15px;
}
.heritage-club .section-title .list-group a {
  color: #888888;
  margin: 0px 10px;
}
.heritage-club .section-title .list-group a.active {
  color: #B59B76;
}
.card-listing {
  -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);
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.card-listing .card-a {
  display: block;
  color: #161719;
}
.card-listing .card-a .cnt-label {
  height: 116px;
  overflow: hidden;
}
.card-listing .card-a .img-label {
  display: block;
  margin-right: 5px;
  float: right;
  font-size: 12px;
  width: 52px;
  padding: 1px 4px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
  color: white;
  margin-top: 200px;
  margin-right: 10px;
}
.card-listing .card-a .img-label img {
  height: 13px;
  margin-top: 3px;
  width: auto;
  float: left;
  width: auto;
  display: inline-block;
}
.card-listing .card-a .img-label span {
  float: right;
  display: block;
  color: rgba(255,255,255,0.7);
}
.card-listing .card-a .label-xl {
  width: 55px;
}
.card-listing .cntLinks {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all .2s;
}
.card-listing .cntLinks .links {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 115px;
}
.card-listing .cntLinks .circle {
  opacity: 0;
  display: block;
  transition: all .2s;
  border: 1px solid #f9fafe6e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 17px 16px;
  font-size: 14px;
  float: left;
}
.card-listing .cntLinks .circle img {
  height: 14px;
  width: auto;
  vertical-align: initial;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: all .2s;
}
.card-listing .cntLinks .circle:first-child {
  margin-right: 15px;
}
.card-listing .cntLinks:hover {
  background-color: rgba(26,26,26,0.8);
}
.card-listing .cntLinks:hover .circle {
  opacity: 1;
  color: #f9fafe8c;
}
.card-listing .cntLinks:hover .circle:hover {
  border: 1px solid #f9fafeb8;
}
.card-listing .cntLinks:hover .circle:hover img {
  opacity: 1;
}
.card-listing .evidence {
  color: #B59B76;
}
.card-listing .card-image {
  height: 230px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}
.card-listing .card-image .natgeo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
}
.card-listing .card-image-small {
  height: 230px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
  height: 230px;
}
.card-listing .card-image-small .natgeo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
}
.card-listing .card-image-large {
  height: 230px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
  height: 300px;
}
.card-listing .card-image-large .natgeo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
}
.card-listing .card-text {
  height: 190px;
  background-color: #fff;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.card-listing .card-text .card-title h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 25px;
}
.card-listing .card-text .card-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
}
.card-listing .card-text .card-tag {
  margin: 5px 0px 10px;
  height: 18px;
}
.card-listing .card-text .card-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.card-listing .card-text .card-tag .btn-secret {
  border: 1px solid #161719;
  color: #161719;
}
.card-listing .card-text .card-tag .btn-featured {
  border-radius: 3px;
  border: 1px solid #9a7f5a;
  color: #9a7f5a;
  font-weight: 800;
}
.card-listing .card-text .card-tag .btn-booking {
  border-radius: 3px;
  border: 1px solid #980000;
  color: #980000;
}
.card-listing .card-text .btn-days {
  margin-top: 5px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
}
.card-listing .card-text .card-details.pMargin {
  margin-top: 40px;
}
.card-listing .card-text .priceTop {
  margin-top: 0px !important;
}
.card-listing .card-text .priceTop.pMargin {
  margin-top: 32px !important;
}
.card-listing .card-text .card-price {
  margin-top: -2px;
  color: #626771;
  font-size: 20px;
  line-height: 22px;
}
.card-listing .card-text .card-price .price {
  float: left;
}
.card-listing .card-text .card-price .priceApp {
  float: none;
}
.card-listing .card-text .card-price .tool {
  opacity: 0.5;
  height: 13px;
  width: auto;
  display: inline-block;
}
.card-listing .card-text .card-price .tag {
  border: 1px solid #626771;
  color: #626771;
  line-height: 16px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.card-listing .card-text .card-compare {
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 18px;
}
.card-listing .card-text .card-more {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.card-listing .card-text .card-more .btn-gold {
  color: #B59B76;
  border: 1px solid #B59B76;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
}
.card-listing .card-text .card-more .btn-gold:hover {
  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);
  -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);
  color: #fff;
}
.card-listing .card-text .card-subtitle-exp,
.card-listing .card-text .card-subtitle-exp h2 {
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.card-listing .card-text .card-subtitle-exp span,
.card-listing .card-text .card-subtitle-exp h2 span {
  margin-right: 5px;
}
.card-listing .card-text .card-subtitle-yacht {
  font-size: 16px;
  color: #888888;
  line-height: 16px;
}
.card-listing .card-text .hr-left {
  margin: 10px 0px;
}
.card-listing .card-text .lgrey {
  color: #888888;
}
.card-listing .card-text .card-details {
  color: #626771;
  margin-top: 18px;
  font-size: 16px;
}
.card-listing .card-text .card-details-itinerary {
  color: #626771;
  margin-top: 18px;
  font-size: 16px;
  margin-top: 15px;
  height: 60px;
}
.card-listing .card-text .card-details-itinerary .read-more {
  font-weight: 100;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}
.card-listing .card-text .details {
  font-size: 18px;
  line-height: 20px;
}
.card-listing .card-text .card-tags {
  color: #B59B76;
  font-size: 12px;
}
.card-listing .card-text .card-link {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
  color: #545861;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.card-listing .card-text .card-natgeo {
  text-align: right;
}
.card-listing .card-text .card-natgeo .partnership {
  font-size: 10px;
  margin-top: 5px;
}
.card-listing .card-text .card-natgeo .lognat {
  -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);
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  float: right;
}
.card-listing .card-text .card-natgeo .lognat img {
  max-width: 110px;
}
.card-listing .dataInt {
  height: 455px !important;
}
.card-listing .dataInt .cnt-share:hover .popoverShare {
  height: 277px !important;
}
.card-listing .dataInt .card-a {
  height: 120px;
}
.card-listing .dataIntCharter {
  height: 335px !important;
}
.card-listing .dataIntCharter .cnt-share:hover .popoverShare {
  height: 157px !important;
}
.card-listing .dataIntCharter .card-a {
  height: 120px;
}
.card-listing .card-data {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #898f9b;
  border-top: 1px solid #eaeaea;
  margin: 15px -15px;
  padding: 15px;
}
.card-listing .card-data b,
.card-listing .card-data a {
  color: #B59B76;
  font-weight: 400;
}
.card-listing .card-data .days {
  margin-bottom: 10px;
  display: block;
}
.card-listing .card-data .brokerage {
  margin-bottom: 10px;
}
.card-listing .card-data .brokerage .icon.email {
  max-height: 12px;
}
.card-listing .card-data .brokerage img {
  max-height: 14px;
  margin-left: 8px;
}
.card-listing .card-data .tag {
  border: 1px solid #626771;
  color: #626771;
  display: inline-block;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 7px;
  border-radius: 3px;
}
.card-listing .card-data .btn-featured {
  font-size: 9px;
  line-height: 16px;
  font-weight: 800;
  text-align: center;
  padding: 0px 7px;
  border-radius: 3px;
  border: 1px solid #9a7f5a;
  color: #9a7f5a;
}
.card-listing .card-text-auto {
  height: auto;
  padding: 10px 15px 0px 15px;
}
.card-listing .card-text-auto .cnt-share {
  padding: 6px 15px 10px 15px;
}
.card-listing .card-text-auto .popoverShare .a-share {
  padding: 10px 15px;
}
.card-listing .card-text-auto .popoverShare .title {
  font-size: 20px;
  line-height: 20px;
}
.card-listing .card-text-auto .popoverShare .shareButtons {
  margin: 5px 0px;
}
.card-listing .card-text-auto .cnt-share:hover .popoverShare {
  height: 77px;
}
.card-listing .card-text-small {
  height: 170px;
}
.card-listing .card-text-compare {
  height: 390px;
}
.card-listing .card-text-large {
  height: 200px;
}
.card-listing .hr-full-card {
  margin: 10px -15px 0px;
  border-top: 1px solid #eaeaea;
}
.card-listing .add-project {
  font-size: 12px;
  color: #888888;
}
.card-listing:hover img:not(.logo-natgeo):not(.icon):not(.tool-img):not(.partner-logo):not(.b-play) {
  transform: scale(1.1);
}
.card-listing .card-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  text-align: right;
  background: #fff;
}
.card-listing .card-bottom a {
  color: #888888;
}
.card-listing .card-bottom img {
  opacity: 1;
  height: 13px;
  display: inline-block !important;
}
.bg-active .card-listing .card-bottom {
  background: transparent;
}
.list-table .card-horizontal .popoverShare .subtitle {
  margin-bottom: 0;
  padding: 0;
}
.biscuitItineray .cnt-partner {
  max-width: 80px !important;
  height: auto;
}
.card-promotion {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -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);
  border-radius: 0 0 5px 5px;
  color: #626771;
  padding: 15px;
  background-color: white;
}
.card-promotion .category {
  font-weight: 600;
}
.card-promotion .hr-left {
  margin: 5px 0px 10px;
}
.card-promotion .title {
  font-weight: 600;
  font-size: 34px;
  font-style: italic;
  line-height: 38px;
}
.card-promotion .description {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
}
.card-promotion .btn-contact {
  left: 25px;
  bottom: 25px;
  right: 25px;
  position: absolute;
}
.card-team {
  position: relative;
  padding: 0px 15px;
  margin-bottom: 40px;
}
.card-team .card-a {
  display: block;
  color: #161719;
  width: 100%;
}
.card-team .card-image {
  -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);
  background-color: #e9eaec;
  height: 200px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}
.card-team .card-image .natgeo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
}
.card-team .card-text {
  -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);
  height: 215px;
  background-color: #fff;
  padding: 15px 15px 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.card-team .card-text .card-a {
  position: relative;
  height: 150px;
}
.card-team .card-text .card-title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 800;
}
.card-team .card-text .card-subtitle {
  font-size: 14px;
  color: #888888;
  line-height: 16px;
}
.card-team .card-text .hr-left {
  height: 5px;
  width: 150px;
  margin: 5px 0px 15px;
}
.card-team .card-text .card-details {
  color: #888888;
  font-size: 12px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.card-team .card-text .card-details .card-more {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #B59B76;
  font-style: italic;
}
.card-team .card-text .card-more {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #B59B76;
  font-style: italic;
}
.card-team .card-text .card-link {
  font-weight: 600;
  text-align: right;
}
.card-team .card-text .btn-contact {
  margin: 0px;
  padding: 3px 10px;
  font-size: 10px;
  float: right;
}
.card-team .card-text .tag {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid #626771;
  color: #626771;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 0px 7px;
  border-radius: 3px;
}
.card-team .card-text .tag.grey {
  background-color: #626771;
  color: white;
  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);
}
.card-team hr {
  margin: 0px -15px 10px !important;
}
.card-team .flags {
  line-height: 18px;
}
.card-team .card-contact {
  text-align: right;
}
.card-team .card-contact img {
  margin-left: 5px;
}
.card-team .card-contact a:last-child img,
.card-team .card-contact a:first-child img {
  opacity: 0.8;
}
.card-team .card-data {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #898f9b;
  border-top: 1px solid #eaeaea;
  margin: 15px -15px;
  padding: 15px;
}
.card-team .card-data b,
.card-team .card-data a {
  color: #B59B76;
  font-weight: 400;
}
.card-team .dataInt {
  height: 258px;
}
.card-team .dataInt .card-a {
  height: 200px;
}
.card-team .dataInt .card-more {
  bottom: 15px;
}
#searchResult .listing-cont.page-0.crew-content {
  padding: 137px 61px 0px 10px;
}
#searchResult .listing-cont.crew-content {
  padding: 0px 61px 0px 10px;
}
.card-crew {
  position: relative;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
}
.card-crew .checkButton {
  display: inline-block;
  margin-left: 4px;
}
.card-crew .min-text {
  height: 48px;
  overflow: hidden;
}
.card-crew .inner {
  padding: 0 15px;
}
.card-crew .back-top {
  background: #eff0f4;
}
.card-crew hr {
  margin: 0px -15px 0px !important;
}
.card-crew .block-full {
  height: 100px;
  margin: 10px;
  position: relative;
  z-index: 1;
}
.card-crew .cnt-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 10px 0px;
  min-height: 40px;
}
.card-crew .cnt-text .info strong,
.card-crew .cnt-text strong:not(.upp) {
  font-weight: 600;
}
.card-crew .cr-skill .btnFunction {
  cursor: pointer;
  position: relative;
  margin-bottom: 8px;
}
.card-crew .cr-skill .btnFunction.active {
  color: #fff;
  background: #161719;
}
.card-crew .sub-title {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
}
.card-crew .sub-title .job {
  float: left;
  width: 98%;
  min-width: 145px;
  min-height: 30px;
  padding-right: 5px;
}
.card-crew .sub-title .level {
  float: left;
  width: 38%;
}
.card-crew .sub-title .level .circle {
  background-color: #B59B76;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}
.card-crew .gold-link {
  font-weight: 500;
}
.card-crew .cnt-tag {
  margin: 0px -15px 5px;
}
.card-crew .cnt-tag .tag {
  opacity: 1;
  top: 7px;
  position: relative;
  top: -2px;
  font-style: initial;
  border: 1px solid #161719;
  background-color: transparent;
  color: #161719;
  margin-left: 2px;
  display: inline-block !important;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.card-crew .cnt-tag .icon {
  opacity: 0.7;
  height: 13px;
  font-size: 14px;
}
.card-crew .cnt-tag .icon.star {
  margin-left: 0;
}
.card-crew .cnt-tag .tag-grid {
  margin-left: 10px;
  margin-top: 4px;
}
.card-crew .cnt-tag .tag.tag-1 {
  background: #b59b76;
  border-color: #b59b76;
  color: #fff;
}
.card-crew .cnt-tag .tag.tag-2 {
  background: #626771;
  color: #fff;
}
.card-crew .cnt-tag .icon-trash,
.card-crew .cnt-tag .icon-shortlist {
  font-size: 15px;
  color: #a5a8ae;
  position: relative;
  top: 2px;
}
.card-crew .cnt-tag .icon-trash.active,
.card-crew .cnt-tag .icon-trash:hover {
  color: #b10707;
}
.card-crew .cnt-tag .icon-shortlist.active,
.card-crew .cnt-tag .icon-shortlist:hover {
  color: #009900;
}
.card-crew .cnt-tag .onBoard {
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
}
.card-crew .cnt-tag .changeturn.active {
  background: #161719;
  color: #fff !important;
}
.card-crew .cnt-share {
  padding: 4px 10px 0 6px;
}
.card-crew .cnt-share .icon {
  padding: 0px;
}
.card-crew .cnt-share.removeCrew {
  padding-left: 0;
}
.card-crew .cnt-mid {
  padding-right: 0;
  padding-left: 2px;
}
.card-crew .popoverShare {
  bottom: 28px;
  right: 15px;
  left: -10px;
  z-index: 5;
  border-bottom: 0px solid transparent;
  padding: 0;
  text-align: left;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  color: #626771;
}
.card-crew .popoverShare .tag:hover {
  background-color: #626771;
  color: white;
}
.card-crew .popoverShare .actions {
  padding: 15px;
}
.card-crew .cnt-share:hover .popoverShare {
  height: 123px;
  border-bottom: 0px solid rgba(0,0,0,0.1);
}
.card-crew .inner i {
  color: #a5a8ae;
  font-size: 14px;
}
.card-crew .settings-awesome {
  display: inline-block;
  padding: 0;
}
.card-crew .settings-awesome a {
  color: #888888;
  opacity: 0.9;
  padding: 0;
}
.card-crew .settings-awesome i {
  color: inherit;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.card-crew .settings-awesome .fab.fa-instagram {
  padding: 0 4px;
}
.card-crew .chosen-container-single .chosen-single {
  height: 18px;
  padding: 3px;
  font-size: 9px;
  line-height: 10.5px;
  background: none;
  border-radius: 4px;
}
.card-crew .chosen-container-single .chosen-single span {
  margin-right: 10px;
}
.card-crew .chosen-container-single .chosen-single div {
  top: -4px;
  right: -5px;
}
.card-crew .chosen-container-single .active-result {
  font-size: 9px;
  line-height: 9px;
}
.card-crew .hr-onboard {
  margin: 0px !important;
}
.card-crew .onboard-info {
  padding: 0px 15px;
  font-size: 12px;
  display: inline-block;
}
.card-crew .link-gold {
  font-size: 10px;
  color: #B59B76;
}
.contactContainer .sheet-card .card-crew {
  border: 1px solid transparent;
}
.contactContainer .sheet-card .card-crew .cnt-tag {
  padding: initial;
  display: flex;
  width: initial;
  margin: 0px -15px 0px;
}
.contactContainer .sheet-card .card-crew .cnt-tag .hori-hr {
  display: inline-block;
  border-left: 1px solid rgba(0,0,0,0.1);
  padding-left: 9px;
  margin-left: 9px;
}
.contactContainer .sheet-card .card-crew .cnt-tag .hori-hr .cnt-share.add-shortlist {
  padding-bottom: 6px;
}
.contactContainer .sheet-card .card-crew .cnt-tag .hori-hr.column {
  height: 100%;
  padding: 5px 0px 5px 9px;
}
.contactContainer .sheet-card .card-crew.active {
  border: 1px solid #B59B76;
}
.card-crew.dash {
  overflow: visible;
  cursor: pointer;
}
.card-crew.dash .back-top {
  padding: 0 9px;
}
.card-crew.dash .cnt-tag {
  margin: 0px -21px 5px;
  padding: 2px 0 3px;
}
.card-crew.dash .cnt-tag.more-padding {
  padding-right: 35px;
  padding-top: 0;
  margin-bottom: 0;
}
.card-crew.dash .btn-offline {
  position: relative;
  top: -2px;
}
.card-crew.dash .btnFunction {
  top: 0px;
}
.card-crew.dash .col-sx-img {
  width: 110px;
  float: left;
}
.card-crew.dash .col-dx-txt {
  width: calc(100% - 110px);
  float: right;
  padding: 0 15px 0 0;
}
.card-crew.pastCrew .block-full {
  height: 117px;
}
.current-crew .block-full {
  height: 119px;
}
.crew-table {
  height: calc(100vh - 76px) !important;
}
.crew-table td {
  border: 1px solid #e8e8e8 !important;
}
.crew-table .card-horizontal.card-crew {
  margin-bottom: 0px;
}
.crew-table .card-horizontal.card-crew .card-text {
  height: 153px;
  margin: 0;
}
.crew-table .card-horizontal.card-crew .card-bottom {
  bottom: 0;
  padding: 0px;
}
.crew-table .card-horizontal.card-crew .card-bottom .cnt-tag {
  margin: 5px 0px;
}
.crew-table .card-horizontal.card-crew .card-bottom .rate-area {
  margin: 0px;
}
.crew-table .card-horizontal.card-crew .card-bottom .icon {
  opacity: 0.7;
  height: 13px !important;
}
.crew-table .card-horizontal.card-crew .card-bottom .cnt-share {
  display: inline-block;
  padding: 4px 10px 0 6px;
}
.crew-table .card-horizontal.card-crew .block-full {
  height: 155px;
  margin: 0px;
}
.crew-table .gold-link {
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  color: #ac8f65 !important;
  font-weight: 500 !important;
  font-style: normal;
}
.crew-table .moreText {
  height: 111px;
  margin-bottom: 10px;
  overflow: hidden;
}
.crew-table .lessText {
  height: auto;
  margin-bottom: 15px;
}
.crew-table .more,
.crew-table .c-more,
.crew-table .less,
.crew-table .c-less {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0px 5px;
  background-color: white;
  margin: 0;
  z-index: 10;
  background-color: white;
}
.crew-table .shaderMore {
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),#ffffff);
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.crew-table .secondcol .tag {
  text-transform: uppercase;
}
.crew-table table .headcol {
  padding-bottom: 0px !important;
  z-index: 10 !important;
}
.crew-table .cnt-tag {
  margin-bottom: 3px;
}
.crew-table .cnt-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  line-height: 12px;
  font-size: 8px;
  padding: 0px 5px;
  text-align: center;
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
}
.pages-content {
  height: calc(100vh - 76px);
  padding-top: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pages-content .card-crew.dash .back-top {
  padding: 10px 9px 15px 9px;
  cursor: pointer;
}
.pages-content .card-crew.dash .back-top span {
  opacity: 0.4;
}
.pages-content .card-crew .cnt-text {
  margin: 0;
  min-height: 32px;
}
#searchResult .listing-cont.page-0.itinerary-content {
  padding: 137px 49px 0px 0px;
}
#searchResult .listing-cont.itinerary-content {
  padding: 0px 49px 0px 0px;
}
#searchResult .listing-cont.itinerary-content .list-table {
  height: calc(100vh - 175px);
  height: -webkit-calc(100vh - 175px);
}
#searchResult .listing-cont.itinerary-content .partner-row {
  height: 20px;
}
#searchResult .listing-cont.itinerary-content.noNews {
  padding: 100px 49px 0px 0px;
}
#searchResult .listing-cont.itinerary-content.noNews .list-table {
  height: calc(100vh - 138px);
  height: -webkit-calc(100vh - 138px);
}
#searchResult .listing-cont.listing-cont-pages {
  padding: 0px 15px 0px;
}
#searchResult .listing-cont.listing-cont-pages .card-crew .btnTag {
  top: 0;
  margin: 5px 3px 0px 0px;
  text-transform: uppercase;
}
.second-nav-pages {
  color: #626771;
  font-weight: 400;
}
.itinerary-table .headcol {
  padding-bottom: 0px !important;
}
.rate-area {
  float: left;
  border-style: none;
  margin: 6px 0px 0px 10px;
  padding: 0px;
}
.rate-area:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0,0,0,0);
}
.rate-area:not(:checked) > label {
  float: right;
  width: 16px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  color: #888888;
  margin: 0px;
}
.rate-area:not(:checked) > label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 200;
}
.rate-area > input:checked ~ label {
  color: #B59B76;
  text-shadow: none;
}
.rate-area > input:checked ~ label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
}
.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
  color: #B59B76;
}
.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
  color: #B59B76;
  text-shadow: none;
}
.rate-area > label:active {
  position: relative;
  top: 0px;
  left: 0px;
}
.card-hope {
  margin-bottom: 30px;
  box-shadow: none;
  padding: 15px 15px 0px;
  margin-bottom: 25px;
  height: auto;
}
.card-hope .block {
  margin: -15px -15px 0px;
  width: auto;
  padding-top: initial;
}
.card-hope .cnt-partner {
  bottom: 25px;
  right: 25px;
}
.card-text.card-add {
  cursor: pointer;
  height: 375px !important;
}
.project {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}
.card-career {
  text-align: center;
}
.card-career .card-text {
  height: 340px;
  padding: 30px;
}
.card-career .card-text .card-title {
  font-size: 28px;
  line-height: 34px;
}
.card-career .card-text .card-subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.card-career .card-text .card-a {
  height: auto;
  width: 100%;
}
.card-career .card-text .card-more {
  right: 0;
  bottom: 0;
}
.card-career .card-text .card-details {
  height: 113px;
  font-size: 16px;
  line-height: 22px;
}
.card-career .card-text .card-office {
  margin-top: 10px;
}
.card-career .card-bottom {
  padding: 0px 0px 6px 0px;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.22);
}
.card-career .card-bottom .cnt-download {
  padding: 0px;
}
.card-career .card-bottom .cnt-download .number {
  font-weight: 500;
  color: #b1b3b8;
  font-size: 16px;
}
.card-career .card-tag .tag {
  float: left;
  margin-top: 7px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.card-career .card-tag .btn-grey {
  border: 1px solid #626771;
  color: #626771;
}
.card-career .card-tag .btn-gold {
  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);
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
}
.career .enquirec {
  padding-top: 0;
  height: auto;
}
.career .enquirec .second-part {
  padding: 0;
}
.career .content-white {
  padding: 0px 0px 50px;
}
.career .section-title {
  margin: 60px 0px;
}
.natgeo-big-logo {
  width: 250px;
  margin: 50px auto 0;
}
.contact {
  margin: 100px 0px;
}
.contact p {
  margin: 0px;
}
.contact .title {
  color: #626771;
  font-size: 30px;
  margin: 0px;
}
.contact .subtitle {
  color: #888888;
  font-size: 16px;
}
.contact .subtitle a {
  color: #B59B76;
  text-decoration: underline;
}
.contact .em-contact {
  color: #888888;
  font-size: 14px;
  margin-top: 20px;
}
.cta-text .content-grey {
  background-color: transparent;
  margin-top: 0;
}
.cta-text .content-grey .contact {
  margin: 60px 0px;
}
.btn-contact {
  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);
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px 20px;
  border: 0px solid;
}
.btn-contact: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);
  color: #ffffff;
}
.btn-contact: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);
  color: #ffffff;
}
.btn-transparent {
  color: #626771 !important;
  border: 1px solid #626771;
  height: 29px;
  background: transparent;
  margin-top: 3px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  padding: 4px 10px;
}
.cont-news a,
.cont-news-advanced a {
  color: #626771;
}
.cont-news .card-news .block-carousel-lg,
.cont-news-advanced .card-news .block-carousel-lg {
  transition: transform .2s;
  height: 580px;
}
.cont-news .card-news .block-carousel-sm,
.cont-news-advanced .card-news .block-carousel-sm {
  transition: transform .2s;
  height: 230px;
}
.cont-news .card-news .label-news,
.cont-news-advanced .card-news .label-news {
  background-color: rgba(249,250,254,0.9);
  min-height: 145px;
  padding: 15px 20px;
  background-color: rgba(249,250,254,0.9);
  padding: 15px;
  margin: -42px auto 0px;
  z-index: 1;
  position: relative;
  width: 90%;
  left: 0;
  right: 0;
}
.cont-news .card-news .label-new-xs,
.cont-news-advanced .card-news .label-new-xs {
  margin-bottom: 15px;
}
.cont-news .card-news .label-new-xs .title,
.cont-news-advanced .card-news .label-new-xs .title {
  overflow: hidden;
}
.cont-news .card-news .title,
.cont-news-advanced .card-news .title {
  font-style: italic;
  color: #545861;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.cont-news .card-news .hr-left,
.cont-news-advanced .card-news .hr-left {
  margin: 10px 0px;
}
.cont-news .card-news .category,
.cont-news-advanced .card-news .category {
  color: #626771;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.cont-news .card-news .subtitle,
.cont-news-advanced .card-news .subtitle {
  color: #888888;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.cont-news .card-news .date,
.cont-news-advanced .card-news .date {
  color: #626771;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.cont-news .card-promo,
.cont-news-advanced .card-promo {
  text-align: right;
}
.cont-news .card-promo a,
.cont-news-advanced .card-promo a {
  margin-left: 7px;
  color: #888888;
}
.cont-news .card-promo img,
.cont-news-advanced .card-promo img {
  opacity: 0.5;
  height: 13px;
}
.cont-news .card-listing .location,
.cont-news-advanced .card-listing .location {
  text-transform: uppercase;
}
.cont-news .card-listing .card-text .card-subtitle-exp,
.cont-news-advanced .card-listing .card-text .card-subtitle-exp {
  text-transform: initial;
  min-height: 32px;
}
.cont-news .card-sea .block,
.cont-news-advanced .card-sea .block {
  height: 360px;
}
.cont-news .card-sea .category span,
.cont-news-advanced .card-sea .category span {
  text-transform: initial;
}
.builder-biscuit {
  margin-bottom: 25px;
}
footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  padding: 30px 15px 70px;
}
footer a {
  color: rgba(255,255,255,0.7);
  display: block;
}
footer a:hover {
  color: #ffffff;
}
footer hr {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin: 2px 0px 15px;
}
footer .col-footer {
  width: 11.1%;
  padding: 0px 15px;
  float: left;
}
footer .col-footer-xl {
  width: 28.4%;
  padding: 0px 15px;
  float: left;
}
footer .col-footer-xl .col-footer {
  width: 50%;
}
footer .col-footer-xl .col-footer-xl {
  width: 100%;
}
footer .parent {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
footer .first-level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
footer .second-level {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
footer .select {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
footer .title {
  color: #ffffff;
  font-weight: 400;
  margin-top: 15px;
  font-size: 30px;
  line-height: 26px;
  font-weight: 500;
}
footer .title span {
  color: rgba(255,255,255,0.7);
  font-style: italic;
}
footer .copyright {
  font-style: italic;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}
footer .a-share .circle {
  background-color: transparent;
  border: 1px solid #e4e7eb;
  padding: 5px;
  margin: 0px 5px 0px 10px;
}
footer .a-share .circle i {
  color: #e4e7eb;
}
footer .a-share .circle:hover {
  background-color: #e4e7eb;
}
footer .a-share .circle:hover i {
  color: #7d858d;
}
.a-share {
  text-transform: uppercase;
  margin-top: 20px;
  font-style: italic;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.a-share span {
  margin: 5px 5px 5px 0px;
  float: left;
}
.a-share a:not(.tag) {
  margin-left: 10px;
  color: #888888;
}
.a-share img {
  opacity: 0.5;
  height: 15px;
}
.a-share .circle {
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  position: relative;
  border-radius: 50%;
  background-color: #e4e7eb;
  float: left;
  padding: 9px;
  font-size: 12px !important;
  margin: 0px 5px 0px 0px !important;
  color: black !important;
}
.a-share .circle:hover {
  background-color: #d7dade;
}
.a-share .circle:hover .fab {
  transform: scale(1);
}
.cnt-favorites {
  display: inline-block;
  padding-right: 15px;
}
.cnt-favorites:hover .icon {
  opacity: 0.8 !important;
}
.cnt-share {
  display: inline-block;
  cursor: pointer;
  padding: 6px 0px 10px 10px;
}
.cnt-list {
  display: inline-block;
  cursor: pointer;
  padding: 6px 0px 10px 10px;
}
.cnt-share:hover .icon {
  opacity: 0.8 !important;
}
.cnt-download {
  display: inline-block;
  padding: 0 15px 0 0;
}
.cnt-download a:hover {
  color: #626771;
}
.cnt-download a:hover .icon {
  opacity: 1 !important;
}
.cnt-share:hover .popoverShare {
  opacity: 1;
  height: 138px;
}
.bt-star {
  cursor: pointer;
}
.cnt-icon {
  display: inline-block;
  cursor: pointer;
  padding: 6px 5px 10px 5px;
}
.cnt-icon:hover a {
  color: #626771;
}
.cnt-icon:hover .icon {
  opacity: 0.8 !important;
}
.cnt-icon:last-child {
  padding: 6px 15px 10px 5px;
}
.popoverShare,
.popAddList {
  border-bottom: 0px solid #eaeaea;
  height: 0;
  background-color: #f8f8f8;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 100;
  display: inline;
  text-align: left;
  padding: 0;
  margin: 0px;
  transition: height 0.5s ease;
}
.popoverShare .a-share,
.popAddList .a-share {
  margin: 0px;
  padding: 15px;
  display: block;
  text-align: left;
}
.popoverShare .headShare,
.popAddList .headShare {
  padding: 0px 15px;
}
.popoverShare .title,
.popAddList .title {
  text-transform: initial;
  display: block;
  color: #626771;
  font-size: 24px;
  line-height: 26px;
  padding: 15px 15px 0px;
}
.popoverShare .subtitle,
.popAddList .subtitle {
  text-transform: initial;
  display: block;
  color: #888888;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0px 15px;
}
.popoverShare .shareButtons,
.popAddList .shareButtons {
  margin: 2px 0px 5px;
  display: inline-block;
}
.popoverShare .shareButtons .autocopy-cnt,
.popAddList .shareButtons .autocopy-cnt {
  margin-left: 0px;
}
.popoverShare .label-sel-doc,
.popAddList .label-sel-doc {
  font-size: 8px;
  line-height: 10px;
}
.popoverShare .firstTag,
.popAddList .firstTag {
  margin-left: 15px !important;
}
.popoverShare .circle.fa-facebook-f,
.popAddList .circle.fa-facebook-f {
  margin-left: 15px !important;
}
.popoverShare .tag,
.popAddList .tag {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-style: initial;
  border: 1px solid #626771;
  color: #626771;
  display: inline-block !important;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 7px;
  border-radius: 3px;
}
.popoverShare .tag:hover,
.popAddList .tag:hover {
  background-color: #626771;
  color: white;
}
.popoverShare .autocopy-cnt,
.popAddList .autocopy-cnt {
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
  border-radius: 3px;
  height: 18px;
  overflow: hidden;
  margin-left: 15px;
}
.popoverShare .autocopy-cnt .tag,
.popAddList .autocopy-cnt .tag {
  border: none;
  border-radius: 0;
  margin-top: 0;
  position: relative;
  top: -3px;
}
.popoverShare .autocopy-cnt .cl-sx,
.popAddList .autocopy-cnt .cl-sx {
  display: inline-block;
  margin-right: -4px;
}
.popoverShare .autocopy-cnt .cl-dx,
.popAddList .autocopy-cnt .cl-dx {
  display: inline-block;
  border-left: 1px solid #626771;
  text-align: center;
  padding: 0 4px;
}
.popoverShare .autocopy-cnt .cl-dx i,
.popAddList .autocopy-cnt .cl-dx i {
  font-size: 9px;
  position: relative;
  top: -4px;
}
.popoverShare .autocopy-cnt .cl-dx:hover,
.popAddList .autocopy-cnt .cl-dx:hover {
  background: #626771;
}
.popoverShare .autocopy-cnt .cl-dx:hover i,
.popAddList .autocopy-cnt .cl-dx:hover i {
  color: #fff;
}
.popoverShare .autocopy-cnt .autocopy,
.popAddList .autocopy-cnt .autocopy {
  cursor: pointer;
}
.popoverShare .autocopy-cnt a,
.popAddList .autocopy-cnt a {
  margin: 0 5px;
  display: block !important;
}
.popoverShare .a-div,
.popAddList .a-div {
  display: inline-block;
}
.popAddList {
  padding: 0;
  z-index: 15;
}
.popAddList .a-share {
  padding: 0px;
}
.popAddList.active {
  height: 368px;
}
.addList {
  z-index: 30;
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
  top: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
}
.addList .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  background: #eff0f4;
  padding: 5px 15px;
  border-bottom: 1px solid #dbdbdb;
}
.addList .btn-contact {
  padding: 4px 10px;
  margin: 0px;
}
.addList.save-list .btn-close {
  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);
}
.arrowShare {
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  transform: rotate(135deg);
  position: absolute;
  bottom: 18px;
  background-color: #f6f6f6;
}
.mini-share-mobile {
  display: none;
}
.user-sidenav {
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0;
  min-width: 210px;
  background: #f9f9f9;
  z-index: -1;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  border-radius: 3px;
  padding: 5px 20px 0;
  text-align: left;
  font-size: 14px;
}
.user-sidenav .side-lv1 {
  padding: 8px 0px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.user-sidenav .side-lv1 a {
  color: #626771;
  display: block;
  position: relative;
}
.user-sidenav .side-lv1 a i {
  position: absolute;
  right: 0;
  top: 4px;
}
.user-sidenav .side-lv2 {
  padding: 5px 0px;
}
.user-sidenav .side-lv2 a {
  color: #a5a5a5;
}
.user-sidenav .side-lv2 a[title="Purchasing"] {
  display: none;
}
.user-sidenav .bottom-sidenav {
  background: #eff0f4;
  border-top: 1px solid #dbdbdb;
  margin: -1px -20px 0;
  text-align: center;
  padding: 15px;
}
.user-sidenav .bottom-sidenav .btn-contact {
  width: 100%;
  margin: 10px 0;
}
.user-sidenav .bottom-sidenav .small-txt {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
}
@keyframes initial-loading {
  0%,
  100% {
    transform: translate(-28px,0);
  }
  50% {
    transform: translate(82px,0);
  }
}
.bLoader {
  background-color: #f9fafee6;
  opacity: 1;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 80;
}
.cntLoader {
  position: absolute;
  opacity: 0.8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 130px;
  margin: auto;
  z-index: 1000;
  font-size: 40px;
}
.cntLoader img {
  height: 25px;
  margin: 0 auto 20px;
  display: block;
}
.cntLoader .loader {
  height: 3px;
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #cacaca;
  border-radius: 4px;
  transform: rotateY(0);
  transition: transform .3s ease-in;
}
.cntLoader .loader .bar {
  position: relative;
  height: 100%;
  width: 56px;
  border-radius: 4px;
  position: absolute;
  transform: translate(-28px,0);
  animation: initial-loading 1.5s infinite ease;
  background: linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
}
.cntLoaderBox {
  position: absolute;
  opacity: 0.8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 130px;
  margin: auto;
  z-index: 1000;
  font-size: 40px;
  opacity: 1;
  width: auto;
  height: auto;
  background-color: #ffffff99;
  z-index: 5 !important;
}
.cntLoaderBox img {
  height: 25px;
  margin: 0 auto 20px;
  display: block;
}
.cntLoaderBox .loader {
  height: 3px;
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #cacaca;
  border-radius: 4px;
  transform: rotateY(0);
  transition: transform .3s ease-in;
}
.cntLoaderBox .loader .bar {
  position: relative;
  height: 100%;
  width: 56px;
  border-radius: 4px;
  position: absolute;
  transform: translate(-28px,0);
  animation: initial-loading 1.5s infinite ease;
  background: linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
}
.cntLoaderBox .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 3px;
}
.cntLoaderBox.top {
  top: 39px;
}
@media (min-width: 2000px) {
  .container {
    max-width: 1500px;
  }
  .parallax-wrap-small {
    height: 700px;
  }
  .parallax-wrap-small .banner-opacity {
    height: 700px;
  }
  .parallax-wrap-small .banner {
    height: 700px;
  }
  .card-listing .card-image-small {
    height: 300px;
  }
  .card-promotion {
    height: 475px;
  }
  .block-medium {
    height: 300px;
  }
  .block-small {
    height: 230px;
  }
  .cont-news .card-news .block-carousel-sm,
  .cont-news-advanced .card-news .block-carousel-sm {
    height: 300px;
  }
  .cont-news .card-news .block-carousel-lg,
  .cont-news-advanced .card-news .block-carousel-lg {
    height: 720px;
  }
  .card-listing .card-text-small {
    height: 175px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .page-home .parallax-wrap,
  .page-home .parallax-wrap .banner,
  .page-home .parallax-wrap .banner-opacity {
    height: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .navbar-nav li {
    padding: 0px 7px;
  }
  header .navbar-nav li a {
    font-size: 11px;
  }
  header .navbar {
    padding: 0px 0px 0px 15px;
  }
  .video-show {
    margin-top: 50px;
  }
  .video-show .body-vshow video {
    object-fit: cover;
    max-height: 350px;
    height: 100vh;
  }
  .cnt-download {
    padding: 6px 3px 10px;
  }
  .choose-cookies-container .pop-container {
    width: 51%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header .navbar-nav li {
    padding: 0px 4px;
  }
  header .navbar-nav li a {
    font-size: 10px;
    letter-spacing: -0.65px;
  }
  header .navbar {
    padding: 0px 0px 0px 15px;
  }
  header .dropmenu .nav-cont {
    margin: 20px 15px;
  }
  header .dropmenu .cont-col .col-custom {
    margin: 0px 7px;
  }
  .header-detail .back-block {
    min-width: 30px;
  }
  .header-detail .navbar-nav li>a {
    font-size: 10px;
    letter-spacing: -0.5px;
    padding-top: 11px;
  }
  .header-detail .logo-block {
    font-size: 12px;
  }
  .header-detail .y-icons img {
    height: 12px;
  }
  .header-detail .wrap-btn-contacts .btn {
    font-size: 10px;
    width: auto;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .card-promotion .title {
    font-size: 30px;
  }
  .card-promotion .description {
    font-size: 20px;
    line-height: 22px;
  }
  .cnt-download {
    padding: 6px 3px 10px;
  }
  .choose-cookies-container .pop-container {
    width: 70%;
  }
  .page-home .parallax-wrap,
  .page-home .parallax-wrap .banner,
  .page-home .parallax-wrap .banner-opacity {
    height: 500px;
  }
  .page-home .parallax-wrap .cont-search .search .btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
  .hidden-tablet {
    display: none;
  }
  header .navbar {
    padding: 0px 15px;
  }
  header .navbar-nav {
    display: none;
    margin-top: -1px;
    padding-left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
  }
  header .navbar-nav li {
    float: initial;
    display: block;
  }
  header .navbar-nav li>a {
    padding: 10px 20px;
  }
  header .navbar-nav li:hover .hover-link,
  header .navbar-nav li.active .hover-link,
  header .navbar-nav .hover-link {
    display: none;
  }
  header .navbar-mobile {
    margin: 15px 12px;
    cursor: pointer;
    float: right;
  }
  header .btn-concierge {
    width: 120px;
    margin: 14px 5px;
    padding: 6px 10px;
    font-size: 12px;
  }
  header .btn-concierge img {
    height: 16px;
  }
  header .dropmenu {
    padding: 20px 0px;
  }
  header .dropmenu .title a {
    font-size: 14px;
    padding: 0px 5px;
  }
  header .dropmenu .hr-left {
    margin: 5px 5px 10px;
  }
  header .dropmenu .dropnav li>a {
    font-size: 12px;
    padding: 0px 5px;
  }
  .block-full {
    height: 260px;
  }
  .block-medium {
    height: 200px;
  }
  .block-small {
    height: 130px;
  }
  .label-block {
    padding: 7px;
    max-width: 250px;
  }
  .label-block .label-title {
    font-size: 16px;
  }
  .label-text .title {
    font-size: 16px;
  }
  .cont-searchbar .searchbar .btn {
    width: 105px;
    margin: 5px;
  }
  footer .col-footer {
    width: 33%;
    max-height: 550px;
    margin-bottom: 20px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .cta-mobile .btn-contact {
    width: 96% !important;
  }
  .choose-cookies-container .pop-container {
    width: 90%;
  }
}
#fastSpecsPanel .cnt-tag.tag-lg-green .tag,
#fastSpecsPanel .btnTag.tag-lg-green,
.crew-table .cnt-tag.tag-lg-green .tag,
.crew-table .btnTag.tag-lg-green,
.sheet-card .cnt-tag.tag-lg-green .tag,
.sheet-card .btnTag.tag-lg-green,
.card-crew .cnt-tag.tag-lg-green .tag,
.card-crew .btnTag.tag-lg-green,
.headerList .cnt-tag.tag-lg-green .tag,
.headerList .btnTag.tag-lg-green,
.secondcol .cnt-tag.tag-lg-green .tag,
.secondcol .btnTag.tag-lg-green {
  border-color: #05960557;
  color: #05960557;
  background: transparent;
}
#fastSpecsPanel .cnt-tag.tag-green .tag,
#fastSpecsPanel .btnTag.tag-green,
.crew-table .cnt-tag.tag-green .tag,
.crew-table .btnTag.tag-green,
.sheet-card .cnt-tag.tag-green .tag,
.sheet-card .btnTag.tag-green,
.card-crew .cnt-tag.tag-green .tag,
.card-crew .btnTag.tag-green,
.headerList .cnt-tag.tag-green .tag,
.headerList .btnTag.tag-green,
.secondcol .cnt-tag.tag-green .tag,
.secondcol .btnTag.tag-green {
  border-color: #059605;
  color: #059605;
  background: transparent;
}
#fastSpecsPanel .cnt-tag.tag-lg-orange .tag,
#fastSpecsPanel .btnTag.tag-lg-orange,
.crew-table .cnt-tag.tag-lg-orange .tag,
.crew-table .btnTag.tag-lg-orange,
.sheet-card .cnt-tag.tag-lg-orange .tag,
.sheet-card .btnTag.tag-lg-orange,
.card-crew .cnt-tag.tag-lg-orange .tag,
.card-crew .btnTag.tag-lg-orange,
.headerList .cnt-tag.tag-lg-orange .tag,
.headerList .btnTag.tag-lg-orange,
.secondcol .cnt-tag.tag-lg-orange .tag,
.secondcol .btnTag.tag-lg-orange {
  border-color: #C1B71A;
  color: #C1B71A;
  background: transparent;
}
#fastSpecsPanel .cnt-tag.tag-orange .tag,
#fastSpecsPanel .btnTag.tag-orange,
.crew-table .cnt-tag.tag-orange .tag,
.crew-table .btnTag.tag-orange,
.sheet-card .cnt-tag.tag-orange .tag,
.sheet-card .btnTag.tag-orange,
.card-crew .cnt-tag.tag-orange .tag,
.card-crew .btnTag.tag-orange,
.headerList .cnt-tag.tag-orange .tag,
.headerList .btnTag.tag-orange,
.secondcol .cnt-tag.tag-orange .tag,
.secondcol .btnTag.tag-orange {
  border-color: #ea9904;
  color: #ea9904;
  background: transparent;
}
#fastSpecsPanel .cnt-tag.tag-red .tag,
#fastSpecsPanel .btnTag.tag-red,
.crew-table .cnt-tag.tag-red .tag,
.crew-table .btnTag.tag-red,
.sheet-card .cnt-tag.tag-red .tag,
.sheet-card .btnTag.tag-red,
.card-crew .cnt-tag.tag-red .tag,
.card-crew .btnTag.tag-red,
.headerList .cnt-tag.tag-red .tag,
.headerList .btnTag.tag-red,
.secondcol .cnt-tag.tag-red .tag,
.secondcol .btnTag.tag-red {
  border-color: #b10707;
  color: #b10707;
  background: transparent;
}
.crew-table .cnt-tag .tag {
  font-size: 6px;
}
@media (max-width: 991px) {
  body {
    padding-top: 55px;
  }
  header {
    height: 0 !important;
  }
  .menu-sidebar .gold-link {
    color: #fff !important;
    font-weight: 600;
    font-style: italic;
  }
  .form-group-mobile {
    margin-bottom: 1rem;
  }
  #headerMobile {
    height: 1px;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .content {
    padding: 0;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .text,
  .text-min,
  .text-italic {
    font-size: 20px;
    line-height: 22px;
  }
  .btn.gold-link {
    font-size: 20px;
    padding-left: 0;
  }
  .popAddList.active {
    height: 150px;
  }
  .block-opacity {
    opacity: 0.4;
  }
  .y-more,
  .y-less {
    text-align: center;
    text-transform: uppercase;
  }
  #cont-text {
    max-height: 128px;
  }
  .disclamer.cookies {
    top: 55px;
    left: 0;
    padding: 10px 0 !important;
    font-size: 14px;
    line-height: 19px;
    z-index: 4999;
  }
  .disclamer.cookies a {
    float: right;
    margin: 0;
    margin-left: 15px;
    margin-top: 5px;
  }
  .bg-hub {
    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);
    background-image: url('/core/img/background-footer.webp');
    background-size: cover;
    background-position: -800px center;
  }
  header .nav-mobile {
    display: block;
  }
  .nav-mobile {
    animation: slide 4s;
    position: fixed;
    height: 55px;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
    background: #f9f9f9;
    color: #333;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    z-index: 999999;
  }
  .nav-mobile:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
  }
  .nav-mobile li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  .nav-mobile .menu-button:after {
    opacity: 0;
    top: 55px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(26,26,26,0.8);
    content: "";
    z-index: 9;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0,0,0.3,1);
    transition-delay: 0.1s;
  }
  .nav-mobile .menu-logo {
    width: 100px;
    cursor: pointer;
    position: absolute;
    left: 60px;
    line-height: 50px;
    height: 55px;
  }
  .nav-mobile .menu-logo img {
    height: 22px;
  }
  .nav-mobile .menu-search {
    width: 65px;
    cursor: pointer;
    position: absolute;
    right: 110px;
    line-height: 50px;
    height: 55px;
  }
  .nav-mobile .menu-search .open-btn {
    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);
    height: 35px;
    padding: 7px;
    border-radius: 3px;
  }
  .nav-mobile .menu-search .open-btn.arrow {
    padding: 7px 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  .nav-mobile .menu-db {
    width: 65px;
    cursor: pointer;
    position: absolute;
    right: 60px;
    line-height: 50px;
    height: 55px;
  }
  .nav-mobile .menu-db .open-db {
    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);
    height: 35px;
    padding: 7px;
    border-radius: 3px;
  }
  .nav-mobile .menu-login {
    width: 60px;
    height: 55px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile .menu-login img {
    width: 30px;
    height: 30px;
    margin-top: 7px;
    border-radius: 20px;
  }
  .nav-mobile .menu-container {
    width: 60px;
    height: 55px;
    float: left;
    cursor: pointer;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile .menu-container .hamburger {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0 0 19px;
    height: 55px;
    margin: 0;
  }
  .nav-mobile .menu-container .menu-sidebar {
    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);
    background-image: url('/core/img/background-footer.webp');
    background-size: cover;
    background-position: -800px center;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 100vw;
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    transform: translateX(-1000px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    top: 55px;
    list-style-type: none;
    padding: 0;
  }
  .nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 38px;
    font-size: 25px;
    color: #fff;
    top: 0;
    z-index: 0;
  }
  .nav-mobile .menu-container .menu-sidebar .arrow.left {
    left: 25px;
  }
  .nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
  }
  .nav-mobile .menu-container .menu-sidebar li {
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-mobile .menu-container .menu-sidebar li:hover {
    background: #626771;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub {
    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);
    background-image: url('/core/img/background-footer.webp');
    background-size: cover;
    background-position: -800px center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0,0,0.3,1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub li.menu-title {
    padding-left: 0;
    background-color: #626771;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub li.menu-title .submenu-label {
    padding-left: 45px;
  }
  .nav-mobile .menu-container .menu-sidebar li .menu-sub li.menu-subtitle {
    text-transform: uppercase;
    background-color: #626771;
  }
  .nav-mobile .menu-container .menu-sidebar li .submenu-label {
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
  }
  .nav-mobile #menu-toggle {
    display: none;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button .icon-close,
  .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
    display: block;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button .icon-open,
  .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
    display: none;
  }
  .nav-mobile #menu-toggle.active ~ .menu-button:after,
  .nav-mobile #menu-toggle:checked ~ .menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile #menu-toggle.active ~ .menu-sidebar,
  .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub,
  .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
    width: 100vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile .user-container {
    width: 60px;
    height: 55px;
    float: left;
    cursor: pointer;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile .user-container .user-sidebar {
    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);
    background-image: url('/core/img/background-footer.webp');
    background-size: cover;
    background-position: -800px center;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 100vw;
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    transform: translateX(1000px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    top: 55px;
    list-style-type: none;
    padding: 0;
  }
  .nav-mobile .user-container .user-sidebar .arrow {
    position: absolute;
    line-height: 35px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
  }
  .nav-mobile .user-container .user-sidebar .arrow.left {
    left: 25px;
  }
  .nav-mobile .user-container .user-sidebar .arrow.right {
    right: 25px;
  }
  .nav-mobile .user-container .user-sidebar li {
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-mobile .user-container .user-sidebar li:hover {
    background: #626771;
  }
  .nav-mobile .user-container .user-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow-y: auto;
    background: #f9f9f9;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0,0,0.3,1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .nav-mobile .user-container .user-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .nav-mobile .user-container .user-sidebar li .menu-sub li.menu-title {
    padding-left: 0;
    background-color: #626771;
  }
  .nav-mobile .user-container .user-sidebar li .menu-sub li.menu-title .submenu-label {
    padding-left: 45px;
  }
  .nav-mobile .user-container .user-sidebar li .menu-sub li.menu-subtitle {
    text-transform: uppercase;
    background-color: #f0f1f5;
  }
  .nav-mobile .user-container .user-sidebar li .submenu-label {
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav-mobile .user-container .user-sidebar li .submenu-toggle {
    display: none;
  }
  .nav-mobile .user-container .user-sidebar li.menu-macro {
    text-transform: uppercase;
  }
  .nav-mobile .user-container .user-sidebar li.menu-macro a .fas {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .nav-mobile #user-toggle {
    display: none;
  }
  .nav-mobile #user-toggle.active ~ .user-button .icon-close,
  .nav-mobile #user-toggle:checked ~ .user-button .icon-close {
    display: block;
  }
  .nav-mobile #user-toggle.active ~ .user-button .icon-open,
  .nav-mobile #user-toggle:checked ~ .user-button .icon-open {
    display: none;
  }
  .nav-mobile #user-toggle.active ~ .user-button:after,
  .nav-mobile #user-toggle:checked ~ .user-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile #user-toggle.active ~ .user-sidebar,
  .nav-mobile #user-toggle:checked ~ .user-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile .user-container .user-sidebar li .submenu-toggle.active ~ .user-sub,
  .nav-mobile .user-container .user-sidebar li .submenu-toggle:checked ~ .user-sub {
    width: 100vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0,0,0.3,1);
  }
  .mini-search-mobile {
    text-transform: uppercase;
    background: #edeff5;
    padding: 8px 10px 8px;
    margin-top: 55px;
    transform: translateY(-100px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  }
  .mini-search-mobile input {
    border: none;
    background: #edeff5;
  }
  .mini-search-mobile input[type="text"]:focus {
    background: #edeff5;
    border: none;
    box-shadow: none;
    outline: 0 none;
  }
  .mini-search-mobile .btn {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff8f;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #626771;
    padding: 9px 7px;
    font-size: 13px;
    line-height: initial;
    margin-bottom: 8px;
  }
  .mini-search-mobile.open {
    transform: translateY(0);
  }
  .mini-searchdb-mobile {
    background: #edeff5;
    padding: 8px 10px 0px;
    margin-top: -45px;
    transform: translateY(-100px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  }
  .mini-searchdb-mobile input {
    border: none;
    background: #edeff5;
  }
  .mini-searchdb-mobile input[type="text"]:focus {
    background: #edeff5;
    border: none;
    box-shadow: none;
    outline: 0 none;
  }
  .mini-searchdb-mobile .btn {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff8f;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #626771;
    padding: 9px 7px;
    font-size: 13px;
    line-height: initial;
    margin-bottom: 8px;
  }
  .mini-searchdb-mobile.open {
    transform: translateY(0);
  }
  .mini-share-mobile {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 110;
    background: #f9f9f9;
    padding: 10px 6px;
    margin-top: 37px;
    transform: translateY(-150px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  }
  .mini-share-mobile .mob-tit {
    font-size: 20px;
    font-style: italic;
    padding-left: 15px;
  }
  .mini-share-mobile .mob-share {
    text-align: right;
    height: 30px;
  }
  .mini-share-mobile .mob-share .circle {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    color: black;
    background-color: #e4e7eb;
    margin: 0px 4px;
  }
  .mini-share-mobile .mob-share .circle i {
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    transform: scale(0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 19px;
    text-align: center;
  }
  .mini-share-mobile.open {
    transform: translateY(0);
  }
  .header-detail {
    top: 55px;
  }
  .header-detail-mobile {
    width: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 120;
    line-height: 37px;
    -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);
  }
  .header-detail-mobile .back-block {
    background-color: rgba(240,241,245,0.95);
    height: 37px;
    width: 59px;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .header-detail-mobile .logo-block {
    text-transform: uppercase;
    letter-spacing: -0.3px;
    padding: 0 120px 0 20px;
    background-color: #626771;
    height: 37px;
    display: inline-block;
    float: left;
    overflow: hidden;
    width: calc(100% - 59px);
    width: -webkit-calc(100% - 59px);
    color: #fff;
  }
  .header-detail-mobile .y-icons {
    position: absolute;
    right: 12px;
    line-height: 35px;
  }
  .header-detail-mobile .y-icons img {
    filter: brightness(0) invert(1);
    height: 14px !important;
  }
  .parallax-wrap-small {
    height: 250px;
  }
  .parallax-wrap-small .banner {
    height: 250px;
  }
  .parallax-wrap-large .viewOn {
    font-size: 10px;
    top: -30px;
    width: 125px;
  }
  .parallax-wrap-large .viewOn img {
    margin-top: -1px;
    height: 10px;
  }
  .wrap-title-page {
    margin-top: -50px;
  }
  .wrap-title-page .title-background .title-page {
    font-size: 28px;
  }
  .wrap-title-page .title-background .title-page .italic {
    font-size: 30px;
    line-height: 32px;
  }
  .wrap-text .text-center {
    text-align: justify !important;
  }
  .wrap-title-page-builder {
    margin-top: -75px;
  }
  .section-title {
    margin: 60px 0 30px;
  }
  .section-title .s-tit {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
  }
  .section-title .s-tit.text-left {
    text-align: center !important;
  }
  .section-title .s-subtit {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
  }
  .section-title .s-link a {
    text-transform: uppercase;
    font-weight: 500;
  }
  .section-title .s-gold {
    font-size: 20px;
  }
  .head-listings .title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
  }
  .head-listings .showall {
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
  }
  .section-text {
    margin: 30px 0;
  }
  .section-text .title h3 {
    font-size: 25px;
    text-align: left;
  }
  .section-text .list ul {
    margin-left: -20px;
  }
  .carousel-indicators {
    position: relative;
    margin-top: 20px;
  }
  .block-full,
  .block-medium,
  .block-small {
    height: 200px;
  }
  .banner-discover .block-discover {
    height: 260px;
  }
  .banner-discover .block-discover .discover {
    height: 230px;
  }
  .block-logo-builder {
    max-width: 160px !important;
    max-height: 135px !important;
  }
  .block-text {
    padding: 10px 0px 30px;
    font-size: 14px;
  }
  .label-text-mobile {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    z-index: 20;
    padding: 0 15px;
  }
  .label-text-mobile .title {
    text-shadow: #444 0 0 5px;
    font-weight: 500;
    line-height: 40px;
  }
  .label-text-mobile .more {
    text-shadow: #444 0 0 5px;
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  .block.zoomIn {
    height: 390px !important;
    margin: 20px 0px 40px;
  }
  .block.zoomIn .block-img {
    transform: scale(1) !important;
  }
  .cont-news .card-news,
  .cont-news-advanced .card-news {
    margin-bottom: 30px;
  }
  .cont-news .card-news .title,
  .cont-news-advanced .card-news .title {
    font-size: 22px;
  }
  .cont-news .card-news .block-carousel-lg,
  .cont-news .card-news .block-carousel-sm,
  .cont-news-advanced .card-news .block-carousel-lg,
  .cont-news-advanced .card-news .block-carousel-sm {
    height: 200px;
  }
  .cont-news .card-news .block-carousel-lg .block-opacity,
  .cont-news .card-news .block-carousel-sm .block-opacity,
  .cont-news-advanced .card-news .block-carousel-lg .block-opacity,
  .cont-news-advanced .card-news .block-carousel-sm .block-opacity {
    opacity: 0.1;
  }
  .cont-news .card-news .labe-news,
  .cont-news-advanced .card-news .labe-news {
    padding: 15px 10px;
  }
  .faqs .section-text h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
  .label-block {
    padding: 7px;
    max-width: auto;
  }
  .label-block .label-title {
    font-size: 16px;
  }
  .label-text {
    padding: 10px 0px 30px;
  }
  .label-text .title {
    font-size: 20px;
  }
  .cont-searchbar .searchbar .btn {
    width: 105px;
    margin: 5px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .wrap-listings {
    font-size: 16px;
  }
  .wrap-listings .showall {
    font-size: 14px;
  }
  .card-listing {
    margin-bottom: 30px;
  }
  .card-listing .card-text {
    font-weight: 400;
    padding-bottom: 0;
  }
  .card-listing .card-text .card-title {
    font-size: 20px;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
  }
  .card-listing .card-text .card-tag {
    margin-top: 10px;
  }
  .card-listing .card-text .card-subtitle-yacht {
    font-size: 18px;
  }
  .card-listing .card-text .card-details {
    font-size: 18px;
  }
  .card-listing .card-text .card-details-itinerary {
    height: 55px;
  }
  .card-listing .card-text .card-image {
    height: 200px;
  }
  .card-listing .card-text .add-project {
    font-size: 14px;
  }
  .card-listing .card-text .card-promo {
    font-size: 10px;
  }
  .card-listing .card-text .card-promo img {
    height: 15px;
  }
  .card-listing .card-text .card-price {
    font-weight: 600;
    margin-top: 0;
  }
  .card-listing .card-text-small {
    height: auto;
  }
  .card-listing .card-image-small {
    height: 200px;
  }
  .card-listing .card-bottom {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  .card-listing .card-a .cnt-label {
    height: 117px;
  }
  .card-listing .dataInt {
    height: 467px !important;
  }
  .card-listing .dataInt .card-data {
    height: 263px !important;
  }
  .card-listing .dataIntCharter {
    height: 375px !important;
  }
  .card-listing .dataIntCharter .card-data {
    height: 170px !important;
  }
  .card-team .card-text {
    height: 210px;
  }
  .card-team .card-text .card-a {
    height: 150px;
  }
  .card-team .card-text .card-details {
    font-size: 18px;
    line-height: 20px;
    height: 62px;
    overflow: hidden;
  }
  .card-team .card-contact img {
    margin-left: 12px;
  }
  .builder-biscuit .label-text {
    padding: 20px 0px 5px;
  }
  .contact {
    margin: 30px 0;
  }
  .contact .title {
    font-size: 28px;
    line-height: 35px;
  }
  .contact .subtitle {
    margin-top: 10px;
  }
  .cta-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
    background: #f9f9f9;
    z-index: 98;
  }
  .cta-mobile .cta-h1 {
    margin-top: 1px;
    font-size: 22px;
    margin-left: 10px;
    font-weight: 700;
    max-height: 39px;
    overflow: hidden;
  }
  .cta-mobile .cta-h2 {
    margin: -10px 10px 0;
    font-size: 14px;
  }
  .cta-mobile .cta-yacht-1line {
    min-height: 49px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    max-height: 39px;
    overflow: hidden;
    padding-left: 10px;
  }
  .cta-mobile .cta-yacht-1line .lgrey {
    font-size: 16px;
    font-weight: 400;
  }
  .cta-mobile .cta-yacht-2line {
    font-size: 21px;
    margin-top: 11px;
    margin-left: 10px;
    line-height: 13px;
    font-weight: 700;
    max-height: 39px;
    overflow: hidden;
  }
  .cta-mobile .cta-yacht-2line .lgrey {
    font-size: 16px;
    font-weight: 400;
  }
  .cta-mobile .cta-icons {
    line-height: 49px;
    text-align: right;
    padding-right: 15px;
  }
  .cta-mobile .cta-icons img {
    height: 25px;
    margin-left: 20px;
  }
  .cta-mobile .col-5 {
    padding-left: 0;
  }
  .cta-mobile .btn {
    display: inline-block;
    float: left;
  }
  .cta-mobile .btn-contact {
    margin-top: 0;
    padding: 7px 2px;
    width: 92%;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    margin: 15px;
  }
  .cta-mobile .btn-booknow {
    width: 50%;
    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;
    float: left;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 2px;
  }
  .cta-mobile .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);
  }
  .cta-mobile .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);
  }
  .cta-mobile .xl-buttons .btn {
    border-radius: 0;
  }
  .cta-mobile .xl-buttons .btn-contact {
    margin: 0;
    padding: 15px 2px;
  }
  .cta-mobile .em-contact {
    text-align: center;
    margin: -10px auto 5px;
  }
  footer {
    padding: 20px 20px 80px;
  }
  footer .col-footer {
    width: 100%;
    margin-bottom: 5px;
  }
  footer .copyright {
    font-size: 14px;
  }
  footer .title {
    font-size: 20px;
  }
  .heritage-club .logo {
    max-width: 100%;
  }
  .a-share {
    margin-top: 0;
  }
  .card-promotion {
    height: 383.58px;
    margin-bottom: 30px;
  }
  .card-promotion .btn-contact {
    bottom: 45px !important;
  }
  .cnt-share:hover .popoverShare {
    height: 150px;
  }
  .nb-banner .label-text-mobile .title {
    line-height: 32px;
  }
  .nb-banner .owl-carousel {
    width: calc(92vw);
  }
  .nb-banner .pad-xl {
    padding: 0px 15px !important;
  }
  .gmap {
    height: 250px;
  }
  .shader-map {
    height: 250px;
    margin-top: -250px;
  }
  .block .cnt-partner {
    bottom: 25px;
    right: 15px;
    z-index: 50;
  }
  .block .partner-logo {
    width: 100px;
  }
  .block-large .cnt-partner {
    text-align: center;
    right: 0;
    left: 0;
  }
  .private-landing {
    padding: 0px !important;
  }
  .embed-responsive {
    height: 100%;
  }
  .card-crew .sub-title {
    font-size: 10px;
  }
  .card-crew .info {
    font-size: 11.5px;
  }
  .card-crew .cnt-tag a {
    margin-left: 0.5px;
  }
  .card-crew .cnt-tag .rate-area label {
    margin-right: 4px;
  }
  .card-crew .cnt-tag .onboard-info {
    padding: 0;
    font-size: 10px;
  }
  .card-crew .cnt-tag .more-padding {
    margin-top: 2px;
  }
  .card-crew .hr-divider {
    border-top: 1px solid #e5e5e5;
    margin-top: 3px;
  }
  .page-home .parallax-wrap,
  .page-home .parallax-wrap .banner,
  .page-home .parallax-wrap .banner-opacity {
    height: 650px;
  }
  .page-home .banner-opacity {
    opacity: 0.3;
  }
  .page-home .parallax-wrap .cont-search {
    height: 120px;
  }
  .page-home .parallax-wrap .cont-video {
    bottom: initial;
    top: 40px;
  }
  .page-home .parallax-wrap .cont-video .play {
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    margin-top: 340px;
  }
  .page-home .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;
  }
  .page-home .parallax-wrap .logo-home-banner img {
    width: 350px;
  }
  .page-home .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;
  }
  .page-home .parallax-wrap .tit-home-banner em {
    font-weight: 400;
  }
  .page-home .search {
    display: none;
  }
  .page-home .claim {
    padding: 40px 0 60px;
  }
  .page-home .claim h3 {
    font-size: 23px;
  }
  .page-home .claim .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .page-home .claim .subtitle {
    font-size: 20px;
    line-height: 22px;
    text-align: justify;
    font-weight: 500;
  }
  .page-home .claim .subtitle br {
    display: none;
  }
  .page-home .claim .hr-center {
    margin: 15px auto;
  }
  .page-home .facts {
    margin-top: 60px;
  }
  .page-home .yachting-since .title,
  .page-home .facts .title {
    font-size: 25px;
  }
  .page-home .facts .n_yachts {
    font-size: 16px;
  }
  .page-home .banner-video {
    height: auto;
    overflow: hidden;
    position: absolute;
    height: calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    width: 100%;
    top: 55px;
    left: 0;
  }
  .page-home .banner-video .cnt-discover {
    height: 225px;
  }
  .page-home .banner-video .cnt-discover .claim {
    padding-bottom: 0;
  }
  .page-home .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;
  }
  .page-home #home {
    margin-top: calc(100vh - 120px);
  }
}
@media (max-width: 767px) {
  .choose-cookies-container .inner {
    max-height: calc(100vh - 204px);
    overflow: auto;
  }
  .choose-cookies-container .choose-cookies {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .choose-cookies-container .close-disclamer {
    width: 100%;
    margin-left: 0px;
  }
  .disclamer.cookies a {
    margin-left: 3px;
  }
  .section-title .s-subtit:not(.freeS) {
    display: none;
  }
  .nb-banner .label-text-mobile .title {
    line-height: 32px;
  }
  .nb-banner .owl-carousel {
    width: calc(92vw);
  }
  .nb-banner .pad-xl {
    padding: 0px 15px !important;
  }
  .mini-searchdb-mobile .btn {
    font-size: 12px;
  }
  .notFound .backhome {
    margin-top: 15px;
  }
  .parallax-wrap-large .viewOn {
    font-size: 10px;
    top: -30px;
    width: 125px;
  }
  .parallax-wrap-large .viewOn img {
    margin-top: -1px;
    height: 10px;
  }
  .block .partner-logo {
    width: 100px;
  }
  .block-large .cnt-partner {
    text-align: center;
    right: 0;
    left: 0;
  }
  .block.zoomIn {
    height: 190px !important;
    margin: 0px;
  }
  .block.zoomIn .block-img {
    transform: none !important;
  }
  .block.zoomIn:hover img {
    transform: none !important;
  }
  .services-text.zoomIn {
    margin-top: 30px;
  }
  .video-show {
    margin: 0 -15px;
    border-radius: 0;
  }
  .video-show .body-vshow video {
    object-fit: cover;
    max-height: initial;
    height: 100vh;
  }
  .video-show .footer-vshow {
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .card-listing .dataInt {
    height: 470px !important;
  }
  .card-listing .dataInt .card-data {
    height: 265px !important;
  }
  .card-listing .dataIntCharter {
    height: 375px !important;
  }
  .card-listing .dataIntCharter .card-data {
    height: 170px !important;
  }
  .card-listing .card-data .brokerage .icon.email {
    max-height: 16px;
  }
  .card-listing .card-data .brokerage img {
    max-height: 18px;
    margin: 0px 0px 3px 0px;
    margin-left: 12px;
  }
  .list-table .card-listing .card-text .card-price .price {
    height: 30px;
  }
  .list-table .card-listing .card-horizontal .card-bottom .cnt-share:hover .popoverShare {
    bottom: 38px;
    height: 267px !important;
  }
  #searchResult .page-list {
    margin: 20px 0px 0 !important;
  }
  #searchResult .page-list.fullViewport {
    margin: 38px -15px 0 !important;
  }
  .cnt-share,
  .cnt-download {
    padding: 6px 5px 10px 5px;
  }
  .parallax-wrap-yacht #video {
    height: 90vh !important;
  }
  .private-landing {
    padding: 0px !important;
  }
  .embed-responsive {
    height: 100%;
  }
  .choose-cookies-container .pop-container {
    width: 90%;
  }
  .page-home .parallax-wrap,
  .page-home .parallax-wrap .banner,
  .page-home .parallax-wrap .banner-opacity {
    height: 450px;
  }
  .page-home .banner-opacity {
    opacity: 0.3;
  }
  .page-home .parallax-wrap .cont-search {
    height: 120px;
  }
  .page-home .parallax-wrap .cont-video {
    bottom: initial;
    top: 40px;
  }
  .page-home .parallax-wrap .cont-video .play {
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    margin-top: 140px;
  }
  .page-home .parallax-wrap .logo-home-banner {
    margin: 0 20px;
    -webkit-filter: drop-shadow(0px 0px 2px #444);
    filter: drop-shadow(0px 0px 2px #444);
  }
  .page-home .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;
  }
  .page-home .parallax-wrap .tit-home-banner em {
    font-weight: 400;
  }
}




