.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;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  color: #161719;
}
.page-login,
.page-register,
.page-token-auth {
  background-color: #161719;
}
.swal2-popup .swal2-title,
.swal2-popup .swal2-content {
  color: #000 !important;
}
.select2-container {
  z-index: 10000;
}
.upp {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}
.text-justify {
  text-align: justify !important;
}
.pad-0-15 {
  padding: 0 15px;
}
.pad-7 {
  padding: 0 7px !important;
}
.max-width {
  max-width: 1200px !important;
}
.visible-mobile {
  display: none !important;
}
.arrow-down {
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
}
.arrow-landing {
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  margin: 10px auto 0;
}
.shader {
  position: fixed;
  z-index: 105;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26,26,26,0.8);
}
.text-shadow {
  text-shadow: 1px 1px 1px #161719;
}
.svg-white {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(357deg) brightness(112%) contrast(104%);
}
.svg-black {
  filter: invert(0%) sepia(4%) saturate(7447%) hue-rotate(240deg) brightness(105%) contrast(100%);
}
.svg-gray {
  filter: invert(57%) sepia(30%) saturate(0%) hue-rotate(130deg) brightness(94%) contrast(88%);
}
.svg-darkgray {
  filter: invert(25%) sepia(5%) saturate(706%) hue-rotate(179deg) brightness(96%) contrast(84%);
}
.svg-green {
  filter: invert(39%) sepia(100%) saturate(723%) hue-rotate(72deg) brightness(96%) contrast(104%);
}
.svg-red {
  filter: invert(13%) sepia(90%) saturate(7499%) hue-rotate(360deg) brightness(86%) contrast(114%);
}
.svg-gold {
  filter: invert(66%) sepia(37%) saturate(300%) hue-rotate(356deg) brightness(89%) contrast(90%);
}
.svg-orange {
  filter: invert(54%) sepia(77%) saturate(2156%) hue-rotate(9deg) brightness(101%) contrast(101%);
}
a {
  color: #161719;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
  color: #161719;
}
.block-opacity {
  height: 100%;
  opacity: 0;
  border: 15px solid #fff;
  transition: opacity 0.2s ease-in-out;
  background-color: #1c2024;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.opacity-baffo {
  width: 100%;
  background-color: #fff;
  height: 15px;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  z-index: 10;
}
.pointer {
  cursor: pointer;
}
.noPointer {
  cursor: default;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.extra-bold {
  font-weight: 800 !important;
}
.input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.full {
  width: 100%;
  height: 100%;
}
.flex-row-reverse .col-specs {
  background: #f5f5f5;
}
.white {
  color: #fff !important;
}
.form-group {
  margin-bottom: 20px;
}
.midPad.form-group {
  margin-bottom: 20px;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.sticky {
  position: sticky !important;
}
.inline-block {
  display: inline-block !important;
}
.w400 {
  font-weight: 400 !important;
}
.gold {
  color: #b59a77;
}
.gold:hover {
  color: #91744f;
}
.gold-button {
  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);
  cursor: pointer;
  color: #fff;
  border: 1px solid #d6bf9f;
  padding: 3px;
  display: inline-block;
  border-radius: 3px;
}
.gold-button:hover {
  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);
}
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: 15px;
}
fieldset input,
fieldset select {
  height: 30px;
  font-size: 12px;
  border: none;
  width: 100%;
  outline: none;
}
fieldset textarea {
  height: 300px;
  border: none;
  width: 100%;
  outline: none;
  font-size: 12px;
}
fieldset select {
  display: block;
}
@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: #ffffff66;
  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;
}
.spacer {
  padding-top: 30px;
  width: 100%;
  display: block;
}
.spacer-m {
  padding-top: 150px;
  width: 100%;
  display: block;
}
.spacer-xl {
  padding-top: 300px;
  width: 100%;
  display: block;
}
.spacer-15 {
  padding-top: 15px;
}
.margin-0 {
  margin: 0px auto !important;
}
.text-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(180deg,rgba(255,255,255,0) 60%,#ffffff 100%);
  background: -webkit-linear-gradient(180deg,rgba(255,255,255,0) 60%,#ffffff 100%);
  background: linear-gradient(180deg,rgba(255,255,255,0) 60%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 140px;
}
.d-block {
  display: block;
}
.xl-block {
  display: block !important;
}
.fancybox-content {
  padding: 0 !important;
}
.fancybox-close-small {
  background: #fff !important;
  opacity: 0.5 !important;
}
.relative {
  position: relative;
}
.img-fit {
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
img {
  max-width: 100%;
}
.m-top-20 {
  margin-top: 20px;
}
.pMargin {
  margin-top: 21px;
  display: inline-flex;
}
h1,
h2,
h3 {
  margin: 0;
}
strong {
  font-weight: 400;
}
b {
  font-size: 100%;
}
.title:not(.mlButtons) {
  color: #161719;
  font-style: initial;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
}
.subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.subtitle.season {
  margin-top: 5px;
}
.headline {
  color: #46494e;
  font-style: initial;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px !important;
}
.label {
  font-weight: 400;
  color: #161719;
  text-transform: uppercase;
}
.hr-section {
  margin: 20px -20px;
  border-top: 1px solid #e6e6e6;
  border-left: 0 solid;
}
.upp {
  text-transform: uppercase;
}
.mid-title {
  color: #46494e;
  font-style: initial;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px !important;
  font-size: 18px;
}
.description {
  font-size: 14px;
}
.shader-cookies {
  position: fixed;
  z-index: 5011;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #393c42a3;
}
.choose-cookies-container {
  position: fixed;
  top: 65px;
  height: calc(100vh - 110px);
  width: 100%;
  z-index: 10000000000;
  font-family: montserrat, sans-serif;
  font-size: 12px;
}
.choose-cookies-container .headPopup.grayBack {
  border-radius: 5px;
  padding: 25px 30px 5px;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}
.choose-cookies-container .pop-container {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  color: white;
  padding-bottom: 30px;
  width: 50%;
  margin: auto;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(98,98,98,0.25);
}
.choose-cookies-container .pop-container img {
  z-index: -1 !important;
  border-radius: 3px;
}
.choose-cookies-container .inner {
  padding: 0 30px;
}
.choose-cookies-container .gold-button {
  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);
  cursor: pointer;
  color: #fff;
  border: 1px solid #d6bf9f;
  padding: 3px;
  display: inline-block;
  border-radius: 3px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 18px;
  outline: none;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
  border: 1px solid #d6bf9f;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
  border: 0 solid;
}
.choose-cookies-container .gray-button {
  cursor: pointer;
  border-radius: 20px;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 16px;
  outline: none;
  float: right;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
}
.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 {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -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 .choose-cookies-container .toggleButton .slider.round:before {
  border-radius: 50%;
}
.choose-cookies-container .save-cookies {
  margin-bottom: 5px;
}
.choose-cookies-container .choose-cookies {
  padding: 8px 15px;
  width: auto;
  margin-right: 10px;
  float: none;
  line-height: 14px;
}
.choose-cookies-container .close-disclamer {
  padding: 8px 15px;
  width: auto;
  float: none;
  line-height: 14px;
}
.choose-cookies-container .intro-cookies,
.choose-cookies-container .set-cookies {
  font-size: 16px;
}
.choose-cookies-container .intro-cookies b {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
#formSearch:not(.advanced) .chosen-container-single {
  width: 100% !important;
}
#formSearch:not(.advanced) .chosen-single,
#formSearch:not(.advanced) .chosen-choices {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('/core/view/website/img/arrow-select-white-2.png');
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 11px 9px;
  border: none;
  color: #495057;
  border-radius: 0;
  padding: 0;
  height: 22px;
  white-space: nowrap;
  border-bottom: 1px solid;
  box-shadow: none;
  outline: none;
  font-size: 13px;
}
#formSearch:not(.advanced) .chosen-single li.search-field input[type=text],
#formSearch:not(.advanced) .chosen-choices li.search-field input[type=text] {
  color: #161719;
  font-size: 12px;
  font-family: 'Montserrat', serif;
}
#formSearch:not(.advanced) .chosen-container-single .chosen-single div b {
  display: none;
}
#formSearch:not(.advanced) .chosen-container-multi .chosen-choices li.search-choice {
  background: transparent !important;
  color: #333;
}
.chosen-container-single .chosen-search input[type=text] {
  color: black;
}
.gold-horizontal {
  background: #b59a77;
  background: -moz-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: -webkit-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b59b76',endColorstr='#e6d4ba',GradientType=1);
}
.line {
  background: #b59a77;
  background: -moz-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: -webkit-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b59b76',endColorstr='#e6d4ba',GradientType=1);
  height: 7px;
  width: 150px;
  margin: 10px 0px 20px;
}
.link-gold {
  color: #b59a77 !important;
}
.link-gold:hover {
  color: #91744f;
}
.link-gold img {
  margin-left: 5px;
}
.btn-gold {
  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);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
}
.btn-cta {
  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);
  transition: all 400ms;
  color: #fff;
  font-weight: 800 !important;
  font-size: 15px;
  padding: 3px 15px;
  text-align: center;
  margin: 20px 5px 5px 0px;
  text-transform: uppercase;
  border: 1px solid #d6bf9f;
  border-radius: 5px;
  border-radius: 20px;
  display: inline-block;
}
.btn-cta-white {
  transition: all 400ms;
  color: #b59a77;
  font-weight: 800;
  font-size: 15px;
  padding: 3px 15px;
  text-align: center;
  margin: 20px 5px 5px 0px;
  text-transform: uppercase;
  border: 1px solid #b59a77;
  border-radius: 5px;
  border-radius: 20px;
  display: inline-block;
}
.btn-cta:hover,
.btn-cta-white:hover,
.btn-gold:hover {
  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: #fff;
}
.btn-cta.bottom {
  margin: 0px 5px 20px 0px;
}
.btn-cta.gold-button {
  color: #fff;
}
.btn-cta.tag {
  font-size: 12px;
  margin-top: 0;
}
.black-vertical {
  background: #323335;
  background: -moz-linear-gradient(top,#323335 0%,#161719 100%);
  background: -webkit-linear-gradient(top,#323335 0%,#161719 100%);
  background: linear-gradient(to bottom,#323335 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
}
.black-radial {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
}
.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);
}
.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);
}
.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);
}
.block30vh {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: none;
}
.block30vh img {
  transition-delay: 3s;
}
.block40vh {
  transition: transform .2s;
  width: 100%;
  padding-top: 46%;
}
.block50vh {
  transition: transform .2s;
  width: 100%;
  padding-top: 55%;
}
.block50vh .video-controls {
  position: absolute;
  bottom: 15px;
  margin: 0px;
  padding: 0px 5px;
  z-index: 10;
  right: 15px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 50px;
}
.block50vh .video-controls .btn {
  padding: 2px 4px !important;
  cursor: pointer;
}
.block50vh .video-controls #mute-button {
  padding: 2px 0;
}
.block50vh .video-controls img {
  height: 20px;
}
.banner-pages-yt .block .cnt-video iframe {
  height: 100%;
  width: 100% !important;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%);
}
.block-carousel-xl {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
}
.block-carousel-lg {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
}
.block-carousel-sm {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
}
.block-carousel-sm-3 {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
}
.block-carousel-md {
  transition: transform .2s;
  width: 100%;
  padding-top: 56.25%;
}
.section-gallery .block-carousel-xl {
  height: 100%;
}
.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);
  -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: 53px;
  right: 26px;
  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:hover .block-opacity {
  opacity: 0.2;
}
.block-content {
  max-height: 200px;
  background: #fff;
  padding: 15px;
  -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);
  -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);
  min-height: 120px;
}
.block-content p {
  margin: 0px;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover {
  position: absolute;
  z-index: 1 !important;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-cover.covertop,
.img-home.covertop {
  object-position: top;
}
.img-cover.coverbottom,
.img-home.coverbottom {
  object-position: bottom;
}
.banner-video {
  margin: 0 -15px;
  box-shadow: 0 0 6px 0 #000000;
  height: 65vh;
  overflow: hidden;
  position: relative;
}
.banner-video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 130%;
  top: -15%;
  pointer-events: none;
}
.banner-video .video-controls {
  position: absolute;
  bottom: 30px;
  margin: 0px;
  padding: 0px 5px;
  z-index: 100;
  right: 65px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 50px;
}
.banner-video .video-controls .btn {
  padding: 2px 4px;
  cursor: pointer;
}
.banner-video .video-controls #mute-button {
  padding: 2px 0;
}
.banner-video .video-controls img {
  height: 20px;
}
.banner-video .close-controls {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 3px;
  z-index: 100;
  padding: 10px;
}
.banner-video #video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2222483000;
}
.banner-video #video iframe {
  height: 100vh;
  width: 100vw;
}
.banner-video #video .video-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.cont-play {
  height: 220px;
  position: relative;
  z-index: 20;
}
.cont-play .play {
  display: inline-block;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0;
  top: 0;
  height: 40px;
  width: 40px;
  margin: auto;
  opacity: 0.8;
}
.banner-video.black-bars {
  height: 50vh !important;
}
.banner-video.black-bars iframe {
  height: 150% !important;
  top: -25% !important;
}
#header-desktop {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}
#header-desktop .nav-mobile {
  display: none;
}
#header-desktop .first-nav {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  background-color: #f9f9f9;
  position: relative;
  z-index: 10;
}
#header-desktop .second-nav {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  position: relative;
  height: 38px;
  color: #fff;
  padding-left: 45px;
  z-index: 5;
  overflow: hidden;
  font-size: 14px;
}
#header-desktop .second-nav .shader-nav {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26,26,26,0.8);
  z-index: 1;
}
#header-desktop .second-nav .logo-block {
  padding: 9px 15px 8px;
  background-color: #ffffff26;
  margin: 0 15px;
}
#header-desktop .second-nav .concierge-block a {
  padding: 9px 0px 8px;
  color: #fff;
  display: block;
}
#header-desktop .logo {
  margin-left: 60px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  display: inline-flex;
}
#header-desktop .logo img {
  max-height: 25px;
  position: relative;
  z-index: -1;
}
#header-desktop .logo .search-logo {
  margin: 3px 0 0 0;
}
#header-desktop .navbar {
  padding: 0px 15px;
  height: 38px;
}
#header-desktop .navbar-nav li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}
#header-desktop .navbar-nav li>a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 2px 0 1px;
}
#header-desktop .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);
  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: 0px;
  transition: all 400ms;
  margin: auto;
}
#header-desktop .navbar-nav li:hover .hover-link,
#header-desktop .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);
  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-desktop .navbar-nav .grey-link {
  color: #888888;
}
#header-desktop .navbar-nav .grey-link:hover {
  color: #555555;
}
#header-desktop .navbar-nav .gold-link {
  color: #b59a77;
}
#header-desktop .navbar-nav .gold-link:hover {
  color: #b59a77;
}
#header-desktop .open-btn,
#header-desktop .open-btn-m {
  display: inline-flex;
  padding: 10px 15px 11px;
  float: right;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.150s ease-in;
  border-left: 1px solid #e6e6e6;
}
#header-desktop .open-btn:hover,
#header-desktop .open-btn-m:hover {
  opacity: 0.5;
}
#header-desktop .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-desktop .login img {
  margin: 5px 0px 7px 10px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  overflow: hidden;
}
.header-itinerary {
  position: fixed;
  top: 45px;
  z-index: 110;
  left: 0;
  right: 0;
}
.header-itinerary .second-nav-iti {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  position: relative;
  height: 38px;
  color: #fff;
  padding-left: 45px;
  z-index: 110;
  overflow: hidden;
  font-size: 14px;
}
.header-itinerary .back-block {
  display: block;
  float: left;
  height: 38px;
  width: 38px;
  position: relative;
}
.header-itinerary .back-block img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: brightness(0) invert(1);
}
.header-itinerary .logo-block {
  display: block;
  padding-right: 5px;
  float: left;
  height: 38px;
  position: relative;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffffff3b;
  padding: 0 15px;
}
.header-itinerary .navbar {
  height: 38px;
  float: left;
}
.header-itinerary .navbar-nav li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}
.header-itinerary .navbar-nav li>a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 2px 0 1px;
}
.header-itinerary .navbar-nav li>a:hover {
  color: #fff;
}
.header-itinerary .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);
  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: 0px;
  transition: all 400ms;
  margin: auto;
}
.header-itinerary .navbar-nav li:hover .hover-link,
.header-itinerary .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);
  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-itinerary .navbar-nav .grey-link {
  color: #888888;
}
.header-itinerary .navbar-nav .grey-link:hover {
  color: #555555;
}
.header-itinerary .navbar-nav .gold-link {
  color: #b59a77;
}
.header-itinerary .navbar-nav .gold-link:hover {
  color: #b59a77;
}
.header-itinerary .wrap-btn-contacts-iti {
  padding-right: 2px;
  float: right;
}
.header-itinerary .wrap-btn-contacts-iti .cnt-share,
.header-itinerary .wrap-btn-contacts-iti .cnt-download,
.header-itinerary .wrap-btn-contacts-iti .cnt-favorites {
  display: inline-block;
  cursor: pointer;
}
.header-itinerary .wrap-btn-contacts-iti .y-icons {
  float: left;
  position: relative;
}
.header-itinerary .wrap-btn-contacts-iti .y-icons a {
  margin-left: 10px;
  color: #888888;
  display: inline-block;
  margin: 0;
}
.header-itinerary .wrap-btn-contacts-iti .y-icons img {
  opacity: 0.8;
  margin: 11px 5px 11px 5px;
  height: 15px;
  filter: brightness(0) invert(1);
}
.header-itinerary .wrap-btn-contacts-iti .y-icons .cnt-favorites .remove-favorites img {
  filter: none;
  opacity: 1;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  left: inherit;
  right: 60px;
  height: 38px;
  bottom: 0;
  padding: 0;
  top: initial;
  width: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare .a-share {
  padding: 0px;
  display: initial;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare .a-share a {
  margin-left: 0px !important;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare .a-share img {
  filter: inherit;
  margin: 7px 1px;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare .a-share .circle {
  margin: 5px 5px 5px 0;
  height: 28px;
  width: 28px;
}
.header-itinerary .wrap-btn-contacts-iti .popoverShare .shareButtons {
  margin: 0;
}
.header-itinerary .wrap-btn-contacts-iti .cnt-share:hover .popoverShare {
  height: 38px;
  opacity: 1;
  width: 185px;
}
.header-itinerary .wrap-btn-contacts-iti .btn-cta {
  font-size: 12px;
  font-weight: 800;
  margin: 6px 0px 6px 10px;
  float: left;
}
.img-login {
  border-radius: 50px;
  overflow: hidden;
}
.banner-pages {
  height: calc(100vh - 223px);
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 620px;
}
.banner-pages video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner-pages .img-home {
  position: absolute;
  z-index: -1;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.banner-pages .banner-services-wrapper {
  position: absolute;
  top: 255px;
  left: 75px;
  right: 75;
  width: calc(100% - 130px);
  z-index: 11;
}
.banner-pages .banner-services-wrapper .link-service {
  text-shadow: 1px 1px 1px #161719;
  position: relative;
  height: 20vh;
  width: calc(20% - 20px);
  color: #fff;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255,255,255,0.35);
  display: inline-block;
  float: left;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.banner-pages .banner-services-wrapper .link-service .service-tit {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
}
.banner-pages .banner-services-wrapper .link-service .service-text {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  font-weight: 200;
}
.banner-pages .banner-services-wrapper .link-service:hover {
  border: none;
  background-color: rgba(255,255,255,0.35);
  padding: 25px;
  color: #fff;
}
.banner-pages .banner-services-wrapper .link-service:hover .service-text {
  bottom: 25px;
  right: 25px;
  left: 25px;
}
.banner-pages .banner-services-wrapper .link-service.last-gusset {
  width: 20%;
  margin-right: 0;
}
.banner-pages .banner-services-wrapper .link-service-sm {
  width: calc(30% - 20px);
}
.banner-pages .banner-services-wrapper .link-service-m {
  width: calc(40% - 20px);
}
.banner-pages .banner-services-wrapper .link-service-l {
  width: calc(60% - 20px);
}
.banner-pages .banner-services-wrapper .link-service-xl {
  width: calc(80% - 20px);
}
.banner-pages .banner-services-wrapper .link-service-xxl {
  width: calc(100% - 20px);
}
.banner-pages .banner-services-wrapper .link-service-xl.last-gusset {
  width: calc(40% - 10px);
  margin-right: 0;
}
.banner-pages .hide-buttons {
  background-color: rgba(255,255,255,0.35);
  color: white;
  display: inline-block;
  padding: 6px 11px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  right: 0px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  width: 65px;
  text-align: center;
}
.banner-pages .hide-buttons img {
  filter: brightness(2.5);
  width: 10px;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
  transform: rotate(90deg);
}
.logo240 {
  margin: -35px auto 35px;
}
.logo240footer {
  margin: 0px 30px 0 0;
}
.banner-pages.noLink {
  height: 54vh;
}
.banner-pages-yt {
  position: relative !important;
}
.banner-pages-yt .cnt-video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 300%;
  top: -100%;
  pointer-events: none;
}
.banner-pages-yt .cont-play {
  height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 20;
  opacity: 0.5;
}
.banner-pages-yt .cont-play .play {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}
.banner-pages-yt .cont-play .play img {
  max-width: initial;
  height: 60px;
}
#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: #707070;
  border-radius: 3px;
  z-index: 100;
  padding: 10px;
}
#video .close-controls img {
  height: 25px;
  filter: brightness(0) invert(1);
}
#video .video-controls {
  bottom: 35px;
  right: 40px;
  margin: 0;
  padding: 5px;
  background-color: #707070;
  border-radius: 3px;
  z-index: 100;
  position: absolute;
}
#video .video-controls img {
  height: 35px;
}
#video .btn {
  padding: 0 5px;
  border: 0px solid;
  cursor: pointer;
}
#video iframe {
  height: 100vh;
  width: 100vw;
}
#yacht_video .trigger-youtube {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.trigger-youtube {
  height: 50px;
  position: absolute;
  z-index: 100;
  width: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.shader-opacity {
  opacity: 0.3;
  background-color: #161719;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.shader-opacity-3 {
  opacity: 0.3;
  background-color: #161719;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0.4;
}
.margin-top-home {
  margin-top: 74vh;
  display: block;
}
.section .section-img-wrapper {
  overflow: hidden;
  position: relative;
  height: 685px;
}
.section .section-img-wrapper .section-img {
  min-height: 100%;
  object-fit: cover;
}
.section .section-img-opacity {
  height: 100%;
  opacity: 0.4;
  background-color: #1c2024;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  border: 15px solid #ffffff5e;
}
.section .section-text-wrapper {
  padding: 0;
  position: relative;
  z-index: 11;
}
.section .section-text-wrapper .caption-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}
.section .section-text-wrapper .caption-label {
  font-size: 16px;
  margin-bottom: 5px;
  background-color: #fff;
  font-weight: 300;
}
.section .section-text-wrapper .caption-text {
  font-size: 16px;
  line-height: 22px;
}
.section .section-text-wrapper .caption-text a {
  color: #b59a77;
  text-decoration: none;
  font-weight: 300;
}
.section .section-text-wrapper .caption-text ul {
  list-style-position: inside;
}
.section .section-text-wrapper .caption-text strong {
  font-weight: 600;
}
.section .section-text-wrapper .caption-line {
  margin: 20px 0;
  height: 10px;
  width: 160px;
  background-color: #b59a77;
}
.section .section-text-wrapper .caption-link {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #b59a77;
  position: absolute;
  bottom: 20px;
}
.section .section-text-wrapper .caption-link:hover {
  color: #91744f;
}
.section .section-text-wrapper-min {
  background-color: #fff;
  height: 685px;
  margin-top: 20px;
  padding: 20px;
}
.section-text-right .section-text-wrapper-min {
  margin-left: -200px;
}
.section-text-left .section-text-wrapper-min {
  margin-right: -200px;
}
.section-subtitle-tab {
  padding-bottom: 30px;
}
.section-subtitle-tab .list-group a {
  color: #545861;
  font-weight: 500;
  font-size: 20px;
}
.section-subtitle-tab .list-group .active {
  color: #B59B76 !important;
  background-color: transparent !important;
}
.section-min {
  min-height: 500px;
}
.section-min .section-img-wrapper {
  height: 500px;
}
.section-min .section-img-wrapper .section-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.section-min .section-img-wrapper .section-img-opacity {
  height: 500px;
}
.section-min .section-text-wrapper {
  padding: 0;
}
.section-min .section-text-wrapper-min {
  background-color: #fff;
  height: 400px;
  margin-top: 50px;
  padding: 20px;
}
.section-min.section-text-right .section-text-wrapper-min {
  margin-left: -200px;
}
.section-min.section-text-left .section-text-wrapper-min {
  margin-right: -200px;
}
.section-news {
  margin: 80px 0;
}
.cont-news .card-news .label-news {
  background-color: #fff;
  z-index: 11;
  padding: 10px;
  margin: -32px auto 0px;
}
.cont-news .card-news .category {
  color: #161719;
  font-size: 16px;
  text-transform: initial;
  margin-bottom: 10px;
}
.cont-news .card-news .title {
  color: #161719;
  font-style: initial;
  font-weight: 800;
  font-size: 22px;
}
.cont-news .card-news .author-news {
  font-size: 14px;
}
.section-description {
  padding: 50px !important;
  text-align: left !important;
}
.section-description .container {
  max-width: initial;
  padding: 0;
}
.section-description h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.section-description h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
}
.section-description h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  text-align: left;
}
.section-main-title {
  padding: 50px 0px 0px;
  text-align: center;
  margin: 20px 75px;
}
.section-main-title .main-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: 800;
  color: #161719;
  text-decoration: none;
}
.section-main-title .main-title img {
  margin-left: 5px;
  width: 9px;
  height: auto;
}
.section-main-title .fs-28 {
  font-size: 28px !important;
}
.section-main-title .main-subtitle {
  font-size: 18px;
  color: #161719;
  text-decoration: none;
  font-weight: 300;
}
.section-main-title .main-subtitle a {
  color: #b59a77;
  text-decoration: none;
  font-weight: 400;
}
.section-main-title .main-subtitle ul {
  list-style-position: inside;
}
.section-main-title .main-subtitle li p {
  display: inline;
}
.section-main-title .main-subtitle li::marker {
  margin: 0px;
}
.section-main-title .main-subtitle strong {
  font-weight: 600;
}
.section-main-title .main-link {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 300;
}
.section-main-title .caption-text {
  font-size: 18px;
}
.section-main-title .caption-text a {
  color: #b59a77;
  text-decoration: none;
  font-weight: 600;
}
.section-main-title .caption-text ul {
  list-style-position: inside;
}
.section-main-title .caption-text strong {
  font-weight: 600;
}
.section-main-title.title-2-blocks {
  margin: 20px 0;
}
.margin-outer {
  margin: 20px 0;
}
.margin-outer-banner {
  margin: -30px 75px 0px;
  position: relative;
  z-index: 20;
}
.contact {
  padding: 100px 75px;
}
.contact .main-title {
  font-size: 28px;
}
.newsletter-wrapper {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  color: #fff;
  padding: 50px 0;
  text-align: center;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter-wrapper .img-cover {
  z-index: -1;
}
.newsletter-wrapper .newsletter-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
}
.newsletter-wrapper .checkbox-wrapper {
  margin: 25px 0 10px;
}
.newsletter-wrapper .checkbox-wrapper-hide {
  margin: 10px 0;
}
.newsletter-wrapper .newsletter-form {
  padding: 0 15px;
}
.newsletter-wrapper .newsletter-input {
  width: 85%;
  float: left;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.newsletter-wrapper .newsletter-input:focus {
  box-shadow: none;
}
.newsletter-wrapper .newsletter-input::placeholder {
  color: #fff;
}
.newsletter-wrapper .send {
  font-size: 30px;
  line-height: 38px;
  opacity: 0.9;
  cursor: pointer;
}
.newsletter-wrapper .send:hover {
  opacity: 1;
}
.newsletter-wrapper .custom-checkbox {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-left: 35px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newsletter-wrapper .custom-checkbox:hover input ~ .checkmark {
  background-color: #ddd;
}
.newsletter-wrapper .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.newsletter-wrapper .custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.newsletter-wrapper .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.newsletter-wrapper .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.newsletter-wrapper .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.newsletter-wrapper .privacy {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  margin-top: 7px;
  color: #ffffff75;
}
.newsletter-wrapper .privacy a {
  color: #B59B76;
}
footer {
  padding: 0;
}
.footer-wrapper {
  background-color: #f5f5f5;
  padding: 50px 60px;
}
.footer-wrapper .footer-links {
  line-height: 45px;
  font-size: 16px;
  display: inline-block;
}
.footer-wrapper .footer-links a {
  margin-right: 30px;
  color: #161719;
  display: inline-block;
}
.footer-wrapper .footer-links a:hover {
  color: #b59a77;
}
.footer-wrapper .bitpay {
  line-height: 42px;
}
.footer-wrapper .bitpay img {
  margin-right: 5px;
}
.footer-wrapper .bitpay span {
  font-size: 12px;
}
.footer-wrapper .footer-icons {
  text-align: right;
  padding-right: 80px;
}
.footer-wrapper .footer-icons a {
  font-size: 30px;
  line-height: 40px;
  margin-left: 20px;
  color: #161719;
  display: inline-block;
}
.footer-wrapper .footer-icons a:hover {
  filter: invert(66%) sepia(45%) saturate(264%) hue-rotate(354deg) brightness(88%) contrast(83%);
}
.sitemap {
  padding: 160px 0;
}
.sitemap a {
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.sitemap a.upp {
  font-weight: 800;
}
.sitemap a.cat {
  font-weight: 500;
}
.sitemap .col-sm-3 {
  margin-bottom: 30px;
}
.top-30 {
  margin-top: 30px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.v3 {
  padding: 30px 60px;
  background-color: #fff;
}
.v3-carousel {
  padding: 30px 70px 0;
}
.inset-shadow {
  box-shadow: inset 0px 15px 30px -30px rgba(0,0,0,0.6), inset 0px -15px 30px -30px rgba(0,0,0,0.6);
}
.inset-shadow .card-editorial .block-carousel-lg {
  padding-top: 57.05%;
}
.inset-shadow-left {
  box-shadow: inset 15px 15px 20px -30px rgba(0,0,0,0.6);
}
.section-gray {
  background-color: #f5f5f5;
}
.section-cta {
  background-color: #f5f5f5;
  padding: 50px 0px;
}
.card-section {
  margin-bottom: 0px;
}
.card-section .wrapper {
  position: relative;
  width: calc(100% - 60px);
  background-color: #fff;
  z-index: 14;
  padding: 15px;
  margin: -32px auto 0px;
}
.card-section .wrapper-small {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
.card-section .wrapper-text {
  margin: 0px auto;
}
.card-section .wrapper-text .summary {
  cursor: initial;
}
.card-section .wrapper-text .summary a {
  font-weight: 600 !important;
  color: #B59B76;
}
.card-section .title {
  color: #161719;
  font-style: initial;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
}
.card-section .title img {
  margin-left: 8px;
  width: 9px !important;
  display: inline-block !important;
  height: auto;
}
.card-section .category {
  color: #161719;
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
  margin-bottom: 5px;
}
.card-section .category img {
  margin-left: 8px;
  width: 7px;
  height: auto;
}
.card-section .summary {
  height: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-top: 20px;
}
.card-section .summary-shader {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255,255,255,0) 16px,#fff);
  background: -moz-linear-gradient(rgba(255,255,255,0) 0px,#fff);
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0px,#fff);
}
.card-section .summary-full {
  height: auto;
}
.card-section .link-gold {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  margin-top: 20px;
}
.section-magazine {
  padding: 30px 70px;
}
.landing .section-landing {
  padding: 30px 70px;
}
.landing .container-landing {
  padding-top: 25px;
  padding-bottom: 20px;
}
.landing .container-landing .summary-landing {
  font-size: 16px;
  padding-top: 20px;
}
.landing .container-landing .img-landing {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.card-magazine {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  padding: 15px;
  min-height: 635px;
  position: relative;
}
.card-magazine a {
  color: #161719;
}
.card-magazine .block {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.card-magazine .magazine-category {
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
  margin-top: 15px;
  min-height: 24px;
}
.card-magazine .magazine-title {
  font-style: initial;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  min-height: 60px;
  overflow: hidden;
}
.card-magazine .magazine-author {
  font-size: 14px;
  display: inline-block;
}
.card-magazine .date {
  display: inline-block;
}
.card-magazine .magazine-txt {
  margin-top: 20px;
  height: 100px;
  overflow: hidden;
}
.card-magazine .link-gold {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  margin: 0px !important;
}
.card-magazine .link-gold img {
  display: inline-block !important;
  width: auto !important;
}
.card-magazine.event .magazine-title {
  min-height: auto;
}
.spacer-news {
  height: 105px;
}
.editorial {
  padding: 0 10px;
}
.editorial-home {
  padding: 30px 70px;
}
.sea .block-carousel-sm {
  padding-top: 125% !important;
}
#editorial .block-carousel-sm {
  padding-top: calc(50vh - 72px);
}
#editorial .block-carousel-lg {
  padding-top: calc(100vh - 125px);
}
#editorial .block-carousel-lg .magazine-caption {
  width: 50%;
}
.card-editorial .magazine-caption {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 20;
  height: calc(100% - 50px);
  overflow: hidden;
}
.card-editorial .magazine-title {
  text-shadow: 1px 1px 1px #161719;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 0px;
  color: white;
}
.card-editorial .magazine-title img {
  width: auto !important;
  display: inline-block !important;
}
.card-editorial .magazine-date {
  text-shadow: 1px 1px 1px #161719;
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
.card-editorial .magazine-category {
  text-shadow: 1px 1px 1px #161719;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  color: white;
}
.card-editorial .block-carousel-sm {
  padding-top: 56.25%;
}
.card-editorial .block-carousel-lg {
  padding-top: 56.25%;
}
.card-editorial .block-carousel-lg .magazine-caption {
  width: 50%;
}
.card-editorial .read-more {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  color: white;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 20;
}
.nav-magazine {
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  position: fixed;
  width: 100%;
  height: 38px;
  color: #fff;
  z-index: 50;
  overflow: hidden;
  font-size: 14px;
  top: 55px;
}
.nav-magazine .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav-magazine .navbar-nav a {
  color: white;
}
.nav-magazine .navbar-nav li {
  padding-right: 10px;
  display: inline-block;
  color: white;
}
.nav-magazine .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);
  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: 0px;
  transition: all 400ms;
  margin: auto;
}
.nav-magazine .navbar-nav li.active .hover-link {
  transform: scale(1);
  width: 100%;
}
.offices-wrapper {
  padding: 50px 0 20px;
  text-align: center;
}
.offices-wrapper .one-office {
  margin-bottom: 30px;
}
.offices-wrapper .one-office a {
  color: #161719;
  font-size: 18px;
}
.offices-wrapper .one-office a:hover {
  color: #b59a77;
}
.offices-wrapper .one-office .office-title {
  font-weight: 800;
}
.offices-wrapper .logo {
  padding: 10px 20px;
  margin-right: 35px;
}
.offices-wrapper .col-20 {
  width: 20%;
  float: left;
}
#close-button,
.close-button {
  position: absolute;
  right: 30px;
  top: 25px;
  padding: 20px;
  cursor: pointer;
}
#close-button .hamburger,
.close-button .hamburger {
  position: relative;
  padding: 20px;
}
.nav-fullscreen {
  position: absolute;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}
.nav-fullscreen:after {
  content: "";
  display: table;
  clear: both;
}
.nav-fullscreen .img-cover {
  z-index: -1;
}
.nav-fullscreen .menu-container {
  width: 60px;
  height: 45px;
  margin-left: -15px;
  cursor: pointer;
  position: absolute;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.nav-fullscreen .menu-container strong {
  font-weight: 600;
}
.nav-fullscreen .menu-container .hamburger {
  position: absolute;
  height: 45px;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px 20px;
  margin: 0;
}
.nav-fullscreen .menu-container .menu-nav {
  position: fixed;
  z-index: 10;
  left: -25vw;
  top: 45px;
  width: 25vw;
  height: calc(100vh - 45px);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  list-style-type: none;
}
.nav-fullscreen .menu-container .menu-sidebar {
  overflow-x: auto;
  background: url('/core/composer/view.php?id_img=484491&webp=1') 0 0 / cover;
  background-color: #161719;
  background-position-x: center;
  position: relative;
  z-index: 10;
  height: calc(100vh - 45px);
  padding: 50px;
  box-shadow: 5px 0 5px -5px #333;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
  text-align: right;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level:hover a {
  color: #fff;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level a {
  color: #ffffffb0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level a img {
  position: absolute;
  top: 15px;
  right: 20px;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level .gold-link {
  color: #b59a77;
}
.nav-fullscreen .menu-container .menu-sidebar .first-level .gold-link:hover {
  color: #b59a77;
}
.nav-fullscreen .menu-container .menu-sidebar .active a {
  color: #fff;
}
.nav-fullscreen .menu-container 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);
  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: 0px;
  transition: all 400ms;
  position: absolute;
  right: 0;
}
.nav-fullscreen .menu-container li:hover .hover-link,
.nav-fullscreen .menu-container 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);
  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%;
}
.nav-fullscreen .menu-container .menu-sub-nav {
  box-shadow: inset 15px 15px 20px -30px rgba(0,0,0,0.6);
  cursor: auto;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  width: 75vw;
  height: calc(100vh - 45px);
  top: 0;
  left: -100vw;
  bottom: 0;
  overflow-y: auto;
  padding: 50px;
  z-index: 1;
}
.nav-fullscreen .menu-container .menu-sub-nav li {
  line-height: 35px;
  font-size: 15px;
  min-height: 25px;
  list-style: none;
  position: relative;
}
.nav-fullscreen .menu-container .menu-sub-nav li:hover a {
  color: #b59a77;
}
.nav-fullscreen .menu-container .menu-sub-nav li a {
  color: #161719;
  transition: all 200ms;
  line-height: 35px;
  display: inline-block;
  position: relative;
}
.nav-fullscreen .menu-container .menu-sub-nav li .hover-link {
  right: initial;
  left: 0;
}
.nav-fullscreen .menu-container .menu-sub-nav .menu-title {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  padding-left: 45px;
  background-color: #c7c7c7;
}
.nav-fullscreen .menu-container .menu-sub-nav .menu-title img {
  position: absolute;
  top: 15px;
  font-size: 22px;
  left: 20px;
}
.nav-fullscreen .menu-container .menu-sub-nav .menu-subtitle {
  font-weight: 800;
}
.nav-fullscreen .menu-container .menu-sub-nav .menu-subtitle img {
  margin-left: 5px;
  margin-top: -2px;
  width: 7px;
  height: auto;
}
.nav-fullscreen .menu-container .menu-sub-nav .menu-subtitle a {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
}
.nav-fullscreen .menu-container .menu-sub-nav .second-level {
  padding-left: 20px;
}
.nav-fullscreen .menu-container .menu-sub-nav .gold-link {
  color: #b59a77 !important;
  font-style: initial;
  font-weight: 800;
}
.nav-fullscreen .menu-container .menu-sub-nav .title,
.nav-fullscreen .menu-container .menu-sub-nav a:not([href]) {
  cursor: auto;
}
.nav-fullscreen .menu-container .menu-sub-nav .title:hover,
.nav-fullscreen .menu-container .menu-sub-nav a:not([href]):hover {
  color: #161719;
}
.nav-fullscreen .menu-container .menu-sub-nav.active-sub {
  transform: translateX(125vw);
  transition: transform 0.8s cubic-bezier(0,0,0.3,1);
  z-index: 3;
}
.nav-fullscreen .menu-container .menu-sub-nav.fadeout-sub {
  background-color: #e5e5e5;
  transform: translateX(-25vw);
  transition: transform 1.0s cubic-bezier(0,0,0.3,1);
  z-index: 2;
}
.nav-fullscreen #menu-toggle,
.nav-fullscreen #menu-toggle-m {
  display: none;
}
.nav-fullscreen #menu-toggle.active ~ .menu-nav,
.nav-fullscreen #menu-toggle:checked ~ .menu-nav,
.nav-fullscreen #menu-toggle-m.active ~ .menu-nav,
.nav-fullscreen #menu-toggle-m:checked ~ .menu-nav {
  transform: translateX(25vw);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
}
.user-fullscreen {
  float: right;
  font-size: 16px;
  color: #161719;
  border-left: 1px solid #e6e6e6;
}
.user-fullscreen:after {
  content: "";
  display: table;
  clear: both;
}
.user-fullscreen .img-cover {
  z-index: -1;
}
.user-fullscreen .menu-container {
  cursor: pointer;
}
.user-fullscreen .menu-container strong {
  font-weight: 600;
}
.user-fullscreen .menu-container .hamburger {
  position: absolute;
  height: 45px;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px 20px;
  margin: 0;
}
.user-fullscreen .menu-container #close-button,
.user-fullscreen .menu-container .close-button {
  position: absolute;
  left: 30px;
  right: initial;
  top: 25px;
  padding: 20px;
}
.user-fullscreen .menu-container #close-button .hamburger,
.user-fullscreen .menu-container .close-button .hamburger {
  position: relative;
  padding: 20px;
}
.user-fullscreen .menu-container label:not(.menu-button-nav,
.user-fullscreen .menu-container .label-user) {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-right: -15px;
  margin-bottom: 0;
  cursor: pointer;
}
.user-fullscreen .menu-container .menu-nav {
  position: fixed;
  z-index: 10;
  left: 100vw;
  top: 45px;
  width: 25vw;
  height: calc(100vh - 45px);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  list-style-type: none;
}
.user-fullscreen .menu-container .menu-sidebar {
  overflow-x: auto;
  background: url('/core/composer/view.php?id_img=484491&webp=1') 0 0 / cover;
  background-color: #161719;
  position: relative;
  z-index: 10;
  height: calc(100vh - 45px);
  padding: 50px;
  box-shadow: 5px 0 5px -5px #333;
}
.user-fullscreen .menu-container .menu-sidebar .first-level {
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
  text-align: left;
  position: relative;
  padding-right: 20px;
  display: table;
}
.user-fullscreen .menu-container .menu-sidebar .first-level:hover a {
  color: #fff;
}
.user-fullscreen .menu-container .menu-sidebar .first-level a {
  color: #ffffffb0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in;
}
.user-fullscreen .menu-container .menu-sidebar .first-level a img {
  position: absolute;
  line-height: 45px;
  font-size: 22px;
  right: 0px;
}
.user-fullscreen .menu-container .menu-sidebar .active a {
  color: #fff;
}
.user-fullscreen .menu-container 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);
  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: 0px;
  transition: all 400ms;
}
.user-fullscreen .menu-container li:hover .hover-link,
.user-fullscreen .menu-container 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);
  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%;
}
.user-fullscreen .menu-container .menu-sub-user {
  box-shadow: inset 15px 15px 20px -30px rgba(0,0,0,0.6);
  cursor: auto;
  background-color: #f5f5f5;
  position: fixed;
  width: 75vw;
  height: calc(100vh - 45px);
  top: 0;
  right: -100vw;
  bottom: 0;
  overflow-y: auto;
  padding: 50px;
  z-index: 1;
}
.user-fullscreen .menu-container .menu-sub-user .title {
  cursor: auto;
  text-transform: initial;
}
.user-fullscreen .menu-container .menu-sub-user li {
  list-style: none;
  line-height: 35px;
  font-size: 15px;
  position: relative;
}
.user-fullscreen .menu-container .menu-sub-user li:hover a {
  color: #b59a77;
}
.user-fullscreen .menu-container .menu-sub-user li a {
  color: #161719;
  display: inline-block;
  position: relative;
  line-height: 35px;
}
.user-fullscreen .menu-container .menu-sub-user li .hover-link {
  position: absolute;
  right: 0;
}
.user-fullscreen .menu-container .menu-sub-user .menu-title {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  padding-left: 45px;
  background-color: #c7c7c7;
}
.user-fullscreen .menu-container .menu-sub-user .menu-title img {
  position: absolute;
  line-height: 45px;
  font-size: 22px;
  left: 20px;
  top: 0;
}
.user-fullscreen .menu-container .menu-sub-user .arrow {
  transform: rotate(180deg);
  margin-right: 5px;
}
.user-fullscreen .menu-container .menu-sub-user .menu-subtitle {
  font-weight: 800;
}
.user-fullscreen .menu-container .menu-sub-user .menu-subtitle:hover a {
  color: #161719 !important;
}
.user-fullscreen .menu-container .menu-sub-user .menu-subtitle img {
  margin-left: 5px;
  margin-top: -2px;
  width: 7px;
  height: auto;
}
.user-fullscreen .menu-container .menu-sub-user .menu-subtitle .line {
  margin: 10px 0 10px auto;
}
.user-fullscreen .menu-container .menu-sub-user .gold-link {
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #b59a77 !important;
  font-style: initial;
  font-weight: 800;
}
.user-fullscreen .menu-container .menu-sub-user.active-sub {
  transform: translateX(-125vw);
  transition: transform 0.8s cubic-bezier(0,0,0.3,1);
  z-index: 3;
}
.user-fullscreen .menu-container .menu-sub-user.fadeout-sub {
  background-color: #e5e5e5;
  transform: translateX(25vw);
  transition: transform 1.0s cubic-bezier(0,0,0.3,1);
  z-index: 2;
}
.user-fullscreen #user-toggle,
.user-fullscreen #user-toggle-m {
  display: none;
}
.user-fullscreen #user-toggle.active ~ .menu-nav,
.user-fullscreen #user-toggle-m.active ~ .menu-nav,
.user-fullscreen #user-toggle:checked ~ .menu-nav,
.user-fullscreen #user-toggle-m:checked ~ .menu-nav {
  transform: translateX(-25vw);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
}
.mini-search-mobile {
  text-transform: uppercase;
  text-transform: uppercase;
  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;
  text-transform: uppercase;
  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);
}
.freesearch-fullscreen {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  position: fixed;
  z-index: 4000;
  left: 0;
  bottom: 100vh;
  width: 100vw;
  height: calc(100vh - 45px);
  box-shadow: 5px 0 5px -5px #333;
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  text-align: center;
}
.freesearch-fullscreen .img-cover {
  z-index: 0;
  display: none;
}
.freesearch-fullscreen .input-group-append {
  display: flex;
  float: left;
}
.freesearch-fullscreen .input-container {
  position: relative;
  width: 80%;
  left: 10%;
  top: 100px;
}
.freesearch-fullscreen .input-container .title-free {
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 800 !important;
}
.freesearch-fullscreen .input-container .subtitle-free {
  font-size: 18px;
  color: #fff;
}
.freesearch-fullscreen .input-container .line {
  margin: 20px auto;
}
.freesearch-fullscreen .input-container form {
  width: 506px;
  margin: auto;
  position: relative;
}
.freesearch-fullscreen .input-container input {
  border-radius: 20px;
  font-size: 18px;
  padding: 5px 20px;
}
.freesearch-fullscreen .input-container button {
  border-radius: 20px;
  font-weight: 800;
  font-size: 18px;
  outline: none;
}
.freesearch-fullscreen .input-container .input-group {
  width: 100%;
}
.freesearch-fullscreen .input-container .input-group input {
  font-size: 20px;
  font-weight: 300;
  height: 50px;
  width: 88%;
  line-height: 50px;
  padding: 10px 15px;
  float: left;
  border-radius: 0.25rem;
  flex: 1 1 auto;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0px solid #ced4da;
}
.freesearch-fullscreen .input-container .input-group button {
  background-color: #b59a77;
  border-color: #b59a77;
  color: #fff;
  font-size: 24px;
  padding: 15px 20px;
  border: 0px;
  line-height: 16px;
  float: left;
  margin-left: -1px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.freesearch-fullscreen .input-container .input-group button img {
  filter: brightness(0) invert(1);
}
.fakeselect {
  height: 260px;
  display: none;
  border-radius: 3px;
  position: relative;
}
.fakeselect .container-list {
  height: 260px;
  overflow-y: auto;
}
.fakeselect .result-container {
  padding: 8px 15px 5px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.fakeselect .result-container .title {
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}
.fakeselect .result-container .subtitle {
  line-height: 22px;
  color: #fff;
}
.fakeselect a:last-child .result-container {
  border-bottom: none;
}
.fakeselect .all-search-result {
  padding: 11px 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.free-checkbox-filter {
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.free-checkbox-filter .filter-cell {
  display: table-cell;
}
.free-checkbox-filter label {
  margin: 0;
}
.fakecheckboxinput + .fakecheckboxlabel {
  position: relative;
  z-index: 100;
  font-size: 24px;
  -webkit-text-stroke: 1px #fff;
}
.fakecheckboxinput + .fakecheckboxlabel:after {
  content: "";
  display: inline-flex;
  height: 25px;
  width: 25px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 5px;
}
.fakecheckboxinput.required + .fakecheckboxlabel:after {
  border: 1px solid #d00909;
}
.fakecheckboxinput:checked + .fakecheckboxlabel:after {
  background: #fff;
  border: 1px solid #fff;
}
.free-checkbox-filter.dark {
  color: #161719;
  margin-top: 0px;
}
.free-checkbox-filter.dark .fakecheckboxinput + .fakecheckboxlabel:after {
  border: 1px solid #161719;
}
.free-checkbox-filter.dark .fakecheckboxinput:checked + .fakecheckboxlabel:after {
  background: #161719;
}
.freesearch-stripe {
  padding: 15px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  position: sticky;
  top: 0;
  z-index: 200;
  background: #f9f9f9;
}
.freesearch-stripe .input,
.freesearch-stripe .gold-button {
  border-radius: 20px;
}
#freesearchFormSearch {
  padding-left: 0px;
}
#freesearchFormSearch .freesearch-left-column {
  height: calc(100vh - 83px);
  overflow-y: auto;
  margin-top: 83px;
  background: #f5f5f5;
}
#freesearchFormSearch .specs-wrap {
  height: calc(100vh - 83px);
  margin: 83px 0 0px;
  padding: 20px;
  background: #f9f9f9;
}
#freesearchFormSearch .specs-wrap hr {
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #eaeaea;
}
#freesearchFormSearch .specs-wrap .img-cover {
  z-index: -1 !important;
}
#freeSearchContainer {
  padding: 10px 0 0 10px;
}
.freesearch-column {
  padding: 10px;
  width: 50%;
}
.freesearch-fullscreen.visible {
  transform: translateY(100vh);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
}
.freesearch-fullscreen.visible .img-cover {
  display: block;
  z-index: -1 !important;
}
.input-search-group {
  position: relative;
}
.input-search-group .input {
  border-radius: 30px;
  padding: 9px 44px 9px 12px;
}
.input-search-group button {
  border-radius: 30px;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}
.card-team {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  display: flow-root;
  font-weight: 400;
  font-size: 14px;
}
.card-team .title {
  font-size: 26px;
  font-weight: 800 !important;
  line-height: 30px;
}
.card-team .title img {
  margin-left: 5px;
  width: 9px;
  height: auto;
}
.card-team .subtitle {
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
}
.card-team .block {
  margin: 15px;
  width: calc(100% - 30px);
  padding-top: 100%;
  display: block;
}
.card-team .card-a {
  display: block;
  margin: 15px;
  height: 175px;
  overflow: hidden;
  position: relative;
}
.card-team .link-gold {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.card-team hr {
  border-top: 1px solid #eaeaea;
  margin: 10px -15px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.card-team .bottom {
  border-top: 1px solid #eaeaea;
  margin: 0;
  padding: 5px 0px;
  height: 32px;
}
.card-team .bottom a {
  padding-left: 10px;
  display: inline-block;
}
.card-team .img-cover {
  filter: saturate(0%);
  transition: 0.75s;
}
.card-team .img-cover:hover {
  filter: saturate(100%);
  transition: 0.75s;
}
.cover-team .block {
  width: 100%;
  padding-top: 108%;
}
.banner-min-wrapper {
  height: 55vh;
  overflow: hidden;
  position: relative;
}
.banner-min-wrapper .banner-min-opacity {
  height: 100%;
  opacity: 0.3;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.team-2 .card-team {
  padding: 0;
}
.team-2 .card-team .card-a {
  margin: 0;
  padding: 0 15px 15px 15px;
}
.team-2 .card-team .tag {
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
  font-weight: 500;
  border-radius: 20px;
  padding: 0 8px;
  font-size: 8px;
  text-align: center;
  position: relative;
  top: -1px;
}
.team-2 .card-team .tag.active {
  color: #fff;
  background: #626771;
}
.team-2 .card-team .bottom a {
  padding-left: 5px;
}
.owl-carousel .owl-item {
  padding: 5px;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: calc(50% - 27px);
  opacity: 0.6;
}
.owl-carousel .owl-nav img {
  margin: 10px;
}
.owl-carousel .owl-nav .disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 5px;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:active {
  border-radius: 50px !important;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:active {
  border-radius: 50px !important;
}
.owl-carousel .owl-nav button {
  outline: none;
}
.card-biscuit-yacht {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.card-biscuit-yacht a {
  color: #161719;
  display: block;
}
.card-biscuit-yacht .title {
  font-size: 26px;
  font-weight: 800;
}
.card-biscuit-yacht .block {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.card-biscuit-yacht .tag {
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
  font-weight: 500;
  border-radius: 20px;
  padding: 0 8px;
  font-size: 10px;
  text-align: center;
}
.card-biscuit-yacht .name {
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
}
.card-biscuit-yacht .specs-data {
  font-size: 14px;
  padding: 1px 15px 15px;
  min-height: 169px;
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 100;
  margin: -30px 25px 0;
  color: #161719;
  text-decoration: none;
}
.card-biscuit-yacht .bottom {
  position: relative;
  text-align: right;
  left: 0;
  bottom: 0;
  padding: 0px 15px;
  width: 100%;
  border-top: 1px solid #eaeaea;
  z-index: 101;
  height: 32px;
}
.card-biscuit-yacht .bottom img {
  width: auto !important;
  height: 13px;
  opacity: 0.7;
  display: block;
}
.card-biscuit-yacht .bottom .cnt-share,
.card-biscuit-yacht .bottom .cnt-download,
.card-biscuit-yacht .bottom .cont-icon {
  padding: 8px 0 10px 10px;
  display: inline-block;
  cursor: pointer;
}
.card-biscuit-yacht .bottom .card-tag {
  width: 94%;
  float: left;
  text-align: left;
  display: inline-block;
  margin-top: 2px;
}
.card-biscuit-yacht .cnt-share {
  display: inline-block;
  cursor: pointer;
  padding: 0px 0px 0px 10px;
}
.card-biscuit-yacht .cnt-download {
  display: inline-block;
  padding: 0px 0px 0px 10px;
}
.card-biscuit-yacht .divisor {
  background: #b59a77;
  background: -moz-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: -webkit-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b59b76',endColorstr='#e6d4ba',GradientType=1);
  height: 5px;
  width: 40%;
  margin: 5px 0 10px;
}
.card-biscuit-yacht .price {
  font-weight: 700;
  font-size: 18px;
}
.card-biscuit-yacht .symbol {
  font-weight: 500;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid black;
  line-height: 13px;
  display: inline-block;
  text-align: center;
  top: -1px;
  position: relative;
}
.card-biscuit-yacht .symbol span {
  display: block;
  margin: 1px 3px;
  width: 10px;
}
.biscuit-show .bottom .tot {
  display: inline-block;
  position: relative;
  top: -13px;
}
.biscuit-show .bottom .cont-icon {
  padding-left: 5px;
}
.biscuit-show .bottom img {
  height: 16px;
}
.biscuit-show .specs-data {
  margin: 0;
  min-height: 170px;
}
.biscuit-show .specs-data b {
  font-weight: 500;
}
.biscuit-show .bottom.padd {
  padding: 5px 15px;
}
.biscuit-show .bottom.padd span {
  font-size: 12px;
  float: left;
}
.biscuit-show .bottom.padd .tag {
  float: left;
  margin-left: 5px;
}
.yacht-biscuit-list {
  font-size: 18px;
  margin-top: 20px;
}
.yacht-biscuit-list strong {
  font-weight: bold;
}
.yacht-biscuit-list .block {
  margin-bottom: 20px;
}
.yacht-biscuit-list .inner {
  padding: 0 20px 20px;
}
.yacht-biscuit-list .par {
  padding-bottom: 5px;
}
.yacht-biscuit-list .buttons {
  background: #4f545a;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  margin-bottom: 8px;
}
.yacht-biscuit-list .spacer {
  padding-top: 24px;
}
.yacht-biscuit-list .text-overflow {
  height: 220px;
  overflow: hidden;
}
.yacht-biscuit-list .text-overflow.open {
  height: initial;
}
.yacht-biscuit-list .price-container {
  min-height: 60px;
}
.yacht-biscuit-list .data-text {
  font-size: 17px;
}
.yacht-biscuit-list .read-more-container {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}
.partner-logo {
  max-width: 80px;
  height: auto;
}
.popoverShare,
.popAddList {
  border-bottom: 0px solid #eaeaea;
  height: 0px;
  background-color: #f8f8f8;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  display: inline;
  text-align: left;
  padding: 0 20px;
  margin: 0px;
  transition: height .5s ease;
}
.public-search {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  margin-top: 83px;
  padding: 30px 15px;
  color: #fff;
}
.public-search label {
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
.public-search input,
.public-search select {
  width: 100%;
  display: initial;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 0;
}
.public-search input:focus,
.public-search select:focus {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.public-search input::placeholder,
.public-search select::placeholder {
  color: #fff;
}
.public-search input option,
.public-search select option {
  background-color: #161719;
}
.public-search .inline-input {
  width: 40%;
}
.public-search .inline-divider {
  width: 16%;
  display: inline-block;
  text-align: center;
}
.public-search .btn-more-filters {
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  cursor: pointer;
}
.public-search .more-filters {
  height: 0;
  overflow: hidden;
}
.sort-filters {
  background-color: #f5f5f5;
  padding: 15px;
}
.page-content {
  height: calc(100vh - 83px);
  overflow: hidden;
  margin-top: 83px;
}
.page-content strong:not(.link-gold) {
  color: #46494e;
}
.page-content .pad-r {
  padding-right: 0px !important;
}
.sea-content .img-left {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.sea-content .col-specs {
  box-shadow: 0px 0px 6px 0px #00000038;
}
.sea-content .detail-content .detail-wrap {
  margin: 0px 10px 15px;
  padding: 20px 0;
}
.page-readbook .shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;
}
.yacht #bannerYacht .img-cover,
.yacht .itinerary #bannerYacht .img-cover {
  filter: initial;
}
.yacht .detail-content .section-gray {
  padding: 15px !important;
}
.job-content ul {
  padding: 0 20px;
}
.job-content .title {
  text-transform: uppercase;
}
.job-content .detail-job {
  padding: 30px 20px;
}
.job-content .detail-job strong {
  font-weight: 800;
  color: #161719;
}
.job-content .detail-job .joboverviewShow strong {
  font-weight: 500;
}
.job-content .specs-wrap {
  color: white;
}
.job-content .specs-wrap .title {
  color: white;
}
.job-content .specs-wrap strong {
  color: white;
  font-weight: 600;
}
.job-content .specs-wrap .tag {
  border-color: white;
  color: white;
}
.job-content .btn-cta {
  width: 100%;
  margin-bottom: 10px !important;
  font-size: 15px;
}
.job-content .specs-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 30px 30px 30px;
  border-top: 1px solid white;
}
.job-content .specs-bottom span {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.job-content .specs-bottom span a {
  color: #B59B76;
  font-style: italic;
  font-weight: 500;
}
.job-content .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #626771;
  color: #626771;
  padding: 0px 5px;
  border-radius: 3px;
}
.job-content #map {
  height: 300px !important;
}
.detail-content {
  height: calc(100vh - 83px);
  overflow-y: scroll;
}
.detail-content .detail-wrap {
  margin: 5px 55px 15px;
}
.detail-content .detail-wrap.team {
  margin: 5px 70px 15px;
}
.detail-content .banner-article {
  margin: 20px 0;
}
.detail-content .banner-article .block {
  box-shadow: none;
}
.detail-content .banner-top {
  margin: 0 -15px;
}
.detail-content .owl-carousel .owl-item {
  padding: 3px !important;
}
.detail-content .owl-nav {
  left: -45px;
  right: -45px;
  top: calc(50% - 30px);
}
.detail-content #yachts-for-sale .owl-nav {
  top: calc(30% - 10px);
  left: 20px;
  right: 20px;
}
.detail-content #other_news .owl-nav {
  top: calc(50% - 10px);
  left: 35px;
  right: 35px;
}
.detail-content .section-gray {
  margin: 0 -15px;
  padding: 40px 90px !important;
}
.detail-content .section-gray .link-gold {
  margin-bottom: 20px;
  display: block;
}
.detail-content .section-magazine {
  padding: 0 75px 20px;
}
.detail-content #map {
  height: 400px;
  margin: 0px -15px;
}
.detail-content .shader-map {
  position: relative;
  z-index: 10;
  background-color: #000;
  opacity: 0.1;
  height: 400px;
  margin: -400px -15px 0;
}
.detail-wrap {
  margin: 15px 75px 15px;
  z-index: 15;
  position: relative;
  background-color: white;
  padding: 20px 0px;
}
.detail-wrap .title {
  font-weight: 400;
}
.detail-wrap p a,
.detail-wrap ul a {
  font-weight: 500;
  color: #B59B76 !important;
}
.detail-wrap .img-detail {
  margin-top: 10px;
}
.detail-wrap .a-article iframe {
  width: 100%;
  height: 450px;
  margin: 20px 0px;
}
.detail-wrap .block40vh {
  margin-bottom: 30px;
}
.detail-wrap .flags {
  margin: 10px 0px 20px;
}
.detail-wrap .hover-ash strong {
  color: #161719 !important;
}
.detail-wrap h1:not(.title) {
  font-size: 24px;
  line-height: 40px;
}
.detail-wrap h2:not(.title) {
  font-size: 22px;
  line-height: 38px;
}
.detail-wrap h3 {
  font-size: 20px;
  line-height: 36px;
}
.detail-wrap .container-descr {
  height: 100px;
  overflow: hidden;
}
.detail-full {
  margin-top: 83px;
}
.detail-full .detail-wrap {
  margin: -50px 75px 15px;
}
.itinerary .detail-wrap {
  padding: 0;
}
.itinerary .detail-wrap .intro {
  padding: 20px 0px 0;
}
.itinerary .detail-wrap .descr {
  padding: 0 35px;
}
.itinerary .detail-wrap .section-magazine {
  padding: 30px 0px;
}
.location_region span {
  display: block;
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.location_region .cnt-region {
  display: none;
  line-height: 14px;
}
.btn-tag {
  text-transform: uppercase;
  transition: all 0.1s ease-in;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #bcbcbc;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 20px;
  margin: 0 3px 3px 0;
}
.btn-tag:hover {
  background-color: #46494e;
  color: white;
  border-color: #46494e;
}
.other-specs {
  padding: 20px;
  margin: 0px -20px;
}
.other-specs .specs-det {
  position: absolute;
  bottom: 0;
}
.list-group:not(.headerList) a {
  border-right: 1px solid #626771;
  padding: 0 8px;
  margin: 0;
  font-size: 16px;
}
.list-group:not(.headerList) a.first {
  padding-left: 0;
}
.list-group:not(.headerList) a.active {
  color: #161719;
  font-weight: 800;
}
.label-text-mobile {
  margin-top: 15px;
}
.box-yacht {
  position: absolute;
  top: -65px;
  left: 0px;
}
.box-yacht .option {
  display: inline-block;
  position: relative;
  padding: 3px 15px;
  color: #fff;
  cursor: pointer;
}
.box-yacht .option .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.box-yacht .option .text {
  display: inline-block;
  position: relative;
  top: 1px;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.shader-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-controls {
  background: #000;
  position: relative;
  z-index: 1000;
}
.ash {
  transition: all 0.1s ease-in-out;
}
.ash.active,
.ash:hover {
  font-weight: 600;
}
.itinerary-spacer {
  margin-bottom: 30px;
}
.gmap {
  height: 500px;
}
.shader-map {
  position: relative;
  z-index: 10;
  background-color: #000;
  opacity: .1;
  height: 500px;
  margin-top: -500px;
}
.itinerary-module-card {
  min-height: 700px;
  margin-bottom: 30px;
  padding: 15px 15px 50px;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.itinerary-module-card .text {
  max-height: 300px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #161719;
}
.itinerary-module-card .min-text {
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 30px;
}
.itinerary-module-card .y-more:not(.y-edit),
.itinerary-module-card .y-less:not(.y-edit) {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  color: #B59B76;
}
.itinerary-module-card .card-image-small {
  width: calc(100% + 30px);
  padding-top: 56.25%;
  margin: -15px -15px 15px;
}
.partnership {
  text-align: right;
  margin-top: 0 !important;
}
.partnership img {
  max-width: 180px;
  max-height: 70px;
  height: auto;
  width: auto;
  margin: 0 !important;
}
.card-hope {
  padding: 15px 15px 50px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  height: 500px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}
.card-hope img {
  z-index: 1;
}
.card-hope .title {
  font-weight: 800;
}
.card-hope .title img {
  margin-left: 5px;
  width: 9px;
  height: auto;
  width: 10px !important;
  display: inline-block !important;
}
.card-hope .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.card-hope .block {
  margin: -15px -15px 15px;
  width: calc(100% + 30px);
  padding-top: 56.25%;
}
.card-hope .cnt-partner {
  bottom: 30px;
  right: 30px;
}
.card-hope .partner-logo {
  max-width: 125px;
  height: auto;
}
.card-hope .gold {
  position: absolute;
  bottom: 20px;
}
#highlights .card-hope {
  height: auto;
}
#highlights .card-hope .block-carousel-lg {
  padding-top: 25%;
}
#highlights .card-hope title {
  font-weight: 400;
}
.card-builder {
  padding: 15px 15px 50px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  height: 500px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  height: 455px;
  font-weight: 400;
  font-size: 14px;
}
.card-builder img {
  z-index: 1;
}
.card-builder .title {
  font-weight: 800;
}
.card-builder .title img {
  margin-left: 5px;
  width: 9px;
  height: auto;
  width: 10px !important;
  display: inline-block !important;
}
.card-builder .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.card-builder .block {
  margin: -15px -15px 15px;
  width: calc(100% + 30px);
  padding-top: 56.25%;
}
.card-builder .cnt-partner {
  bottom: 30px;
  right: 30px;
}
.card-builder .partner-logo {
  max-width: 125px;
  height: auto;
}
.card-builder .gold {
  position: absolute;
  bottom: 20px;
}
.card-builder .block {
  box-shadow: none;
  border-bottom: 1px solid #e6e6e6;
}
.card-builder .block:hover img {
  transform: scale(1.1);
}
.card-builder .img-cover {
  min-height: 1%;
  height: initial;
  max-width: 200px;
  transition: transform .2s;
}
.card-destination .title {
  font-weight: 800;
}
.bottom-partner {
  border-top: 1px solid #eaeaea;
  margin: 0;
  padding: 0px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 300;
}
.bottom-partner .y-more,
.bottom-partner .y-less {
  position: relative !important;
  bottom: initial !important;
  right: initial !important;
  display: inline-block;
  padding: 5px 15px;
}
.bottom-partner a {
  padding: 5px 15px;
  display: inline-block;
}
.bottom-partner .readMoreLess {
  display: inline-block;
  float: right;
}
.hope-stripe {
  padding: 30px 75px;
}
.testimonial-txt {
  font-size: 18px;
  font-style: italic;
}
.by {
  font-size: 14px;
}
.banner-top {
  position: relative;
  height: 60vh;
  top: 0;
  overflow: hidden;
}
.banner-top .owl-item {
  height: 60vh;
}
.banner-top .owl-carousel .owl-nav {
  left: 15px;
  right: 15px;
}
.banner-top .owl-carousel .owl-nav button {
  background: #ffffff85 !important;
  border-radius: 50px;
}
.banner-top .owl-carousel .owl-nav button img {
  margin: 5px 10px;
  filter: grayscale(1) invert(1);
  height: 20px;
}
.banner-top .gmap {
  height: 60vh;
}
.banner {
  height: 600px;
  overflow: hidden;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.4s;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-mid {
  height: 350px;
  margin: 30px 0;
}
.banner-caption {
  position: absolute;
  top: 113px;
  left: 75px;
  right: 75px;
  color: #fff;
  z-index: 11;
}
.banner-caption .caption-title {
  text-shadow: 1px 1px 1px #161719;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0px;
}
.banner-caption .caption-subtitle {
  text-shadow: 1px 1px 1px #161719;
  font-size: 20px;
  font-weight: 200;
}
.banner-caption .caption-line {
  background: #b59a77;
  background: -moz-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: -webkit-linear-gradient(left,#b59a77 0%,#e6d4ba 70%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b59b76',endColorstr='#e6d4ba',GradientType=1);
  margin: 20px 0;
  height: 10px;
  width: 160px;
}
.banner-caption .caption-buttons a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: rgba(255,255,255,0.3);
  border: 1px solid #fff;
  font-size: 20px;
  margin-right: 10px;
}
.banner-caption .caption-buttons a:hover {
  background-color: rgba(255,255,255,0.8);
  color: #161719;
}
.wrap-listing {
  height: 1000px;
  overflow-y: scroll;
  padding: 0 10px;
  margin: 0 -10px;
  overflow-x: hidden;
}
.wrap-select {
  border: none;
  margin: 20px -10px;
  outline: inherit;
}
.wrap-number strong {
  font-size: 25px;
  color: #B59B76;
}
.wrap-number span {
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
}
.specs-wrap {
  margin: 20px 0px 20px 5px;
  padding-right: 20px;
  top: 83px;
  height: calc(100vh - 124px);
  overflow: auto;
  overflow-x: hidden;
}
.specs-wrap .tag-listings {
  overflow: auto;
  height: 563px;
  overflow-x: hidden;
}
.specs-wrap .tag-listings .card-section {
  background: #fff;
  display: block;
}
.specs-wrap .hr-section {
  margin: 15px 0px;
}
.specs-wrap .type {
  margin-bottom: 15px;
}
.specs-wrap .offer {
  margin-top: 15px;
}
.specs-wrap .title {
  margin-bottom: 5px;
  line-height: 30px;
}
.specs-wrap .flags {
  margin-top: 10px;
}
.specs-wrap .symbol {
  font-weight: 500;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid black;
  line-height: 13px;
  display: inline-block;
  text-align: center;
  top: -3px;
  position: relative;
  cursor: pointer;
}
.specs-wrap .symbol span {
  display: block;
  margin: 1px 3px;
  width: 10px;
}
.specs-wrap .location_region .btn-tag:hover {
  color: white !important;
}
.specs-news .btn-cta {
  float: left;
}
.specs-news .circle {
  float: initial;
  margin: 21px 0px 0 7px;
}
#cont-text {
  max-height: 139px;
  overflow: hidden;
  position: relative;
}
.list-group-dep a.active {
  color: #161719;
  font-weight: 800;
}
.list-group-dep a {
  display: block;
  font-size: 14px;
  padding: 6px 0px;
  border-right: 0px solid;
  border-bottom: 1px solid #626771;
}
.list-group-dep a:last-child {
  border-bottom: 0px solid;
}
.list-group-type select {
  color: white;
  height: 38px !important;
  border: 0px solid;
  width: 93% !important;
}
.column-map {
  margin: 30px 0 !important;
  height: 170px !important;
  border: 1px solid #d1d1d1;
}
.circle {
  color: #888888;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  background-color: #e4e7eb;
  display: inline-block;
  margin: 10px 0px;
  float: left;
  margin: 10px 7px 0 0;
}
.circle img {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  transform: scale(0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 14px;
  text-align: center;
}
.circle:hover {
  background-color: #d7dade;
}
.circle:hover img {
  transform: scale(1);
  opacity: 1;
}
.specs-wrap-divider .specs-wrap {
  top: 0;
  height: calc(50vh - 64px);
  overflow: hidden;
}
.specs-wrap-divider .specs-wrap.scroll {
  height: calc(50vh - 64px);
  overflow: auto;
  overflow-x: hidden;
}
.scroll {
  position: relative;
}
.scroll .showalfreel {
  font-style: italic;
  display: block;
  position: relative;
  bottom: 33px;
  left: 70px;
  color: #B59B76;
  z-index: 10;
  font-weight: 400;
  display: inline-block;
}
.scroll .owl-carousel .owl-nav {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  opacity: .6;
}
.scroll .owl-carousel .owl-nav .owl-next {
  position: relative;
  right: 0;
}
.scroll .owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 0;
}
.scroll .owl-carousel .owl-nav img {
  margin: 10px;
}
.gallery-wrap {
  margin: 50px 0px;
}
.view-gallery {
  display: inline-block;
  float: right;
  font-size: 13px;
}
.view-gallery img {
  position: relative;
  top: -1px;
}
.form-stiky {
  position: sticky;
  top: 83px;
  z-index: 103;
}
.form-stiky button {
  -webkit-appearance: media-slider !important;
}
.listing-cont {
  padding: 0px 10px;
}
.banner-carousel {
  position: relative;
  height: 405px;
}
.banner-carousel .owl-item {
  padding: 0;
}
.banner-carousel .owl-nav {
  left: -25px;
  right: -25px;
}
.banner-carousel .owl-nav button {
  background: #ffffff85 !important;
  border-radius: 50px;
}
.banner-carousel .owl-nav img {
  margin: 5px 10px;
  filter: grayscale(1) invert(1);
  height: 20px;
}
.banner-search,
.banner-mid {
  position: relative;
  width: 100%;
  padding-top: 21.25%;
  top: 0;
  overflow: hidden;
}
.banner-search.closed {
  padding-top: 0;
  height: 239px;
  margin-bottom: 20px;
}
.dark-filter {
  background: #2b2c2e;
  background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
  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);
  padding: 30px;
  color: #fff;
}
.dark-filter input {
  color: #fff;
}
.dark-filter .form-filter::placeholder {
  opacity: 1;
  color: #fff;
}
.dark-filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('/core/view/website/img/arrow-select-white-2.png');
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 11px 9px;
  color: #fff;
}
#formSearch .dark-filter .chosen-single,
#formSearch .dark-filter .chosen-choices,
#formSearch .dark-filter .chosen-container-multi .chosen-choices li.search-choice {
  color: #fff !important;
  font-size: 16px !important;
}
#formSearch .dark-filter .chosen-choices li.search-field input[type=text] {
  color: #fff !important;
  font-size: 16px !important;
}
.dark-filter.freesearch {
  margin-top: 83px;
  padding-left: 15px;
  position: relative;
}
.label-filter {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.label-filter-light {
  font-size: 14px;
  margin-bottom: 0;
}
.form-filter {
  background: transparent;
  width: 100%;
  border: none;
  border-radius: 0px !important;
  outline: none;
  border-bottom: 1px solid;
  height: 22px;
  font-weight: 300;
}
.form-filter option {
  color: #161719;
}
.form-filter.span {
  height: 23px;
}
select.form-filter {
  height: 23px;
}
.form-filter[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.cont-filter-33 {
  width: 33%;
  float: left;
}
.cont-filter-43 {
  width: 43%;
  float: left;
}
.cont-filter-14 {
  width: 14%;
  float: left;
}
.cont-filter-5 {
  width: 5%;
  float: left;
}
.cont-filter-20 {
  width: 20%;
  float: left;
}
.cont-filter-40 {
  width: 40%;
  float: left;
}
.cont-filter-8 {
  width: 8%;
  float: left;
}
.cont-filter-25 {
  width: 25%;
  float: left;
}
.cont-filter-29 {
  width: 29%;
  float: left;
}
.cont-filter-35 {
  width: 35%;
  float: left;
}
.white-filter {
  padding: 15px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  background: #fff;
}
.inline-input {
  display: inline-block;
  margin-right: 15px;
}
.no-border-input {
  border: none;
  font-weight: 300;
  background: none;
}
.top-margin {
  margin-top: 15px;
}
.card-promotion {
  position: relative;
  height: 100%;
  min-height: 486px;
  -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);
  -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: #fff;
  padding: 15px;
  overflow: hidden;
}
.card-promotion .title {
  color: #fff;
}
.card-promotion .img-cover {
  z-index: -1 !important;
}
.secondary-filter {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.body-concierge {
  font-size: 14px;
  padding: 20px 75px;
}
.body-concierge select {
  color: #161719;
}
.body-concierge select.form-filter {
  height: 22px;
}
.body-concierge .note {
  font-size: 9px;
}
.spacer-concierge {
  height: 15px;
}
.label {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}
textarea.form-filter {
  border: 1px solid;
  height: 170px;
  border-radius: 6px !important;
  background: #fff;
  padding: 5px !important;
}
.enquiry-button {
  width: 100%;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
}
.changemandatory {
  border-color: #d00909;
  color: #d00909;
}
.mandatory {
  color: #d00909;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}
.form-note {
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}
.lesspadding {
  padding: 0 8px;
}
.form-check-input + .form-check-label,
.skip {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ced4da;
  padding: 6px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 0;
}
.form-check-input + .form-check-label.fieldset {
  padding: 10px 6px;
  margin-top: 7px;
}
.form-check-input:checked + .form-check-label {
  background: #626771;
  border: 1px solid #626771;
  color: #fff;
}
.form-check-input-filter + .form-check-label-filter {
  cursor: pointer;
  background: transparent;
  border: 1px solid #ced4da;
  padding: 0px 10px;
  border-radius: 3px;
  margin-bottom: 0;
  font-weight: 500;
}
.form-check-input-filter:checked + .form-check-label-filter {
  background: #fff;
  border: 1px solid #fff;
  color: #2b2c2e;
}
.checkboxinput + .checkboxlabel {
  position: relative;
  z-index: 100;
  font-size: 24px;
  -webkit-text-stroke: 1px #fff;
}
.checkboxinput + .checkboxlabel.required {
  filter: invert(13%) sepia(72%) saturate(5498%) hue-rotate(356deg) brightness(97%) contrast(101%);;
}
.checkboxinput + .checkboxlabel:after {
  content: "";
  display: inline-flex;
  background-image: url("/core/img/square-2.svg");
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  filter: invert(59%) sepia(0%) saturate(24%) hue-rotate(234deg) brightness(90%) contrast(86%);;
}
.checkboxinput:checked + .checkboxlabel:after {
  background-image: url("/core/img/square-checked-2.svg");
}
.destinations-container h3 {
  font-weight: 800;
}
.destinations-container .cnt-all {
  margin-top: 174px;
}
.destinations-container .cnt-all .midCol {
  width: 55%;
  max-width: 45%;
  flex: 0 0 45%;
  height: calc(100vh - 174px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.destinations-container .cnt-all .midCol.map {
  width: 45%;
  max-width: 55%;
  flex: 0 0 55%;
  height: calc(100vh - 174px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.destinations-container .card-promotion {
  min-height: 395px;
}
.destinations-container .cnt-destinations {
  padding: 10px 5px 0px 10px;
}
.destinations-container .view-all {
  margin-right: 50px;
}
.destinations-container .owl-carousel .owl-nav {
  position: absolute;
  left: inherit;
  opacity: 1;
  right: 10px;
  top: -41px;
}
.destinations-container .owl-carousel .owl-nav .owl-next {
  position: relative;
  right: 0;
}
.destinations-container .owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 5px;
  transform: rotate(181deg);
}
.destinations-container .gmap {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.destinations-container .noResults {
  width: 100%;
  padding: 20px;
  display: none;
  font-size: 18px;
}
.destinations-container .owl-carousel {
  padding: 0 10px;
}
.black-wrap {
  background: #323335;
  background: -moz-linear-gradient(top,#323335 0%,#161719 100%);
  background: -webkit-linear-gradient(top,#323335 0%,#161719 100%);
  background: linear-gradient(to bottom,#323335 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
  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);
  color: white;
  z-index: 100;
  padding: 12px 22px;
  position: fixed;
  top: 83px;
  left: 0;
  right: 0;
}
.black-wrap h1 {
  font-size: 31px;
  font-weight: 800;
}
.black-wrap h2 {
  font-size: 20px;
  font-weight: 200;
}
.black-wrap select {
  padding: 15px;
  border-radius: 35px;
  margin-top: 5px;
}
#brochurePage .header-brochure {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  background-color: #f9f9f9;
  position: relative;
  z-index: 10;
  height: 40px;
  align-items: center;
}
#brochurePage #externalGallery,
#brochurePage #interiorGallery,
#brochurePage #lifestyleGallery,
#brochurePage span.gold {
  cursor: pointer;
}
#brochurePage #logo-b {
  padding-left: 55px;
}
#brochurePage .crew-profile {
  margin-bottom: 25px;
}
#brochurePage .crew-profile .card-team .img-cover:hover {
  transform: scale(1.1);
}
#brochurePage .banner-top {
  height: 70vh;
}
.google-fit-image {
  z-index: -1 !important;
  height: fit-content;
  position: fixed !important;
}
#page-google-auth .container {
  padding-top: 20px;
}
#page-google-auth .line {
  height: 7px;
  width: 150px;
  margin: 15px auto 25px;
}
#page-google-auth .tip {
  color: white;
  font-size: 15px;
  font-weight: 300;
}
#page-google-auth .gold-title {
  color: #ac9472;
  font-size: 18px;
  font-weight: 700;
}
#page-google-auth .token {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
#page-google-auth .icon-store {
  width: 150px;
  margin-right: 10px;
}
#page-google-auth .token-input {
  background: transparent !important;
  width: 100%;
  color: #fff;
}
#page-google-auth .google-enter {
  margin-top: 5px;
  width: 100% !important;
  font-size: 1rem;
}
#page-google-auth .mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 1368px) and (max-width: 1568px) {
  .logo240footer {
    margin: 20px 120px 20px 0;
  }
}
@media (max-width: 374px) {
  .a-article iframe {
    width: 100%;
    height: 190px;
    margin: 10px 0px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 20px;
    line-height: 22px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 14px;
    line-height: 16px;
  }
  .offices-wrapper .col-20 {
    padding-left: 15px !important;
  }
  .job-content .specs-bottom {
    background: #2b2c2e;
    background: -moz-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
    background: -webkit-radial-gradient(circle,#2b2c2e 0%,#161719 66%);
    background: radial-gradient(circle,#2b2c2e 0%,#161719 66%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2c2e",endColorstr="#161719",GradientType=1);
    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);
    bottom: -1px;
    color: white;
    position: fixed;
    padding: 10px 30px;
  }
  .job-content .detail-job {
    padding: 0 0 120px;
  }
  .job-content .btn-cta {
    margin-top: 5px;
  }
  .button-detail-footer a {
    font-size: 11px !important;
    margin: 20px 2px !important;
  }
}
@media (max-width: 580px) {
  .partnership {
    text-align: center !important;
    margin-bottom: 20px;
  }
  #bannerSearch.closed {
    padding-top: 0 !important;
    height: 147px !important;
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  .listing-cont .card-magazine {
    min-height: auto;
  }
  .card-team {
    box-shadow: none;
  }
  .card-team .block {
    margin: 0px;
    width: 100%;
  }
  .yacht .detail-content .banner-top {
    margin: 40px -15px 0;
  }
  .destinations-container .cnt-all {
    margin-top: 182px;
  }
  .destinations-container .cnt-all h3 {
    font-size: 20px;
  }
  .destinations-container .cnt-all .midCol,
  .destinations-container .cnt-all .midCol.map {
    height: auto;
    width: 100%;
    min-width: 100%;
    flex: 100%;
  }
  .destinations-container .cnt-all .cnt-destinations {
    padding: 0px 10px;
  }
  .destinations-container .cnt-all .card-editorial {
    margin-bottom: 15px;
  }
  .destinations-container .cnt-all .midPad {
    padding: 0px 7px;
  }
  .destinations-container .cnt-all .gmap {
    height: 280px;
    margin: 0 -15px;
  }
  .destinations-container .cnt-all .owl-nav {
    top: -24px;
  }
  .destinations-container .cnt-all .owl-nav button img {
    filter: none;
  }
  .destinations-container .cnt-all .line {
    margin: 5px 0px 10px;
  }
  .destinations-container .cnt-all .view-all {
    margin-right: 45px;
  }
  .destinations-container .cnt-all .owl-carousel {
    padding: 10px;
    margin: 0;
  }
  .destinations-container .cnt-all .card-promotion {
    padding: 20px;
  }
  .destinations-container .cnt-all .card-promotion .title {
    font-size: 22px;
  }
  .destinations-container .cnt-all .map {
    margin-top: 20px;
  }
  .black-wrap {
    top: 55px;
    padding: 12px 20px;
  }
  .black-wrap h1 {
    font-size: 18px;
  }
  .black-wrap h2 {
    font-size: 14px;
  }
  .black-wrap select {
    padding: 5px;
    margin-top: 10px;
    width: 100%;
  }
  .page-content.job-content .title {
    color: white;
  }
  .page-content.job-content .detail-job {
    padding: 30px 15px 100px;
  }
  .page-content.job-content .specs-mobile {
    position: relative;
    color: white;
    margin: 0 -15px;
    padding: 30px;
    color: white !important;
  }
  .page-content.job-content .specs-mobile strong {
    color: white;
    font-weight: 600;
  }
  .page-content.job-content .specs-mobile .tag {
    color: white;
    border: 1px solid white;
  }
  .page-content.job-content .specs-bottom {
    position: fixed;
    bottom: 0;
    padding: 10px;
    color: white;
  }
  .page-content.job-content .specs-bottom span {
    margin-top: 12px;
  }
  .page-content.job-content .btn-cta {
    margin: 10px 0 !important;
    width: 100%;
    font-size: 13px;
  }
  .page-content.job-content .pad-l {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .landing .section-landing {
    padding: 10px 20px;
  }
  .landing .container-landing .img-landing {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .landing .section-main-title .main-subtitle {
    font-size: 16px;
  }
  .popoverShare {
    margin: 0px -15px !important;
  }
  .popoverShare .tag a {
    margin-left: 0px !important;
  }
  #brochurePage .brochure-detail-footer {
    position: fixed;
    background-color: #b59b76;
    box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 0 15px;
  }
  #brochurePage .brochure-detail-footer a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 10px 0px;
  }
  #brochurePage .card-team img.block-img.img-cover.covertop,
  #brochurePage .card-team img.block-img.img-cover.covertop:hover {
    filter: saturate(0%);
    transition: none;
    transform: none;
  }
  #bannerSearch.closed {
    padding-top: 0;
    height: 159px;
    top: 0;
  }
  .shader-map {
    height: 265px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .choose-cookies-container {
    top: 75px;
    font-size: 16px;
    height: calc(100vh - 90px);
  }
  .choose-cookies-container .pop-container {
    width: 90% !important;
    padding-bottom: 22px;
    overflow-y: auto;
    max-height: 95%;
  }
  .choose-cookies-container .pop-container .choose-cookies,
  .choose-cookies-container .pop-container .close-disclamer {
    margin-bottom: 10px;
    width: 100%;
  }
  .choose-cookies-container .pop-container .headPopup.grayBack {
    font-size: 25px;
    line-height: 26px;
  }
  .choose-cookies-container .inner {
    padding: 0 15px;
    overflow-x: hidden;
  }
  .choose-cookies-container .intro-cookies {
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .choose-cookies-container .set-cookies {
    max-height: calc(100vh - 310px);
    overflow: auto;
    padding: 0 15px 0 0;
    font-size: 14px;
  }
  .choose-cookies-container .footer-cookies {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .choose-cookies-container .headPopup.grayBack {
    padding: 15px 15px 5px;
  }
  html {
    overflow-x: hidden;
  }
  .xl-block {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .margin-top-home {
    margin-top: 100vh;
  }
  .margin-outer {
    margin: 20px;
  }
  .min-label {
    font-size: 14px;
  }
  .xl-block {
    display: none !important;
  }
  .mobile-full {
    width: 100% !important;
  }
  .mobile-4 {
    height: calc(25vh - 26px) !important;
  }
  .midPad {
    padding: 0px 15px;
  }
  .spacer {
    padding: 15px;
  }
  .a-article iframe {
    width: 100%;
    height: 320px;
    margin: 10px 0px;
  }
  .header-itinerary {
    top: 55px;
  }
  .header-itinerary .second-nav-iti {
    padding-left: 0;
  }
  .header-itinerary .col-12 {
    padding: 0px !important;
  }
  .header-itinerary .back-block {
    width: 60px;
    display: inline-block;
    float: left;
    background-color: #ffffff3b;
  }
  .header-itinerary .logo-block {
    padding: 0 100px 0 20px;
    background-color: unset;
    display: inline-block;
    float: left;
    overflow: hidden;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-itinerary .wrap-btn-contacts-iti {
    position: absolute;
    right: 10px;
  }
  .header-itinerary .wrap-btn-contacts-iti .popoverShare {
    right: 45px;
  }
  .header-itinerary .wrap-btn-contacts-iti .btn-cta {
    font-size: 11px;
  }
  .header-itinerary .mini-share-mobile {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 105;
    background: #f9f9f9;
    padding: 10px;
    transform: translateY(-175px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  }
  .header-itinerary .mini-share-mobile .pad-r {
    padding-right: 0 !important;
  }
  .header-itinerary .mini-share-mobile .mob-tit {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    font-weight: 500;
  }
  .header-itinerary .mini-share-mobile .mob-share {
    text-align: right;
    height: 30px;
  }
  .header-itinerary .mini-share-mobile .mob-share .circle {
    display: inline-block;
    float: initial;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    color: black;
    background-color: #e4e7eb;
    margin: 0px 4px;
  }
  .header-itinerary .mini-share-mobile .mob-share .circle img {
    transition: all 0.3s ease-in-out;
    transform: scale(0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 19px;
    text-align: center;
  }
  .header-itinerary .mini-share-mobile.open {
    transform: translateY(0);
  }
  .logo240 {
    margin: 0px auto 35px;
    display: block;
  }
  .logo240footer {
    margin: 0px auto 40px;
    width: 100px;
  }
  .banner-pages {
    height: calc(100vh - 55px);
    min-height: 0;
  }
  .other-specs .specs-det {
    position: relative;
    bottom: 0;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 22px;
    line-height: 24px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 16px;
    line-height: 18px;
  }
  .banner-video {
    box-shadow: none;
  }
  .banner-video #video .video-controls {
    right: calc(50% - 45px);
    border-radius: 3px;
    padding: 6px;
    bottom: 80px;
  }
  .banner-video #video .video-controls .btn {
    padding: 0;
    border: 0px;
  }
  .banner-video #video .video-controls img {
    height: 33px;
  }
  .banner-pages-yt .cnt-video iframe {
    position: absolute;
    height: 300%;
    width: 231vh;
    top: -100%;
    left: -150%;
  }
  .banner-pages-yt .block .cnt-video iframe {
    height: 300%;
  }
  .block40vh {
    padding-top: 56.25%;
  }
  .v3-carousel {
    padding: 30px 15px 0;
  }
  .itinerary .detail-wrap .intro {
    padding: 20px;
  }
  .freesearch-fullscreen {
    height: calc(100vh - 55px);
  }
  .freesearch-fullscreen .input-group {
    width: 80%;
    left: 10%;
  }
  .freesearch-fullscreen .input-group input {
    width: 75%;
  }
  .freesearch-fullscreen .input-container input {
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0.375rem 53px 0.375rem 0.75rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .block-opacity,
  .section-img-opacity {
    background-color: white !important;
    opacity: 0.4 !important;
    height: 16px !important;
    border: 0px solid !important;
    bottom: 0 !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 2 !important;
    top: initial !important;
  }
  .banner-caption {
    top: 30px;
    left: 30px;
    max-width: 86%;
  }
  .banner-caption .caption-title {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-caption .caption-subtitle {
    font-size: 15px;
    margin-top: 5px;
  }
  .banner-caption .caption-line {
    margin-top: 15px;
    width: 140px;
  }
  .banner-caption .caption-buttons a {
    font-size: 15px;
  }
  .top-blocks .midPad {
    padding: 0px 15px;
  }
  .video-fancy {
    height: 265px;
  }
  .sections-wrapper {
    margin-top: calc(100vh - 55px);
  }
  .section {
    margin-bottom: 0;
  }
  .section .section-img-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
    height: 220px;
  }
  .section .section-img-wrapper .section-img {
    min-height: 100%;
    object-fit: cover;
  }
  .section .section-img-opacity {
    border: none;
  }
  .section .section-text-wrapper {
    background-color: #fff;
    padding: 15px 15px 50px;
    margin: 0px;
    height: auto;
    width: auto;
  }
  .section .section-text-wrapper .caption-title {
    font-size: 28px;
    line-height: 32px;
    min-height: auto;
  }
  .section .section-text-wrapper .caption-label {
    font-size: 16px;
  }
  .section .section-text-wrapper .caption-text {
    font-size: 16px;
    line-height: 22px;
  }
  .section .section-text-wrapper .caption-line {
    width: 140px;
  }
  .section .section-text-wrapper .caption-link {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
  }
  .section-text-right .section-text-wrapper-min {
    margin-left: auto;
  }
  .section-text-left .section-text-wrapper-min {
    margin-right: auto;
  }
  .section-min {
    min-height: calc(100vh - 55px);
    margin: 0 -15px;
  }
  .section-min .section-img-wrapper {
    height: 35vh;
  }
  .section-min .section-img-wrapper .section-img {
    height: 35vh;
    width: 100%;
    object-fit: cover;
  }
  .section-min .section-img-wrapper .section-img-opacity {
    height: 35vh;
  }
  .section-min.section-text-right .section-text-wrapper-min {
    margin-left: auto;
  }
  .section-min.section-text-left .section-text-wrapper-min {
    margin-right: auto;
  }
  .section-main-title.section-gray {
    text-align: left;
    height: auto;
    position: relative;
  }
  .section-description {
    padding: 15px !important;
  }
  .owl-carousel .owl-nav {
    top: calc(30% - 27px);
  }
  .inset-shadow .section-magazine {
    padding: 0 15px;
    margin: 0 -20px;
  }
  .inset-shadow .owl-carousel .owl-item {
    padding: 5px;
  }
  .inset-shadow .editorial .midPad {
    padding: 0px;
  }
  .inset-shadow .card-editorial .block-carousel-sm,
  .inset-shadow .card-editorial .block-carousel-lg {
    padding-top: 56.25%;
  }
  .inset-shadow .section-main-title,
  #news .section-main-title {
    padding: 10px 15px;
  }
  .inset-shadow .owl-carousel .owl-nav,
  #news .owl-carousel .owl-nav {
    left: 30px;
    right: 30px;
    top: calc(50% - 15px);
  }
  .section-subtitle-tab .list-group a {
    border-bottom: 1px solid #626771;
    border-right: 0;
    padding-bottom: 5px;
    font-weight: 500 !important;
  }
  .section-subtitle-tab .list-group .active {
    font-weight: 800 !important;
  }
  .section-main-title {
    padding: 10px 0px;
    text-align: left;
    margin: 20px 15px;
  }
  .section-main-title a:not(.btn-cta):not(.main-title) {
    word-break: break-all;
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 300;
  }
  .section-main-title .main-title {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
  }
  .section-main-title .main-title img {
    width: 9px;
    height: auto;
    margin-left: 5px;
  }
  .section-main-title .main-link {
    font-size: 18px;
  }
  .section-main-title .main-subtitle ul {
    padding-left: 15px;
  }
  .section-main-title .btn-cta {
    font-size: 14px;
  }
  .section-main-title .container {
    padding: 0px;
  }
  .section-cta {
    padding: 15px;
  }
  .tab-pane .midPad {
    padding: 0px;
  }
  .tab-pane .section-main-title {
    padding: 15px 0;
    text-align: left;
    margin: 30px 0 0;
  }
  .list-group-dep {
    position: sticky;
    top: 55px;
    background: #fff;
    z-index: 100;
    margin: 0 -30px;
    padding: 5px 30px 0;
  }
  .list-group-dep a {
    text-align: left;
  }
  .list-group-dep.is-pinned {
    box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.2);
    background: #000;
  }
  .list-group-dep.is-pinned .form-filter {
    color: #fff;
  }
  .margin-outer-banner {
    margin: -55px 15px 0px;
  }
  .newsletter-wrapper .custom-checkbox {
    font-size: 13px;
    width: 49%;
    margin: 10px 0;
    text-align: left;
    padding-left: 30px;
  }
  .newsletter-wrapper .checkmark {
    width: 20px !important;
    height: 20px !important;
  }
  .newsletter-wrapper .custom-checkbox.tt {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    margin-top: 0;
  }
  .v3.top-blocks {
    overflow: hidden;
    padding: 0;
    margin: 0 -15px;
  }
  .v3.top-blocks .card-section {
    margin: 0 -15px;
  }
  .banner-top {
    height: 265px;
  }
  .banner-top .owl-item {
    height: 265px;
  }
  .banner-top .gmap {
    height: 265px;
  }
  .contact {
    padding: 50px 20px;
  }
  .hope-stripe {
    padding: 0px;
    margin-bottom: 50px;
  }
  .hope-stripe .card-hope {
    background-color: transparent;
  }
  .gmap {
    height: 265px;
  }
  .itineraries {
    margin-top: 93px !important;
  }
  .itinerary {
    margin-top: 55px;
  }
  .itinerary .itinerary-module-card {
    min-height: auto;
    margin: 0 0px 30px;
    padding: 0 30px 15px;
    box-shadow: none;
  }
  .itinerary .itinerary-module-card .title {
    line-height: 32px;
  }
  .itinerary .itinerary-module-card .text {
    margin-top: 20px;
    height: auto;
    max-height: none;
    margin-bottom: 30px;
  }
  .itinerary .itinerary-module-card .y-more:not(.y-edit),
  .itinerary .itinerary-module-card .y-less:not(.y-edit) {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: white;
    padding: 2px 15px 2px 5px;
  }
  .itinerary .detail-wrap {
    margin: 0;
  }
  .itinerary .detail-wrap .pad-r,
  .itinerary .detail-wrap .pad-l,
  .itinerary .detail-wrap .col-md-12 {
    padding: 0px !important;
  }
  .itinerary .detail-wrap h2.title {
    font-size: 18px;
  }
  .itinerary .detail-wrap .card-image-small {
    margin: 0px -15px 20px;
  }
  #highlights .card-hope {
    padding: 0 15px 15px;
  }
  #highlights .card-hope .block-carousel-lg {
    padding-top: 56.25%;
    width: auto;
    margin: 0px -15px 20px;
  }
  .detail-content {
    height: auto;
    overflow: initial;
  }
  .detail-content .banner-top {
    height: 265px !important;
  }
  .detail-content .detail-wrap {
    margin: -30px 0 15px;
    padding: 15px 15px;
  }
  .detail-content .owl-carousel {
    width: calc(100% + 60px);
    margin-left: calc(-30px);
    margin-right: calc(-30px);
  }
  .detail-content .owl-carousel .owl-item {
    padding: 0 !important;
  }
  .detail-content #bannerYachtMobile .owl-item {
    height: 135px;
  }
  .detail-content #bannerYacht .owl-item {
    height: 265px;
  }
  .detail-content .section-gray {
    padding: 15px;
    margin: 0 -15px;
  }
  .detail-content .section-magazine {
    padding: 0 15px 20px;
  }
  .detail-content #yachts-for-sale .owl-nav {
    top: calc(26% - 10px);
  }
  .detail-content #other_news .owl-nav {
    top: calc(50% - 15px);
  }
  .detail-content .section-gray {
    padding: 20px 30px !important;
  }
  .detail-content #testimonials {
    margin: 0 !important;
    width: auto !important;
  }
  .detail-content .detail-wrap.team {
    margin: 5px 0px 15px;
    padding: 15px 5px;
  }
  .location_region .cnt-region {
    line-height: 19px;
    margin: 7px 0 11px;
  }
  .box-yacht {
    top: -45px;
  }
  .detail-yacht .detail-wrap {
    margin: 0;
    padding: 30px 15px;
    background-color: transparent;
  }
  .detail-yacht .detail-wrap .asking .btn-tag:hover {
    color: white !important;
  }
  .detail-yacht .symbol {
    font-weight: 500;
    font-size: 11px;
    border-radius: 50%;
    border: 1px solid black;
    line-height: 13px;
    display: inline-block;
    text-align: center;
    top: -3px;
    position: relative;
    cursor: pointer;
  }
  .detail-yacht .symbol span {
    display: block;
    margin: 1px 3px;
    width: 10px;
  }
  .detail-yacht .opacity-baffo {
    display: none;
  }
  .detail-yacht .section-magazine .owl-carousel .owl-nav {
    left: 15px;
    right: 15px;
  }
  .detail-yacht #news .owl-nav {
    left: 30px;
    right: 30px;
    top: calc(50% - 15px);
  }
  .detail-yacht .banner-top.banner-gallery {
    height: 400px !important;
  }
  .detail-yacht .banner-top {
    height: 265px !important;
  }
  .detail-yacht .banner-top .owl-carousel .owl-item a {
    width: 100%;
    padding-top: 56.25%;
    display: block;
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav {
    left: 30px;
    right: 30px;
    top: calc(50% - 20px);
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav button {
    background-color: transparent !important;
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav button img {
    filter: brightness(110);
    height: 30px;
  }
  .detail-yacht .tab-pane .block-content {
    margin: 0 -30px;
  }
  .gallery-wrap.gallery-text .owl-carousel .owl-nav {
    top: 27%;
  }
  .owl-carousel .owl-item {
    padding: 5px 0px;
  }
  .owl-carousel .owl-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    opacity: 0.6;
  }
  .gallery-wrap .owl-carousel .owl-nav {
    left: 15px;
    right: 15px;
    top: calc(50% - 15px);
  }
  .detail-wrap {
    margin: -30px 0 15px;
    padding: 15px;
  }
  .detail-wrap .first-details .title {
    font-weight: 800;
  }
  .detail-wrap .first-details .title .season {
    line-height: 18px;
  }
  .detail-wrap .first-details .title .type {
    margin: 0 0 25px;
  }
  .detail-wrap .first-details .title .asking.for-sale {
    display: block;
    font-size: 22px;
    line-height: 26px;
  }
  .detail-wrap .first-details .title .asking.for-charter {
    display: block;
    font-size: 19px;
    line-height: 26px;
  }
  .detail-wrap .hr-section {
    margin: 20px 0px;
  }
  .detail-wrap .available {
    margin-top: 10px;
  }
  .detail-wrap .midPad {
    padding: 0 15px;
  }
  .detail-wrap .section-main-title {
    padding: 15px 0;
    margin: 20px 0px;
  }
  .gallery-wrap {
    margin: 50px 0px;
  }
  .detail-full {
    margin-top: 55px;
  }
  .detail-full .detail-wrap {
    padding: 15px;
    margin: 0px 20px 0;
  }
  .button-detail {
    margin: 0 -20px;
  }
  .button-detail-footer {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 0 15px;
  }
  .button-detail-footer a {
    font-size: 13px;
    margin: 20px 5px;
    float: left;
  }
  .page-content {
    margin-top: 55px;
    height: auto;
    overflow: initial;
  }
  .btn-cta,
  .btn-cta-white {
    font-size: 11px;
    margin: 16px 2px;
  }
  .asking {
    font-size: 21px;
    line-height: 22px;
  }
  .footer-wrapper {
    padding: 50px 40px;
  }
  .footer-wrapper .footer-icons {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-wrapper .footer-icons a {
    margin: 0px 7px;
  }
  .footer-wrapper .footer-links {
    text-align: center;
    font-size: 14px;
    display: block;
  }
  .footer-wrapper .footer-links a {
    display: block;
    margin-right: 0 !important;
  }
  .margin-top-home.v3 {
    margin-top: 100vh;
  }
  .v3 {
    padding: 0;
    margin-top: 10px;
  }
  .v3 .main-link {
    margin-top: 20px;
  }
  .card-section {
    height: auto;
    min-height: auto;
  }
  .card-section .category {
    font-size: 18px;
  }
  .card-section .wrapper {
    padding: 15px 15px 80px;
    margin: 0 auto;
    width: calc(100% - 30px);
    height: auto;
  }
  .card-section .wrapper.wrapper-text {
    padding: 0 0 30px;
  }
  .card-section .summary {
    height: auto;
  }
  .section-magazine {
    padding: 0;
  }
  .cont-biscuits {
    width: calc(100% + 60px);
    margin-left: calc(-30px);
    margin-right: calc(-30px);
  }
  .cont-biscuits .midPad {
    padding: 0px;
  }
  .card-promotion {
    min-height: 385px;
    border-radius: 0px;
    padding: 30px;
  }
  .card-promotion .btn-cta {
    font-size: 14px;
  }
  .card-magazine {
    height: auto;
  }
  .card-magazine .magazine-title {
    font-size: 22px;
    line-height: 28px;
  }
  .card-magazine .magazine-txt {
    height: auto;
    margin-bottom: 20px;
  }
  .card-magazine .link-gold {
    font-size: 18px;
    position: relative;
    bottom: 0;
  }
  .card-hope {
    height: auto;
    box-shadow: none;
    padding: 15px 15px 50px 15px;
  }
  .card-hope .txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .card-hope .gold {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .card-hope .bottom-partner {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 15px;
    margin-top: 30px;
  }
  .block-content {
    padding: 20px;
  }
  .card-builder {
    height: auto;
    box-shadow: none;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
  .card-editorial .magazine-caption {
    top: 20px;
    height: calc(100% - 55px);
    width: auto !important;
  }
  .card-editorial .magazine-title {
    font-size: 24px;
    line-height: 28px;
  }
  .tag-listings .card-builder {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  }
  .tag-listings .card-section .wrapper {
    padding: 0;
    width: auto;
    margin: 15px 15px 30px;
  }
  .tag-listings .detail-wrap .block40vh {
    margin-bottom: 15px;
  }
  .banner-min-wrapper {
    height: 300px;
    margin-bottom: 50px;
  }
  .banner-min-wrapper .banner-caption {
    top: 50px;
    left: 7%;
    max-width: 86%;
  }
  .banner-min-wrapper .banner-caption .caption-title {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-min-wrapper .banner-caption .caption-subtitle {
    font-size: 15px;
    margin-top: 5px;
  }
  .banner-min-wrapper .banner-caption .caption-line {
    margin-top: 15px;
    width: 140px;
  }
  .banner-search {
    height: 325px;
    top: 55px;
    padding-top: 0px;
  }
  .label-filter {
    font-size: 17px;
  }
  .inline-input {
    margin-right: 0px;
  }
  .filter-container-mobile {
    display: none;
    height: calc(100vh - 146px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -22px;
    padding-right: 22px;
  }
  .white-filter {
    padding: 8px 20px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  hr.filter-mobile {
    border-top: 1px solid #fff;
    margin: 8px 15px;
    width: 100%;
  }
  .form-filter,
  select.form-filter {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 1px 2px 1px 25px !important;
    height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/core/view/website/img/arrow-select-white-2.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 11px 9px;
  }
  input.form-filter {
    background: none;
    padding: 0px !important;
  }
  .form-filter.span {
    height: 32px;
    line-height: 30px;
  }
  .secondary-filter.top-margin {
    margin-top: 0;
  }
  .mobile-cont-filter-20 {
    width: 20%;
  }
  .mobile-cont-filter-23 {
    width: 23%;
  }
  .block .cnt-partner {
    right: 15px;
  }
  .card-biscuit-yacht .name {
    margin-top: 10px;
  }
  .card-biscuit-yacht .specs-data {
    margin: -30px 15px 0;
  }
  .card-biscuit-yacht .divisor {
    height: 7px;
    width: 150px;
    margin: 10px 0;
  }
  .card-biscuit-yacht .bottom {
    padding: 0 30px;
  }
  .biscuit-show {
    margin: 15px 15px 0px 15px;
  }
  .biscuit-show .specs-data {
    margin: 15px 15px 0;
    padding: 0px 0px 15px 0px;
  }
  .listing-cont {
    padding: 0px;
  }
  .listing-cont .container-fluid {
    padding: 0px;
  }
  .listing-cont .midPad,
  .listing-cont .mediumPad {
    padding: 0 15px !important;
  }
  .freesearch-fullscreen .container-list {
    height: 207px;
  }
  .freesearch-fullscreen .input-container {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .freesearch-fullscreen .input-container .title-free {
    font-size: 22px;
    line-height: 29px;
  }
  .freesearch-fullscreen .input-container .subtitle-free {
    font-size: 18px;
    line-height: 29px;
  }
  .freesearch-fullscreen .input-container .line {
    margin: 15px auto 30px;
  }
  .freesearch-fullscreen .input-container form {
    width: 100%;
    left: 0;
  }
  .freesearch-fullscreen .input-container form .pad-r {
    padding-right: 0 !important;
  }
  .free-checkbox-filter .filter-cell {
    width: 33.333333333%;
    display: inline-block;
  }
  #formSearch .chosen-container {
    margin-bottom: 15px;
  }
  #formSearch .chosen-choices {
    height: 32px;
  }
  #freesearchFormSearch .freesearch-left-column {
    margin-top: 0;
    border-top: 1px solid #eaeaea;
  }
  #freesearchFormSearch .freesearch-stripe .pad-r {
    padding-right: 0 !important;
  }
  #freesearchFormSearch .specs-wrap {
    height: initial;
    margin: 10px;
    padding: 20px 35px;
    margin: 55px -15px 0px !important;
  }
  #freesearchFormSearch .specs-wrap .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #freesearchFormSearch .specs-wrap .free-checkbox-filter {
    margin: 10px 0;
  }
  #freesearchFormSearch .specs-wrap .fakecheckboxlabel:not(.fakecheckboxlabel:last-child) {
    margin: 10px 0;
  }
  #freesearchFormSearch .specs-wrap .col-10.pad-l {
    padding-left: 0px !important;
  }
  #freesearchFormSearch .specs-wrap .title.white {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .freesearch-column {
    width: 100%;
  }
  .mobile-freesearch-filter {
    max-height: 0;
    overflow: hidden;
  }
  .dark-filter.freesearch {
    margin-top: 55px;
  }
  .arrow-filter {
    position: relative;
    top: -3px;
  }
  .bottom-therms {
    margin-bottom: 40px;
  }
  .enquiry-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px 0;
    z-index: 200;
  }
  .grecaptcha-badge {
    display: none;
  }
  .spacer-concierge {
    display: none;
  }
  .body-concierge {
    padding: 20px 20px 0;
    margin-top: 55px;
  }
  .body-concierge select.form-filter,
  .body-concierge input.form-filter {
    height: 32px;
    margin-bottom: 0;
  }
  .lesspadding {
    padding: 0 5px;
  }
  .accept-terms {
    font-size: 7px;
  }
  .popcontainer {
    padding: 15px 20px;
  }
  .popcontainer .title {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
  }
  .popcontainer .tip {
    font-size: 13px;
    text-align: center;
  }
  .popcontainer legend {
    font-size: 11px;
  }
  .popcontainer img {
    height: 22px;
  }
  .popcontainer select {
    background: transparent;
  }
  .popcontainer .line {
    height: 5px;
    margin: 7px auto;
  }
  .checkboxinput + .checkboxlabel:after {
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
  }
  .footer-concierge {
    padding: 0 15px;
    margin: 15px -16px 0;
  }
  #stepUser .freesearch-left-column {
    height: initial;
    overflow: auto;
  }
  #stepUser .specs-wrap {
    margin-top: 0 !important;
  }
  .offices-wrapper {
    padding: 30px 0 20px;
  }
  .offices-wrapper .text-right {
    text-align: center !important;
  }
  .offices-wrapper .logo {
    width: 220px;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 10px 20px 10px 0;
  }
  .offices-wrapper .col-20 {
    width: 50%;
    padding-left: 30px;
    text-align: left;
  }
  .offices-wrapper .one-office a {
    font-size: 16px;
  }
  .footer-wrapper .footer-icons {
    padding-right: 0;
  }
  .spacer-news {
    height: 93px;
  }
  #editorial {
    padding: 0;
  }
  #editorial .card-news {
    margin-bottom: 20px !important;
  }
  #editorial .form-group {
    margin: 0;
  }
  #editorial .midPad {
    padding: 0px;
  }
  #editorial .read-more {
    font-size: 18px;
    line-height: 18px;
    left: 15px;
  }
  #editorial .magazine-category {
    font-size: 16px;
    line-height: 22px;
  }
  #editorial .magazine-title {
    font-size: 24px;
    line-height: 28px;
  }
  #editorial .magazine-caption {
    left: 15px;
    top: 15px;
    right: 15px;
    height: calc(100% - 50px);
  }
  #editorial .block-carousel-sm {
    padding-top: 56.25%;
  }
  #editorial .block-carousel-lg {
    padding-top: 56.25%;
  }
  #editorial .block-carousel-lg .magazine-caption {
    width: calc(100% - 60px);
  }
  #editorial .sea .block-opacity {
    height: 100% !important;
    border: 15px solid #fff !important;
    transition: opacity 0.2s ease-in-out !important;
    background-color: #1c2024 !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 10 !important;
  }
  #editorial .sea .read-more {
    left: 45px;
    bottom: 50px;
  }
  #editorial .sea .magazine-caption {
    top: 30px;
    left: 30px;
  }
  #editorial .sea .img-cover {
    padding: 30px;
  }
  #close-button,
  .close-button {
    top: 50px;
    right: 0px;
  }
  .user-fullscreen .menu-container .menu-sub-user .second-level {
    padding-left: 20px !important;
  }
  .user-fullscreen .menu-container .menu-sub-user .menu-subtitle .line {
    margin: 10px auto 10px 0;
  }
  .footer-wrapper .bitpay img {
    display: block;
    margin: auto;
  }
  .footer-wrapper .bitpay span {
    text-align: center;
    display: block;
    margin-top: 5px;
  }
  .sitemap {
    padding: 85px 10px;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .partnership {
    text-align: center !important;
    margin-bottom: 20px;
  }
  #bannerSearch.closed {
    padding-top: 0 !important;
    height: 147px !important;
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  .page-content.content-mobile .detail-content {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .job-content.mobile-horizontal .detail-content {
    max-width: 100%;
    flex: 100%;
  }
  .job-content.mobile-horizontal .title {
    color: white;
  }
  .job-content.mobile-horizontal .detail-job {
    padding: 30px 15px 100px;
  }
  .job-content.mobile-horizontal .specs-mobile {
    position: relative;
    color: white;
    margin: 0 -15px;
    padding: 30px;
    color: white !important;
  }
  .job-content.mobile-horizontal .specs-mobile strong {
    color: white;
    font-weight: 600;
  }
  .job-content.mobile-horizontal .specs-mobile .tag {
    color: white;
    border: 1px solid white;
  }
  .job-content.mobile-horizontal .specs-bottom {
    position: fixed;
    bottom: 0;
    padding: 10px;
    color: white;
  }
  .job-content.mobile-horizontal .specs-bottom span {
    margin-top: 12px;
  }
  .job-content.mobile-horizontal .btn-cta {
    margin: 10px 0 !important;
    width: 100%;
    font-size: 13px;
  }
  .job-content.mobile-horizontal .pad-l {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spacer-news {
    height: 93px;
  }
  #editorial .card-news {
    margin-bottom: 0px !important;
  }
  .editorial .midPad {
    padding: 0px;
  }
  .editorial .read-more {
    font-size: 18px;
    line-height: 18px;
    left: 15px;
  }
  .editorial .magazine-category {
    font-size: 16px;
    line-height: 22px;
  }
  .editorial .magazine-title {
    font-size: 24px;
    line-height: 28px;
  }
  .editorial .magazine-caption {
    left: 15px;
    top: 15px;
    right: 15px;
    height: calc(100% - 50px) !important;
  }
  .editorial .sea .block-carousel-sm {
    padding-top: 125% !important;
  }
  .editorial .block-carousel-sm {
    padding-top: calc(25vh - 72px) !important;
  }
  .editorial .block-carousel-lg {
    padding-top: calc(50vh - 144px) !important;
  }
  .editorial .block-carousel-lg .magazine-caption {
    width: calc(100% - 30px);
  }
  .editorial .col-md-12.col-lg-4 .block-carousel-sm {
    padding-top: calc(31vh - 72px) !important;
  }
  .black-wrap {
    top: 55px;
    padding: 12px 15px;
  }
  .black-wrap h1 {
    font-size: 18px;
  }
  .black-wrap h2 {
    font-size: 14px;
  }
  .black-wrap select {
    padding: 5px;
    margin-top: 2px;
    width: 100%;
  }
  .logo240 {
    margin: 0px auto 35px;
  }
  .logo240footer {
    margin: 0px auto;
    display: block;
  }
  .destinations-container .cnt-all {
    margin-top: 113px;
  }
  .destinations-container .cnt-all .midCol,
  .destinations-container .cnt-all .midCol.map {
    height: calc(100vh - 113px);
  }
  .destinations-container .midPad {
    padding: 0px 7px;
  }
  .destinations-container .owl-carousel .owl-nav button img {
    filter: none;
  }
  .destinations-container .cnt-destinations {
    padding: 15px 5px;
  }
  .destinations-container .gmap {
    height: 350px;
  }
  .destinations-container .card-biscuit-yacht .price {
    font-size: 14px;
  }
  .destinations-container .card-biscuit-yacht .specs-data {
    font-size: 12px;
    margin: -30px 15px 0;
  }
  .card-hope {
    background-color: #fff !important;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    height: auto;
  }
}
@media (min-width: 991px) and (max-width: 1439px) and (orientation: landscape) {
  .banner-search.closed {
    padding-top: 0;
    height: 159px;
    margin-bottom: 20px;
  }
  .header-itinerary.content-tablet {
    top: 45px !important;
  }
  .header-itinerary.content-tablet .navbar {
    display: block !important;
  }
  .card-hope {
    height: auto;
  }
  .offices-wrapper .logo {
    margin-right: 0;
  }
  .logo240footer {
    margin: 20px 120px 20px 0;
  }
}
@media (min-width: 991px) and (max-width: 1440px) and (orientation: landscape) {
  .page-content {
    margin-top: 83px;
  }
  .tablet-view .page-content {
    margin-top: 45px;
  }
  .tablet-view.page-magazine .spacer-news {
    height: 65px;
  }
  #formSearch.form-stiky {
    top: 45px;
  }
  #freesearchFormSearch .freesearch-left-column {
    height: calc(100vh - 45px);
    margin-top: 45px;
  }
  #freesearchFormSearch .specs-wrap {
    height: calc(100vh - 45px);
    margin: 45px 0 0px;
  }
  .itineraries .itinerary-module-card .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .page-content.content-tablet {
    margin-top: 45px;
    height: calc(100vh - 45px);
  }
  .page-content.content-tablet .specs-wrap {
    height: calc(100vh - 85px);
  }
  .header-itinerary.content-tablet {
    top: 55px;
  }
  .header-itinerary.content-tablet .navbar {
    display: none;
  }
  .a-article iframe {
    width: 100%;
    height: 320px;
    margin: 10px 0px;
  }
  .tab-pane .midPad {
    padding: 0px 10px;
  }
  .btn-cta.bottom {
    margin: 0px 0px 20px 0px;
  }
  .card-team {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  }
  .card-team .block {
    margin: 15px;
  }
  .card-team .card-a {
    height: 250px;
  }
  .card-team .pad-l {
    padding-left: 0px !important;
  }
  .section-main-title {
    text-align: center;
  }
  .section-main-title .main-title {
    text-align: center;
  }
  .section-main-title.section-description .main-title {
    text-align: left;
  }
  .partnership {
    text-align: right;
  }
  .hope-stripe {
    padding: 30px;
  }
  .detail-content {
    height: calc(100vh - 55px);
    overflow-y: scroll;
  }
  .detail-content .owl-carousel {
    width: 100%;
    margin: 0;
  }
  .detail-content #other_news .owl-nav {
    top: calc(22% - 10px);
  }
  .v3.margin-outer {
    margin: 30px;
  }
  .fancybox-content iframe {
    width: 100vw;
  }
  .banner-video .black-bars {
    height: 35vh !important;
  }
  .banner-video .video-controls {
    bottom: 45px;
  }
  .box-yacht {
    top: -45px;
  }
  .section-magazine {
    padding: 0 30px;
  }
  .section-magazine .owl-carousel .owl-nav {
    left: 30px;
    right: 30px;
    top: calc(28% - 27px);
  }
  .owl-carousel .owl-item {
    padding: 5px;
  }
  .card-magazine {
    padding: 15px;
    margin-bottom: 0px;
  }
  .card-magazine .block30vh {
    margin: 0;
    width: 100%;
  }
  .gallery-wrap {
    margin: 50px 0;
  }
  .detail-yacht .detail-wrap {
    margin: -30px 0 15px;
    padding: 15px;
    background-color: white;
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav {
    left: 15px;
    right: 15px;
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav button {
    background: #ffffff85 !important;
    border-radius: 50px;
  }
  .detail-yacht .banner-top .owl-carousel .owl-nav button img {
    margin: 5px 10px;
    filter: grayscale(1) invert(1);
    height: 20px;
  }
  .banner-video {
    height: 45vh !important;
  }
  .cont-biscuits {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .specs-wrap .btn-cta,
  .specs-wrap .btn-cta-white {
    width: 100%;
    margin: 5px 0;
  }
  .specs-news .btn-cta {
    margin: 10px 0 0;
  }
  .specs-news .circle {
    float: initial;
    margin: 21px 0px 0 7px;
  }
  .owl-carousel .owl-nav {
    left: 45px;
    right: 45px;
    top: calc(20% - 27px);
  }
  .detail-wrap .owl-carousel .owl-nav {
    left: -37px;
    right: -37px;
    top: calc(40% - 27px);
  }
  .inset-shadow .owl-carousel .owl-nav,
  #news .owl-carousel .owl-nav {
    left: 30px;
    right: 30px;
    top: calc(50% - 15px);
  }
  .card-builder {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  }
  .listing-cont {
    padding: 0px 25px;
  }
  .listing-cont .midPad,
  .listing-cont .mediumPad {
    padding: 0 10px !important;
  }
  .midPad.form-group {
    margin-bottom: 20px;
  }
  .white-filter {
    padding: 15px 30px;
  }
  #searchResult {
    margin-top: 20px;
  }
  .biscuit-show {
    margin: 0px 0px 20px 0px;
  }
  .biscuit-show .specs-data {
    min-height: 195px;
  }
  #formSearch .chosen-single {
    height: 32px;
  }
  .editorial .read-more {
    font-size: 18px;
    line-height: 18px;
    left: 15px;
  }
  .editorial .magazine-category {
    font-size: 16px;
    line-height: 22px;
  }
  .editorial .magazine-title {
    font-size: 24px;
    line-height: 28px;
  }
  .editorial .magazine-caption {
    left: 15px;
    top: 15px;
    right: 15px;
    height: calc(100% - 50px) !important;
  }
  .editorial .block-carousel-lg .magazine-caption {
    width: calc(100% - 30px);
  }
  .card-editorial .magazine-title {
    font-size: 24px;
    line-height: 28px;
  }
  .footer-wrapper .footer-links a {
    margin-right: 50px;
  }
  .footer-wrapper .bitpay img {
    display: block;
    margin: auto;
  }
  .footer-wrapper .bitpay span {
    text-align: center;
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1380px) {
  .xl-block {
    display: none !important;
  }
  .nav-fullscreen .menu-container .menu-sidebar .first-level,
  .user-fullscreen .menu-container .menu-sidebar .first-level {
    line-height: 28px;
  }
  .nav-fullscreen .menu-container .menu-sidebar .first-level a img,
  .user-fullscreen .menu-container .menu-sidebar .first-level a img {
    top: 10px;
  }
  .banner-caption .caption-title {
    font-size: 32px;
  }
  .banner-pages {
    height: 100vh;
    min-height: 0;
  }
  .banner-pages .banner-services-wrapper {
    top: 240px;
  }
  .banner-pages .banner-services-wrapper .link-service {
    height: 23vh;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 16px;
    line-height: 18px;
  }
  .margin-top-home {
    margin-top: 80vh;
  }
  .black-wrap h1 {
    font-size: 26px;
    font-weight: 800;
  }
  .black-wrap select {
    margin: 0;
  }
  .destinations-container .cnt-all {
    margin-top: 165px;
  }
  .destinations-container .cnt-all .midCol,
  .destinations-container .cnt-all .midCol.map {
    height: calc(100vh - 165px);
  }
  .destinations-container .cnt-destinations {
    padding: 15px 5px;
  }
  .destinations-container .gmap {
    height: 350px;
  }
  .destinations-container .card-biscuit-yacht .price {
    font-size: 14px;
  }
  .destinations-container .card-biscuit-yacht .specs-data {
    font-size: 12px;
    margin: -30px 15px 0;
  }
  .footer-wrapper .footer-icons a {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .max-width {
    max-width: auto !important;
  }
  .choose-cookies-container .pop-container {
    width: 70%;
  }
  .secondary-filter-mobile {
    display: none;
  }
  .form-stiky {
    top: 55px;
  }
  .dark-filter {
    padding: 15px 20px;
  }
  .v3 {
    padding: 10px;
  }
  .section-main-title {
    margin: 15px;
  }
  .banner-pages {
    margin-top: 55px;
  }
  .banner-pages .shader-opacity {
    height: calc(100vh - 55px);
  }
  .banner-pages .fade-in-mobile {
    display: none;
  }
  .banner-pages .banner-services-wrapper {
    bottom: initial;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .banner-pages .banner-services-wrapper .link-service {
    width: calc(50% - 5px);
    height: calc(20vh - 23px);
    margin-right: 0;
    margin-bottom: 10px;
    border-width: 10px;
    padding: 10px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    margin-bottom: 20px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .banner-pages .banner-services-wrapper .link-service:hover {
    border: none;
    background-color: #ffffff77;
    padding: 20px;
    color: #fff;
  }
  .banner-pages .banner-services-wrapper .link-service:hover .service-text {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .banner-pages .banner-services-wrapper .link-service-mobile {
    margin-right: 10px;
  }
  .banner-pages .banner-services-wrapper .link-service-mobile-s {
    width: calc(50% - 5px);
  }
  .banner-pages .banner-services-wrapper .link-service-mobile-l {
    width: 100%;
    margin-right: 0px;
  }
  .banner-pages .banner-services-wrapper .link-service.last-gusset {
    width: calc(50% - 5px);
    height: calc(20vh - 23px);
    margin-right: 0;
    margin-bottom: 10px;
    border-width: 10px;
    padding: 10px;
  }
  .banner-pages .banner-services-wrapper .link-service.last-gusset .service-tit {
    margin-bottom: 20px;
  }
  .banner-pages .banner-services-wrapper .link-service.last-gusset .service-text {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .banner-pages .banner-services-wrapper .link-service.last-gusset:hover {
    border: none;
    background-color: #ffffff77;
    padding: 20px;
    color: #fff;
  }
  .banner-pages .banner-services-wrapper .link-service.last-gusset:hover .service-text {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .banner-pages.noLink {
    height: 265px;
    margin-bottom: 30px;
  }
  .navbar-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: 99990;
  }
  .navbar-mobile:after {
    content: "";
    display: table;
    clear: both;
  }
  .navbar-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  .navbar-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;
  }
  .navbar-mobile .menu-logo {
    padding-left: 20px;
    position: absolute;
    left: 60px;
    line-height: 55px;
    height: 55px;
  }
  .navbar-mobile .menu-logo img {
    height: 22px;
  }
  .navbar-mobile .menu-search {
    position: absolute;
    right: 60px;
    padding: 17px 20px;
  }
  .navbar-mobile .menu-search img {
    display: block;
  }
  .navbar-mobile .menu-login {
    width: 60px;
    height: 55px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.1);
    line-height: 55px;
    text-align: center;
  }
  .navbar-mobile .menu-login a {
    display: block;
  }
  .navbar-mobile .nav-fullscreen li a,
  .navbar-mobile .user-fullscreen li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .navbar-mobile .nav-fullscreen .menu-container,
  .navbar-mobile .user-fullscreen .menu-container {
    margin-left: 0;
    height: 55px;
  }
  .navbar-mobile .nav-fullscreen .menu-container label:not(.submenu-label,
  .navbar-mobile .nav-fullscreen .menu-container .label-user),
  .navbar-mobile .user-fullscreen .menu-container label:not(.submenu-label,
  .navbar-mobile .user-fullscreen .menu-container .label-user) {
    height: 55px;
    padding: 15px;
    line-height: 25px;
    margin: 0px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .hamburger,
  .navbar-mobile .user-fullscreen .menu-container .hamburger {
    padding: 20px 0 0 19px;
    opacity: 1;
  }
  .navbar-mobile .nav-fullscreen .menu-container #close-button,
  .navbar-mobile .nav-fullscreen .menu-container .close-button,
  .navbar-mobile .user-fullscreen .menu-container #close-button,
  .navbar-mobile .user-fullscreen .menu-container .close-button {
    display: none;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-nav,
  .navbar-mobile .user-fullscreen .menu-container .menu-nav {
    width: 100vw;
    top: 55px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar {
    background: url('/core/composer/view.php?id_img=484491&webp=1') 0 0 / cover;
    background-color: #161719;
    background-position-x: center;
    border-top: 0px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    top: 0;
    padding: 20px;
    width: 100vw;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li {
    font-size: 16px;
    padding: 0 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li a,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li a {
    display: initial;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li .menu-sub li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li .menu-sub li.menu-title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li .menu-sub li.menu-title {
    display: block;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li .submenu-toggle,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar li .hover-link,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar li .hover-link {
    left: 0;
    right: initial;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sidebar .first-level,
  .navbar-mobile .user-fullscreen .menu-container .menu-sidebar .first-level {
    text-align: left;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user {
    z-index: 10000000;
    top: 0;
    width: 100vw;
    padding: 0;
    border-top: 0px solid;
    height: calc(100vh - 55px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li {
    overflow: hidden;
    padding: 0px 25px;
    font-size: 16px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav .submenu-label,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .submenu-label,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav .submenu-label,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .submenu-label {
    margin-left: 10px !important;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li.menu-title,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li.menu-title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li.menu-title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-title {
    display: block;
    margin-bottom: 15px;
    background-color: #161719;
    color: #fff;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li.menu-title label,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li.menu-title label,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li.menu-title label,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-title label {
    margin: 0;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li.menu-title img,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li.menu-title img,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li.menu-title img,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-title img {
    top: 11px;
    left: 15px;
    filter: brightness(0) invert(1);
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li.menu-subtitle,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li.menu-subtitle,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li.menu-subtitle,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-subtitle {
    padding: 0px 20px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav li.menu-subtitle .title,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user li.menu-subtitle .title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav li.menu-subtitle .title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-subtitle .title {
    font-size: 20px;
    line-height: 20px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav .second-level,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .second-level,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav .second-level,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .second-level {
    padding-left: 40px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav .gold-link,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .gold-link,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav .gold-link,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .gold-link {
    padding-left: 0px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav .col li,
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .col li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav .col li,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .col li {
    max-height: 35px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user {
    text-align: left;
    right: initial;
    right: -100vw;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .menu-title,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .menu-title {
    padding-right: 20px;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user .submenu-label,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user .submenu-label {
    padding: 0px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-user.active-sub,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user.active-sub {
    transform: translateX(-100vw);
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-sub-nav.active-sub,
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-nav.active-sub {
    transform: translateX(100vw);
  }
  .navbar-mobile .nav-fullscreen .menu-container .col,
  .navbar-mobile .user-fullscreen .menu-container .col {
    flex-basis: auto;
  }
  .navbar-mobile .nav-fullscreen .menu-container .menu-nav {
    left: -100vw;
  }
  .navbar-mobile #menu-toggle.active ~ .menu-nav,
  .navbar-mobile #menu-toggle:checked ~ .menu-nav,
  .navbar-mobile #menu-toggle-m.active ~ .menu-nav,
  .navbar-mobile #menu-toggle-m:checked ~ .menu-nav {
    transform: translateX(100vw);
  }
  .navbar-mobile #user-toggle.active ~ .menu-nav,
  .navbar-mobile #user-toggle:checked ~ .menu-nav,
  .navbar-mobile #user-toggle-m.active ~ .menu-nav,
  .navbar-mobile #user-toggle-m:checked ~ .menu-nav {
    transform: translateX(-100vw);
  }
  .navbar-mobile .user-fullscreen .menu-container .menu-sub-user li.menu-title img {
    left: 15px;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  .itinerary-module-card {
    min-height: 385px;
  }
}
@media (min-width: 590px) and (max-width: 690px) {
  .itinerary-module-card {
    min-height: 385px;
  }
}
@media (min-width: 690px) and (max-width: 790px) {
  .itinerary-module-card {
    min-height: 385px;
  }
}
@media (min-width: 790px) and (max-width: 890px) {
  .itinerary-module-card {
    min-height: 385px;
  }
}
@media (min-width: 890px) and (max-width: 991px) {
  .itinerary-module-card {
    min-height: 385px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .form-stiky {
    top: 45px;
  }
  .banner-pages {
    height: calc(100vh - 55px);
  }
  .banner-pages-yt .cnt-video iframe {
    width: 170% !important;
    left: -35% !important;
  }
  .itinerary-module-card {
    min-height: 385px;
  }
  .page-content.job-content {
    margin-top: 45px;
    height: calc(100vh - 45px);
  }
  .page-content.job-content .detail-content {
    height: calc(100vh - 45px);
  }
  .spacer-news {
    height: 65px;
  }
  .black-wrap {
    top: 55px;
    padding: 12px 15px;
  }
  .black-wrap h1 {
    font-size: 18px;
  }
  .black-wrap h2 {
    font-size: 14px;
  }
  .black-wrap select {
    padding: 5px;
    margin-top: 2px;
    width: 100%;
  }
  .destinations-container .cnt-all {
    margin-top: 113px;
  }
  .destinations-container .cnt-all .midCol,
  .destinations-container .cnt-all .midCol.map {
    height: calc(100vh - 113px);
  }
  .destinations-container .midPad {
    padding: 0px 7px;
  }
  .destinations-container .owl-carousel .owl-nav button img {
    filter: none;
  }
  .destinations-container .cnt-destinations {
    padding: 15px 5px;
  }
  .destinations-container .gmap {
    height: 350px;
  }
  .destinations-container .card-biscuit-yacht .price {
    font-size: 14px;
  }
  .destinations-container .card-biscuit-yacht .specs-data {
    font-size: 12px;
    margin: -30px 15px 0;
  }
  .footer-wrapper .bitpay {
    line-height: 20px;
  }
  .footer-wrapper .bitpay img {
    display: block;
    margin: 10px auto 0;
  }
  .footer-wrapper .bitpay span {
    text-align: center;
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 960px) {
  #header-mobile.navTablet {
    display: block;
  }
  #header-desktop.navTablet {
    display: none;
  }
}
@media (min-width: 961px) {
  #header-mobile.navTablet {
    display: none;
  }
  #header-desktop.navTablet {
    display: block;
    height: 45px;
  }
  #header-desktop.navTablet .logo {
    margin-top: 12px;
  }
  .banner-pages {
    margin-top: 45px;
  }
  .online-editor .banner-pages {
    margin-top: 38px;
  }
  .freesearch-fullscreen .input-container {
    top: 140px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .itinerary-module-card {
    min-height: 385px;
  }
  .banner-pages-yt .cnt-video iframe {
    top: -93%;
  }
  .banner-pages .banner-services-wrapper .link-service {
    height: 18vh;
  }
}
@media (min-width: 1200px) {
  .landing .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .navbar-mobile.navbar-tablet {
    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: 99990;
  }
  .navbar-mobile.navbar-tablet:after {
    content: "";
    display: table;
    clear: both;
  }
  .navbar-mobile.navbar-tablet .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  .navbar-mobile.navbar-tablet .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;
  }
  .navbar-mobile.navbar-tablet .menu-logo {
    padding-left: 20px;
    position: absolute;
    left: 60px;
    line-height: 55px;
    height: 55px;
  }
  .navbar-mobile.navbar-tablet .menu-logo img {
    height: 22px;
  }
  .navbar-mobile.navbar-tablet .menu-search {
    position: absolute;
    right: 60px;
    padding: 17px 20px;
  }
  .navbar-mobile.navbar-tablet .menu-search img {
    display: block;
  }
  .navbar-mobile.navbar-tablet .menu-login {
    width: 60px;
    height: 55px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.1);
    line-height: 55px;
    text-align: center;
  }
  .navbar-mobile.navbar-tablet .menu-login a {
    display: block;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen li a,
  .navbar-mobile.navbar-tablet .user-fullscreen li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container {
    margin-left: 0;
    height: 55px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container label:not(.submenu-label,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .label-user),
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container label:not(.submenu-label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .label-user) {
    height: 55px;
    padding: 15px;
    line-height: 25px;
    margin: 0px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .hamburger,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .hamburger {
    padding: 20px 0 0 19px;
    opacity: 1;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container #close-button,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .close-button,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container #close-button,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .close-button {
    display: none;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-nav,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-nav {
    width: 100vw;
    top: 55px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar {
    background: url('/core/composer/view.php?id_img=484491&webp=1') 0 0 / cover;
    background-color: #161719;
    background-position-x: center;
    border-top: 0px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    top: 0;
    padding: 20px;
    width: 100vw;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li {
    font-size: 16px;
    padding: 0 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li a,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li a {
    display: initial;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li .menu-sub li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li .menu-sub li.menu-title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li .menu-sub li.menu-title {
    display: block;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li .submenu-toggle,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sidebar li .hover-link,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sidebar li .hover-link {
    left: 0;
    right: initial;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user {
    z-index: 10000000;
    top: 0;
    width: 100vw;
    padding: 0;
    border-top: 0px solid;
    height: calc(100vh - 55px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li {
    overflow: hidden;
    padding: 0px 25px;
    font-size: 16px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav .submenu-label,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .submenu-label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav .submenu-label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .submenu-label {
    margin-left: 10px !important;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li.menu-title,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li.menu-title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li.menu-title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-title {
    display: block;
    margin-bottom: 15px;
    background-color: #161719;
    color: #fff;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li.menu-title label,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li.menu-title label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li.menu-title label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-title label {
    margin: 0;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li.menu-title img,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li.menu-title img,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li.menu-title img,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-title img {
    top: 11px;
    left: 15px;
    filter: brightness(0) invert(1);
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li.menu-subtitle,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li.menu-subtitle,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li.menu-subtitle,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-subtitle {
    padding: 0px 20px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav li.menu-subtitle .title,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user li.menu-subtitle .title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav li.menu-subtitle .title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-subtitle .title {
    font-size: 20px;
    line-height: 20px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav .second-level,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .second-level,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav .second-level,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .second-level {
    padding-left: 40px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav .gold-link,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .gold-link,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav .gold-link,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .gold-link {
    padding-left: 0px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav .col li,
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .col li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav .col li,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .col li {
    max-height: 35px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user {
    text-align: left;
    right: initial;
    right: -100vw;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .menu-title,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .menu-title {
    padding-right: 20px;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user .submenu-label,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user .submenu-label {
    padding: 0px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-user.active-sub,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user.active-sub {
    transform: translateX(-100vw);
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-sub-nav.active-sub,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-nav.active-sub {
    transform: translateX(100vw);
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .col,
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .col {
    flex-basis: auto;
  }
  .navbar-mobile.navbar-tablet .nav-fullscreen .menu-container .menu-nav {
    left: -100vw;
  }
  .navbar-mobile.navbar-tablet #menu-toggle.active ~ .menu-nav,
  .navbar-mobile.navbar-tablet #menu-toggle:checked ~ .menu-nav,
  .navbar-mobile.navbar-tablet #menu-toggle-m.active ~ .menu-nav,
  .navbar-mobile.navbar-tablet #menu-toggle-m:checked ~ .menu-nav {
    transform: translateX(100vw);
  }
  .navbar-mobile.navbar-tablet #user-toggle.active ~ .menu-nav,
  .navbar-mobile.navbar-tablet #user-toggle:checked ~ .menu-nav,
  .navbar-mobile.navbar-tablet #user-toggle-m.active ~ .menu-nav,
  .navbar-mobile.navbar-tablet #user-toggle-m:checked ~ .menu-nav {
    transform: translateX(-100vw);
  }
  .navbar-mobile.navbar-tablet .user-fullscreen .menu-container .menu-sub-user li.menu-title img {
    left: 15px;
  }
  .banner-pages-yt .cnt-video iframe {
    width: 107% !important;
    left: -5% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .itinerary-module-card {
    min-height: 473px;
  }
  .itinerary-module-card .text {
    max-height: 310px;
  }
  .itinerary-module-card .min-text {
    max-height: 100px;
  }
  .banner-pages-yt .cnt-video iframe {
    top: -93%;
  }
  .banner-pages .banner-services-wrapper .link-service .link-service {
    height: 18vh;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .itinerary-module-card {
    min-height: 517px;
  }
  .itinerary-module-card .text {
    max-height: 341px;
  }
  .itinerary-module-card .min-text {
    max-height: 148px;
  }
  .banner-pages-yt .cnt-video iframe {
    top: -93%;
  }
  .banner-pages .banner-services-wrapper .link-service .link-service {
    height: 18vh;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .itinerary-module-card {
    min-height: 561px;
  }
  .itinerary-module-card .text {
    max-height: 385px;
  }
  .itinerary-module-card .min-text {
    max-height: 100px;
  }
  .banner-pages-yt .cnt-video iframe {
    top: -93%;
  }
  .banner-pages .banner-services-wrapper .link-service .link-service {
    height: 18vh;
  }
  .banner-pages .banner-services-wrapper .link-service .service-tit {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-pages .banner-services-wrapper .link-service .service-text {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .itinerary-module-card {
    min-height: 605px;
  }
  .banner-pages-yt .cnt-video iframe {
    top: -93%;
  }
  .banner-pages .banner-services-wrapper .link-service {
    height: 18vh;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .itinerary-module-card {
    min-height: 649px;
  }
  .itinerary-module-card .text {
    max-height: 510px;
  }
  .itinerary-module-card .min-text {
    max-height: 275px;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .itinerary-module-card.three-blocks {
    min-height: 578px;
  }
  .itinerary-module-card {
    min-height: 800px;
  }
  .itinerary-module-card .text {
    max-height: 510px;
  }
  .itinerary-module-card .min-text {
    max-height: 216px;
  }
}
@media (min-width: 2000px) and (max-width: 2200px) {
  .itinerary-module-card {
    min-height: 811px;
  }
  .itinerary-module-card.three-blocks {
    min-height: 620px;
  }
}
@media (min-width: 2200px) and (max-width: 2201px) {
  .itinerary-module-card {
    min-height: 954px;
  }
  .itinerary-module-card.three-blocks {
    min-height: 700px;
  }
}
@media (min-width: 2202px) {
  .itinerary-module-card {
    min-height: 1230px;
  }
  .itinerary-module-card.three-blocks {
    min-height: 700px;
  }
}




