.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);
  -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;
  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;
  }
}
.f-right {
  float: right;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.b-right {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.m-top {
  margin-top: 10px;
  display: block;
}
.hide-li {
  display: none;
}
.minWidth {
  min-width: 50px;
}
.toggleButton {
  margin: 0px 0 0 10px;
  float: none !important;
}
.toggleButton .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0;
}
.toggleButton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggleButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleButton .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleButton input:checked + .slider {
  background-color: #B59B76;
}
.toggleButton input:focus + .slider {
  box-shadow: 0 0 1px #B59B76;
}
.toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggleButton .slider.round {
  border-radius: 34px;
}
.toggleButton .slider.round:before {
  border-radius: 50%;
}
.cont-category .btn-category {
  display: inline-block;
}
.cont-col {
  display: table;
}
.cont-col .col-custom {
  float: left;
  display: table-cell;
  margin: 0px 15px;
}
.page-home .search .drop-wrap {
  padding-left: 0px;
}
.card-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  line-height: 12px;
  font-size: 8px;
  text-align: center;
  display: inline-block;
}
.card-tag .btn-secret {
  border: 1px solid #626771;
  color: #626771;
  font-weight: 600;
  border-radius: 20px;
  padding: 3px 8px;
  line-height: 12px;
  font-size: 9px;
  margin-top: 3px;
}
.card-tag .btn-featured {
  border-radius: 3px;
  border: 1px solid #9a7f5a;
  color: #9a7f5a;
}
.card-tag .btn-booking {
  border-radius: 3px;
  border: 1px solid #980000;
  color: #980000;
}
.bg-hub {
  background: #292929;
  background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
  background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
  background: linear-gradient(180deg,#292929 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
  background-image: url('/core/composer/view.php?id_img=484491&webp=1');
  background-size: cover;
  background-position: 800px center;
}
.hub-card #formContainer {
  padding: 0;
  margin: 0;
}
.hub-card .left-menu {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background-image: url(/core/composer/view.php?id_img=484491&webp=1);
  background-size: cover;
  background-position: 800px center;
  display: block;
  overflow-y: auto;
  bottom: 0;
  z-index: 10;
  position: absolute;
  top: 38px;
  width: 160px;
}
.hub-card .left-menu ul {
  padding-left: 0;
}
.hub-card .left-menu ul li {
  border-bottom: 1px solid #ffffff17;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.hub-card .left-menu ul li a {
  padding: 7px 10px;
  font-size: 12px;
  width: 100%;
  color: #fff !important;
  display: block;
}
.hub-card .left-menu ul li a:hover {
  background: #161719 !important;
}
.hub-card .left-menu ul li a.active {
  background: #000000 !important;
}
.mt-7 {
  margin-top: 7px;
}
.lateral-nav {
  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);
  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);
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background: #292929;
  background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
  background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
  background: linear-gradient(180deg,#292929 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
  background-image: url('/core/composer/view.php?id_img=484491&webp=1');
  background-size: cover;
  background-position: 800px center;
  position: fixed;
  width: 145px;
  height: 100%;
  z-index: 98;
}
.lateral-nav .first-nav {
  padding-left: 0px;
  margin-top: 38px;
}
.lateral-nav .first-nav li {
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #e6e6e69c;
}
.lateral-nav .first-nav li a {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 10px;
  display: block;
}
.lateral-nav .first-nav li.empty {
  border-bottom: none;
}
.lateral-nav .first-nav li.empty a {
  color: transparent;
}
.lateral-nav .first-nav li.title-section {
  border-bottom: none;
  font-weight: 700;
  text-transform: uppercase;
}
.lateral-nav .first-nav li.title-section a {
  color: #fff;
}
.lateral-nav .first-nav li:hover:not(li.no-hover) .searchSection {
  background-color: #161719;
}
.lateral-nav .first-nav li:hover:not(li.no-hover) .searchSection a {
  color: #fff;
}
.lateral-nav .first-nav li:hover:not(li.no-hover) .searchSection.active {
  background-color: #161719;
}
.lateral-nav .first-nav li:hover:not(li.no-hover) .searchSection.active a {
  color: #fff;
}
.lateral-nav .first-nav li .searchSection a[data-form="edit-purchase"] {
  display: none !important;
}
.lateral-nav .first-nav li.second-level.purchasing.noGet {
  display: none;
}
.lateral-nav .first-nav .searchSection.active {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
}
.lateral-nav .first-nav .separator {
  margin-top: 50px;
}
.lateral-nav .second-nav {
  padding-left: 0px;
  margin-top: 38px;
  padding-top: 30px;
}
.lateral-nav .second-nav li {
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #e6e6e69c;
}
.lateral-nav .second-nav li a {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 10px;
  display: block;
}
.lateral-nav .second-nav li.empty {
  border-bottom: none;
}
.lateral-nav .second-nav li.empty a {
  color: transparent;
}
.lateral-nav .second-nav li.title-section {
  border-bottom: none;
  font-weight: 700;
  text-transform: uppercase;
}
.lateral-nav .second-nav li.title-section a {
  color: #fff;
}
.lateral-nav .second-nav li:hover:not(li.no-hover) .searchSection {
  background-color: #161719;
}
.lateral-nav .second-nav li:hover:not(li.no-hover) .searchSection a {
  color: #fff;
}
.lateral-nav .second-nav li:hover:not(li.no-hover) .searchSection.active {
  background-color: #161719;
}
.lateral-nav .second-nav li:hover:not(li.no-hover) .searchSection.active a {
  color: #fff;
}
.lateral-nav .second-nav li .searchSection a[data-form="edit-purchase"] {
  display: none !important;
}
.lateral-nav .second-nav li.second-level.purchasing.noGet {
  display: none;
}
.lateral-nav .second-nav .searchSection.active {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
}
.lateral-nav .second-nav .separator {
  margin-top: 50px;
}
.lateral-nav .btn-buy {
  text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding: 6px 10px;
  margin-top: 38px;
  width: 145px;
  border-right: 1px solid #e6e6e6;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  color: #626771;
  font-size: 12px;
}
.lateral-nav .second-level {
  border-bottom: 0px solid transparent !important;
}
.lateral-nav .second-level .searchSection a {
  color: #ccc;
  padding: 7px 10px;
}
.lateral-nav .second-level .searchSection.active a {
  color: #ffffff;
}
.lateral-nav .cnt-third-level li {
  border-bottom: 1px solid #e6e6e63b !important;
}
.lateral-nav.fullViewport {
  display: none;
}
.ydb-nav .first-nav {
  margin-top: 38px !important;
}
.page-search .content {
  position: relative;
  padding: 45px 0 0;
}
.page-search .content .searchLoader {
  background: rgba(40,62,74,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page-search .bLoader {
  z-index: 10;
}
.container-scroll {
  padding-top: 20px;
  margin-left: 145px;
}
.container-scroll #limboSearch {
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 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);
}
.container-scroll #limboSearch .title-head-search {
  background-color: #f0f1f5;
  font-weight: 500;
}
.container-scroll #limboSearch .form-control {
  background-color: transparent;
  color: #495057;
  border: none;
  font-size: 12px;
}
.container-scroll #limboSearch input {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.container-scroll #intelLimbo .thevalue {
  font-size: 16px;
  font-weight: 700;
}
.container-scroll #databaseLimbo {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.2em;
}
.container-scroll #databaseLimbo a {
  color: inherit;
}
.container-scroll #databaseLimbo .fit-width {
  max-width: 40vw;
}
.container-scroll #databaseLimbo select.select-source {
  border: none;
  text-transform: uppercase;
  line-height: 15px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}
.container-scroll #databaseLimbo select.select-source option {
  color: #161719;
}
.container-scroll #databaseLimbo select.select-source:focus-visible {
  outline: 0px;
}
.container-scroll #databaseLimbo select.select-yref {
  background-color: transparent;
  border: none;
  width: 100%;
  min-width: 80px;
  line-height: 15px;
  font-weight: 500;
  padding: 0.5em 0.65em;
}
.container-scroll #databaseLimbo select.select-yref:focus-visible {
  outline: 0px;
}
.container-scroll #databaseLimbo .input-search {
  color: #fff;
  background: transparent;
  border: none;
}
.container-scroll #databaseLimbo .input-search::placeholder {
  color: #fff;
}
.container-scroll #databaseLimbo .table {
  border-collapse: unset;
}
.container-scroll #databaseLimbo .table tr {
  border: none;
}
.container-scroll #databaseLimbo .table td {
  border-right: 1px solid #a0a0a2;
  border-top: none;
  border-bottom: 1px solid #a0a0a2;
}
.container-scroll #databaseLimbo .table td.no-border {
  border-right: none;
}
.container-scroll #databaseLimbo .table td {
  padding: 1em 1em 1.4em 1em;
}
.container-scroll #databaseLimbo .tag {
  border: solid 1px #161719;
  color: #161719;
  text-transform: uppercase;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  width: fit-content;
  padding: 3px 8px;
}
.container-scroll #databaseLimbo .tag-source {
  line-height: 12px;
  font-size: 9px;
  margin-left: 10px;
}
.container-scroll #databaseLimbo .tag-linked {
  border: 1px solid #218838;
  color: #218838;
  line-height: 12px;
  font-size: 9px;
  margin: 0 auto;
}
.container-scroll #databaseLimbo .tag-to-link {
  line-height: 12px;
  font-size: 9px;
  margin: 0 auto;
}
.container-scroll #databaseLimbo .tag-not-linked {
  border: 1px solid #8f8f93;
  color: #8f8f93;
  line-height: 12px;
  font-size: 9px;
  margin: 0 auto;
}
.container-scroll #databaseLimbo .sts {
  text-align: center;
  font-weight: 800;
}
.container-scroll #databaseLimbo .status-100 {
  color: #218838;
}
.container-scroll #databaseLimbo .status-75 {
  color: #b1c417;
}
.container-scroll #databaseLimbo .status-50 {
  color: #eabd34;
}
.container-scroll #databaseLimbo .status-25 {
  color: #ea9904;
}
.container-scroll #databaseLimbo .status-0 {
  color: #980000;
}
.container-scroll #databaseLimbo .tag.status-100,
.container-scroll #databaseLimbo .tag.status-75,
.container-scroll #databaseLimbo .tag.status-50,
.container-scroll #databaseLimbo .tag.status-25 {
  color: #161719;
  border-color: #161719;
}
.container-scroll #databaseLimbo img.icon {
  filter: invert(87%) sepia(7%) saturate(46%) hue-rotate(202deg) brightness(87%) contrast(92%);
}
.container-scroll #databaseLimbo .limbo-alert {
  text-transform: uppercase;
  font-weight: 800;
  color: #980000;
  font-size: 15px;
}
.container-scroll .pdefault {
  padding: 6px 12px;
}
.container-scroll .pad-10 {
  padding: 10px 0px;
}
.container-scroll .thead-gray {
  background-color: #4d4e50;
  color: #f0f1f5;
}
.container-scroll .thead-gray th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container-scroll .thead-gray,
.container-scroll .thead-black {
  background-color: #4d4e50;
  color: #f0f1f5;
}
.container-scroll .thead-gray th,
.container-scroll .thead-black th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.container-scroll .thead-black {
  background-color: #000;
}
.container-scroll .bg-gray {
  background-color: #eff0f4;
}
.container-scroll .bg-gray-medium {
  background-color: #929292;
  color: #f0f1f5;
}
.container-scroll a.link-mail {
  color: #000000;
  text-decoration: underline !important;
}
.container-scroll .text-table {
  font-size: 14px;
  padding: 0 10px;
}
.container-scroll .text-table-bold {
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
}
.container-scroll .btn {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 112px;
  line-height: 1.2em;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.container-scroll .btn:hover {
  text-decoration: none;
}
.container-scroll .btn-create {
  border: 1px solid #161719;
  color: #161719;
}
.container-scroll .btn-create:hover {
  background-color: #161719;
  color: #eff0f4;
}
.container-scroll .btn-discard {
  background: #161719;
  background: -moz-linear-gradient(top,#57595d 0%,rgba(22,23,25,0));
  background: -webkit-linear-gradient(top,#57595d 0%,#161719 100%);
  background: linear-gradient(to bottom,#57595d 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57595d',endColorstr='#161719',GradientType=0);
}
.container-scroll .btn-discard:hover {
  background: #161719;
}
.container-scroll .gold-gradient-top:hover {
  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);
  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);
}
.container-scroll .btn-linked {
  background-color: #218838;
}
.container-scroll .btn-link {
  background-color: #000000;
}
.container-scroll .yacht-title {
  font-weight: 800;
  font-size: 22px;
}
.container-scroll .gold-checkbox {
  width: -webkit-fill-available;
  cursor: pointer;
  margin-bottom: 0px;
  margin: -1px -1px;
  padding: 10px 0px;
}
.container-scroll .gold-checkbox:has(> input:checked) {
  background-color: #B59B76;
  color: #ffffff;
  font-weight: 800;
  margin: 0 -10px;
  padding: 10px;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " \25B4";
  font-weight: 600;
  opacity: 0.5;
}
#searchResult .dropdown-editor .form-group {
  margin-bottom: 5px !important;
}
#searchResult .dropdown-editor .sheet-card {
  margin-bottom: 15px;
}
#searchResult .dropdown-editor .sheet-card .title .btn {
  margin: 0;
}
#searchResult .dropdown-editor .sheet-card .inner-scroll {
  max-height: 304px;
  overflow-y: auto;
  overflow-x: hidden;
}
#searchResult .dropdown-editor .sheet-card .inner-scroll .cell,
#searchResult .dropdown-editor .sheet-card .inner-scroll input {
  text-transform: none;
}
#searchResult .listing-cont {
  margin-left: 145px;
  padding: 0px 10px 0px;
}
#searchResult .listing-cont.page-0 {
  padding: 60px 10px 0px;
}
#searchResult .listing-cont.listing-cont-advanced.page-0 {
  padding: 220px 10px 0;
}
#searchResult .listing-cont.listing-cont-grid.page-0 {
  padding: 0;
  width: calc(75% - 145px);
  height: -webkit-calc(75% - 145px);
}
#searchResult .fleet-cont {
  margin-left: 145px;
  padding: 60px 10px 0px;
}
#searchResult .page-compare {
  padding: 0;
  margin: 38px -15px 0 130px;
}
#searchResult .page-compare.fullViewport {
  margin: 38px -15px 0 -15px;
  padding: 0px;
  position: fixed;
  left: 0;
  right: 0;
}
#searchResult .form-group {
  margin-bottom: 20px;
}
#searchResult .page-list.fullViewport {
  margin: 38px -15px 0 -15px;
  padding: 0;
}
#searchResult .page-list.page-list-crew {
  margin: 55px 10px 0 10px;
}
#searchResult .page-list {
  margin: 0 0 0 145px;
  padding: 70px 10px 0px;
}
#searchResult .page-list .spanMin {
  font-size: 10px;
  color: #888888;
  display: block;
}
#searchResult .page-list .list-card .table {
  text-align: center;
  margin-bottom: 0px;
}
#searchResult .page-list .list-card .table td {
  padding: 8px 5px;
  vertical-align: top;
  font-size: 12px;
}
#searchResult .page-list .list-card .table th {
  padding: 8px 5px;
  vertical-align: middle;
  font-weight: 400;
  border-bottom-width: 1px;
}
#searchResult .page-list .list-card .table thead {
  border: 1px solid #626771;
}
#searchResult .page-list .list-card .table thead tr {
  background-color: #626771;
  color: white;
  border: 0px solid;
}
#searchResult .page-list .list-card .table a {
  color: #626771;
  display: block;
}
#searchResult .page-list .list-card .card-promo .cnt-download {
  padding: 0px 8px 0px 0px;
}
#searchResult .page-list .list-card .card-promo img,
#searchResult .page-list .list-card .card-promo .far {
  cursor: pointer;
  opacity: 0.5;
  height: 13px;
  transition: 300ms all;
}
#searchResult .page-list .hr-horizontal {
  display: none;
}
#searchResult .page-list .totYachts {
  font-size: 12px;
  font-weight: 300;
}
#searchResult .page-list .sheet-card .inner {
  padding: 0px;
  height: 330px;
  overflow-y: scroll;
}
#searchResult .page-list .table th {
  background-color: #626771;
  color: white;
  top: -1px;
  border-bottom-width: 1px;
  position: sticky !important;
  border: 1px solid #dee2e6;
}
#searchResult .page-list .title {
  padding: 5px 15px !important;
}
#searchResult .page-list .title .title-text {
  padding: 0;
  line-height: 26px;
  font-weight: 400;
}
#searchResult .page-list .title .btn-contact {
  border-radius: 20px;
  font-weight: 800;
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}
#searchResult .page-list .title .input-typehere input {
  width: 46%;
  float: right;
  border-radius: 20px !important;
  font-size: 11px;
  font-weight: 400;
  margin: 0 !important;
  height: 26px !important;
}
#searchResult .page-list .list-card .table th {
  background-color: #161719;
}
#searchResult .page-list .list-card .far,
#searchResult .page-list .list-card img {
  opacity: 1 !important;
}
#searchResult #formContainer.page-table {
  margin-top: 65px !important;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
#searchResult #formContainer.page-table.blog {
  margin-top: 37px !important;
  padding: 0px;
}
#searchResult .listIntel {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 0px;
  color: #ffffff;
  background-image: url(/core/composer/view.php?id_img=484491&webp=1);
  background-size: cover;
  background-position: 1000px center;
  display: block;
  width: 20%;
  overflow-y: auto;
  z-index: 10;
  position: fixed;
  top: 83px;
  height: calc(100% - 83px);
}
#searchResult .listIntel b,
#searchResult .listIntel strong {
  font-weight: 600;
}
#searchResult .listIntel .title {
  padding: 8px 25px;
  font-size: 14px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  display: block;
  color: #ffffff;
  font-weight: 600;
}
#searchResult .listIntel .intel-block {
  font-size: 12px;
  border-bottom: 1px solid #cacaca;
  padding: 15px 0px;
  margin: 0px 10px;
}
#searchResult .listIntel .tool-img {
  filter: brightness(0.1) invert(1);
}
#searchResult .listIntel.open {
  left: 0%;
  transition: left 0.3s;
}
#searchResult .listIntel.closed {
  left: -20%;
  transition: left 0.3s;
}
#searchResult .tab-open {
  left: 20% !important;
  transition: left 0.3s, width 0.3s;
}
#searchResult .tab-closed {
  left: 0% !important;
  transition: left 0.3s, width 0.3s;
}
#searchResult .accessPanel #formContainer.page-table {
  margin-top: 0px !important;
}
#searchResult .accessPanel #formContainer.page-table .panelContainer {
  padding: 0 0px 3px 15px;
}
#searchResult .accessPanel #formContainer.page-table .form-control {
  border: none !important;
}
#searchResult .accessPanel .toggleButton {
  float: none !important;
}
#searchResult .sheet-card .title .input-typehere input {
  width: 46%;
  float: right;
  margin: 8px 10px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 400;
}
#searchResult .sheet-card .title .input-typehere .btn-contact {
  float: right;
}
#searchResult.opened .col-sm-9,
#searchResultGrid.opened .col-sm-9 {
  max-width: 100%;
  flex: 0 0 100%;
}
#searchResult.opened .listing-cont.itinerary-content,
#searchResultGrid.opened .listing-cont.itinerary-content {
  padding: 137px 15px 0px 0px;
}
.hubHeight .headerList {
  padding: 0px;
}
.header-spec.headerList {
  padding: 0 0 0 15px;
}
.headerList {
  display: block !important;
  padding: 7px 0px;
  line-height: 22px;
}
.headerList .nav-btn {
  cursor: pointer;
  line-height: 12px;
}
.headerList .nav-btn img {
  height: 20px;
  margin: -2px auto 0px auto;
  display: inline-block;
}
.headerList .nav-block {
  border-right: 1px solid #e6e6e6;
  height: 38px;
  line-height: 26px;
  font-size: 12px !important;
  padding: 7px 15px;
  display: block;
  float: left;
}
.headerList .save-dupl {
  float: inherit !important;
}
.headerList .listName {
  text-transform: uppercase;
  text-transform: uppercase;
  border-right: 0px solid !important;
  display: inline-block;
  width: 33%;
  overflow: hidden;
}
.headerList .listName a {
  float: inherit;
}
.headerList .listName a img {
  margin-top: -2px;
}
.headerList #newList img {
  margin-right: 5px;
}
.headerList .nav-block:last-child {
  text-align: left !important;
  float: left !important;
}
.headerList .cont-icon {
  float: right;
}
.headerList .cont-icon .nav-block img,
.headerList .cont-icon .nav-block .far {
  display: block;
  margin: 7px 5px;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  transition: 300ms all;
}
.headerList .cont-icon .nav-block:last-child {
  width: 296px;
  float: right !important;
}
.headerList .cont-icon .nav-block:last-child .private {
  float: left !important;
}
.headerList .headLinkOption {
  padding: 0px 3px 0px 0px !important;
}
.headerList .headLinkOption:first-child {
  padding: 0px !important;
}
.headerList .private {
  line-height: 25px !important;
  font-size: 12px !important;
}
.headerList .toggleButton {
  padding: 0px !important;
}
.headerList .cntName {
  text-transform: initial;
}
.headerList .rename-list {
  margin-right: 5px;
}
.headerList #renameList,
.headerList #formDuplicate,
.headerList #formCheckIn {
  margin-top: -1px;
  display: inline-block;
}
.headerList #renameList input[type=text],
.headerList #formDuplicate input[type=text],
.headerList #formCheckIn input[type=text] {
  border: 1px solid #cdcdcd;
  padding: 0px 10px;
  min-width: 300px;
  color: #626771;
  border-radius: 20px;
  font-size: 11px;
}
.headerList #renameList input[type=text].input-ov,
.headerList #formDuplicate input[type=text].input-ov,
.headerList #formCheckIn input[type=text].input-ov {
  min-width: 0;
  width: 87px;
}
.headerList .btnGold {
  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);
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  cursor: pointer;
  padding: 0px 15px;
  float: right;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #d6bf9f;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
}
.headerList .btn-offline {
  margin: 0px 3px 0px 0px;
  padding: 5px 10px;
  font-size: 11px !important;
  line-height: 14px;
  font-weight: 800;
}
.btn-open {
  transition: all 0.3s;
  background-color: #161719;
}
.btn-open img {
  filter: brightness(0.1) invert(1) !important;
}
#searchResultGrid .listing-cont {
  margin-left: 145px;
  padding: 0px 10px 0px;
}
#searchResultGrid .listing-cont.page-0 {
  padding: 60px 10px 0px;
}
#searchResultGrid .listing-cont.listing-cont-grid.page-0 {
  padding: 220px 10px 0;
}
#searchResultGrid thead {
  display: none;
}
#searchResultGrid .hidden-grid {
  display: none;
}
.tag-grid {
  border: 1px solid #161719;
  color: #161719;
  font-weight: 600;
  border-radius: 20px;
  padding: 3px 8px;
  line-height: 12px;
  font-size: 9px;
  display: inline-block;
}
.tag-grid-red {
  border: 1px solid #980000;
  color: #980000;
}
.tag-grid-orange {
  border: 1px solid #ea9904;
  color: #ea9904;
}
.tag-grid-gold {
  border: 1px solid #B59B76;
  color: #B59B76;
}
.card-price-grid .price {
  float: left;
}
.card-price-grid .priceApp {
  float: none;
}
.card-price-grid .tool {
  display: inline-block;
  padding: 0px 3px 0px 3px;
  float: initial;
}
.card-price-grid .tool img {
  display: inline-block;
  opacity: 0.5;
  height: 13px;
}
.card-price-grid .tag {
  border: 1px solid #161719;
  color: #161719;
  line-height: 12px;
  margin-right: 3px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 9px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  padding: 3px 8px;
}
#searchResultFree .listing-cont {
  margin-left: 0px;
  padding: 0px 10px 0px;
}
#searchResultFree .wrap-build {
  background: #fff;
}
.builder-biscuit .block-small {
  background-color: #fff;
  z-index: 0;
}
.cont-dropsearch {
  background-color: rgba(26,26,26,0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.drop-wrap {
  margin: 0px 20px;
}
.cont-select .selectdiv:first-child select {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.cont-select .selectdiv:last-child select {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-right: 0px solid !important;
}
.dropcontainer {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  padding: 20px;
  position: relative;
}
.dropcontainer .sectionTitle {
  font-size: 14px;
  padding: 0px;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.dropcontainer .grid {
  grid-auto-flow: column;
  display: grid;
}
.dropcontainer label.checked {
  color: #e6e6e6 !important;
  background-color: #626771;
  border: 1px solid #626771;
}
.dropcontainer label:hover {
  color: #e6e6e6 !important;
  background-color: #626771;
  border: 1px solid #626771 !important;
}
.dropcontainer .label-input + .label-for {
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  color: #545861;
  border-radius: 3px;
  border: 1px solid #bcbcbc;
  font-size: 11px;
  margin-bottom: 3px;
  padding: 0px 10px;
}
.dropcontainer .label-input:checked + .label-for {
  color: #e6e6e6;
  background-color: #626771;
  border: 1px solid #626771;
}
.dropcontainer label {
  cursor: pointer;
  margin-bottom: 3px;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: uppercase;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  color: #545861;
  font-weight: 600;
  border: 1px solid #bcbcbc;
}
.dropcontainer .headfilter {
  padding-bottom: 20px;
}
.dropcontainer .headfilter .title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-transform: uppercase;
}
.dropcontainer .headfilter span {
  color: #888888;
}
.dropcontainer .headfilter .subtitle {
  font-size: 14px;
  color: #888888;
  text-transform: initial;
}
.dropcontainer .proportion span {
  color: #B59B76;
}
.dropcontainer .btn-close {
  height: 20px;
  margin-left: 10px;
  opacity: 0.6;
  cursor: pointer;
}
.dropcontainer .btn-go {
  background-color: #626771;
  margin-left: 10px;
  color: #f0f1f5 !important;
  text-transform: uppercase;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  text-align: center;
  font-size: 12px;
  padding: 4px 10px;
}
.dropcontainer .btn-reset {
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: #f0f1f5;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  color: #626771;
  text-align: center;
  font-size: 12px;
  padding: 4px 10px;
}
.dropcontainer .selectdiv {
  position: relative;
  width: auto;
  float: left;
}
.dropcontainer .selectdiv .hullselect {
  width: 271px !important;
}
.dropcontainer .dropdown-toggle {
  border: 0px;
  border-radius: 0px;
  font-size: 12px;
}
.dropcontainer .bootstrap-select.active .btn-light:active {
  color: #e6e6e6;
}
.dropcontainer .dropdown-menu {
  min-height: 0 !important;
}
.dropcontainer .dropdown-menu .inner {
  min-height: 0 !important;
}
.dropcontainer .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
}
.bootstrap-select .dropdown-menu {
  margin-top: 0px;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #626771;
  border-radius: 0;
}
.dropdown-item.active .text,
.dropdown-item:focus .text,
.dropdown-item:active .text {
  color: #e6e6e6;
}
.bootstrap-select.active .btn-light {
  background-color: #626771 !important;
  color: #e6e6e6 !important;
}
.bootstrap-select.selected .btn-light {
  background-color: #626771;
  color: #e6e6e6;
}
.bootstrap-select {
  border-radius: 0;
  height: 38px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 11px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 230px;
  margin-right: 15px;
}
.btn-light {
  height: 38px;
  color: #626771;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  border-radius: 0px !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #e6e6e6;
  outline: none !important;
  outline-offset: 0 !important;
  border: none !important;
}
.bootstrap-select .dropdown-menu li a {
  font-size: 10px !important;
  line-height: 34px;
}
select.transparent {
  border: none;
  color: #B59B76;
}
input.transparent {
  border: none;
  color: #B59B76;
  text-align: center;
}
.cont-search {
  position: relative;
  z-index: 10;
}
#formSearch {
  background-color: transparent;
}
#formSearch .back-block {
  text-align: center;
  padding: 4px 5px;
}
#formSearch .back-block a {
  display: block;
}
#formSearchAdvanced {
  background-color: transparent;
  position: fixed;
  right: 0;
  width: 25%;
}
#formSearchAdvanced .back-block {
  text-align: center;
  padding: 4px 5px;
}
#formSearchAdvanced .back-block a {
  display: block;
}
.s-subtit .gold {
  color: #B59B76;
  font-weight: 600;
}
.search {
  position: fixed;
  z-index: 11;
  top: 45px;
  margin: 0;
  width: 100%;
}
.search .contSearch {
  background-color: #f0f1f5;
  -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);
}
.search .drop-wrap {
  padding-left: 145px;
}
.search .drop-wrap input:focus {
  box-shadow: none;
}
.search .drop-wrap .form-control.searchName {
  color: #999;
  opacity: 1;
  background-color: #f8f9fa;
  border: 0px solid;
  border-radius: 0px;
  font-size: 16px;
  line-height: 18px;
  height: 38px;
}
.search .drop-wrap .form-control.searchName::placeholder {
  color: #999;
}
.search .cont-btn .btn {
  height: 38px;
  border-top: 0px;
  border-bottom: 0px;
}
.search .cont-btn .btn.hide-filter {
  display: none;
}
.search .cont-btn .btn-arrow:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.search .cont-btn .btn.active {
  background-color: #ffffff;
}
.search .cont-btn .btn:first-child {
  width: auto;
  min-width: 144px;
}
.search .cont-btn .btn:last-child,
.search .cont-btn #orderTab {
  color: #626771;
  border-left: 1px solid #e6e6e6;
  width: 145px;
  background: initial;
}
.search .cont-btn .btn:last-child:hover,
.search .cont-btn #orderTab:hover {
  background: initial;
}
.search .cont-btn #showFilter {
  width: auto;
  color: #B59B76;
  font-weight: 600;
}
.search .cont-btn #saveSearch {
  background: #626771;
  color: #fff;
  width: 85px;
  padding: 0;
}
.search .cont-btn #saveSearch img {
  opacity: 1;
  margin-top: -3px;
  margin-left: 3px;
}
.search .cont-btn #saveSearch a {
  display: block;
  min-height: 38px;
  line-height: 38px;
}
.search .cont-btn .star-search img {
  opacity: 0.5;
}
.search .cont-btn .star-search img:hover {
  opacity: 0.9;
}
.search .cont-btn .btn.selected {
  background-color: #626771;
  color: white;
}
.search .cont-btn .form-control.insearch {
  background: transparent;
  border: none;
  font-size: 11px;
  height: 18px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
}
.search .cont-btn .form-control.insearch:focus,
.search .cont-btn .form-control.insearch:active {
  box-shadow: none;
  background-color: white;
  color: #626771;
}
.search .cont-btn .form-control.insearch.active {
  box-shadow: none;
  background-color: #626771;
  color: white;
}
.search .cont-btn .searchSelect .btn {
  background: transparent;
  border: none;
  color: #626771;
  padding: 0 10px;
}
.search .cont-btn .searchSelect .dropdown-menu {
  border: none;
  padding: 0px !important;
  background: #ffffff;
  top: 4px !important;
  border-radius: 0 !important;
  width: 100%;
  left: 0 !important;
}
.search .cont-btn .searchSelect .dropdown-menu .dropdown-item {
  padding: 4px 22px;
  border-radius: 0px;
  height: 39px;
}
.search .cont-btn .searchSelect .dropdown-menu span {
  font-size: 12px;
}
.search .cont-btn .searchSelect img {
  height: 16px;
  margin-top: -4px;
  opacity: 0.4;
  margin-left: 3px;
}
.search .cont-btn .yachtFor .btn {
  color: white;
}
.search .cont-btn .yachtFor .btn:hover {
  background-color: #626771;
}
.search .cont-btn .yachtFor:hover,
.search .cont-btn .yachtFor.active {
  background-color: transparent;
}
.search .cont-btn .pickerselect {
  padding: 0;
}
.search .cont-btn .pickerselect .dropdown.bootstrap-select {
  width: 100%;
  height: 38px;
  transition: all 400ms ease-in-out;
}
.search .cont-btn .pickerselect .dropdown.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 18px;
}
.search .cont-btn .pickerselect .filter-option {
  padding: 0px;
  text-align: center;
}
.search .cont-btn .pickerselect .pickerselect:focus,
.search .cont-btn .pickerselect .dropdown-toggle:focus,
.search .cont-btn .pickerselect .filter-option:focus,
.search .cont-btn .pickerselect .bootstrap-select:focus {
  box-shadow: none;
}
.search .cont-btn .pickerselect .dropdown-toggle {
  display: initial;
}
.search .cont-btn .pickerselect .dropdown-toggle .filter-option-inner {
  height: 38px;
  padding: 11px 11px;
}
.search .cont-btn .pickerselect .dropdown-menu {
  top: 38px !important;
  min-height: 0 !important;
  left: 0 !important;
  width: 100%;
  transform: translate3d(0px,0,0) !important;
}
.search .cont-btn .pickerselect .dropdown-menu .inner {
  min-height: 0 !important;
}
.search .cont-btn .pickerselect:hover {
  background-color: #e2e2e2 !important;
}
.search .cont-btn .pickerselect:active,
.search .cont-btn .pickerselect:focus {
  background-color: #ffffff !important;
}
.search .cont-btn .input-text {
  padding: 0;
}
.search .cont-btn .input-text .insearch {
  padding: 0px 15px;
  height: 38px;
  border-radius: 0;
}
.search .show {
  background-color: #ffffff !important;
  color: #626771 !important;
}
.search .dropdown-menu.show {
  transform: none !important;
  top: 31px !important;
}
.search #proportion {
  font-size: 15px;
  text-transform: uppercase;
  margin: 7px 5px;
  display: inline-block;
}
.nydb-search {
  top: 38px;
}
#panel .contSearch:not(.contAdvanced) {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  margin-left: 0px;
}
#panel .gray-stripe-header {
  padding: 7px 0px 7px 145px !important;
}
#panel .gray-stripe-header .open-popup {
  cursor: pointer;
}
#panel .contAdvanced {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
#panelFree .contSearch {
  padding-left: 0px;
}
#panelFree .cont-btn .btn,
#panelFree .insearch {
  font-size: 14px;
}
#panelFree .btn-label {
  width: 200px;
}
#panelFree .typein input {
  height: 36px;
}
#panelFree .typein input::placeholder {
  color: #fff;
  opacity: 1;
}
#panelFree .typein input::-ms-input-placeholder {
  color: #fff;
}
#panelFree .typein input::-ms-input-placeholder {
  color: #fff;
}
#panelFree .typein .input-group-text {
  background-color: #626771;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 14px;
}
.builder-search .landscape50,
.region-search .landscape50,
.people-search .landscape50 {
  padding: 0 10px;
}
.builder-search .container,
.region-search .container,
.people-search .container {
  padding: 0;
  max-width: 100%;
}
.cont-news .card-news .label-new-xs .title {
  height: auto;
}
.card-team {
  margin-bottom: 20px;
}
.card-promotion {
  height: 100%;
}
.card-promotion .btn-contact {
  bottom: 15px;
}
.grey-navbar {
  background: #626771;
  background: -moz-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: -webkit-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626771",endColorstr="#8b8e94",GradientType=1);
  background: #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);
}
.grey-navbar .first-nav li {
  border-bottom: 1px solid #e6e6e69c;
}
.grey-navbar .first-nav li a {
  color: white;
}
.grey-navbar .first-nav li .searchSection.active {
  background-color: #545861;
}
.grey-navbar .first-nav li:hover .searchSection {
  background-color: #626771;
}
.grey-navbar .first-nav li:hover .searchSection a {
  color: white !important;
}
.grey-navbar .first-nav li:hover .searchSection.active {
  background-color: #545861;
}
.grey-navbar .first-nav li:hover .searchSection.active a {
  color: white !important;
}
.second-level {
  border-bottom: 0px solid transparent !important;
}
.second-level .searchSection a {
  color: #ccc;
  padding: 3px 10px;
}
#save-search,
#save-list,
#saveList,
#fastSpecsPanel,
#fastSpecsPanelLv2,
#saveShortlist,
#saveHire,
#joYref,
#ysSettings,
#addJob,
#addCrewManager {
  width: 300px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  top: 76px;
  background: #fff;
  z-index: 30;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
}
#save-search .title,
#save-list .title,
#saveList .title,
#fastSpecsPanel .title,
#fastSpecsPanelLv2 .title,
#saveShortlist .title,
#saveHire .title,
#joYref .title,
#ysSettings .title,
#addJob .title,
#addCrewManager .title {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #eff0f4;
  padding: 6px 15px;
  border: 1px solid #dbdbdb;
}
#save-search .title span,
#save-list .title span,
#saveList .title span,
#fastSpecsPanel .title span,
#fastSpecsPanelLv2 .title span,
#saveShortlist .title span,
#saveHire .title span,
#joYref .title span,
#ysSettings .title span,
#addJob .title span,
#addCrewManager .title span {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
}
#save-search .title-text,
#save-list .title-text,
#saveList .title-text,
#fastSpecsPanel .title-text,
#fastSpecsPanelLv2 .title-text,
#saveShortlist .title-text,
#saveHire .title-text,
#joYref .title-text,
#ysSettings .title-text,
#addJob .title-text,
#addCrewManager .title-text {
  line-height: 30px;
}
#save-search .btn-contact,
#save-list .btn-contact,
#saveList .btn-contact,
#fastSpecsPanel .btn-contact,
#fastSpecsPanelLv2 .btn-contact,
#saveShortlist .btn-contact,
#saveHire .btn-contact,
#joYref .btn-contact,
#ysSettings .btn-contact,
#addJob .btn-contact,
#addCrewManager .btn-contact {
  padding: 4px 10px;
}
#save-search .btn-contact.gold-trasparent,
#save-list .btn-contact.gold-trasparent,
#saveList .btn-contact.gold-trasparent,
#fastSpecsPanel .btn-contact.gold-trasparent,
#fastSpecsPanelLv2 .btn-contact.gold-trasparent,
#saveShortlist .btn-contact.gold-trasparent,
#saveHire .btn-contact.gold-trasparent,
#joYref .btn-contact.gold-trasparent,
#ysSettings .btn-contact.gold-trasparent,
#addJob .btn-contact.gold-trasparent,
#addCrewManager .btn-contact.gold-trasparent {
  padding: 3px 10px;
  background: transparent;
  border: 1px solid #B59B76;
  color: #B59B76 !important;
}
#save-search a,
#save-list a,
#saveList a,
#fastSpecsPanel a,
#fastSpecsPanelLv2 a,
#saveShortlist a,
#saveHire a,
#joYref a,
#ysSettings a,
#addJob a,
#addCrewManager a {
  color: #B59B76;
}
#save-search label.check-awesome:before,
#save-list label.check-awesome:before,
#saveList label.check-awesome:before,
#fastSpecsPanel label.check-awesome:before,
#fastSpecsPanelLv2 label.check-awesome:before,
#saveShortlist label.check-awesome:before,
#saveHire label.check-awesome:before,
#joYref label.check-awesome:before,
#ysSettings label.check-awesome:before,
#addJob label.check-awesome:before,
#addCrewManager label.check-awesome:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 16px;
}
#save-search .cnt-tag .tag,
#save-list .cnt-tag .tag,
#saveList .cnt-tag .tag,
#fastSpecsPanel .cnt-tag .tag,
#fastSpecsPanelLv2 .cnt-tag .tag,
#saveShortlist .cnt-tag .tag,
#saveHire .cnt-tag .tag,
#joYref .cnt-tag .tag,
#ysSettings .cnt-tag .tag,
#addJob .cnt-tag .tag,
#addCrewManager .cnt-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid #626771;
  color: #626771;
}
#save-search .mini-control,
#save-list .mini-control,
#saveList .mini-control,
#fastSpecsPanel .mini-control,
#fastSpecsPanelLv2 .mini-control,
#saveShortlist .mini-control,
#saveHire .mini-control,
#joYref .mini-control,
#ysSettings .mini-control,
#addJob .mini-control,
#addCrewManager .mini-control {
  font-size: 13px;
  height: 23px;
  border: 1px solid #aaa;
}
#addCorporateJob,
#editCorporateJob {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
  top: 76px;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.11);
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
}
#addCorporateJob .title,
#editCorporateJob .title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background: #eff0f4;
  padding: 6px 15px;
  border: 1px solid #dbdbdb;
}
#addCorporateJob .title span,
#editCorporateJob .title span {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
}
#addCorporateJob .title-text,
#editCorporateJob .title-text {
  line-height: 30px;
}
#addCorporateJob .btn,
#editCorporateJob .btn {
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 800;
  color: #ffffff;
  border: none;
}
#addCorporateJob .btn-contact,
#editCorporateJob .btn-contact {
  opacity: 1;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 14px;
}
#addCorporateJob .btn-close,
#editCorporateJob .btn-close {
  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);
  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);
  opacity: 1;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 14px;
}
#addCorporateJob .list-label,
#editCorporateJob .list-label {
  line-height: 38px;
}
#addCorporateJob .minus,
#editCorporateJob .minus {
  font-size: 15px;
  font-weight: 600;
}
#addCorporateJob .btn-bordeaux,
#editCorporateJob .btn-bordeaux {
  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);
  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);
  border: none;
  display: inline-block;
  float: initial;
  cursor: pointer;
  padding: 5px 15px;
  text-align: center;
  margin: 0px;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
  border-radius: 20px;
}
.shader4 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 22;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  color: #495057;
  font-weight: 500;
}
.chosen-container-single .chosen-single div b {
  background: none !important;
}
.chosen-container-single .chosen-single div b::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url('/core/img/arrow-select-white1.png') no-repeat;
  margin-top: 5px;
  display: inline-block;
}
#fastSpecsPanel {
  width: 800px !important;
  height: calc(100vh - 180px);
}
#fastSpecsPanelLv2 {
  width: 800px !important;
}
#save-list,
#saveShortlist,
#saveHire,
#addJob,
#addCrewManager {
  top: 200px;
}
#fastSpecsPanel.full {
  width: calc(100% - 182px) !important;
  left: initial !important;
  right: 21px !important;
  top: 55px;
  height: calc(100vh - 70px);
}
#fastSpecsPanel.min {
  height: initial;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
.conciergeServices {
  margin-top: 100px;
}
.conciergeServices .head-step .gold {
  color: #B59B76;
}
.conciergeServices .icon {
  display: table-cell;
}
.conciergeServices .icon img {
  height: 80px;
  opacity: 0.8;
}
.conciergeServices .icon span {
  display: block;
}
.conciergeServices .services {
  margin-top: 50px;
  margin-bottom: 40px;
  display: table;
  width: 100%;
}
.conciergeServices .contact {
  margin: 35px 0px 10px;
}
.conciergeServices .contact .btn-contact {
  margin-top: 20px;
}
.conciergeServices .tip {
  margin: 0px;
}
#advancedSearch.contSearch {
  background: none;
  background: #f0f1f5;
  z-index: 14;
}
#saveList.save-list,
#fastSpecsPanel,
#fastSpecsPanelLv2,
#saveShortlist,
#saveHire,
#joYref,
#ysSettings,
#addJob,
#addCrewManager {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  width: 350px;
  top: 10px;
  position: fixed;
  margin: 0 auto;
  top: 90px;
  right: 0;
  left: 0;
}
#saveList.save-list .btn-close,
#fastSpecsPanel .btn-close,
#fastSpecsPanelLv2 .btn-close,
#saveShortlist .btn-close,
#saveHire .btn-close,
#joYref .btn-close,
#ysSettings .btn-close,
#addJob .btn-close,
#addCrewManager .btn-close {
  background: #929ca8;
  background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
  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);
  opacity: 1;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 14px;
}
#saveList.save-list .btn,
#fastSpecsPanel .btn,
#fastSpecsPanelLv2 .btn,
#saveShortlist .btn,
#saveHire .btn,
#joYref .btn,
#ysSettings .btn,
#addJob .btn,
#addCrewManager .btn {
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 800;
}
#saveList.save-list .list-label,
#fastSpecsPanel .list-label,
#fastSpecsPanelLv2 .list-label,
#saveShortlist .list-label,
#saveHire .list-label,
#joYref .list-label,
#ysSettings .list-label,
#addJob .list-label,
#addCrewManager .list-label {
  line-height: 38px;
}
#saveList.save-list .btn-close,
#fastSpecsPanel .btn-close,
#fastSpecsPanelLv2 .btn-close,
#saveShortlist .btn-close,
#saveHire .btn-close,
#joYref .btn-close,
#ysSettings .btn-close,
#addJob .btn-close,
#addCrewManager .btn-close {
  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);
  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);
}
#ysSettings {
  width: calc(100% - 60px);
  top: 20px;
  height: calc(100vh - 85px);
  overflow-y: auto;
}
#ysSettings label {
  font-weight: 800;
}
#ysSettings .latNav {
  margin-left: 165px;
  height: calc(100vh - 125px);
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ysSettings .input-border.minus-group {
  display: inline-block;
  width: calc(100% - 70px);
}
#ysSettings .group-box {
  display: inline-block;
  padding: 6px 11px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background: #e9ecef;
  width: 36px;
  height: 36px;
  position: relative;
  top: -1px;
  margin-left: 30px;
}
#saveHire,
#addCrewManager {
  width: 500px;
}
.shader2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 22;
}
#saveHire,
#addCrewManager {
  overflow: visible;
}
#saveHire .input-border,
#addCrewManager .input-border {
  border: 1px solid #ced4da;
}
#advancedSearch .input-border .chosen-container-single,
#saveHire .input-border .chosen-container-single,
#addCrewManager .input-border .chosen-container-single {
  width: 100% !important;
}
#advancedSearch .input-border .chosen-single,
#advancedSearch .input-border .chosen-choices,
#saveHire .input-border .chosen-single,
#saveHire .input-border .chosen-choices,
#addCrewManager .input-border .chosen-single,
#addCrewManager .input-border .chosen-choices {
  color: #161719 !important;
  border: none;
  background: transparent !important;
  border-radius: 0;
  padding: 8px;
  height: calc(2.25rem + 2px);
}
#advancedSearch .input-border .chosen-single div,
#advancedSearch .input-border .chosen-choices div,
#saveHire .input-border .chosen-single div,
#saveHire .input-border .chosen-choices div,
#addCrewManager .input-border .chosen-single div,
#addCrewManager .input-border .chosen-choices div {
  top: 10px;
}
#advancedSearch .input-border .chosen-single .chosen-search-input,
#advancedSearch .input-border .chosen-choices .chosen-search-input,
#saveHire .input-border .chosen-single .chosen-search-input,
#saveHire .input-border .chosen-choices .chosen-search-input,
#addCrewManager .input-border .chosen-single .chosen-search-input,
#addCrewManager .input-border .chosen-choices .chosen-search-input {
  color: #495057 !important;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#advancedSearch .input-border .chosen-single .search-choice,
#advancedSearch .input-border .chosen-choices .search-choice,
#saveHire .input-border .chosen-single .search-choice,
#saveHire .input-border .chosen-choices .search-choice,
#addCrewManager .input-border .chosen-single .search-choice,
#addCrewManager .input-border .chosen-choices .search-choice {
  background: none;
  margin: 0px 5px 3px 0;
}
#advancedSearch .input-border .chosen-choices,
#saveHire .input-border .chosen-choices,
#addCrewManager .input-border .chosen-choices {
  overflow: auto;
}
#advancedSearch .input-border .chosen-choices .search-field,
#saveHire .input-border .chosen-choices .search-field,
#addCrewManager .input-border .chosen-choices .search-field {
  height: 21px;
}
#advancedSearch .input-border .chosen-drop,
#saveHire .input-border .chosen-drop,
#addCrewManager .input-border .chosen-drop {
  border-top: 1px solid #aaa;
}
#advancedSearch .input-border .select2-selection--single,
#saveHire .input-border .select2-selection--single,
#addCrewManager .input-border .select2-selection--single {
  height: calc(2.25rem + 2px);
  border: 0;
  padding-top: 8px;
}
#advancedSearch .input-border .select2-selection--single .select2-selection__rendered,
#saveHire .input-border .select2-selection--single .select2-selection__rendered,
#addCrewManager .input-border .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}
#advancedSearch .input-border .select2-selection--single .select2-selection__arrow,
#saveHire .input-border .select2-selection--single .select2-selection__arrow,
#addCrewManager .input-border .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.select2-results {
  font-size: 13px;
}
#advancedSearch {
  font-weight: 500;
  color: #161719 !important;
  height: calc(100vh - 38px);
  height: -webkit-calc(100vh - 38px);
  width: 25%;
  position: fixed;
  right: 0;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0,0,0.3,1);
}
#advancedSearch .lens {
  height: 15px;
  margin-right: 5px;
}
#advancedSearch .filterScroll {
  background-color: #fff;
  color: #161719;
  overflow-y: auto;
  margin: 0 -15px;
  padding: 0 15px;
  height: calc(100vh - 220px);
  height: -webkit-calc(100vh - 220px);
  transition: max-height 1s;
}
#advancedSearch .filterScroll.open {
  overflow-y: auto;
  max-height: calc(100vh - 115px);
  transition: max-height 1s;
}
#advancedSearch .filterScroll.filterCrew {
  height: calc(100vh - 174px);
}
#advancedSearch .filterScroll.filterOpp {
  height: calc(100vh - 136px);
}
#advancedSearch .filterScroll.filterItinerary,
#advancedSearch .filterScroll.filterJobs {
  height: calc(100vh - 182px);
}
#advancedSearch .label-input + .label-for {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 11px;
  background: #f0f1f5;
  padding: 3px 15px;
  border: 1px solid #161719;
  line-height: 16px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 20px;
}
#advancedSearch .label-input:checked + .label-for {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  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);
  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);
}
#advancedSearch .col-custom-7 {
  max-width: 14.285714%;
}
#advancedSearch .col-custom-5 {
  max-width: 20%;
  flex: 0 0 20%;
}
#advancedSearch .border-b {
  border-bottom: 1px solid #ced4da;
  padding: 0 15px;
}
#advancedSearch .border-t {
  border-top: 1px solid #ced4da;
  margin: 0 -15px;
  padding: 0 15px;
}
#advancedSearch .containerFilter {
  background: #fff;
  padding: 15px;
  margin: 0 -15px;
}
#advancedSearch .containerFilter label.inputparent {
  text-transform: uppercase;
  text-transform: uppercase;
  cursor: pointer;
  background: #eee;
  margin-bottom: 5px;
  padding: 3px 12px;
  font-size: 11px;
  border-radius: 3px;
  color: #161719;
  border: 1px solid #161719;
  font-weight: 500;
  border-radius: 20px;
}
#advancedSearch .containerFilter label.inputparent.checked {
  color: white;
  background-color: #161719;
  border: 1px solid #161719;
}
#advancedSearch .containerFilter #cryteria {
  text-transform: capitalize;
}
#advancedSearch .containerFilter #cryteria span {
  display: inline-block;
  margin: 0 1px;
}
#advancedSearch .containerFilter #cryteria b {
  text-transform: uppercase;
  color: #161719;
}
#advancedSearch .containerFilter #cryteria .dv {
  color: #ccc;
}
#advancedSearch .containerFilter #destinations_chosen,
#advancedSearch .containerFilter #destinations_chosen ul {
  height: auto;
}
#advancedSearch .input-border {
  border-bottom: 1px solid #ced4da;
}
#advancedSearch .input-border .form-control {
  border: none;
  font-size: 12px;
  padding: 8px;
  font-weight: 500;
  color: #161719;
}
#advancedSearch .input-border .form-control::placeholder {
  color: #495057;
  opacity: 1;
  font-weight: 500;
}
#advancedSearch .input-border .form-control::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
  font-weight: 500;
}
#advancedSearch .input-border .form-control::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
  font-weight: 500;
}
#advancedSearch .moreFilters-submenu {
  font-weight: 600;
  background-color: #f0f1f5;
  position: relative;
  padding: 10px 15px;
  margin: 0 -15px;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
}
#advancedSearch .moreFilters-submenu .fas {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
#advancedSearch .toggleButton {
  font-size: 12px;
}
#advancedSearch .toggleButton select {
  background: #f0f1f5;
  border: none;
  color: #626771;
}
#advancedSearch .toggleButton select:focus {
  outline: none;
}
#advancedSearch .toggleButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#advancedSearch .toggleButton .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
#advancedSearch .toggleButton input:checked + .slider {
  background-color: #626771;
}
#advancedSearch .toggleButton input:focus + .slider {
  box-shadow: 0 0 1px #626771;
}
#advancedSearch .toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}
#advancedSearch .toggleButton .slider.round {
  border-radius: 34px;
}
#advancedSearch .toggleButton .slider.round:before {
  border-radius: 50%;
}
#advancedSearch .toggleButton .btn-reset {
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px 20px;
  border: 0px solid;
}
#advancedSearch .title-head-search {
  background: #f0f1f5;
}
#advancedSearch .title-head-search input,
#advancedSearch .title-head-search select {
  background-color: #f0f1f5;
  border: none;
  width: 100%;
  border-radius: 0;
}
#advancedSearch .title-head-search .no-pad {
  padding: 0;
}
#advancedSearch .title-head-search .big-input {
  padding: 8px;
  width: 100%;
}
#advancedSearch .title-head-search .big-input .btn {
  width: 100%;
  padding: 6px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  border: none;
}
#advancedSearch .title-head-search .small-input {
  padding: 10px;
}
#advancedSearch .title-head-search .small-input::placeholder {
  color: #57595d;
}
#advancedSearch .title-head-search .layout-input {
  padding: 14px 0;
}
#advancedSearch .title-head-search .layout-input i,
#advancedSearch .title-head-search .layout-input span {
  vertical-align: middle;
}
#advancedSearch .title-head-search .border-dx {
  border-right: 1px solid #ced4da !important;
}
#advancedSearch .title-head-search .label-input + .label-for {
  border: none;
  width: calc(100% - 10px);
  padding: 10px;
  border-radius: 0;
  border-radius: 20px;
  margin: 5px;
  border-right: 0 solid !important;
}
#advancedSearch .change-display {
  font-size: 20px;
  margin: 0 4px;
  cursor: pointer;
}
#advancedSearch .change-display.active {
  color: #B59B76;
}
#advancedSearch .counter {
  position: absolute;
  right: 20px;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  border: 1px solid #ced4da;
  background-color: #d6d6d6;
}
#advancedSearch .counter.activ {
  background-color: #161719;
  border-color: #161719;
  color: #fff;
}
#advancedSearch .btn-reset {
  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);
  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);
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px 20px;
  border: 0px solid;
}
#advancedSearch .freesearch {
  text-transform: uppercase;
  text-transform: uppercase;
}
#advancedSearch .freesearch.active {
  background-color: #626771;
  color: #fff;
  font-weight: 400;
}
#advancedSearch .viewas {
  border: none;
  font-size: 12px;
  padding: 16px 8px;
  height: auto !important;
  width: 95% !important;
}
.bold {
  font-weight: 600 !important;
}
#advancedSearch.closeAdv {
  transform: translateX(100%);
}
.cnt-numbers {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background-color: #f9fafe;
  width: 100%;
  padding-left: 145px;
  z-index: 10;
  padding-top: 15px;
  position: fixed;
  max-width: 75%;
  padding-right: 30px;
}
.card-number {
  -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: 5px;
  background: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
.card-number .border-dx {
  border-right: 1px solid #ced4da;
}
.card-number .no-pad {
  padding: 0;
}
.card-number .head-number {
  padding: 5px 10px;
  line-height: 14px;
  border-bottom: 1px solid #ced4da;
  background-color: #eff0f4;
  font-weight: 800;
}
.card-number .one-number {
  padding: 5px;
  text-align: center;
  height: 100%;
  max-height: 47px;
  overflow: hidden;
}
.card-number .one-number .thevalue {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.card-number .one-number .thedesc {
  font-size: 11px;
  letter-spacing: -0.5px;
}
.card-number .one-number .theregion {
  font-weight: 600;
}
.card-number .one-number .btn-contact {
  font-size: 8px;
  padding: 2px 5px;
  min-width: 80%;
  font-weight: 500;
  border-radius: 20px;
  border: 0px solid;
}
.card-number .one-number .btn-contact.grej {
  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);
  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);
  margin-bottom: 2px;
}
.card-number .one-number .list-sel-all,
.card-number .one-number .list-de-sel-all {
  cursor: pointer;
  font-size: 8px;
  color: #B59B76;
}
.card-number .one-number.auto {
  max-height: none;
}
.card-number .one-number.single .btn-contact {
  padding: 3px 5px;
  height: 31px;
  line-height: 26px;
  margin: 1px 0px;
}
.card-number .card-title-number {
  font-size: 32px;
  font-weight: 800;
  padding-top: 8px;
}
.card-number .card-title-info {
  font-size: 16px;
  padding-bottom: 10px;
}
.toggle-menu-adv,
.add-new-yacht {
  cursor: pointer;
  width: 100%;
  color: #B59B76;
  font-size: 9px;
  line-height: 14px;
  font-weight: 600;
}
.cnt-numbers.fullWidth {
  max-width: 100%;
}
.card-number.noBorder {
  border-radius: 0px;
  box-shadow: 0px 0px 6px 0px #00000000;
}
.bLoaderFilters {
  display: block;
  background-color: #f9fafee6;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
}
.sub-panel {
  padding: 55px 25px 0px 10px !important;
}
.sub-panel #formContainer {
  overflow: hidden;
  height: calc(100vh - 110px);
  left: 0px;
  width: 100%;
  position: relative;
  padding: 0px;
  margin-top: 0px;
  margin-left: 5px;
  border: 1px solid #eee;
}
.sub-panel #formContainer .anchor {
  position: absolute;
  overflow-y: auto;
  height: calc(100vh - 110px);
  z-index: 5;
}
.sub-panel #formContainer .first-nav {
  margin-top: 0;
  border-bottom: none;
}
.sub-panel #formContainer .first-nav li {
  border-bottom: 1px solid #ffffff17;
}
.sub-panel #formContainer .first-nav li .searchSection a {
  padding: 7px 10px;
}
.sub-panel #formContainer .panelContainer {
  overflow-y: scroll;
  height: calc(100vh - 112px);
}
.sub-panel #formContainer .panelContainer.morePad {
  padding: 0 !important;
}
.sub-panel #formContainer .title.mlButtons .input-border {
  border-radius: 20px;
}
.sub-panel #formContainer .ca-sale .input-border,
.sub-panel #formContainer .ca-charter .input-border,
.sub-panel #formContainer .mgallery .input-border {
  border: 1px solid #ced4da;
  border-radius: 0px;
  padding: 0 10px;
}
.sub-panel #formContainer .ca-sale .input-border .form-control,
.sub-panel #formContainer .ca-charter .input-border .form-control,
.sub-panel #formContainer .mgallery .input-border .form-control {
  border: none;
  height: 34px;
  font-weight: 400;
  font-size: 14px !important;
  padding: 0 3px;
  box-shadow: none;
}
.sub-panel #formContainer .ca-sale .input-border #typeSearchMediaLibrary0,
.sub-panel #formContainer .ca-charter .input-border #typeSearchMediaLibrary0,
.sub-panel #formContainer .mgallery .input-border #typeSearchMediaLibrary0 {
  border-radius: 20px;
  font-size: 11px !important;
}
.sub-panel #formContainer .latNav {
  margin-left: 130px;
  margin-top: 15px;
  height: 100vh;
}
.sub-panel #formContainer .latNav table {
  font-size: 15px;
}
.sub-panel #formContainer .latNav table thead {
  background: transparent;
}
.sub-panel #formContainer .latNav.morePad {
  margin-left: 160px !important;
}
.sub-panel #formContainer .btnGold {
  top: 7px;
}
.sub-panel #formContainer .biscuit {
  border-radius: 12px;
  height: 155px;
}
.sub-panel #formContainer .form-control {
  border: 1px solid #ced4da;
}
.sub-panel #formContainer select {
  height: 34px;
  padding: 0px !important;
}
.sub-panel #formContainerLv2,
.sub-panel #formContainerLv3 {
  font-family: 'Montserrat', sans-serif;
  padding: 15px 30px 20px 15px;
  border: 1px solid #eee;
  margin-top: 48px;
  width: calc(100% - 326px);
  margin-left: 160px;
  height: calc(100% - 111px);
}
.sub-panel #formContainerLv2 .form-container-head .gray-stripe,
.sub-panel #formContainerLv3 .form-container-head .gray-stripe {
  border: 1px solid #dbdbdb;
  top: 39px;
  left: 160px;
}
.sub-nav #formContainer .latNav {
  margin-left: 145px !important;
}
.sub-panel.noNav #formContainerLv2,
.sub-panel.noNav #formContainerLv3 {
  margin-top: 38px;
  width: calc(100% - 180px);
}
.sub-panel.noNav #formContainerLv2 .form-container-head .gray-stripe,
.sub-panel.noNav #formContainerLv3 .form-container-head .gray-stripe {
  top: 38px;
}
.ca-listings .btn-contact {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 22px !important;
  padding: 0px 15px !important;
  border: 1px solid #626771;
}
.ca-listings .btn-success {
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
}
.ca-listings .tgl-group {
  display: inline-flex;
  margin-right: 15px;
}
.ca-listings .tgl-group span {
  margin-right: 10px;
  display: block;
  line-height: 26px;
}
.ca-listings .tgl {
  display: none !important;
}
.ca-listings .tgl,
.ca-listings .tgl:after,
.ca-listings .tgl:before,
.ca-listings .tgl *,
.ca-listings .tgl *:after,
.ca-listings .tgl *:before,
.ca-listings .tgl + .tgl-btn {
  box-sizing: border-box;
}
.ca-listings .tgl::-moz-selection,
.ca-listings .tgl:after::-moz-selection,
.ca-listings .tgl:before::-moz-selection,
.ca-listings .tgl *::-moz-selection,
.ca-listings .tgl *:after::-moz-selection,
.ca-listings .tgl *:before::-moz-selection,
.ca-listings .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.ca-listings .tgl::selection,
.ca-listings .tgl:after::selection,
.ca-listings .tgl:before::selection,
.ca-listings .tgl *::selection,
.ca-listings .tgl *:after::selection,
.ca-listings .tgl *:before::selection,
.ca-listings .tgl + .tgl-btn::selection {
  background: none;
}
.ca-listings .tgl + .tgl-btn {
  outline: 0;
  display: block;
  height: 24px;
  width: 50px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ca-listings .tgl + .tgl-btn:after,
.ca-listings .tgl + .tgl-btn:before {
  position: absolute;
  display: block;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
}
.ca-listings .tgl + .tgl-btn:before {
  display: none;
}
.ca-listings .tgl:checked + .tgl-btn:after {
  left: 57%;
}
.ca-listings .tgl-light + .tgl-btn {
  background: #d6d6d6;
  border-radius: 2em;
  padding: 0px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.ca-listings .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.ca-listings .tgl-light:checked + .tgl-btn {
  background: #B59B76;
}
.ca-listings .biscuit {
  border-radius: 0px !important;
  height: 100% !important;
}
.mediaGallery {
  border: 0px solid !important;
}
.mediaGallery #mlImgcontainer .overflowList.overflowListCover {
  height: calc(100vh - 260px);
}
.blog .notify {
  background-color: #B59B76;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}
.blog .sheet-card .inner {
  border: 1px solid #e6e6e6;
}
.blog .newBlog-panel {
  padding: 0px !important;
}
.blog .input-disabled {
  background-color: #e9ecef;
}
.blog .loaderIcon {
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 11px;
  right: 50px;
  font-size: 14px;
}
.blog .borderRight {
  border-right: 1px solid #e6e6e6;
}
.blog .sheet-card.form-group.top {
  margin-bottom: 0px !important;
  padding-right: 0px;
}
.blog .sheet-card.form-group.top .inner {
  border-right: none;
  border-left: none;
  height: 92px;
}
.blog .cntFilters {
  padding: 15px 15px 10px 15px;
  background-color: white;
}
.blog .cntFilters .form-group {
  margin-bottom: 10px !important;
}
.blog .cntFilters .input-border {
  border: none !important;
}
.blog .cntFilters select,
.blog .cntFilters input {
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  width: 100%;
  padding: 4px 5px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 10px !important;
}
.blog .cntFilters input {
  padding: 4px 8px !important;
}
.blog .cntFilters .btnGold {
  top: 1px !important;
  height: 25px !important;
  width: 100% !important;
  position: relative !important;
  right: 0px !important;
}
.blog .cntFilters .btnGrey {
  top: 1px !important;
  height: 25px !important;
  width: 100% !important;
  position: relative !important;
  right: 0px !important;
}
.blog .cntFilters .resetFilter {
  text-align: right;
  color: #B59B76;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.blog .cntChat {
  height: calc(100vh - 166px);
  overflow-y: scroll;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.blog .cntChat .scrollChat {
  display: table;
  width: 100%;
}
.blog .cntChat .scrollChat .actions {
  z-index: 9;
  position: relative;
  right: 15px;
  top: 38px;
  float: right;
}
.blog .cntChat .scrollChat .actions div {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.blog .cntChat .scrollChat .actions div i {
  font-size: 14px;
}
.blog .cntChat .scrollChat .actions div img {
  margin-top: -3px;
}
.blog .cntChat .scrollChat .actions .icon-trash {
  color: #74777f;
}
.blog .cntChat .sheet-card.form-group {
  padding-right: 0;
  width: 100%;
  margin-top: -25px;
}
.blog .cntChat .sheet-card .inner {
  border-bottom: 0px solid;
}
.blog .cntChat .chat {
  cursor: pointer;
}
.blog .cntChat .chat .cont-text {
  display: inline-block;
  word-break: break-word;
}
.blog .cntChat .chat .cont-text a {
  color: #B59B76;
}
.blog .cntChat .chat.active .inner {
  background: #eff0f4;
}
.blog .cntChat .chat.active .footer {
  background: #e7e9ef;
}
.blog .cntMessages {
  position: relative;
  height: calc(100vh - 75px);
}
.blog .cntMessages .sheet-card {
  box-shadow: none;
}
.blog .cntMessages .sheet-card .inner {
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0);
}
.blog .cntMessages .sheet-card .inner .cont-title {
  position: relative;
}
.blog .cntMessages .sheet-card .inner .cont-title .tit {
  line-height: 20px;
}
.blog .cntMessages .sheet-card .inner .cont-title .detail {
  line-height: 15px;
}
.blog .cntMessages .sheet-card .inner .cont-title .tag {
  margin-top: 5px;
}
.blog .cntMessages .sheet-card .inner .cont-title .type {
  position: absolute;
  top: 0;
  right: 0px;
}
.blog .cntMessages .sheet-card .inner .cont-title .edit-blog {
  position: relative;
  top: initial;
  right: initial;
}
.blog .cntMessages .sheet-card .inner .cont-title .delete-post {
  position: relative;
  top: 2px;
  right: initial;
  margin-right: 5px;
  cursor: pointer;
}
.blog .cntBlog {
  height: calc(100vh - 256px);
  width: 100%;
  overflow-y: scroll;
  padding: 15px;
  position: relative;
}
.blog .cntBlog .sheet-card:last-child {
  margin-bottom: 0px !important;
}
.blog .boxSend {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0px !important;
}
.blog .boxSend .sheet-card.form-group {
  padding: 0px;
  margin-bottom: 0px !important;
}
.blog .boxSend .sheet-card.form-group .inner {
  background: #eff0f4;
  border: 1px solid #e6e6e6;
}
.blog .boxSend .cntDropzone {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
  margin: 0px 0px 0px 15px;
  border-radius: 50%;
  float: left;
}
.blog .boxSend .dropzone {
  width: 40px;
  height: 40px;
  position: absolute !important;
  z-index: 10;
  border-radius: 50%;
  float: left;
}
.blog .boxSend .circle {
  width: 40px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  box-shadow: 1px 1px 5px 0px #adadad;
  height: 40px;
  border-radius: 50%;
  float: left;
  position: relative;
}
.blog .boxSend .circle img {
  width: 18px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.blog .boxSend .circle.photo {
  background-color: white;
  margin: 0;
}
.blog .boxSend .circle.send {
  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);
  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);
  margin: 0px 0px 0px 15px;
}
.blog .boxSend .circle.send img {
  left: -3px;
}
.blog .boxSend .cntTextarea {
  width: 87%;
  float: left;
  margin-right: 5px;
}
.blog .boxSend .cntTextarea textarea {
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 12px;
}
.blog .boxSend .cntTextarea .previewImg {
  display: inline-block;
  padding: 6px 10px;
  font-size: 11px;
  background-color: #d9d9d9;
  border-radius: 15px;
  margin-top: 8px;
  margin-right: 8px;
  line-height: 13px;
}
.blog .boxSend .cntTextarea .previewImg img {
  height: 14px;
}
.blog .boxSend .cntTextarea .previewImg .del-img {
  cursor: pointer;
}
.blog .boxSend .dz-preview {
  display: none;
}
.blog .sheet-card.form-group {
  margin-bottom: 15px !important;
  width: 100%;
}
.blog .sheet-card {
  float: left;
  padding-right: 20px;
}
.blog .sheet-card .inner .hr {
  margin: 10px 0px;
  border-top: 1px solid #dbdbdb;
  height: 0;
}
.blog .sheet-card .inner .cont-title .tit {
  font-size: 18px;
}
.blog .sheet-card .inner .cont-title .tit a {
  color: #626771;
}
.blog .sheet-card .inner .cont-title .detail {
  font-size: 13px;
  line-height: 13px;
  margin-top: 0px;
}
.blog .sheet-card .inner .cont-title .user {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0px;
}
.blog .sheet-card .inner .cont-title .user span {
  font-size: 11px;
}
.blog .sheet-card .inner .cont-title .date {
  font-size: 13px;
  line-height: 16px;
}
.blog .sheet-card .inner .cont-title .edit-blog {
  position: absolute;
  top: 0;
  right: 20px;
  height: 15px;
  cursor: pointer;
}
.blog .sheet-card .inner .cont-text {
  font-size: 13px;
  margin-top: 5px;
}
.blog .sheet-card .inner .cont-text p {
  margin: 0px;
}
.blog .sheet-card .inner .img-attached {
  max-width: 150px;
  margin-top: 10px;
  margin-right: 10px;
}
.blog .sheet-card .footer .cntNumbers {
  display: inline-block;
  float: right;
}
.blog .sheet-card .footer .cntNumbers .icon {
  display: inline-block;
  margin-left: 5px;
}
.blog .sheet-card .footer .cntNumbers .icon img {
  margin-top: -3px;
  opacity: 1;
  height: 13px;
  transition: 300ms all;
}
.blog .sheet-card .edit-message {
  position: absolute;
  bottom: 14px;
  right: 53px;
  height: 14px;
  cursor: pointer;
}
.blog .sheet-card .delete-reply {
  position: absolute;
  bottom: 10px;
  right: 35px;
  cursor: pointer;
  font-size: 14px;
}
.blog .sheet-card .form-message {
  margin: 15px 0;
}
.blog .sheet-card.sender {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}
.blog .sheet-card.sender .inner {
  background: #eff0f4;
  border: 1px solid #e6e6e6;
}
.blog .sheet-card.sender .edit-message {
  right: 33px;
}
.blog .sheet-card.sender .delete-reply {
  right: 15px;
}
.blog .newBlog-panel .btn {
  position: relative !important;
  top: 7px !important;
  right: initial !important;
  float: initial !important;
  margin: 0px !important;
}
.blog .newBlog-panel label {
  font-weight: 500;
}
.blog .newBlog-panel textarea {
  border-radius: 20px;
  height: 130px;
}
.blog .newBlog-panel .input-border {
  border: 1px solid #ced4da;
  padding: 0 10px;
}
.blog .newBlog-panel .input-border .form-control {
  border: none;
  height: 32px;
}
.blog .newBlog-panel .title-text {
  text-transform: capitalize;
}
.blog .newBlog-panel .title-text b {
  font-weight: 500;
}
.blog .newBlog-panel .form-check-label {
  padding: 7px !important;
}
.blog .newBlog-panel .shortTitle {
  border-left: 0px solid !important;
  border-bottom: 0px solid !important;
}
.blog .newBlog-panel .inner {
  border-left: 0px solid !important;
}
.blog .noAction {
  margin-top: 0 !important;
}
.blog .noAction .tag.abs {
  right: 15px;
}
.calendar-cnt {
  font-size: 14px;
  border: 1px solid #dbdbdb;
}
.calendar-cnt .b-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.calendar-cnt .b-left {
  border-left: 1px solid #e0e0e0;
}
.calendar-cnt .b-right {
  border-right: 1px solid #e0e0e0;
}
.calendar-cnt .arrow {
  height: 20px !important;
}
.calendar-cnt .int {
  height: 100%;
  position: relative;
  z-index: 1;
}
.calendar-cnt .int-white {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar-cnt .int-year {
  font-weight: 600;
}
.calendar-cnt .day-container {
  padding-right: 15px;
}
.calendar-cnt .calendar-block {
  height: 38px;
  line-height: 38px;
  padding: 0 1px;
  text-align: center;
  position: relative;
  margin: 0 0.5px;
}
.calendar-cnt .calendar-block.head {
  background: #292929 !important;
}
.calendar-cnt .calendar-block.header {
  margin: 0;
}
.calendar-cnt .calendar-block.undeletable .back.active {
  background: #980000;
}
.calendar-cnt .calendar-block.undeletable.anniversary .back {
  background: #626771;
}
.calendar-cnt .calendar-block.undeletable.survey .back {
  background: #99a2b5;
}
.calendar-cnt .input-calendar {
  border: 1px solid #ced4da !important;
  font-weight: 600;
  color: #626771;
  height: auto !important;
  background: #fff;
  font-size: 13px !important;
  border-radius: 3px !important;
  display: inline-block;
  padding: 2px 5px !important;
  text-transform: uppercase;
  width: auto !important;
  margin-top: 7px;
  float: right;
}
.calendar-cnt .m-bottom-calendar {
  margin-bottom: 1px;
}
.calendar-cnt .head .calendar-block {
  height: 37px;
}
.calendar-cnt .col-sx {
  padding: 0 0 0 15px;
}
.calendar-cnt .col-sx .calendar-block {
  margin: 0 1px 0 0;
}
.calendar-cnt .col-dx {
  padding: 0 15px 0 0px;
}
.calendar-cnt .col-dx .calendar-block {
  margin: 0 0 0 1px;
}
.calendar-cnt .col-center {
  padding: 0;
}
.calendar-cnt .back {
  height: 100%;
  background: #eff0f4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.calendar-cnt .back.active {
  background: #b59b76;
}
.calendar-cnt .back-label {
  background: #292929;
  color: #fff;
  font-weight: 600;
}
.calendar-cnt .plus-booking {
  color: #fff;
  width: 26px !important;
  height: 24px !important;
  margin-top: 7px;
  font-size: 24px !important;
  line-height: 19px !important;
  padding: 0 !important;
}
.calendar-cnt.head-cnt {
  border-bottom: 1px solid white;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cntCalendar .calendar-cnt {
  border-top: 0px solid;
}
.cntCalendar .calendar-cnt .int-white {
  font-weight: 500;
  font-size: 10px;
  line-height: 31px;
  word-break: break-word;
}
.cntCalendar .calendar-cnt .int-white .icon {
  display: block;
  float: left;
  margin-right: 5px;
  height: 14px;
}
.cntCalendar .calendar-cnt .int-white a {
  color: white;
  font-weight: 600;
}
.cntCalendar .calendar-cnt .calendar-block {
  height: 31px;
  display: table;
  width: 100%;
}
.cntCalendar .calendar-cnt .head .calendar-block {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
}
.cntCalendar .calendar-cnt .head.calendar-block {
  border-right: 1px solid white;
}
.cntCalendar .calendar-cnt .m-bottom-calendar .int-white {
  padding: 0px 5px;
  text-align: left;
  line-height: initial;
  font-size: 10px;
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
}
.cntCalendar .calendar-cnt .calendar-block img {
  margin-top: -2px;
}
.booking-intel .hub-card {
  overflow: visible;
  box-shadow: none;
}
.booking-intel .cnt-intel {
  margin: 0px;
}
.booking-intel .cnt-intel .card-number {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.booking-intel .card-number.card-intel {
  margin: 0px !important;
  box-shadow: 0px -4px 6px -5px rgba(0,0,0,0.22) !important;
  position: relative;
  z-index: 1;
}
.booking-intel .head-number .dropdown-filter .select-bold {
  padding: 0px 5px;
}
.booking-intel .sheet-card .boxCalendarInt {
  padding: 0px 2px 0px !important;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #57595d;
  border: 0px none #57595d;
  border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
  background: #57595d;
}
::-webkit-scrollbar-thumb:active {
  background: #57595d;
}
::-webkit-scrollbar-track {
  background: #e2e2e2;
  border: 0px none #e2e2e2;
  border-radius: 1px;
}
::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
}
::-webkit-scrollbar-track:active {
  background: #e2e2e2;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.inner .tag,
.footer .tag {
  line-height: 16px;
  border: 1px solid #bcbcbc;
  color: #545861;
  text-transform: uppercase;
  text-transform: uppercase;
}
.inner .tag.gold,
.footer .tag.gold {
  color: #B59B76;
  border: 1px solid #B59B76;
}
.inner .tag.red,
.footer .tag.red {
  color: #980000;
  border: 1px solid #980000;
}
.inner .tag.grey,
.footer .tag.grey {
  color: #161719;
  border: 1px solid #161719;
}
.inner .tag.abs,
.footer .tag.abs {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: none;
}
.inner .min,
.footer .min {
  font-size: 11px;
}
.inner .actions,
.footer .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.inner .actions div,
.footer .actions div {
  display: inline-block;
  margin-left: 5px;
}
.inner .actions img,
.footer .actions img {
  margin-top: -3px;
}
.cntStatus .toggleButton,
.cntStatus .status {
  display: inline-block;
}
.card-opportunity {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  background-color: #fff;
}
.card-opportunity a {
  color: #161719;
}
.card-opportunity hr {
  margin: 8px -8px;
}
.card-opportunity .back-top {
  background: #eff0f4;
}
.card-opportunity .card-icon {
  height: 25px;
  opacity: 0.8;
  transform: initial !important;
}
.card-opportunity .card-value {
  margin-top: 5px;
  display: block;
}
.card-opportunity .row-height {
  min-height: 32px;
}
.card-opportunity .opp-height {
  height: 332px;
}
.card-opportunity .cnt-text {
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
  height: 100%;
}
.card-opportunity .cnt-text .cntOpp {
  display: block;
  height: 100%;
}
.card-opportunity .cnt-tag {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 8px;
  border-top: 1px solid rgba(0,0,0,0.1);
  position: relative;
  min-height: 96px;
}
.card-opportunity .cnt-tag .tag {
  opacity: 1;
  top: 0px;
  position: absolute;
  right: 15px;
  transition: all 0.2s ease-in-out;
  font-style: initial;
  border: 1px solid #626771;
  color: #626771;
  margin-left: 0px;
  display: inline-block !important;
  font-size: 8px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 7px;
  border-radius: 3px;
}
.card-opportunity .cnt-tag .tag.active {
  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);
  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);
  border: 1px solid #B59B76;
  color: white;
}
.card-opportunity .cnt-tag .cnt-download {
  padding: 0;
  opacity: 0.5;
}
.card-opportunity .cnt-tag hr {
  margin: 5px 0;
}
.card-opportunity .cnt-tag .card-icon {
  margin-top: 4px;
}
.card-opportunity .cntLink {
  position: absolute;
  right: 10px;
  z-index: 5;
  font-size: 14px;
  color: #626771;
  opacity: 0.7;
  padding: 5px 6px;
}
.block-fullimg {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.block-fullimg .label-text {
  text-align: center;
  color: #fff;
}
.block-fullimg .block-opacity {
  opacity: 0.3;
}
.block-fullimg .block-fullimg-text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 1px 1px 3px #000000b3;
  padding: 0 20px;
}
.block-fullimg .block-fullimg-text .title {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}
.block-fullimg .block-fullimg-text .subtitle {
  font-size: 16px;
  color: #fff;
}
.block-fullimg .block-fullimg-text .date {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  font-style: italic;
}
.job-container-body .container-jo {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.job-container-body .gray-stripe {
  text-transform: uppercase;
  font-size: 14px;
  background: #eff0f4;
  padding: 10px 0;
  line-height: 25px;
  left: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.job-container-body .btnGold {
  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);
  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;
  padding: 0px 15px;
  float: right;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
  width: initial;
  height: initial;
  top: -5px;
  right: 15px;
  position: absolute;
}
.job-container-body .space {
  height: 38px;
}
#tableCharterIntel .booking-desc {
  padding: 15px;
  font-size: 12px;
}
.yacht-alert-bar {
  display: none;
}
.edit-content.dashboard-owner .over-height {
  height: 100vh;
  overflow-y: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 55px;
}
.edit-content.dashboard-owner .notification-table table thead {
  top: -1px;
}
.edit-content.dashboard-owner .search-height-adjustment {
  margin-top: -2px;
}
.edit-content.dashboard-owner .left-menu-right {
  margin-top: -2px;
}
.yacht-fleet-container {
  border-right: 1px solid #c7c7c7;
}
.yacht-fleet-container .sheet-card .inner {
  border: none !important;
  background: none;
  padding: 0 15px;
}
.yacht-fleet-container .inner .fit {
  height: fit-content !important;
}
.yacht-fleet-container .p15 {
  padding-left: 15px !important;
}
.yacht-fleet-container .booking {
  width: 100%;
  padding: 0px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.yacht-fleet-container .title-booking {
  margin-bottom: 0px !important;
}
.yacht-fleet-container #charterCalendar {
  margin: -10px -16px -1px !important;
}
.yacht-fleet-container #charterCalendar .calendar-block.col {
  pointer-events: none;
}
.yacht-fleet-container #charterCalendar a.add {
  pointer-events: none;
}
.yacht-fleet-container #tableCharterIntel .booking-desc {
  padding: 15px 0px;
}
.yacht-fleet-container .no-edit {
  display: none;
}
.yacht-fleet-container table {
  color: #161719;
}
.yacht-fleet-container table th {
  border: 1px solid #eee;
  width: 25%;
  font-weight: 500;
}
.yacht-fleet-container .border-none {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.yacht-fleet-container .border-none td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.yacht-fleet-container .table-intell {
  margin: -10px -15px;
}
.yacht-fleet-container .number-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.yacht-fleet-container .row.wbig {
  min-width: 123%;
}
.yacht-fleet-container .padding-left {
  padding-left: 0px !important;
}
.yacht-fleet-container a.gold-gradient-bottom {
  font-size: 11px;
  line-height: 14px;
  font-weight: 800;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  color: #fff !important;
}
.yacht-fleet-container .gold-gradient-bottom: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);
}
.yacht-fleet-container i.fas.fa-info-circle.hidden-mobile {
  color: #545861;
}
.yacht-fleet-container .alert-bar {
  background: linear-gradient(135deg,#000000 0%,#161719 44%,#2a2b2c 100%);
  padding: 10px 0px;
  align-items: center;
  height: 72px;
  position: sticky;
  top: 0px;
  z-index: 999;
}
.yacht-fleet-container .alert-bar .alert-bar-title {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
}
.yacht-fleet-container .alert-bar .alert-bar-description {
  color: #fff;
  font-weight: 200;
}
.yacht-fleet-container .alert-bar .hr-left {
  margin: 4px 0px;
  height: 3px;
  width: 60px;
}
.yacht-fleet-container .services-container.module-not-active {
  padding: 15px 15px 22px;
}
.yacht-fleet-container .services-container.module-not-active .alert-bar-title {
  color: #161719;
  font-weight: 800;
  font-size: 17px;
  line-height: 16px;
}
.yacht-fleet-container .services-container.module-not-active .alert-bar-description {
  color: #161719;
  font-weight: 400;
  font-size: 14px;
}
.yacht-fleet-container .services-container.module-not-active .hr-left {
  margin: 3px 0px;
  height: 4px;
  width: 70px;
}
.yacht-fleet-container .sheet-card .inner .fa-info-circle {
  font-size: 10px;
}
.yacht-fleet-container .title {
  background-color: #d6d9dc !important;
  font-weight: 600 !important;
  color: #161719 !important;
}
.yacht-fleet-container .bg-gray {
  background-color: #eff0f4;
}
.yacht-fleet-container .hub-card {
  margin-bottom: 0;
}
.yacht-fleet-container .sheet-card {
  box-shadow: none;
}
.yacht-fleet-container .hub-card.sheet-card .title:not(.popoverShare .title) {
  border-right: none !important;
  box-shadow: none;
  border-top: 0px solid !important;
  border-left: 0px solid !important;
}
.yacht-fleet-container .card-horizontal {
  font-family: 'Montserrat', sans-serif;
}
.yacht-fleet-container .card-horizontal .card-image-horizontal {
  margin-top: 15px;
}
.yacht-fleet-container .card-horizontal .card-bottom .card-promo {
  padding: 5px 0;
  text-align: right;
}
.yacht-fleet-container .card-horizontal .card-text {
  padding: 15px 0 0;
  margin-left: 0;
  height: initial;
}
.yacht-fleet-container .card-horizontal .card-title {
  font-size: 15px;
}
.yacht-fleet-container .card-horizontal .card-subtitle-yacht {
  font-size: 13px;
}
.yacht-fleet-container .card-horizontal:hover {
  transform: none !important;
}
.yacht-fleet-container .card-horizontal:hover img {
  transform: none !important;
}
.full-border-right {
  border-right: 1px solid #eaeaea;
}
.inner-services {
  padding: 15px 0;
}
.inner-services .services-container {
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 0px 15px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.inner-services .services-container .title {
  margin: 0 -15px 10px;
  border: none !important;
  border-bottom: 1px solid #c7c7c7 !important;
}
.inner-services .services-container .title-services {
  font-weight: 600;
  font-size: 14px;
}
.inner-services .services-container .hr-left {
  margin: 10px 0;
}
.inner-services .services-container .hr {
  border-top: 1px solid #c7c7c7;
  margin: 10px -15px;
}
.inner-services .services-container .hr-separator {
  border-top: 1px solid #c7c7c7;
  margin: 5px 0 5px;
}
.inner-services .services-container .sep {
  height: 10px;
}
.inner-services .services-container .ico {
  margin-left: 5px;
}
.inner-services .services-container .ico.opacity {
  opacity: 0.5;
}
.inner-services .services-container .btn-gold {
  margin-bottom: 10px;
}
.inner-services .services-container .card-image-horizontal {
  margin: 0 -15px !important;
  height: 280px;
}
.inner-services .services-container .card-bottom {
  position: relative;
  border-top: 1px solid #c7c7c7;
  border-top: 0 !important;
}
.inner-services .services-container .card-bottom .cnt-download {
  padding: 0px 5px 0px 0;
}
.inner-services .services-container .card-promo {
  padding: 0px 10px !important;
  border-top: 0 !important;
}
.inner-services .services-container:last-child {
  margin-bottom: 0px;
}
#fastSpecsPanel.hiring {
  max-height: calc(100vh - 180px);
  height: initial;
  overflow: visible;
}
#fastSpecsPanel.hiring .hiring-request .chosen-single {
  height: 34px;
  line-height: 25px;
  padding: 3px 10px;
  border: 1px solid #ced4da;
}
#fastSpecsPanel.hiring .hiring-request .chosen-container .chosen-results li {
  font-size: 12px;
}
#fastSpecsPanel.hiring .hiring-request input {
  font-size: 12px;
  padding: 0 10px;
  height: 34px;
}
.job-matching {
  margin-top: -35px;
  margin-right: -25px;
}
.job-matching .title {
  border-top: 0 !important;
  border-right: 0 !important;
}
.containers-job-opening-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 77px);
  border: 1px solid #c7c7c7;
  border-top: 0;
  border-right: 0;
  padding: 15px 15px 0;
}
.containers-team-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 708px);
  border-top: 0;
  border-right: 0;
  padding: 15px 15px 0;
}
.containers-team-list .team-horizontal {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.containers-team-list .team-horizontal .card-text {
  font-size: 10px;
  border: 1px solid #c7c7c7;
  padding: 15px 15px 10px;
}
.containers-team-list .team-horizontal .card-text .card-title {
  font-size: 16px;
}
.containers-team-list .team-horizontal .card-text .card-subtitle {
  font-size: 10px;
}
.your-team .sheet-card .title {
  border-left: none !important;
}
.your-team .cover {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.your-team .card-team .card-text .card-more {
  bottom: -15px;
  right: 15px;
}
.quarter-container {
  height: 25%;
}
.alert-container {
  height: 145px;
}
.alert-container .sheet-card {
  box-shadow: none;
}
.alert-container .sheet-card .inner {
  border: none !important;
  background: none;
}
.notification-table .table-container {
  height: calc(100vh - 510px);
  overflow: auto;
}
.notification-table .table-container.alerts {
  height: calc(100vh - 655px);
  overflow: auto;
}
.notification-table table {
  font-size: 14px;
}
.notification-table table thead {
  background: #f9fafe;
  position: sticky;
  top: 0;
}
.notification-table table th {
  border: 1px solid #eee;
}
.notification-table table td {
  font-size: 10px;
}
.notification-table table .tag-grid {
  width: 100%;
}
.notes-communication-container {
  height: 305px;
}
.notes-communication-container .sheet-card .inner {
  background: none;
}
.notes-communication-container .box-scroll {
  height: 266px;
  overflow-y: auto;
}
.notes-communication-container .scrollChat .sheet-card .inner {
  background: #fff;
}
.folders-panel .column {
  display: inline-block;
  width: 33%;
  height: calc(100vh - 136px);
  overflow-y: scroll;
  padding: 15px;
  white-space: normal;
}
.folders-panel .column .folder-biscuit {
  margin-bottom: 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);
  cursor: pointer;
  border: 1px solid #eff0f4;
}
.folders-panel .column .folder-biscuit .title {
  padding: 5px 15px;
  background: #eff0f4;
  text-transform: uppercase;
  font-size: 14px;
}
.folders-panel .column .folder-biscuit .title-file {
  font-size: 14px;
}
.folders-panel .column .folder-biscuit .inner {
  padding: 15px;
  font-size: 12px;
}
.folders-panel .column .folder-biscuit .background-icon {
  min-height: 40px;
  height: 100%;
  background: #eff0f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.folders-panel .column .folder-biscuit .background-icon img {
  height: 20px;
}
.folders-panel .column .folder-biscuit .background-icon .icon-general {
  display: block;
}
.folders-panel .column .folder-biscuit .background-icon .icon-active {
  display: none;
}
.folders-panel .column .folder-biscuit.active {
  border: 1px solid #626771;
}
.folders-panel .column .folder-biscuit.active .background-icon {
  background: #626771;
}
.folders-panel .column .folder-biscuit.active .background-icon .icon-general {
  display: none;
}
.folders-panel .column .folder-biscuit.active .background-icon .icon-active {
  display: block;
}
.folders-panel .column .folder-biscuit.active .title {
  background: #626771;
  color: #fff;
}
.type-search-header-ism {
  width: calc(100% - 80px);
  display: inline-block;
}
.ism-content-item {
  background: #eff0f4;
}
.ism-content-item .title {
  background: #626771;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
}
.ism-content-item .title .download-file-ism {
  position: absolute;
  right: 30px;
}
.ism-content-item .text {
  font-size: 13px;
  padding: 0 15px;
}
.ism-content-item hr {
  border-color: #c7c7c7;
}
.ism-content-item .upper-content {
  height: calc(100vh - 375px);
  overflow-y: auto;
  overflow-x: hidden;
}
.ism-content-item .upper-content .tag-grid {
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 4px 20px;
  line-height: initial;
  background: #fff;
}
.ism-content-item .upper-content .embed-container {
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
.ism-content-item .upper-content .big-icon {
  padding: 20px 0;
}
.ism-content-item .upper-content .form-content {
  padding: 0 15px;
}
.ism-content-item .remove-association {
  font-size: 10px;
  margin: 10px 0;
  font-weight: 500;
  cursor: pointer;
}
.ism-content-item .vertical-hr {
  position: absolute;
  border-left: 1px solid #c7c7c7;
  height: 100%;
  left: 0;
  top: 0;
}
.ism-content-item select,
.ism-content-item input {
  background: #fff !important;
}
.ism-content-item .ism-share {
  height: 257px;
}
.ism-content-item .ism-share .tag-grid {
  padding: 2px 10px;
  font-size: 9px;
  line-height: initial;
  cursor: pointer;
}
.ism-content-item .ism-share .tag-grid.gold {
  background: #B59B76;
  border-color: #B59B76;
  color: #fff;
}
.ism-content-item .ism-share .ism-share-title {
  background: #e4e5e7;
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: 1px solid #c7c7c7;
}
.ism-content-item .ism-share .share-scroll {
  overflow-y: auto;
  height: 226px;
  background: #fff;
}
.ism-content-item .ism-share .share-scroll .share-contact {
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #c7c7c7;
}
.container-scroll-inverse {
  overflow-x: scroll;
  transform: rotateX(180deg);
}
.container-scroll-inverse .content-scroll {
  transform: rotateX(180deg);
  white-space: nowrap;
}
.report-detail-container {
  height: calc(100vh - 115px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
  margin: 0 -15px;
  padding: 20px 15px 0;
}
.report-detail-container label {
  margin-bottom: 0;
}
.shore-team-report-action {
  position: relative;
  font-size: 14px;
  background: #eff0f4;
  margin: 0px -15px 0 -15px;
  padding: 15px;
  height: calc(100vh - 115px);
  overflow-x: hidden;
  overflow-y: auto;
}
.shore-team-report-action .vertical-hr {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #c7c7c7;
  height: 100%;
}
.edit-content.dashboard-owner {
  padding: 37px 0 0 !important;
}
#searchResult .listing-cont.cont-news-advanced.page-0 {
  padding: 135px 55px 0 5px;
}
#searchResult .listing-cont.cont-news-advanced {
  padding: 0 55px 0 5px;
}
#searchResult .listing-cont.cont-news-advanced .card-news {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
#searchResult .listing-cont.cont-news-advanced .card-news .label-news {
  padding: 15px 15px 0;
  z-index: 10;
}
#searchResult .listing-cont.cont-news-advanced .card-news .title {
  font-style: initial;
  font-size: 16px;
  line-height: 20px;
}
#searchResult .listing-cont.cont-news-advanced .card-news .subtitle,
#searchResult .listing-cont.cont-news-advanced .card-news .date {
  font-size: 12px;
  font-weight: 400;
  color: #626771;
}
#searchResult .listing-cont.cont-news-advanced .card-news .category-edit {
  height: 16px;
}
#searchResult .listing-cont.cont-news-advanced .card-news .bg-offline {
  background: #e9e9e9 !important;
}
#searchResult .listing-cont.cont-news-advanced .card-event {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
#searchResult .listing-cont.cont-news-advanced .card-event .cnt-share:hover img {
  opacity: 0.5 !important;
}
#searchResult .listing-cont.cont-news-advanced .card-event .cnt-share a:hover img {
  opacity: 0.8 !important;
}
#searchResult .listing-cont.cont-news-advanced .card-event .card-title {
  font-style: initial;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  min-height: 60px;
}
#searchResult .listing-cont.cont-news-advanced .card-event .card-subtitle-exp {
  font-size: 12px;
  font-weight: 400;
  color: #626771;
}
#searchResult .listing-cont.cont-news-advanced .card-event .card-subtitle-exp .location {
  margin-bottom: 5px;
  font-weight: 500;
}
#searchResult .listing-cont.cont-news-advanced .card-event .bg-offline {
  background-color: #f5f5f5 !important;
}
#searchResult .listing-cont.cont-news-advanced .card-sea-i {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#searchResult .listing-cont.cont-news-advanced .card-sea-i .card-title {
  font-style: initial;
  font-size: 16px;
  line-height: 20px;
}
#searchResult .listing-cont.cont-news-advanced .card-sea-i .card-subtitle-exp {
  font-size: 12px;
  font-weight: 400;
  color: #626771;
}
#searchResult .listing-cont.cont-news-advanced .card-sea-i .card-image-small {
  height: 350px !important;
}
#searchResult .listing-cont.cont-news-advanced .card-sea-i .bg-offline {
  background-color: #f5f5f5 !important;
}
.cnt-adv .dropz {
  border: 2px dashed #999;
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}
.cnt-adv .dropz i {
  font-size: 18px !important;
}
.cnt-adv .nav-tabs li a {
  padding: 10px;
  display: block;
}
.cnt-adv .nav-tabs li a.active {
  background: #161719;
  color: #fff !important;
}
.cnt-adv .label-input + .label-for {
  font-size: 14px;
  background: #fff;
  padding: 10px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #bbb;
}
.cnt-adv .label-input:checked + .label-for {
  background: #B59B76;
  color: #fff;
  border-color: #B59B76;
}
.cnt-adv .label-for-full {
  width: 100%;
  padding: 5px !important;
}
.full-content-inner .sheet-card {
  margin-right: -15px;
}
.full-content-inner .sheet-card .title,
.full-content-inner .sheet-card .inner {
  border-right: 0 !important;
}
.full-content-inner .shore-team-report-action {
  border-top: 1px solid #c7c7c7;
  margin: 0px 0px 0 -15px;
  height: calc(100vh - 160px);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-listing,
  .card-promotion,
  .card-team,
  .card-news,
  .card-hope {
    zoom: 0.9;
  }
  .card-team {
    zoom: 0.8;
  }
  .edit-content.dashboard-owner .over-height {
    height: calc(100vh + 55px);
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar .calendar-block.col {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar a.add {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .alert-bar {
    height: 81px;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .padding-left {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  header {
    height: 0;
  }
  .col {
    flex-basis: auto;
  }
  .cntCalendar .calendar-cnt.head-cnt {
    width: 820px;
  }
  .cntCalendar .calendar-cnt .col {
    flex-basis: 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
  }
  .cntCalendar .calendar-cnt .name_yacht {
    margin-bottom: 10px;
  }
  .cntCalendar .calendar-cnt .calendar-block {
    display: block;
  }
  .cntCalendar .calendar-cnt .col-sx .calendar-block {
    display: table;
    line-height: 31px;
  }
  .cntCalendar.boxCalendar {
    width: 820px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  .sheet-card .inner.table-content.cntCalendar {
    overflow-x: scroll;
  }
  .pad-r.b-name {
    padding-right: 15px !important;
    padding-bottom: 5px;
    padding-left: 40px;
  }
  .booking-intel .head-number .dropdown-filter .select-bold {
    padding: 10px 5px;
  }
  .booking-intel .sheet-card .t-mobile {
    padding-left: 0px !important;
  }
  .booking-intel .t-number {
    margin-bottom: 5px;
  }
  .booking-intel .card-intel .head-number {
    padding: 5px 15px 0px;
  }
  .shader-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 90;
  }
  .booking-popup {
    display: none;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    margin: 80px 20px;
    z-index: 100;
    padding: 15px;
    font-size: 13px;
  }
  .booking-popup .close-popup {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 110;
  }
  .booking-popup hr {
    margin: 15px -15px !important;
  }
  .booking-popup strong {
    font-size: 13px !important;
  }
  .pad-l {
    padding-left: 15px !important;
  }
  .lateral-nav {
    display: none;
  }
  .block-full {
    height: 330px;
  }
  .b-right {
    border: none;
  }
  select.transparent {
    color: #fff;
    background-color: #f8f9fa29;
    margin: 5px 0;
    padding: 0 8px;
  }
  select {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    color: #fff;
    background: none;
    background-image: url('/core/img/arrow-select-white1.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    background-size: 15px;
  }
  .dropcontainer .selectdiv .hullselect {
    width: 100% !important;
  }
  .cont-category {
    margin: 10px 0;
  }
  .cont-category .btn-category {
    display: block;
    line-height: 36px;
  }
  .headerList .cnt-download {
    padding: 0px;
  }
  .headerList .nav-block {
    border-right: 1px solid #e6e6e6;
  }
  .headerList .nav-block a {
    width: auto;
    border: none;
  }
  .search {
    top: 55px !important;
  }
  .search .drop-wrap {
    padding-left: 0;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 10;
  }
  .search .cont-btn .btn {
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 15px;
    height: 38px;
  }
  .search .cont-btn .btn-arrow:after {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .search .cont-btn .btn:first-child {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .search .cont-btn .btn:last-child {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .search .cont-btn .btn-light {
    width: 100%;
  }
  .search .cont-btn .form-control.insearch {
    font-size: 15px;
  }
  .search .cont-btn .input-text .insearch {
    height: 36px;
  }
  .search .cont-btn .pickerselect .dropdown-menu {
    top: 36px !important;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: uppercase;
    font-size: 15px;
  }
  #searchResult .listing-cont {
    margin-left: 0;
  }
  #searchResult .listing-cont.page-0 {
    padding-top: 30px;
  }
  #searchResult .form-group {
    margin-bottom: 0;
  }
  #searchResult .card-listing {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
  }
  #searchResult .card-listing .card-text .card-title {
    font-size: 16px;
  }
  #searchResult .card-listing .card-text .card-subtitle-yacht {
    font-size: 14px;
  }
  #searchResult .card-listing .card-text .card-price {
    font-size: 16px;
    font-weight: 500;
  }
  #searchResult .card-listing .card-text .card-price .tag {
    font-size: 9px;
    margin-right: 2px;
  }
  #searchResult .card-listing .card-text .card-price .tool {
    padding-top: 4px;
  }
  #searchResult .card-listing .card-text .card-details {
    font-size: 12px;
  }
  #searchResult .card-listing .card-text .card-tag .tag {
    font-size: 9px;
    line-height: 16px;
  }
  #searchResult .card-listing .btn-terms {
    border: 1px solid #626771;
    color: #626771;
    line-height: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 0px 5px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
  }
  #panel .contSearch {
    padding-left: 0;
    margin-left: 0 !important;
  }
  #panel .contSearch .l-block {
    display: none;
  }
  #panel .contSearch .n-block {
    margin-left: 0;
    line-height: 20px;
    padding: 7px 5px;
    font-size: 9px;
  }
  #panel .contSearch .n-block .tag {
    margin-left: 0;
  }
  .contSearch {
    height: calc(100vh - 149px);
    height: -webkit-calc(100vh - 149px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 75px;
  }
  #panelFree {
    z-index: 50;
  }
  #panelFree .contSearch {
    height: initial;
    padding-bottom: 0;
  }
  #panelFree .contSearch .cont-btn .btn {
    line-height: 25px;
    border-left: none;
    border-right: 1px solid #ddd;
  }
  .bold {
    font-weight: initial !important;
  }
  #advancedSearch {
    width: 100%;
    position: relative;
    font-weight: initial;
  }
  #advancedSearch .filterScroll {
    height: calc(-127vh);
    height: -webkit-calc(-103vh);
    background-color: transparent;
    color: #fff;
  }
  #advancedSearch .moreFilters-submenu {
    background-color: transparent;
    padding: 0 15px;
    font-weight: initial;
  }
  #advancedSearch .counter {
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #57595d;
    border-color: #161719;
  }
  #advancedSearch .label-input + .label-for {
    font-size: 12px;
    padding: 5px 10px !important;
    background: transparent;
  }
  #advancedSearch .chosen-container {
    margin-bottom: 0;
  }
  #advancedSearch .title-head-search {
    background: transparent;
  }
  #advancedSearch .title-head-search .label-input + .label-for {
    color: #fff;
  }
  #advancedSearch .title-head-search input,
  #advancedSearch .title-head-search select {
    background: transparent;
    color: #fff;
  }
  #advancedSearch .title-head-search select {
    background: none;
    font-size: 14px;
    background-image: url(/core/img/arrow-select-white1.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
  #advancedSearch .input-border .form-control {
    font-size: 13px;
    height: 44px;
    color: white;
  }
  #advancedSearch .input-border .chosen-single {
    color: #161719;
  }
  #advancedSearch .input-border .chosen-single .chosen-search-input {
    color: #161719 !important;
  }
  #advancedSearch .containerFilter {
    background: #f0f1f5;
  }
  #advancedSearch .containerFilter #cryteria {
    color: #161719;
    line-height: 30px;
    font-size: 14px;
  }
  #advancedSearch .containerFilter .form-control {
    background-color: transparent;
    color: #161719 !important;
    font-weight: 400;
  }
  #advancedSearch .containerFilter .form-control::placeholder {
    color: #fff;
    font-weight: 300;
  }
  #advancedSearch .containerFilter input::placeholder {
    color: #161719 !important;
  }
  #advancedSearch .border-top {
    border-top: none !important;
  }
  #advancedSearch .mob-scroll {
    height: 85vh;
    overflow-y: auto;
  }
  #advancedSearch .mob-scroll .containerFilter .label-input+.label-for,
  #advancedSearch .crew-scroll .containerFilter .label-input+.label-for,
  #advancedSearch .job-tags .containerFilter .label-input+.label-for {
    line-height: 12px;
    color: #161719;
  }
  #advancedSearch .mob-scroll .containerFilter .label-input:checked+.label-for,
  #advancedSearch .crew-scroll .containerFilter .label-input:checked+.label-for,
  #advancedSearch .job-tags .containerFilter .label-input:checked+.label-for {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #fff !important;
  }
  #advancedSearch .mob-scroll .containerFilter label.inputparent,
  #advancedSearch .crew-scroll .containerFilter label.inputparent,
  #advancedSearch .job-tags .containerFilter label.inputparent {
    line-height: 20px;
    background-color: #626771;
    color: #fff;
  }
  #advancedSearch .mob-scroll .containerFilter label.inputparent.checked,
  #advancedSearch .crew-scroll .containerFilter label.inputparent.checked,
  #advancedSearch .job-tags .containerFilter label.inputparent.checked {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #fff !important;
  }
  #advancedSearch .crew-scroll .containerFilter .label-input+.label-for {
    width: 48%;
  }
  #advancedSearch.contSearch {
    background: transparent;
    overflow-y: initial !important;
  }
  .menu-back-fixed {
    position: fixed !important;
    height: 47px !important;
    z-index: 15;
  }
  .cnt-numbers {
    display: none;
  }
  #fastSpecsPanel.full,
  #fastSpecsPanel,
  #fastSpecsPanelLv2 {
    width: 100% !important;
    height: 100vh;
    z-index: 1000000;
    top: 0;
    padding-bottom: 0;
    right: 0 !important;
  }
  #fastSpecsPanel.full .form-control,
  #fastSpecsPanel .form-control,
  #fastSpecsPanelLv2 .form-control {
    font-size: 12px;
  }
  #fastSpecsPanel.full .cnt-numbers,
  #fastSpecsPanel .cnt-numbers,
  #fastSpecsPanelLv2 .cnt-numbers {
    display: block !important;
  }
  #fastSpecsPanel.full .mini-control,
  #fastSpecsPanel .mini-control,
  #fastSpecsPanelLv2 .mini-control {
    height: 38px;
  }
  .nav-mobile {
    display: none !important;
  }
  .nav-mobile.frees {
    display: initial !important;
  }
  .nav-mobile-search {
    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;
  }
  .nav-mobile-search:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-mobile-search li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
  }
  .nav-mobile-search li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .nav-mobile-search li.menu-macro {
    text-transform: uppercase;
  }
  .nav-mobile-search li.menu-macro a .fas {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .nav-mobile-search .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
  }
  .nav-mobile-search .menu-button:after {
    opacity: 0;
    top: 55px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(26,26,26,0.8);
    content: "";
    z-index: 9;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0,0,0.3,1);
    transition-delay: 0.1s;
  }
  .nav-mobile-search .menu-button img {
    width: 25px;
    opacity: 0.6;
    margin-top: 7px;
  }
  .nav-mobile-search .menu-button.sel {
    background: #626771;
  }
  .nav-mobile-search .menu-button.sel img {
    filter: brightness(0) invert(1);
  }
  .nav-mobile-search .menu-logo {
    background: #f9f9f9;
    width: 100px;
    cursor: pointer;
    position: absolute;
    left: 60px;
    line-height: 50px;
    height: 55px;
  }
  .nav-mobile-search .menu-logo img {
    height: 22px;
  }
  .nav-mobile-search .menu-search {
    width: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 50px;
    height: 55px;
  }
  .nav-mobile-search .menu-search .open-btn {
    opacity: 0.6;
    height: 45px;
    padding: 7px;
    background-color: #e4e4e4;
    border-radius: 3px;
  }
  .nav-mobile-search .menu-container {
    width: 60px;
    height: 55px;
    float: left;
    cursor: pointer;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile-search .menu-container .hamburger {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0 0 19px;
    height: 55px;
    margin: 0;
  }
  .nav-mobile-search .menu-container .search-sidebar {
    background: #292929;
    background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
    background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
    background: linear-gradient(180deg,#292929 0%,#161719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
    background-image: url('/core/composer/view.php?id_img=484491&webp=1');
    background-size: cover;
    background-position: 800px center;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 100vw;
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    transform: translateX(-105vw);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    top: 55px;
    list-style-type: none;
    padding: 0;
    max-width: 100vw;
  }
  .nav-mobile-search .menu-container .search-sidebar .arrow {
    position: absolute;
    line-height: 38px;
    font-size: 25px;
    color: #fff;
    top: 0;
    z-index: 0;
  }
  .nav-mobile-search .menu-container .search-sidebar .arrow.left {
    left: 25px;
  }
  .nav-mobile-search .menu-container .search-sidebar .arrow.right {
    right: 25px;
  }
  .nav-mobile-search .menu-container .search-sidebar li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-mobile-search .menu-container .search-sidebar li:hover {
    background: #626771;
  }
  .nav-mobile-search .menu-container .search-sidebar li .menu-subs {
    background: #292929;
    background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
    background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
    background: linear-gradient(180deg,#292929 0%,#161719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
    background-image: url('/core/composer/view.php?id_img=484491&webp=1');
    background-size: cover;
    background-position: 800px center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow-y: none;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0,0,0.3,1);
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 100vw;
  }
  .nav-mobile-search .menu-container .search-sidebar li .menu-subs li {
    overflow: hidden;
  }
  .nav-mobile-search .menu-container .search-sidebar li .menu-subs li.menu-title {
    background-color: #626771;
    width: 59px;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile-search .menu-container .search-sidebar li .menu-subs li.menu-title img {
    margin-top: -4px;
    margin-left: 2px;
    filter: brightness(0) invert(1);
  }
  .nav-mobile-search .menu-container .search-sidebar li .menu-subs li.menu-subtitle {
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #f0f1f5;
  }
  .nav-mobile-search .menu-container .search-sidebar li .submenu-label {
    text-transform: uppercase;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: -50px;
    padding-left: 50px;
  }
  .nav-mobile-search .menu-container .search-sidebar li .submenu-toggle {
    display: none;
  }
  .nav-mobile-search .menu-container .search-sidebar li.empty {
    border-bottom: none;
  }
  .nav-mobile-search .menu-container .search-sidebar li.empty a {
    color: transparent;
  }
  .nav-mobile-search #menu-toggle {
    display: none;
  }
  .nav-mobile-search #menu-toggle.active ~ .menu-button .icon-close,
  .nav-mobile-search #menu-toggle:checked ~ .menu-button .icon-close {
    display: block;
  }
  .nav-mobile-search #menu-toggle.active ~ .menu-button .icon-open,
  .nav-mobile-search #menu-toggle:checked ~ .menu-button .icon-open {
    display: none;
  }
  .nav-mobile-search #menu-toggle.active ~ .menu-button:after,
  .nav-mobile-search #menu-toggle:checked ~ .menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile-search #menu-toggle.active ~ .search-sidebar,
  .nav-mobile-search #menu-toggle:checked ~ .search-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile-search .menu-container .search-sidebar li .submenu-toggle.active ~ .menu-subs,
  .nav-mobile-search .menu-container .search-sidebar li .submenu-toggle:checked ~ .menu-subs {
    width: 100vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile-search .menu-login {
    width: 60px;
    height: 55px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile-search .menu-login img:not(.menu-icon) {
    width: 30px;
    height: 30px;
    margin-top: 7px;
    border-radius: 20px;
  }
  .nav-mobile-search .user-container {
    width: 60px;
    height: 55px;
    float: left;
    cursor: pointer;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .nav-mobile-search .user-container .user-sidebar {
    background: #292929;
    background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
    background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
    background: linear-gradient(180deg,#292929 0%,#161719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
    background-image: url('/core/composer/view.php?id_img=484491&webp=1');
    background-size: cover;
    background-position: 800px center;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 100vw;
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    transform: translateX(1000px);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
    top: 55px;
    list-style-type: none;
    padding: 0;
  }
  .nav-mobile-search .user-container .user-sidebar .arrow {
    position: absolute;
    line-height: 35px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
  }
  .nav-mobile-search .user-container .user-sidebar .arrow.left {
    left: 25px;
  }
  .nav-mobile-search .user-container .user-sidebar .arrow.right {
    right: 25px;
  }
  .nav-mobile-search .user-container .user-sidebar li {
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-mobile-search .user-container .user-sidebar li:hover {
    background: #161719;
  }
  .nav-mobile-search .user-container .user-sidebar li .menu-sub {
    background: #292929;
    background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
    background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
    background: linear-gradient(180deg,#292929 0%,#161719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
    background-image: url('/core/composer/view.php?id_img=484491&webp=1');
    background-size: cover;
    background-position: 800px center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0,0,0.3,1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .nav-mobile-search .user-container .user-sidebar li .menu-sub li {
    overflow: hidden;
  }
  .nav-mobile-search .user-container .user-sidebar li .menu-sub li.menu-title {
    padding-left: 0;
    background-color: #626771;
  }
  .nav-mobile-search .user-container .user-sidebar li .menu-sub li.menu-title .submenu-label {
    padding-left: 45px;
  }
  .nav-mobile-search .user-container .user-sidebar li .menu-sub li.menu-subtitle {
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #626771;
  }
  .nav-mobile-search .user-container .user-sidebar li .submenu-label {
    text-transform: uppercase;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav-mobile-search .user-container .user-sidebar li .submenu-toggle {
    display: none;
  }
  .nav-mobile-search .user-container .user-sidebar li.menu-macro {
    text-transform: uppercase;
  }
  .nav-mobile-search .user-container .user-sidebar li.menu-macro a .fas {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .nav-mobile-search #user-toggle {
    display: none;
  }
  .nav-mobile-search #user-toggle.active ~ .user-button .icon-close,
  .nav-mobile-search #user-toggle:checked ~ .user-button .icon-close {
    display: block;
  }
  .nav-mobile-search #user-toggle.active ~ .user-button .icon-open,
  .nav-mobile-search #user-toggle:checked ~ .user-button .icon-open {
    display: none;
  }
  .nav-mobile-search #user-toggle.active ~ .user-button:after,
  .nav-mobile-search #user-toggle:checked ~ .user-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile-search #user-toggle.active ~ .user-sidebar,
  .nav-mobile-search #user-toggle:checked ~ .user-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0,0,0.3,1);
  }
  .nav-mobile-search .user-container .user-sidebar li .submenu-toggle.active ~ .user-sub,
  .nav-mobile-search .user-container .user-sidebar li .submenu-toggle:checked ~ .user-sub {
    width: 100vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0,0,0.3,1);
  }
  .cont-btn .btn {
    text-transform: uppercase;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-align: left;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
  .cont-btn .btn.selected {
    text-transform: uppercase;
    text-transform: uppercase;
    background: #626771;
    color: #fff;
  }
  .cont-btn .yachtFor {
    padding: 0;
    display: inline-block;
    float: left;
    width: 40%;
    border: none;
  }
  .cont-btn .yachtFor .searchSelect {
    width: 100% !important;
    height: 45px;
  }
  .cont-btn .yachtFor .btn-light {
    padding: 0 8px;
  }
  .cont-btn .searchBy {
    padding: 0;
    width: 100%;
  }
  .cont-btn .searchBy input {
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #f0f1f5;
    font-size: 13px;
    height: 45px;
    color: #161719;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    padding-left: 20px;
  }
  .cont-btn .searchBy input::placeholder {
    color: #161719;
  }
  .trigger-search {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    border-bottom: 1px solid #fff;
    height: 45px;
    padding-left: 15px;
  }
  .trigger-search select {
    max-width: 130px;
  }
  .dropcontainer {
    background: #292929;
    background: -moz-linear-gradient(180deg,#292929 0%,#161719 100%);
    background: -webkit-linear-gradient(180deg,#2929ff 0%,#161719 100%);
    background: linear-gradient(180deg,#292929 0%,#161719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#161719",GradientType=1);
    background-image: url('/core/composer/view.php?id_img=484491&webp=1');
    background-size: cover;
    background-position: 800px center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 105px);
    height: -webkit-calc(100vh - 105px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  .dropcontainer .row:first-child {
    height: 0;
  }
  .dropcontainer .row:first-child .headfilter {
    display: none;
  }
  .dropcontainer .row:first-child .foot-filters {
    display: none !important;
  }
  .dropcontainer .grid {
    grid-auto-flow: initial;
    display: initial;
  }
  .dropcontainer .btn-close {
    margin-top: -30px;
    position: relative;
    z-index: 10;
    height: 20px;
    opacity: 1;
  }
  .dropcontainer .selectdiv {
    width: 100%;
  }
  .dropcontainer .builderContainer,
  .dropcontainer .areaContainer,
  .dropcontainer .regionContainer,
  .dropcontainer .tagsContainer,
  .dropcontainer .categoryContainer,
  .dropcontainer .subCategoryContainer,
  .dropcontainer .toyContainer,
  .dropcontainer .featureContainer,
  .dropcontainer .ctContainer,
  .dropcontainer .monthContainer,
  .dropcontainer .languageContainer,
  .dropcontainer .officeContainer,
  .dropcontainer .statusContainer,
  .dropcontainer .departmentContainer {
    line-height: 20px;
  }
  .dropcontainer .sectionTitle {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .dropcontainer .label-input + .label-for,
  .dropcontainer .inputparent {
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    padding: 0;
    margin-bottom: 12px;
    padding: 4px 10px;
  }
  .dropcontainer label {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #fff;
  }
  .dropcontainer label:hover {
    background-color: #fff;
    color: #626771;
    border: 1px solid #fff;
  }
  .dropcontainer label:focus {
    background-color: #fff;
    color: #626771;
    border: 1px solid #fff;
  }
  .dropcontainer .label-input:checked + .label-for {
    color: #626771 !important;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .foot-filters {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: right;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .foot-filters .btn {
    font-size: 18px;
    padding: 10px 7px;
    margin: 0;
    display: inline-block;
    float: left;
  }
  .foot-filters .btn-go {
    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);
    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);
    width: 30%;
    color: #fff;
    text-transform: uppercase;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    padding: 11px 5px;
    border: none;
  }
  .foot-filters .btn-reset {
    width: 70%;
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #f0f1f5;
    border-radius: 0px;
    color: #161719;
    text-align: center;
    font-size: 18px;
    padding: 10px 5px;
  }
  .bootstrap-select .dropdown-menu.inner li {
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .bootstrap-select .dropdown-menu.inner li a {
    padding: 0;
  }
  .bootstrap-select .dropdown-menu.inner li a span.text {
    font-size: 16px;
    padding: 0 20px;
  }
  .trigger-input {
    width: calc(100vw - 145px) !important;
    width: -webkit-calc(100vw - 145px) !important;
    margin-left: 60px;
  }
  .trigger-input input {
    width: 100%;
    border: none;
    height: 55px;
    text-transform: uppercase;
    padding: 20px;
  }
  #searchResultFree .listing-cont {
    padding: 100px 10px 50px;
  }
  .arrow-mobile {
    position: absolute;
    right: 0;
    width: 85px !important;
    height: 55px !important;
    background-color: #fff;
  }
  .arrow-mobile .tag {
    text-transform: uppercase;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 1px solid #626771;
    color: #626771;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: initial;
    margin-top: 18px;
    margin-right: 2px;
  }
  .arrow-mobile .tag.active {
    background: #626771;
    color: #fff;
  }
  .search .cont-btn {
    margin-bottom: -2px;
    overflow: hidden;
  }
  .page-search .content {
    padding-top: 0;
  }
  #searchResult .page-list .list-card .table {
    text-align: left;
  }
  #searchResult .page-list .list-card .table td {
    font-size: 12px;
    padding: 8px 10px;
    vertical-align: middle;
  }
  #searchResult .listIntel {
    width: 35%;
    top: 129px;
    height: calc(100% - 129px);
  }
  #searchResult .listIntel.closed {
    left: -35%;
  }
  #searchResult .tab-open {
    left: 35% !important;
  }
  .job-container-body .gray-stripe {
    font-size: 12px;
  }
  .job-container-body .space {
    height: 55px;
  }
  .job-container-body .titletion {
    position: fixed;
    top: 55px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100;
  }
  .folders-panel .column {
    width: 50%;
  }
  .full-content-inner .sheet-card {
    margin-right: 0px;
  }
  .full-content-inner .sheet-card .title,
  .full-content-inner .sheet-card .inner {
    border-right: 1px solid #dbdbdb !important;
  }
  .full-content-inner .shore-team-report-action {
    border: 1px solid #c7c7c7;
    margin: 0;
    height: initial;
  }
}
@media (max-width: 1380px) {
  .blog .boxSend .cntTextarea {
    width: 84% !important;
  }
}
@media (max-width: 991px) {
  .card-promotion {
    height: 381.56px;
  }
  .card-crew .pad-r {
    padding-right: 0 !important;
  }
  .headerList #newList img {
    margin-right: 0px;
  }
  .headerList .nav-block {
    padding: 6px 14px;
  }
  .headerList .nav-block:first-child {
    border-left: none;
    padding: 6px 14px;
  }
  .headerList .cont-icon .nav-block img {
    margin: 6px 5px;
  }
  #searchResult .listIntel {
    width: 100%;
  }
  #searchResult .listIntel.closed {
    left: -100%;
  }
  #searchResult .tab-open {
    left: 0 !important;
  }
  #searchResult .listing-cont {
    padding: 0 10px;
  }
  #searchResult .listing-cont.itinerary-content {
    padding: 30px 0 0 !important;
  }
  #searchResult .listing-cont.crew-content {
    padding: 0 10px !important;
  }
  #searchResult .listing-cont.crew-content .card-listing {
    margin-bottom: 20px;
  }
  #searchResult .listing-cont.crew-content.page-0 {
    padding: 20px 10px 0 !important;
  }
  #searchResult .listing-cont.cont-news-advanced {
    padding: 0 !important;
  }
  #searchResult .addListMobile {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    display: none;
    position: fixed;
    z-index: 100;
    top: 55px;
    left: 0;
    right: 0;
    border-top: 1px solid #ced4da;
    border-radius: 0px;
  }
  #searchResult .addListMobile .btn-contact {
    width: 48%;
    min-width: auto;
    float: left;
    padding: 9px 5px;
    margin-top: 2px;
  }
  #searchResult .addListMobile .btn-contact:first-child {
    margin: 2px 6px 0px 1px;
  }
  #saveList.save-list,
  #save-search {
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 335px;
  }
  #saveList.save-list .btn-close,
  #save-search .btn-close {
    background: #929ca8;
    background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
    background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
    background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
    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);
  }
  #advancedSearch .filterScroll {
    height: auto;
  }
  #searchResult .listing-cont.listing-cont-advanced.page-0 {
    padding: 30px 10px 0;
  }
  #searchResult #formContainer.page-table.blog {
    margin-top: 0px !important;
  }
  .blog select {
    color: #626771;
  }
  .blog .form-group {
    margin-bottom: 20px !important;
  }
  .blog .boxSend .cntTextarea {
    width: 70% !important;
  }
  .blog .cntChat {
    height: calc(100vh - 145px);
  }
  .blog .cntMessages {
    height: calc(100vh - 55px);
  }
  .sheet-card .title {
    padding: 0 15px !important;
  }
  .sheet-card .t-mobile {
    padding-left: 25px !important;
  }
  .sheet-card .b-mobile {
    background: #626771;
    color: #fff;
  }
  .sheet-card .b-mobile select {
    color: #fff !important;
  }
  .sheet-card .border-mobile {
    border-bottom: 1px solid #ced4da;
  }
  .sheet-card .resultShaderStatus,
  .sheet-card .resultShaderFilter,
  .sheet-card .resultShader,
  .sheet-card .resultShaderMarket {
    top: 76px !important;
  }
  .sheet-card .filter-container,
  .sheet-card .time-container {
    top: 90px !important;
  }
  .edit-content.dashboard-owner {
    padding: 15px 0 0;
    margin-left: 0;
  }
  .edit-content.dashboard-owner .pad-r {
    padding-right: 15px !important;
  }
  .edit-content.dashboard-owner .sheet-card .title {
    padding: 10px 15px !important;
    border-right: 1px solid #c7c7c7 !important;
    border-left: 1px solid #c7c7c7 !important;
  }
  .edit-content.dashboard-owner .your-team {
    margin-top: 15px;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .inner,
  .edit-content.dashboard-owner .containers-team-list {
    height: initial;
    border: 1px solid #c7c7c7 !important;
    border-top: none !important;
  }
  #saveHire,
  #addCrewManager {
    width: auto;
  }
  #saveList.save-list,
  #fastSpecsPanel,
  #saveShortlist,
  #saveHire,
  #joYref,
  #ysSettings,
  #addCrewManager {
    top: 55px;
  }
  .job-matching {
    margin-top: 0;
    margin-right: 0;
    background-color: #fff;
  }
  .job-matching .containers-job-opening-list {
    border-right: 1px solid #c7c7c7;
    height: 290px;
    margin-bottom: 30px;
  }
  .yacht-fleet-container .inner,
  .containers-team-list {
    height: 100%;
  }
  .your-team {
    margin: 0 -15px;
  }
  .report-detail-container {
    margin: 15px -15px 0;
    height: auto;
    overflow-x: auto;
  }
  .shore-team-report-action {
    height: auto;
  }
  .edit-content.dashboard-owner .your-team {
    margin-top: 0px;
  }
  .edit-content.dashboard-owner .yacht-fleet-container {
    padding: 0;
    margin-top: 28px;
    height: calc(100vh - 55px);
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar .calendar-block.col {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar a.add {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .padding-left {
    padding-left: 15px !important;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .table-intell {
    overflow-x: scroll;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .alert-bar {
    height: 95px;
  }
  .edit-content.dashboard-owner .left-menu-right {
    margin-top: 28px;
  }
  .edit-content.dashboard-owner .notification-table .table-container.alerts {
    height: calc(100vh - 740px);
    overflow: auto;
  }
  .edit-content.dashboard-owner .card-team .card-text .card-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #saveList.save-list {
    top: 130px;
  }
  #advancedSearch select#order > option {
    color: #161719;
  }
  #advancedSearch .input-border .chosen-choices {
    height: calc(2.25rem + 30px);
  }
  #advancedSearch .input-border .chosen-choices .search-field {
    height: 40px;
  }
  #advancedSearch div#office_chosen {
    height: 60px;
  }
  #advancedSearch li.search-choice span {
    line-height: 20px;
  }
  .yacht-alert-bar {
    display: block;
    position: fixed;
    z-index: 99;
    height: 68px;
    padding: 10px 15px;
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg,#000000 0%,#161719 44%,#2a2b2c 100%);
    color: #fff;
  }
  .yacht-alert-bar .alert-bar-title {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }
  .yacht-alert-bar .alert-bar-description {
    color: #fff;
    font-weight: 200;
    font-size: 12px;
  }
  .yacht-alert-bar .hr-left {
    margin: 4px 0px;
    height: 3px;
    width: 60px;
  }
  .edit-content.dashboard-owner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 123px);
    padding-top: 0px;
    margin-top: 68px !important;
  }
  .edit-content.dashboard-owner .alert-bar {
    display: none;
  }
  .edit-content.dashboard-owner .over-height {
    overflow-y: hidden;
    padding-bottom: 0px;
    height: fit-content;
  }
  .edit-content.dashboard-owner .yacht-fleet-container {
    overflow-y: hidden;
    height: fit-content;
    padding: 0;
    margin-top: 0px;
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar .calendar-block.col {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container #charterCalendar a.add {
    pointer-events: none;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .table-intell {
    overflow-x: scroll;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .alert-bar {
    height: 90px;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .row.wbig {
    min-width: 100%;
  }
  .edit-content.dashboard-owner .yacht-fleet-container .inner,
  .edit-content.dashboard-owner .containers-team-list {
    border: none !important;
  }
  .edit-content.dashboard-owner .your-team {
    margin-top: 0px;
  }
  .edit-content.dashboard-owner .your-team #jobOpeningContainer {
    padding-bottom: 20px;
    height: calc(100vh - 55px);
  }
  .edit-content.dashboard-owner .notification-table .table-container.alerts {
    height: 212px;
  }
  .shader3 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 22;
    z-index: 151;
  }
  .conciergeServices {
    margin: 40px 0px;
  }
  .conciergeServices .services {
    margin: 0px;
  }
  .conciergeServices .icon {
    display: block;
    margin-bottom: 20px;
  }
  .conciergeServices .icon img {
    height: 100px;
  }
  .headerList .listName {
    display: none !important;
  }
  .headerList .cont-icon .nav-block img {
    margin: 7px 5px;
  }
  .headerList .nav-btn img {
    opacity: 0.5;
  }
  .headerList .nav-block {
    padding: 5px 15px;
  }
  .headerList .nav-block,
  .headerList .nav-block:first-child {
    padding: 6px 8px;
  }
  .headerList #newList {
    width: 50px;
    border-right: none;
  }
  #searchResult #formContainer.page-table.blog {
    margin-top: 0px !important;
  }
  .blog select {
    color: #626771;
  }
  .blog .pad-0.borderRight {
    padding: 0 15px !important;
  }
  .blog .form-group {
    margin-bottom: 0px !important;
  }
  .blog .form-group .input-border,
  .blog .form-group .form-check-label {
    margin-bottom: 15px !important;
  }
  .blog .cntFilters {
    padding: 0 15px;
  }
  .blog .cntFilters .srPad,
  .blog .cntFilters .slPad,
  .blog .cntFilters .midPad {
    padding: 0px 10px !important;
  }
  .blog .cntFilters .filter .srPad,
  .blog .cntFilters .filter .slPad,
  .blog .cntFilters .filter .midPad {
    padding: 0px !important;
  }
  .blog .cntFilters .typeHere {
    padding: 0px !important;
  }
  .blog .cntFilters .typeHere input {
    padding: 11px 10px !important;
  }
  .blog .cntFilters .form-group {
    margin-bottom: 0px !important;
    border-top: 1px solid #ced4da;
  }
  .blog .cntFilters select {
    -webkit-appearance: auto;
    background-image: none;
  }
  .blog .cntFilters select,
  .blog .cntFilters input {
    margin-bottom: 0px !important;
    padding: 11px 5px !important;
    border: none !important;
    background-color: transparent;
  }
  .blog .cntFilters .input-border {
    border-bottom: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    background-color: #edeff5;
    margin-bottom: 0px !important;
  }
  .blog .cntFilters .btnGold,
  .blog .cntFilters .btnGrey {
    height: auto !important;
    padding: 0px 15px !important;
    margin: 10px 0px !important;
  }
  .blog .cntFilters .btnGreyMobile {
    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);
    background: #929ca8;
    background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
    background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
    background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
    cursor: pointer;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    line-height: 38px;
  }
  .blog .cntFilters .btnGoldMobile {
    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);
    background: #e6d4ba;
    background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
    background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
    background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
    cursor: pointer;
    padding: 0px 15px;
    float: right;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    line-height: 38px;
  }
  .blog .boxSend .cntTextarea {
    width: 68% !important;
  }
  .blog .sheet-card.newBlog-panel {
    margin-bottom: 0px !important;
  }
  .blog .popupMobile {
    display: none;
    position: absolute;
    background-color: white;
    top: 0px;
    z-index: 20;
  }
  .blog .cntChat {
    height: calc(100vh - 185px);
  }
  .blog .cntMessages {
    height: calc(100vh - 55px);
  }
  .blog .cntMessages .sheet-card .inner .cont-title .type {
    top: -6px;
  }
  .blog .cntMessages .innerClose {
    background: #eff0f4;
    padding: 7px 15px;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    border-bottom: none;
    height: auto !important;
  }
  .blog .cntMessages .innerClose .tit a {
    font-size: 16px;
    color: #626771;
    line-height: 24px;
  }
  .blog .cntMessages .innerClose .tit {
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
  }
  .blog .cntMessages .innerClose .tit span {
    font-size: 10px;
  }
  .blog .cntMessages .innerClose .tit b {
    font-weight: 400;
  }
  .blog .cntMessages .innerClose .btnGrey {
    position: relative !important;
    text-transform: uppercase;
    text-transform: uppercase;
    top: 0 !important;
    right: 0px !important;
  }
  .blog .cntMessages .innerClose .edit-blog {
    height: 17px;
    float: right;
    margin-top: 4px;
  }
  .blog .cntMessages .innerClose .back-block {
    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);
    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);
    background-color: rgba(240,241,245,0.95);
    height: 42px;
    width: 60px;
    padding: 11px;
    display: inline-block;
    float: left;
    text-align: center;
    margin: -7px 15px -7px -15px;
  }
  .blog .cntMessages .innerClose .back-block img {
    filter: brightness(0) invert(1);
  }
  .blog .sheet-card.form-group.top .inner {
    height: 70px;
  }
  .blog .sheet-card .shortTitle .title-text {
    padding: 8px 0px !important;
  }
  .blog .sheet-card .inner .cont-title .detail {
    font-size: 12px;
    width: 83%;
  }
  .blog .sheet-card .inner .img-attached {
    max-width: 120px;
  }
  .blog .sheet-card .inner .tag {
    margin-top: 0;
  }
  .blog .sheet-card .inner.mobile-tags {
    padding: 5px 15px 0 !important;
    height: 40px !important;
  }
  .blog .sheet-card .title:not(.titlenews) .title-text {
    font-size: 16px;
    line-height: 30px;
  }
  .blog .sheet-card .title:not(.titlenews) .title-text b {
    font-weight: 400;
  }
  .blog .sheet-card .title:not(.titlenews) .title-text span {
    font-size: 10px;
  }
  .blog .cntBlog {
    height: calc(100vh - 209px);
  }
  .blog .boxSend {
    position: fixed;
  }
  .blog .boxSend .cntDropzone,
  .blog .boxSend .circle.send {
    margin-left: 10px;
  }
  .blog .newBlog-panel .btn {
    top: 10px !important;
  }
  .folders-panel .column {
    width: 100%;
  }
  .type-search-header-ism {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  #searchResult .listing-cont .card-listing .card-image-small {
    height: 350px;
  }
  .cont-news .card-news .block-carousel-sm {
    height: 350px;
  }
  .block-full {
    height: 400px;
  }
  .card-promotion {
    height: 525px;
  }
}
@media (max-height: 760px) {
  .ism-content-item .upper-content {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .ism-content-item .ism-share {
    height: 184px;
  }
  .ism-content-item .ism-share .share-scroll {
    height: 131px;
  }
}
.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);
  -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;
  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;
  }
}
table:not(.newsletter) {
  width: 100%;
}
table:not(.newsletter) p {
  margin: 0;
}
table.newsletter {
  border-collapse: separate;
  box-sizing: border-box !important;
}
.shader {
  position: fixed;
  top: 0;
  left: 0;
  background: #888888;
  opacity: 0.6;
  z-index: 20;
}
.user-sidenav {
  top: 70px !important;
}
.noOvfLow {
  overflow: hidden;
}
.noBorderBottom {
  border-bottom: 0px solid !important;
}
.form-container {
  position: fixed;
  width: calc(100% - 180px);
  left: calc(-100% - 180px);
  height: 100%;
  background: #fff;
  z-index: 3;
  padding: 88px 15px 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-container .table {
  font-size: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}
.form-container .table thead th {
  position: sticky;
  top: -18px;
  background: #fff;
}
.form-container .table ul {
  padding-left: 0;
}
.swal2-container {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.swal2-container .swal2-popup .swal2-title {
  font-size: 24px;
}
.swal2-container #swal2-content {
  font-size: 16px;
}
.form-container.top {
  margin-top: 55px !important;
  height: calc(100% - 70px) !important;
}
.form-container.full {
  width: calc(100% - 180px);
  margin-top: 55px !important;
  height: calc(100% - 70px) !important;
}
.form-container-lv2 {
  position: fixed;
  width: calc(100% - 180px);
  left: calc(-100% - 180px);
  height: 100%;
  background: #fff;
  z-index: 3;
  padding: 88px 15px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f9f9f9;
  z-index: 4;
}
.form-container-lv2 .table {
  font-size: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}
.form-container-lv2 .table thead th {
  position: sticky;
  top: -18px;
  background: #fff;
}
.form-container-lv2 .table ul {
  padding-left: 0;
}
.form-container-lv3 {
  position: fixed;
  width: calc(100% - 180px);
  left: calc(-100% - 180px);
  height: 100%;
  background: #fff;
  z-index: 3;
  padding: 88px 15px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f9f9f9;
  z-index: 5;
}
.form-container-lv3 .table {
  font-size: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}
.form-container-lv3 .table thead th {
  position: sticky;
  top: -18px;
  background: #fff;
}
.form-container-lv3 .table ul {
  padding-left: 0;
}
.form-title {
  font-size: 25px;
}
.form-title .hr {
  height: 2px;
  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);
  width: 130px;
  margin: 5px 0px;
}
.spanMin {
  font-size: 10px;
}
.lightGrey {
  font-size: 11px;
  color: #888888;
}
.lightGrey .tag-grid {
  color: #888888;
  border: 1px solid #888888;
}
#close,
#closeLv2,
#closeLv3 {
  cursor: pointer;
}
#save-list .nYachts {
  font-size: 10px;
  margin-top: -14px;
}
.add {
  -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);
  cursor: pointer;
  width: 100%;
  height: 150px;
  background: #fff;
  font-size: 50px;
}
.block-list {
  -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);
  text-transform: uppercase;
  text-transform: uppercase;
  overflow: hidden;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px;
}
.block-list .block-txt {
  background: #fff;
  color: #545861;
  padding: 8px;
  height: 70px;
  font-size: 12px;
}
.block-list .block-txt .block-tit {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.block-list .block-txt .block-subtit {
  font-size: 12px;
  color: #888888;
}
.block-list .block-txt .btn {
  padding: 0 12px;
}
.block-list .block-txt .addcrew {
  font-size: 12px;
}
.block-list .block-img-wrap {
  overflow: hidden;
  height: 150px;
  background: #fff;
  position: relative;
}
.block-list .block-img-wrap .status {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #000;
  padding: 3px 5px;
  font-size: 14px;
}
.block-list .block-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  transition: transform .2s;
  position: relative;
}
.block-list .block-contain {
  background-size: 115px;
}
.block-list .block-edit {
  font-size: 12px;
  text-decoration: underline;
  margin-top: 3px;
}
.block-list:hover .block-img {
  transform: scale(1.1);
}
.block-list .moreinfo {
  font-size: 11px;
}
.lessleftpadding {
  padding-left: 5px;
}
.lessrightpadding {
  padding-right: 5px;
}
#formContainer input.form-control,
#formContainer .check-broker,
#formContainerLv2 input.form-control,
#formContainerLv2 .check-broker,
#formContainerLv3 input.form-control,
#formContainerLv3 .check-broker {
  border: none;
}
#formContainer select.form-control,
#formContainer input.form-control,
#formContainerLv2 select.form-control,
#formContainerLv2 input.form-control,
#formContainerLv3 select.form-control,
#formContainerLv3 input.form-control {
  padding: 0 3px;
  height: 34px;
  background: none;
  border: none;
}
#formContainer input,
#formContainer select,
#formContainerLv2 input,
#formContainerLv2 select,
#formContainerLv3 input,
#formContainerLv3 select {
  border: none;
  border-radius: 0;
  font-size: 13px;
}
#formContainer select,
#formContainerLv2 select,
#formContainerLv3 select {
  width: 100%;
}
#formContainer .input-border,
#formContainerLv2 .input-border,
#formContainerLv3 .input-border {
  border-bottom: 1px solid #ced4da;
}
#formContainer .input-typehere,
#formContainerLv2 .input-typehere,
#formContainerLv3 .input-typehere {
  width: 250px;
  float: right;
  border-radius: 3px;
}
#formContainer .input-typehere input,
#formContainerLv2 .input-typehere input,
#formContainerLv3 .input-typehere input {
  font-size: 13px !important;
}
#formContainer .form-check-input + .form-check-label,
#formContainerLv2 .form-check-input + .form-check-label,
#formContainerLv3 .form-check-input + .form-check-label {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #161719;
  padding: 4px;
  width: 100%;
  border-radius: 20px;
}
#formContainer .form-check-input:checked + .form-check-label,
#formContainerLv2 .form-check-input:checked + .form-check-label,
#formContainerLv3 .form-check-input:checked + .form-check-label {
  background: #161719;
  border: 1px solid #161719;
  color: #fff;
}
#formContainer label.form-check-label:hover,
#formContainerLv2 label.form-check-label:hover,
#formContainerLv3 label.form-check-label:hover {
  background: #161719;
  border: 1px solid #161719;
  color: #fff;
}
#formContainer .active-contract .tag,
#formContainerLv2 .active-contract .tag,
#formContainerLv3 .active-contract .tag {
  background: #161719;
  height: 36px;
  padding: 8px 4px !important;
  font-weight: 600;
  line-height: 14px;
}
#formContainer .lesspadding,
#formContainerLv2 .lesspadding,
#formContainerLv3 .lesspadding {
  padding: 0 5px;
}
#formContainer .submitButton,
#formContainerLv2 .submitButton,
#formContainerLv3 .submitButton {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  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);
  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);
}
#formContainer .golden-b,
#formContainerLv2 .golden-b,
#formContainerLv3 .golden-b {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  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);
  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);
}
#formContainer .save3Lv,
#formContainerLv2 .save3Lv,
#formContainerLv3 .save3Lv {
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  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);
  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);
}
#formContainer .btnGold,
#formContainerLv2 .btnGold,
#formContainerLv3 .btnGold {
  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);
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  cursor: pointer;
  padding: 5px 15px;
  float: right;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #d6bf9f;
  color: #fff;
  width: initial;
  height: initial;
  top: -5px;
  right: 15px;
  position: absolute;
}
#formContainer .btnGrey,
#formContainerLv2 .btnGrey,
#formContainerLv3 .btnGrey {
  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);
  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);
  cursor: pointer;
  padding: 5px 15px;
  float: right;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #161719;
  color: #fff;
  width: initial;
  height: initial;
  top: -5px;
  right: 15px;
  position: absolute;
}
#formContainer .btnGrey.right,
#formContainerLv2 .btnGrey.right,
#formContainerLv3 .btnGrey.right {
  right: 160px;
}
#formContainer .btnGrey.chtRight,
#formContainerLv2 .btnGrey.chtRight,
#formContainerLv3 .btnGrey.chtRight {
  right: 180px;
}
#formContainer label.minus,
#formContainerLv2 label.minus,
#formContainerLv3 label.minus {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
#formContainer span.meta,
#formContainerLv2 span.meta,
#formContainerLv3 span.meta {
  font-size: 13px;
}
#formContainer .buttons .btn.btn-success,
#formContainerLv2 .buttons .btn.btn-success,
#formContainerLv3 .buttons .btn.btn-success {
  font-size: 12px;
}
#formContainer .overflowFirst2,
#formContainerLv2 .overflowFirst2,
#formContainerLv3 .overflowFirst2 {
  overflow-x: hidden;
  height: 462px;
}
#formContainer .overflowFirst2-large,
#formContainerLv2 .overflowFirst2-large,
#formContainerLv3 .overflowFirst2-large {
  overflow-y: scroll;
  height: 450px;
}
#formContainer .ml-row,
#formContainerLv2 .ml-row,
#formContainerLv3 .ml-row {
  padding: 0 15px;
}
#formContainer .lf,
#formContainerLv2 .lf,
#formContainerLv3 .lf {
  font-size: 12px;
}
#formContainer .mediaGal .all,
#formContainerLv2 .mediaGal .all,
#formContainerLv3 .mediaGal .all {
  display: block;
}
#formContainer .mediaGal .less,
#formContainerLv2 .mediaGal .less,
#formContainerLv3 .mediaGal .less {
  display: none;
}
#formContainer .mediaGal.open .all,
#formContainerLv2 .mediaGal.open .all,
#formContainerLv3 .mediaGal.open .all {
  display: none;
}
#formContainer .mediaGal.open .less,
#formContainerLv2 .mediaGal.open .less,
#formContainerLv3 .mediaGal.open .less {
  display: block;
}
#panel .gray-stripe-header {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 24px;
}
#panel .gray-stripe-header .popoverShare {
  right: -5px;
  left: initial;
  bottom: 0;
  margin-bottom: -1px;
  height: 20px;
  top: 3px;
  width: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#panel .gray-stripe-header .popoverShare .a-share {
  padding: 0px;
  display: initial;
}
#panel .gray-stripe-header .popoverShare .a-share .circle {
  height: 20px !important;
  width: 20px !important;
}
#panel .gray-stripe-header .popoverShare .shareButtons {
  margin: 0;
}
#panel .gray-stripe-header .cnt-share,
#panel .gray-stripe-header .cnt-download {
  padding: 0px;
}
#panel .gray-stripe-header .cnt-share:hover .popoverShare {
  height: 20px;
  width: 120px;
}
#panel .gray-stripe-header .square-icon {
  position: relative;
}
#panel .gray-stripe-header .y-icons {
  text-align: right;
  display: inline-block;
  top: -5px;
  position: relative;
  margin-left: 10px;
}
#panel .gray-stripe-header .y-icons a {
  margin-left: 5px;
  color: #888888;
  display: inline-block;
  margin: 0;
}
#panel .gray-stripe-header .y-icons img {
  opacity: 0.5;
  margin: 5px;
  height: 14px;
}
.wrap-icons {
  font-size: 12px;
  padding: 0px 15px;
  position: relative;
}
.wrap-icons .popoverBrochure,
.wrap-icons .popoverPhoto {
  height: 0;
  background-color: #f8f8f8;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 31px;
  z-index: 100;
  display: inline-block;
  opacity: 0;
  transition: 300ms all;
  width: 100% !important;
  text-align: left;
  padding: 0px 20px;
}
.wrap-icons .popoverBrochure .title-,
.wrap-icons .popoverPhoto .title- {
  text-transform: initial;
  line-height: 20px;
  display: block;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #626771 !important;
}
.wrap-icons .popoverBrochure .subtitle,
.wrap-icons .popoverPhoto .subtitle {
  text-transform: initial;
  line-height: 20px;
  display: block;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #626771 !important;
}
.wrap-icons .popoverBrochure .a-share,
.wrap-icons .popoverPhoto .a-share {
  line-height: 20px;
}
.wrap-icons .popoverBrochure .a-share .tag,
.wrap-icons .popoverPhoto .a-share .tag {
  cursor: pointer;
  font-style: normal;
  transition: 300ms all;
}
.wrap-icons .popoverBrochure .a-share .tag:hover,
.wrap-icons .popoverPhoto .a-share .tag:hover {
  background-color: #626771;
  color: white;
}
.wrap-icons .cnt-share-brochure,
.wrap-icons .cnt-share-photo,
.wrap-icons .cnt-download {
  padding: 6px 4px 8px !important;
}
.wrap-icons .cnt-share-brochure:hover .popoverBrochure {
  opacity: 1;
  height: 105px;
  width: 100% !important;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
}
.wrap-icons .cnt-share-photo:hover .popoverPhoto {
  opacity: 1;
  height: 105px;
  width: 100% !important;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
}
.wrap-icons .square-icon {
  position: relative;
}
.wrap-icons .y-icons {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.wrap-icons .y-icons a {
  margin-left: 5px;
  color: #888888;
  display: inline-block;
  margin: 0;
}
.wrap-icons .y-icons img {
  opacity: 1;
  height: 14px;
}
.wrap-icons .cnt-download.font-awesome {
  height: 11px;
}
.wrap-icons .cnt-download.font-awesome i {
  opacity: 0.7;
  font-size: 14px !important;
}
#loadImages label,
.loadImages label {
  width: 100%;
}
#loadImages .li,
.loadImages .li {
  display: none;
}
#loadImages .lf,
.loadImages .lf {
  cursor: pointer;
}
#loadImages .li + .lf .biscuit,
.loadImages .li + .lf .biscuit {
  border: 3px solid #fff;
  opacity: 0.6;
}
#loadImages .li:checked + .lf .biscuit,
.loadImages .li:checked + .lf .biscuit {
  border: 3px solid #B59B76;
  opacity: 1;
}
.biscuit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 135px;
  position: relative;
}
.biscuit .view {
  cursor: pointer;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: #B59B76;
  padding: 5px 9px;
  font-size: 15px;
}
.biscuit .trash {
  cursor: pointer;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: #B59B76;
  padding: 5px 9px;
  font-size: 15px;
  display: block;
  top: 35px;
  border-radius: 0;
}
.biscuit .plusInfo {
  cursor: pointer;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: #B59B76;
  padding: 5px 9px;
  font-size: 15px;
  display: block;
  top: 70px;
  border-radius: 0;
}
.biscuit .mail {
  cursor: pointer;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: #B59B76;
  padding: 5px 9px;
  font-size: 15px;
  display: block;
  top: 105px;
  border-radius: 0;
}
.biscuit .move-img {
  cursor: pointer;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: #B59B76;
  padding: 5px 9px;
  font-size: 15px;
  display: block;
  top: 105px;
  border-radius: 0;
}
#flyerContent .biscuit {
  height: 130px;
  width: 215px;
  max-width: none;
}
.goto {
  padding: 0 15px;
  margin-bottom: 15px;
}
.goto .gotobutton {
  padding: 4px 12px;
  color: #fff;
  width: 100%;
  font-size: 12px;
}
header .header-spec {
  line-height: 38px;
  font-size: 14px;
}
header .header-spec .y-detail {
  font-size: 10px;
  line-height: 10px;
}
.everf {
  overflow: hidden;
}
.ydb-content .edit-content .sheet-card .inner hr {
  margin: 0px -15px 10px !important;
}
.edit-content {
  padding: 60px 10px 0px;
  margin-left: 145px;
}
.edit-content .sheet-card .inner hr {
  margin: 10px -15px !important;
}
.container-img {
  position: relative;
  overflow: hidden;
  transition: transform .2s;
  height: 280px;
}
.container-img .view-gallery {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  background-color: rgba(255,255,255,0.35);
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  padding: 3px 6px;
  margin: 0px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 18px;
}
.container-img .view-gallery a {
  transition: all 0.2s ease-in-out;
  line-height: 12px;
  cursor: pointer;
  display: inline-block;
  color: rgba(255,255,255,0.8);
  padding: 0px 5px 0px 0px;
  border-right: 1px solid rgba(255,255,255,0.8);
}
.container-img .view-gallery a:hover {
  color: #ffffff;
}
.container-img .view-gallery a:last-child {
  border-right: 0px;
}
.container-img .view-gallery img {
  height: 20px;
  opacity: 0.5;
  margin-top: -3px;
}
.container-img .view-gallery .for {
  display: inline-block;
}
.changeFor {
  cursor: pointer;
}
.changeFor.active {
  font-weight: 700;
}
#priceViewCharter hr:last-child {
  display: none;
}
.contForEdit {
  width: calc(200% + 30px);
  position: relative;
}
.sheet-card {
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}
.sheet-card .inputEditContainer {
  margin-top: -5px;
}
.sheet-card .inputEditContainer .tableInput.crew-filter {
  position: relative;
  top: 5px;
  width: 100%;
  height: 25px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 12px;
}
.sheet-card .inputEditContainer.typeHere {
  width: calc(100% - 90px);
  float: left;
}
.sheet-card .tableInput.crew-filter {
  position: relative;
  top: -5px;
  width: 100%;
  height: 25px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 12px;
}
.sheet-card #advancedSearch {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sheet-card #advancedSearch select,
.sheet-card #advancedSearch input {
  height: 38px;
}
.sheet-card #advancedSearch .filterScroll {
  height: 100%;
}
.sheet-card .btn:not(.btn-contact-gold):not(.forDb) {
  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);
  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);
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.sheet-card .btn-contact-gold {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  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 !important;
  border: none;
}
.sheet-card .btn.btn-icon {
  padding: 6px 7px !important;
  margin-left: 10px !important;
}
.sheet-card .btn.btn-icon img {
  height: 12px;
}
.sheet-card .btn-icon {
  padding: 5px 7px !important;
  margin: 5px -4px 5px 5px !important;
  display: inline-block;
}
.sheet-card .btn-icon img {
  height: 17px;
}
.sheet-card strong,
.sheet-card b {
  font-weight: 600;
}
.sheet-card .sheet-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  width: 40px;
  text-align: center;
}
.sheet-card .sheet-icon img,
.sheet-card .sheet-icon i {
  height: 19px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 21px;
  filter: brightness(50%);
}
.sheet-card .sheet-icon .dark {
  filter: brightness(50%);
}
.sheet-card .sheet-icon.right {
  right: 0;
  left: auto;
  cursor: pointer;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) {
  background: #eff0f4;
  padding: 6px 15px;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .add,
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .upload {
  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);
  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);
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 800;
  line-height: 14px;
  color: #fff;
  float: right;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .link {
  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);
  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);
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 800;
  line-height: 14px;
  color: #fff;
  float: right;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .add:hover {
  color: #fff;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .title-text {
  padding: 11px 0px;
  font-weight: 500;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .title-text span {
  font-weight: 400;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .title-text .btn {
  display: inline-flex;
  float: right;
  margin-top: -5px !important;
  margin-right: -5px !important;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .btn {
  margin: 7px -4px 7px 0;
}
.sheet-card .title:not(.titlenews):not(.popoverShare .title) .form-control {
  background: #fff !important;
  height: 24px !important;
  font-weight: 400 !important;
}
.sheet-card .mlButtons span {
  padding: 5px 0px;
  display: block;
}
.sheet-card .head-filter .form-control:not(.datepicker) {
  border: 1px solid #ced4da !important;
  font-weight: 400 !important;
  color: #626771 !important;
  height: 24px !important;
  background: #fff !important;
  font-size: 13px !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 2px 5px !important;
  margin-top: 0px !important;
  margin-left: 10px;
  float: right !important;
  padding: 0 3px !important;
  width: 160px !important;
}
.sheet-card .head-filter .dropdown-time {
  font-size: 10px;
  font-weight: 600;
  float: right;
  padding: 5px 0px 5px 10px;
  width: 145px;
  text-align: center;
}
.sheet-card .head-filter .time-container .form-control {
  width: 100% !important;
}
.sheet-card .head-filter.title-filter .select-bold {
  width: 80px !important;
}
.sheet-card .table-filter {
  overflow-y: auto;
  overflow-x: hidden;
}
.sheet-card .table-filter .resultShader {
  top: 0;
  height: 100%;
}
.sheet-card .table-filter table tr:last-child {
  border-bottom: 1px solid #eee !important;
}
.sheet-card .inner {
  background: #fff;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-top: none;
  font-size: 13px;
}
.sheet-card .inner .form-group:last-child {
  margin-bottom: 0px;
}
.sheet-card .inner-blocks {
  background: #fff;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-top: none;
  font-size: 13px;
  padding: 0px 15px;
  font-size: 10px;
  font-weight: 500;
}
.sheet-card .inner-blocks .form-group:last-child {
  margin-bottom: 0px;
}
.sheet-card .inner-blocks .readMore,
.sheet-card .inner-blocks .edit-readMore {
  color: #B59B76;
  cursor: pointer;
  font-size: 11px;
}
.sheet-card .inner-blocks .c-block {
  border-left: 1px solid #dedede;
  padding: 59px 15px;
}
.sheet-card .inner-blocks .number {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.sheet-card .inner-blocks .c-block:last-child {
  border-right: 0px solid;
}
.sheet-card .inner-blocks span {
  margin: 10px 0px;
  display: block;
}
.sheet-card .inner-search {
  color: #888;
  background: #fff;
  padding: 10px 15px 5px;
  border: 1px solid #eee;
  border-top: none;
  font-size: 12px;
  position: relative;
}
.sheet-card .inner-search .line {
  height: 71px;
  position: absolute;
  left: -4px;
  top: -15px;
}
.sheet-card .inner-search .timeline {
  height: 71px;
  position: absolute;
  left: -4px;
  top: -15px;
  margin: 10px 0px 20px;
}
.sheet-card .inner-search a {
  color: #a9abb0;
}
.sheet-card .inner-search .search-title {
  color: #626771;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.sheet-card .inner-search .search-title span {
  color: #959595;
  font-size: 14px;
}
.sheet-card .inner-search .search-date {
  color: #888;
}
.sheet-card .inner-search .hub-foot-search {
  padding: 5px 15px 0px;
  border-top: 1px solid #eaeaea;
  margin: 15px -15px 0px;
}
.sheet-card .inner-search .hr-left {
  margin: 7px 0;
}
.sheet-card .inner-search .margin-last {
  margin-left: 30px;
}
.sheet-card .inner-full {
  background: #fff;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-top: none;
  font-size: 13px;
  border-top: 1px solid #eee;
  padding: 15px;
}
.sheet-card .inner-full .form-group:last-child {
  margin-bottom: 0px;
}
.sheet-card .inner-full .readMore,
.sheet-card .inner-full .edit-readMore {
  color: #B59B76;
  cursor: pointer;
  font-size: 11px;
}
.sheet-card .footer {
  background: #eff0f4;
  padding: 3px 15px;
  border: 1px solid #dbdbdb;
  font-size: 11px;
  line-height: 23px;
}
.sheet-card .footer .cntSquare {
  margin: 7px 0px;
  font-size: 12px;
  font-weight: 500;
}
.sheet-card .footer .cntSquare .square {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  float: left;
  border-radius: 3px;
  background: #6e8db0;
  background: linear-gradient(90deg,#6e8db0 0%,#81a4df 100%);
}
.sheet-card .footer .cntSquare .square.light {
  background: #9ebcdd;
  background: linear-gradient(90deg,#9ebcdd 0%,#adccf0 100%);
}
.sheet-card .inner .readMore,
.sheet-card .inner .edit-readMore,
.sheet-card .footer .readMore,
.sheet-card .footer .edit-readMore {
  color: #B59B76;
  cursor: pointer;
  font-size: 11px;
}
.sheet-card .inner-canvas {
  position: relative;
  margin: 54px -58px;
  height: auto;
  width: 335px;
  border: none;
}
.sheet-card .canvas_2 {
  margin: 0px -58px 0px;
  padding: 11px 15px;
}
.sheet-card .tr-total {
  background-color: #f0f1f5;
}
.sheet-card table.table_2 tbody td {
  padding: 15px 7px !important;
}
.sheet-card .noBottom {
  border-bottom: 0px solid;
}
.sheet-card .tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  border: 1px solid #161719;
  color: #161719;
  padding: 0px 5px;
  border-radius: 20px;
}
.sheet-card .tag-grey {
  border: 1px solid #161719;
  background-color: #161719;
  color: white;
}
.sheet-card .excludedYacht,
.sheet-card .excludedYachtSold {
  cursor: pointer;
}
.sheet-card .spanLine {
  text-decoration: line-through;
}
.sheet-card .inner.table-content {
  border: none;
  padding: 0;
}
.sheet-card .inner.table-inner {
  padding: 15px 25px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.sheet-card .dbTable a {
  color: #57595d;
}
.sheet-card .dbTable table {
  table-layout: fixed;
  border: 0px solid;
  font-size: 11px;
  font-weight: 500;
}
.sheet-card .dbTable table thead {
  font-size: 13px;
}
.sheet-card .dbTable table thead tr {
  border: 0px solid;
}
.sheet-card .dbTable table thead th {
  border: 0px solid;
  position: sticky;
  top: -1px;
  z-index: 1;
  padding: 0px;
}
.sheet-card .dbTable table thead th div {
  border: 0px solid;
  padding: 5px 10px;
  background-color: #f0f1f5;
  color: #161719;
  border: 1px solid #eee;
}
.sheet-card .dbTable table tbody td {
  padding: 5px 7px;
}
.sheet-card .dbTable table tbody td .tit {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.sheet-card .dbTable table tbody td .txt {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
.sheet-card .dbTable table tbody td .spanMin {
  font-size: 10px;
  color: #888888;
  line-height: 10px;
  display: inline-table;
}
.sheet-card .dbTable table tbody td .number {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.sheet-card .dbTable table .icon .light {
  opacity: 0.9;
}
.sheet-card .dbTable table .icon .download {
  opacity: 1;
  margin-left: 7px;
  margin-top: -4px;
}
.sheet-card .dbTable table .icon i {
  font-size: 14px;
}
.sheet-card .dbTable .cntBox {
  overflow-y: scroll;
  height: 225px;
  overflow-x: hidden;
}
.sheet-card .dbTable .cntBox.auto {
  height: auto !important;
  overflow-y: auto;
}
.sheet-card .dbTable .cntBoxMedium {
  height: 370px !important;
}
.sheet-card .dbTable .cntBoxBig {
  height: 415px !important;
}
.sheet-card .dbTable .cntBoxSmall {
  height: 215px !important;
}
.sheet-card .dbTable .cntBoxMin {
  height: 170px !important;
}
.sheet-card .dbTable .cntBoxIntel {
  height: 260px !important;
}
.sheet-card .cardFilter .time-container,
.sheet-card .cardFilter .filter-container {
  top: 52px;
  right: 15px;
}
.sheet-card .cardFilter .time-container .time-option a,
.sheet-card .cardFilter .filter-container .time-option a {
  padding: 2px 0px;
  font-size: 12px !important;
  line-height: 20px !important;
}
.sheet-card .cardFilter .time-container .bottom-timeframe,
.sheet-card .cardFilter .filter-container .bottom-timeframe {
  padding: 5px 20px;
}
.sheet-card .cardFilter .time-container .bottom-timeframe label.minus,
.sheet-card .cardFilter .filter-container .bottom-timeframe label.minus {
  font-size: 9px !important;
}
.sheet-card .cardFilter .resultShader,
.sheet-card .cardFilter .resultShaderFilter,
.sheet-card .cardFilter .resultShaderStatus,
.sheet-card .cardFilter .resultShaderMarket {
  top: 38px;
  height: calc(100% - 38px);
  border-radius: 0px;
  left: 0;
  right: 0px;
}
.sheet-card .cardFilter.pie {
  margin: 0px;
  border: 1px solid #dedede;
  overflow: hidden;
  border-top: 0px solid;
}
.sheet-card #boxMarketValue {
  height: auto;
}
.sheet-card .disclaimer {
  text-transform: capitalize;
  font-size: 8px;
  padding: 5px 10px;
  display: block;
  width: 100%;
  text-align: center;
}
.sheet-card .openFilters {
  cursor: pointer;
}
.sheet-card table {
  margin: 0;
  text-align: center;
  border-collapse: collapse;
  vertical-align: center;
}
.sheet-card table td:not(.inner-email td),
.sheet-card table th {
  padding: 10px 10px;
  vertical-align: middle;
}
.sheet-card table:not(.inner-email table),
.sheet-card td:not(.inner-email td),
.sheet-card tr:not(.inner-email tr) {
  border: 1px solid #eee;
}
.sheet-card .icon-edit {
  margin-top: -3px;
  margin-right: 7px;
  height: 14px;
}
.sheet-card .icon-trash {
  color: #74777f;
  font-size: 14px;
  cursor: pointer;
}
.sheet-card .timeframe {
  cursor: pointer;
  padding: 1px 0px;
  text-transform: capitalize;
}
.sheet-card .dropdown-filter,
.sheet-card .dropdown-status,
.sheet-card .dropdown-market {
  cursor: pointer;
  padding: 1px 0px;
}
.sheet-card .dropdown-filter b,
.sheet-card .dropdown-status b,
.sheet-card .dropdown-market b {
  text-transform: capitalize;
}
.sheet-card .dropdown-filter select,
.sheet-card .dropdown-status select,
.sheet-card .dropdown-market select {
  background-color: transparent;
  border: 0px solid;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 10px;
  color: #161719;
  text-transform: uppercase;
}
.sheet-card .dropdown-filter span,
.sheet-card .dropdown-status span,
.sheet-card .dropdown-market span {
  display: inline-block;
  font-weight: 500;
}
.sheet-card .dropdown-filter .select-bold,
.sheet-card .dropdown-status .select-bold,
.sheet-card .dropdown-market .select-bold {
  display: inline-block;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.sheet-card .boxCalendarInt {
  padding: 0px 2px 2px !important;
}
.sheet-card .boxCalendarInt .card-last {
  margin-bottom: 0px;
}
.sheet-card .boxCalendarInt .card-number .one-number {
  max-height: 63px;
}
.sheet-card .dropdown-calendar .form-control.calendar,
.sheet-card .dropdown-calendar-int .form-control.calendar {
  margin-top: 6px;
  height: 24px !important;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 500;
}
.sheet-card .dropdown-calendar span,
.sheet-card .dropdown-calendar-int span {
  display: inline-block;
}
.sheet-card .dropdown-calendar .fleet,
.sheet-card .dropdown-calendar-int .fleet {
  background-color: transparent;
  border: 0px solid;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 10px;
  color: #626771;
  text-transform: uppercase;
}
.sheet-card .month_year .month_calendar {
  width: 55%;
  float: right;
  margin-right: 15px;
}
.sheet-card .month_year .year_calendar {
  width: 37%;
  float: right;
}
.sheet-card .form-control.calendar.name_yacht {
  margin: 5px 0px !important;
  height: 24px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.sheet-card .time-container,
.sheet-card .filter-container {
  position: absolute;
  right: 15px;
  top: 50px;
  background: #fff;
  width: 175px;
  z-index: 4;
  padding: 0px 20px 0;
  border-radius: 3px;
  text-align: left;
}
.sheet-card .time-container .input-border,
.sheet-card .filter-container .input-border {
  margin-bottom: 5px;
}
.sheet-card .time-container input.form-control,
.sheet-card .filter-container input.form-control {
  height: 20px;
}
.sheet-card .time-container .minus,
.sheet-card .filter-container .minus {
  font-size: 10px !important;
  font-weight: initial !important;
  text-transform: uppercase;
}
.sheet-card .time-container .datepicker,
.sheet-card .filter-container .datepicker {
  height: 20px !important;
}
.sheet-card .time-container .time-option,
.sheet-card .filter-container .time-option {
  font-weight: 400;
  margin-top: 3px;
}
.sheet-card .time-container .time-option a,
.sheet-card .filter-container .time-option a {
  text-decoration: none;
  color: #333;
  line-height: 20px;
  display: block;
  font-size: 12px !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 2px 0;
}
.sheet-card .time-container .time-option a:last-child,
.sheet-card .filter-container .time-option a:last-child {
  border-bottom: 0px;
}
.sheet-card .time-container .bottom-timeframe,
.sheet-card .filter-container .bottom-timeframe {
  margin: 0 -20px;
  background: #eff0f4;
  border-top: 1px solid #dbdbdb;
  padding: 5px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sheet-card .time-container .bottom-timeframe input,
.sheet-card .time-container .bottom-timeframe select,
.sheet-card .filter-container .bottom-timeframe input,
.sheet-card .filter-container .bottom-timeframe select {
  background-color: white !important;
  font-size: 13px !important;
  border: none;
}
.sheet-card .time-container .bottom-timeframe select,
.sheet-card .filter-container .bottom-timeframe select {
  height: 20px !important;
}
.sheet-card .time-container .bottom-timeframe label.minus,
.sheet-card .filter-container .bottom-timeframe label.minus {
  margin-bottom: 5px !important;
  font-size: 9px !important;
}
.sheet-card .resultShader,
.sheet-card .resultShaderFilter,
.sheet-card .resultShaderStatus,
.sheet-card .resultShaderMarket {
  background: #000;
  opacity: 0.8;
  position: absolute;
  z-index: 3;
  top: 38px;
  width: 100%;
  height: calc(100% - 38px);
  border-radius: 3px;
}
.sheet-card .active-privileges .tag {
  background: #161719;
  color: #fff;
}
.sheet-card .active-privileges hr.function-divider {
  margin: 10px -15px 5px !important;
}
.sheet-card .shortTitle {
  padding: 0 15px !important;
}
.sheet-card .shortTitle .title-text {
  padding: 12px 0px !important;
}
.cardNoBottom {
  height: 260px;
  border: 0px solid !important;
  box-shadow: none;
}
.cardNoBottom .col-12.pad-r {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  height: 175px;
  overflow: hidden;
}
.cardNoBottom .col-12.pad-0 {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  height: 175px;
  overflow: hidden;
}
#searchResult #formContainer.page-table.dbBlog {
  margin: 0px !important;
}
#searchResult #formContainerLv2 .form-container-head,
#searchResult #formContainerLv3 .form-container-head {
  height: auto;
}
.mgallery {
  overflow: visible !important;
}
.fullRight {
  position: relative;
  right: -105%;
}
.edit-ydb {
  cursor: pointer;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}
pre {
  padding: 70px 0 0 150px;
}
.hub-nav {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -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);
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  background-color: #f0f1f5;
  margin-left: 145px;
  padding-left: 20px;
}
.hub-nav .headLinkOption {
  float: right;
  padding: 0 10px 0 0;
}
.hub-nav .nav-block {
  display: inline-block;
}
.hub-nav .nav-block b {
  font-weight: 800;
}
.hub-nav .nav-block:last-child {
  cursor: pointer;
  text-align: right;
  float: right;
  font-weight: 500;
  font-size: 12px;
}
.hub-nav .nav-block:last-child .btn-contact-gold {
  text-transform: uppercase;
  text-transform: uppercase;
  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);
  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);
  font-size: 10px;
  color: #fff !important;
  border: none;
  padding: 5px 10px;
}
.hub-nav .nav-block:last-child .nav-input {
  padding: 6px 0;
}
.hub-nav .nav-block:last-child .nav-input input {
  height: 25px;
  border-radius: 20px;
  font-size: 14px;
}
.hub-nav .subs {
  display: block;
  cursor: pointer;
  padding: 0 20px;
}
.hub-nav .subs:hover {
  background-color: #626771;
  color: #f0f1f5 !important;
}
.hub-nav .private {
  float: right;
}
.hub-nav .toggleButton {
  float: right !important;
  margin: 0px 0 0 10px;
  padding: 7px 15px 0 0;
}
.hub-nav .toggleButton .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0;
}
.hub-nav .toggleButton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.hub-nav .toggleButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.hub-nav .toggleButton .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.hub-nav .toggleButton input:checked + .slider {
  background-color: #B59B76;
}
.hub-nav .toggleButton input:focus + .slider {
  box-shadow: 0 0 1px #B59B76;
}
.hub-nav .toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.hub-nav .toggleButton .slider.round {
  border-radius: 34px;
}
.hub-nav .toggleButton .slider.round:before {
  border-radius: 50%;
}
.hub-nav.news-nav {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -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);
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  background-color: #f0f1f5;
  margin-left: 145px;
  padding-left: 20px;
  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);
  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;
  border-left: 1px solid #e6e6e69c;
}
.hub-nav.news-nav .headLinkOption {
  float: right;
  padding: 0 10px 0 0;
}
.hub-nav.news-nav .nav-block {
  display: inline-block;
}
.hub-nav.news-nav .nav-block b {
  font-weight: 800;
}
.hub-nav.news-nav .nav-block:last-child {
  cursor: pointer;
  text-align: right;
  float: right;
  font-weight: 500;
  font-size: 12px;
}
.hub-nav.news-nav .nav-block:last-child .btn-contact-gold {
  text-transform: uppercase;
  text-transform: uppercase;
  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);
  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);
  font-size: 10px;
  color: #fff !important;
  border: none;
  padding: 5px 10px;
}
.hub-nav.news-nav .nav-block:last-child .nav-input {
  padding: 6px 0;
}
.hub-nav.news-nav .nav-block:last-child .nav-input input {
  height: 25px;
  border-radius: 20px;
  font-size: 14px;
}
.hub-nav.news-nav .subs {
  display: block;
  cursor: pointer;
  padding: 0 20px;
}
.hub-nav.news-nav .subs:hover {
  background-color: #626771;
  color: #f0f1f5 !important;
}
.hub-nav.news-nav .private {
  float: right;
}
.hub-nav.news-nav .toggleButton {
  float: right !important;
  margin: 0px 0 0 10px;
  padding: 7px 15px 0 0;
}
.hub-nav.news-nav .toggleButton .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0;
}
.hub-nav.news-nav .toggleButton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.hub-nav.news-nav .toggleButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.hub-nav.news-nav .toggleButton .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.hub-nav.news-nav .toggleButton input:checked + .slider {
  background-color: #B59B76;
}
.hub-nav.news-nav .toggleButton input:focus + .slider {
  box-shadow: 0 0 1px #B59B76;
}
.hub-nav.news-nav .toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.hub-nav.news-nav .toggleButton .slider.round {
  border-radius: 34px;
}
.hub-nav.news-nav .toggleButton .slider.round:before {
  border-radius: 50%;
}
.hub-nav.news-nav a {
  color: white;
}
.hub-nav.news-nav strong {
  font-weight: 800;
}
.hub-nav.news-nav span {
  font-size: 10px;
  font-weight: 600;
}
.hub-nav.news-nav img {
  height: 12px;
  margin-top: -3px;
}
.hub-nav.news-nav .tag {
  display: inline;
  border: 1px solid white;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 9px;
  margin: 0px 3px 0px 3px;
}
.hub-nav.news-nav .tag-1 {
  color: #626771;
  background: white;
}
.hub-nav.news-nav .min {
  opacity: 0.6;
  font-weight: 400;
}
.hub-nav.news-nav .l-block {
  position: absolute;
  left: 15px;
}
.hub-nav.news-nav .l-block img {
  margin-right: 5px;
}
.hub-nav.news-nav .n-block {
  margin-left: 125px;
}
.hub-nav.news-nav .singleNews {
  height: 38px;
  overflow: hidden;
}
.hub-nav.news-nav .singleNews span {
  display: inline-block;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100% 0);
}
.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hub-nav.fullViewport {
  margin-left: 0;
}
.list-group {
  display: inline-block;
  margin-left: -20px;
}
.list-group .show {
  background-color: transparent !important;
}
.list-group a {
  padding: 0 20px;
  color: #161719;
}
.list-group a.active {
  background-color: #161719 !important;
  color: #f0f1f5 !important;
}
#myList:not(.headerList) a {
  font-size: 12px;
  color: #161719;
  border-right: 0px solid;
  display: block;
  float: left;
}
#myList:not(.headerList) a:hover,
#myList:not(.headerList) a.active {
  text-decoration: none;
  background-color: #161719 !important;
  color: #ffffff !important;
  border-right: 0px solid;
}
.page-overview {
  padding-top: 70px !important;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.page-overview .sheet-card .title {
  padding: 0 15px 0 40px !important;
}
.page-overview .sheet-card .shortTitle {
  padding: 0 15px !important;
}
.page-overview .cont-news .card-news .label-news {
  background-color: rgba(255,255,255,0.9);
}
.page-overview .cnt-numbers {
  width: initial;
  max-width: initial;
  padding: 0px;
  position: initial;
}
.page-overview .cnt-numbers .card-number .border-bt {
  border-bottom: 1px solid #ced4da;
}
.page-overview .cnt-numbers .card-number .head-number {
  background-color: #eff0f4;
}
.page-overview .cnt-numbers .card-number .tag-grid {
  float: right;
  margin-top: -3px;
}
.page-overview .blog .cntChat .sheet-card.form-group {
  margin-top: -15px;
}
.page-overview .blog .cntChat .scrollChat .actions {
  top: 44px;
}
.page-overview ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.page-overview ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.page-overview ::-webkit-scrollbar-thumb {
  background: #57595d;
  border: 0px none #57595d;
  border-radius: 1px;
}
.page-overview ::-webkit-scrollbar-thumb:hover {
  background: #57595d;
}
.page-overview ::-webkit-scrollbar-thumb:active {
  background: #57595d;
}
.page-overview ::-webkit-scrollbar-track {
  background: #e2e2e2;
  border: 0px none #e2e2e2;
  border-radius: 1px;
}
.page-overview ::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
}
.page-overview ::-webkit-scrollbar-track:active {
  background: #e2e2e2;
}
.page-overview ::-webkit-scrollbar-corner {
  background: transparent;
}
.remove-favorites,
.remove-compare-yacht {
  cursor: pointer;
}
.remove-favorites img,
.remove-compare-yacht img {
  opacity: 0.8 !important;
}
a.hlink {
  color: #B59B76;
  text-decoration: underline;
}
.hub-card {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
}
.hub-card label {
  font-weight: 500;
  margin-bottom: 5px;
}
.hub-card .form-control {
  font-size: 14px;
  padding: 4px 10px;
  height: 31px;
  font-weight: 300;
}
.hub-card .form-group {
  margin-bottom: 15px !important;
}
.hub-card hr {
  border-color: #ccc;
  margin: 20px -15px;
}
.hub-card .link-edit {
  color: #B59B76;
  font-style: italic;
  font-size: 14px;
}
.hub-card .green {
  color: #017100;
}
.hub-card .red {
  color: #b51700;
}
.hub-card strong {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
}
.hub-card #dropzon {
  height: 100px;
  margin: 7px 25px 0px 5px;
  width: 100px;
  border-radius: 100px;
  display: inline-block;
  float: left;
}
.hub-card .hub-head {
  background-color: #f0f1f5;
  padding: 10px 15px;
  font-weight: 700;
}
.hub-card .hub-body {
  padding: 15px;
  min-height: 105px;
}
.hub-card .hub-body .txt-section {
  margin-bottom: 30px;
}
.hub-card .hub-body #dropzon {
  height: 100px;
  width: 100px;
  border-radius: 100px;
}
.hub-card .dropzon {
  border-radius: 5px;
}
.hub-card .dropzone {
  padding: 40px 0;
}
.hub-card .data {
  display: inline-block;
}
.hub-card .hub-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  float: left;
  margin: 7px 25px 0px 5px;
  position: relative;
  height: 100px;
  width: 100px;
  background-color: rgba(0,0,0,0.02);
  border-radius: 50px;
}
.hub-card .hub-img ù
    
    .delete-avatar {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  background-color: #B59B76;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 14px;
}
.hub-card .hub-img:hover .delete-avatar {
  display: block;
}
.hub-card .tags a {
  text-transform: uppercase;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #626771;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.hub-card .btn:not(.forDb) {
  font-size: 11px;
  padding: 5px 10px;
  line-height: 14px;
}
.hub-card .txt-section {
  margin-bottom: 20px;
}
.hub-card .cnt-builder-logo,
.hub-card .cnt-builder-cover {
  position: relative;
  border: 1px solid #eee;
}
.hub-card .cnt-builder-logo .delete-builder-logo,
.hub-card .cnt-builder-logo .delete-builder-cover,
.hub-card .cnt-builder-cover .delete-builder-logo,
.hub-card .cnt-builder-cover .delete-builder-cover {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #B59B76;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 14px;
}
.hub-card .cnt-builder-logo:hover,
.hub-card .cnt-builder-cover:hover {
  position: relative;
}
.hub-card .cnt-builder-logo:hover .delete-builder-logo,
.hub-card .cnt-builder-logo:hover .delete-builder-cover,
.hub-card .cnt-builder-cover:hover .delete-builder-logo,
.hub-card .cnt-builder-cover:hover .delete-builder-cover {
  display: block;
}
.hub-card .card-filters {
  display: table;
  width: 100%;
}
.hub-card .c-filter {
  display: table-cell;
  padding: 0px 10px;
  vertical-align: middle;
}
.hub-card .c-filter:first-child {
  padding: 0px;
}
.hub-card.bg {
  background-color: white;
}
.sheet-card.hub-card .title-filter {
  padding: 0 0px 0 40px;
}
.hub-card.list-card .title {
  padding: 0 15px 0 15px;
}
.hub-card.list-card .title .btn-contact {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  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);
  margin: 7px 0px 7px 0;
}
.hub-card-head {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background: #eff0f4;
  padding: 13px 15px 11px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase;
}
.bt-margin {
  margin-top: 27px;
}
.btn-contact {
  font-weight: initial;
  margin-top: 0;
}
.card-horizontal {
  box-shadow: none;
  border-radius: 0;
  color: ;
}
.card-horizontal .card-image {
  height: 180px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}
.card-horizontal .card-image-horizontal {
  height: 180px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
  height: 190px;
}
.card-horizontal .card-image-horizontal .img-cover {
  z-index: 1;
}
.card-horizontal .card-text {
  padding: 0;
  margin-left: -15px;
  height: 190px;
}
.card-horizontal .card-text .gold {
  color: #B59B76;
  text-decoration: underline;
  margin-top: 5px;
}
.card-horizontal .card-text .gold-link {
  font-weight: 100;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}
.card-horizontal .card-text .card-tag .tag {
  line-height: 12px;
  font-size: 9px;
  font-weight: 600;
  border-radius: 20px;
  padding: 3px 8px;
}
.card-horizontal .card-bottom {
  position: absolute;
  bottom: 0;
}
.card-horizontal .card-bottom .card-promo {
  text-align: left;
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
  padding: 0px;
}
.card-horizontal .cnt-share:hover .popoverShare {
  height: 160px;
}
.list-table .card-horizontal .card-image-horizontal {
  height: 143px;
}
.list-table .card-horizontal .card-text {
  height: 143px;
}
.list-table .card-horizontal .card-text .card-tag {
  margin: 2px 0 5px;
}
.list-table .card-horizontal .card-text .card-details {
  margin-top: 10px;
  height: auto;
  line-height: 16px;
}
.list-table .card-horizontal .card-text .card-title {
  line-height: 21px;
}
.list-table .card-horizontal .card-text .card-price .price {
  margin-right: 10px;
}
.list-table .card-horizontal .card-text .card-price .price .tag {
  line-height: 12px;
  font-size: 8px;
  margin-left: 5px;
}
.list-table .card-horizontal .card-bottom {
  bottom: 5px;
}
.list-table .card-horizontal .card-bottom .cnt-share,
.list-table .card-horizontal .card-bottom .cnt-download {
  padding: 3px 5px 0 !important;
  display: table-cell;
}
.list-table .card-horizontal .card-bottom .cnt-share .fa-remove,
.list-table .card-horizontal .card-bottom .cnt-download .fa-remove {
  color: #626771;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.6;
  position: relative;
  top: 1px;
}
.list-table .card-horizontal .card-bottom .cnt-share:hover .popoverShare {
  height: 120px;
  bottom: 19px;
}
.list-table .card-horizontal .card-bottom .card-promo {
  margin-top: 0;
}
.list-table .card-horizontal .icon {
  height: 12px !important;
}
.list-table .cont-form input,
.list-table .cont-form textarea {
  height: 28px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  min-width: 300px;
  color: #161719;
  margin: 2px 0px;
}
.list-table .cont-form select {
  height: 28px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  width: 100%;
  color: #161719;
}
.list-table .cont-form .info {
  height: 45px;
  margin-bottom: 0px;
}
.list-table .cont-form button {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  cursor: pointer;
  padding: 0px 10px;
  float: right;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #d6bf9f;
  color: #fff;
  margin-top: 1px;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  right: 7px;
}
.list-table .col-yacht-row .form-check-input + .form-check-label {
  text-transform: uppercase;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #161719;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 11px;
  right: 70px;
}
.list-table .col-yacht-row .form-check-input:checked + .form-check-label {
  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);
  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: #fff;
}
.list-table .col-yacht-row label.form-check-label:hover {
  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);
  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: #fff;
}
.search-horizontal .inner-search {
  border: none;
  padding: 0;
}
hr.hr-horizontal {
  margin: 15px -15px;
  border-color: #dbdbdb;
}
.team-horizontal {
  margin-bottom: 0;
  padding: 0;
}
.team-horizontal .card-text {
  height: auto;
  box-shadow: none;
  padding: 0;
}
.team-horizontal .card-text .hr-full-card {
  margin: 10px -30px !important;
}
.team-horizontal .card-text .card-details {
  height: 80px;
}
.team-horizontal .img-cover {
  z-index: 1;
}
.team-horizontal .placeholder-team {
  background-color: #eff0f4;
  opacity: 0.7;
}
.team-horizontal .card-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  height: 198px;
  padding-top: 40px;
  line-height: 18px;
  color: #888;
}
.owner-spec {
  padding: 15px;
  margin: 15px -15px -15px;
  border-top: 1px solid #dbdbdb;
}
.owner-spec hr {
  border-top: 1px solid #dbdbdb;
  margin: 15px -15px;
}
.owner-spec .spec-contact {
  color: #B59B76;
}
.owner-spec .cta-owner .btn {
  width: 150px;
}
.owner-spec img {
  height: 15px;
}
.foot-inner {
  text-align: right;
  margin: -5px 0;
  color: #B59B76;
}
.foot-inner a {
  color: #B59B76;
  font-style: italic;
}
.foot-inner .load-more-last {
  cursor: pointer;
  color: #B59B76 !important;
}
.foot-inner .delivery,
.foot-inner .refit {
  padding: 0 15px;
}
.foot-inner .delivery .legend,
.foot-inner .refit .legend {
  width: 25px;
  height: 25px;
  background: #6685b3;
  float: left;
  border-radius: 5px;
}
.foot-inner .delivery .legend-txt,
.foot-inner .refit .legend-txt {
  float: left;
  margin: 2px 0 0 5px;
  color: #626771;
}
.foot-inner .refit .legend {
  background: #acc3e3;
}
.builder-logo {
  max-width: 250px;
  max-height: 50px;
  margin: 30px 0;
}
.builder-cover {
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}
.builder-short-desc {
  text-align: left;
  margin: 25px 0 0;
}
.card-add-builder {
  word-wrap: break-word;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px;
  height: 100%;
  border-radius: 0 0 5px 5px;
  color: #626771;
  background-color: white;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.card-add-builder .divider50 {
  height: 50px;
}
.card-add-builder .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}
.card-add-builder .description {
  font-size: 14px;
}
.card-add-builder .btn-contact {
  margin-top: 30px;
}
.card-add-builder .notes {
  margin-top: 30px;
  color: #999;
  font-size: 12px;
}
.card-add-builder .notes a {
  color: #999;
}
.bg-active {
  background: #f5f5f5 !important;
}
.bg-active .headcol,
.bg-active .card-listing .card-text,
.bg-active .card-bottom {
  background: #f5f5f5 !important;
}
.compare-table {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  overflow-x: scroll;
  margin-left: 0px;
  font-size: 14px;
  height: calc(100vh - 76px);
  position: relative;
}
.compare-table .background-gray {
  position: absolute;
  width: 350px;
  background-color: #edeff5;
  left: 15px;
  top: auto;
  height: calc(100vh - 76px);
}
.compare-table .table {
  table-layout: auto;
  margin-bottom: 5px;
}
.compare-table .table td,
.compare-table .table th {
  vertical-align: middle;
  width: 1px;
  white-space: nowrap;
}
.compare-table .table thead th {
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 9px 15px;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  font-weight: 400;
  cursor: pointer;
}
.compare-table .table tbody tr {
  height: 75px;
}
.compare-table .table .headcol {
  z-index: 1;
  position: sticky;
  position: -webkit-sticky;
  min-width: 350px;
  background-color: #f9fafe;
  padding-bottom: 10px;
  left: 0px;
  top: auto;
}
.compare-table .table .even {
  background-color: #fff;
}
.compare-table .table .even .headcol {
  background-color: #fff;
}
.compare-table .table .compare-tit {
  font-size: 18px;
  line-height: 20px;
}
.compare-table .table .hr-compare {
  margin: 10px 0;
  border-top: 1px solid #000;
}
.compare-table .table .hr-compare-light {
  margin: 10px 0;
  border-top: 1px solid #c7c7c7;
}
.compare-table .table .mini-biscuit {
  position: relative;
}
.compare-table .table .mini-biscuit img {
  height: 55px;
  margin-right: 15px;
  width: 83px;
  object-fit: cover;
}
.compare-table .table .mini-biscuit .mini-tit {
  text-transform: uppercase;
  text-transform: uppercase;
  display: inline-block;
}
.compare-table .table .mini-biscuit .mini-tit a {
  color: #626771;
}
.compare-table .table .mini-biscuit .bt-star {
  position: absolute;
  right: 25px;
  top: 15px;
}
.compare-table .table .mini-biscuit img.icon {
  height: 14px;
  width: auto;
  opacity: 0.5;
}
.compare-table .table .mini-biscuit .remove-tr {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.compare-table.cutted {
  height: calc(100vh - 266px);
  margin-right: 30px;
}
.compare-table.table-advanced.cutted {
  height: calc(100vh - 40px);
}
.list-table {
  font-size: 12px;
  line-height: 16px;
  height: calc(100vh - 83px);
}
.list-table .table {
  background-color: #fff;
  color: #161719;
}
.list-table .table td {
  vertical-align: top;
}
.list-table .table .mini-biscuit img {
  height: 180px;
  width: auto;
}
.list-table .table .headcol {
  white-space: initial;
  background-color: #fff;
  width: 550px;
  min-width: 550px;
}
.list-table .table .secondcol {
  position: relative;
  width: 200px;
  min-width: 200px;
  white-space: normal;
}
.list-table .table .secondcol .edit-search {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.list-table .table .secondcol .edit-search img {
  opacity: 1;
}
.list-table .table .secondcol .edit-search.toYdb {
  left: 15px;
  bottom: 2px;
  width: 81px;
}
.list-table .table .secondcol strong,
.list-table .table .secondcol b {
  font-weight: 600;
}
.list-table .table-bordered {
  border: 0px solid;
}
.list-table .table-bordered tr:first-child td {
  border-top: 0px solid;
}
.list-table .table-bordered td {
  border: 1px solid #f1f1f1;
}
.list-table .card-horizontal {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.list-table .card-horizontal .popoverShare .title {
  font-size: 18px;
  line-height: 20px;
}
.list-table .card-horizontal .popoverShare .shareButtons {
  margin: 5px 0px 5px;
}
.list-table .card-horizontal .price,
.list-table .card-horizontal .card-details,
.list-table .card-horizontal .card-subtitle-yacht,
.list-table .card-horizontal .gold-link,
.list-table .card-horizontal .a-share,
.list-table .card-horizontal .popoverShare .subtitle {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #161719 !important;
}
.list-table .card-horizontal .card-details {
  height: 20px;
}
.list-table .card-horizontal .card-price {
  height: 20px;
  margin: 0px;
  line-height: 14px;
}
.list-table .card-horizontal .card-price .tool {
  padding: 0px 0px 0px 3px;
  margin-bottom: -3px;
  float: initial;
}
.list-table .card-horizontal .card-price .price {
  height: 20px;
}
.list-table .card-horizontal .card-text .card-promo a {
  display: contents;
}
.list-table .card-horizontal .remove-tr .icon {
  color: #161719;
  font-size: 14px;
}
.list-table .gold {
  color: #B59B76;
}
.list-table .cntBroker .icon {
  height: 14px;
  margin-left: 8px;
}
.list-table a,
.list-table a:hover {
  color: #626771;
}
.list-table .cnt-share:hover .popoverShare {
  height: 160px;
}
.leads-table {
  overflow: auto;
}
.leads-table .table {
  table-layout: fixed;
  font-size: 12px;
}
.leads-table .table th {
  text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 1px;
}
.leads-table .table td {
  overflow: hidden;
}
.fleet-card .img-cover {
  z-index: 1;
}
.cont-news .img-cover {
  z-index: 1;
}
.card-add-yacht {
  cursor: pointer;
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  border-radius: 0 0 5px 5px;
  color: #626771;
  padding: 15px;
  background-color: white;
}
.card-add-yacht img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.6;
  width: 60px;
}
.yacht-popup {
  font-family: 'Montserrat', sans-serif;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  width: calc(100% - 145px);
  max-height: calc(100% - 55px);
  left: 145px;
  padding: 20px;
  top: -100vh;
  z-index: 20;
}
.yacht-popup .closePopup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
  padding: 6px;
  border-radius: 3px;
}
.yacht-popup .closePopup img {
  height: 13px;
  display: block;
}
.yacht-popup .title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  height: 20px;
}
.yacht-popup hr {
  margin: 20px -15px;
}
.yacht-popup .btn-custom {
  margin: 0px;
}
.yacht-popup .label-input + .label-for {
  margin: 5px 0px;
}
.yacht-popup .detail-yacht {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.yacht-popup .detail-yacht .yacht-popup-detail {
  background: #fff;
  padding: 0 15px 15px;
}
.yacht-popup .detail-yacht .yacht-popup-detail .btn.btn-success {
  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);
  background: #929ca8;
  background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
  border: 0 solid;
  padding: 2px 35px;
}
.yacht-popup .detail-yacht .yacht-popup-detail .btn-light {
  background: #fff;
  border: 1px solid #ced4da;
}
.yacht-popup .detail-yacht .yacht-popup-detail .btn-light .filter-option {
  top: 4px;
}
.yacht-popup .detail-yacht .yacht-popup-detail .btn-light:hover {
  background: #fff;
  border: 1px solid #ced4da;
}
.yacht-popup .detail-yacht .yacht-popup-detail .head-sticky {
  position: sticky;
  top: -20px;
  z-index: 10;
  padding: 0 1px 0 0;
}
.yacht-popup .detail-yacht input.form-control {
  font-size: 14px;
  padding: 4px 10px;
  height: 30px;
  font-weight: 300;
}
.yacht-popup .detail-yacht .label-input + .label-for {
  cursor: pointer;
  border: 1px solid #626771;
  width: 100%;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  border-radius: 3px;
  font-size: 15px;
  color: #495057;
  font-weight: 400 !important;
}
.yacht-popup .detail-yacht .label-input:checked + .label-for {
  background: #626771;
  color: #f0f1f5 !important;
}
.yacht-popup .detail-yacht .opacityLabel {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 9;
  width: 100%;
}
.yacht-popup .detail-yacht .opacityLabel .img-label {
  display: block;
  margin-right: 5px;
  float: right;
  font-size: 12px;
  width: 60px;
  padding: 1px 4px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.yacht-popup .detail-yacht .opacityLabel .img-label img {
  height: 13px;
  margin-top: 3px;
  width: auto;
  float: left;
}
.yacht-popup .detail-yacht .opacityLabel .img-label span {
  float: right;
  display: block;
  color: rgba(255,255,255,0.7);
}
.yacht-popup .detail-yacht .opacityLabel .virtualTour {
  width: 58px;
}
.yacht-popup .detail-yacht .img-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.yacht-popup .detail-yacht .specifics {
  background: #fff;
  padding: 20px;
}
.yacht-popup .detail-yacht .specifics .card-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
}
.yacht-popup .detail-yacht .specifics .card-tag {
  margin: 5px 0px 10px;
  height: 18px;
}
.yacht-popup .detail-yacht .specifics .card-tag .tag {
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
.yacht-popup .detail-yacht .specifics .card-tag .btn-secret {
  border: 1px solid #57595d;
  color: #57595d;
}
.yacht-popup .detail-yacht .specifics .card-tag .btn-featured {
  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);
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  border-radius: 3px;
  border: 1px solid #d6bf9f;
  color: #fff;
}
.yacht-popup .detail-yacht .specifics .card-tag .btn-booking {
  border-radius: 3px;
  border: 1px solid #980000;
  color: #980000;
}
.yacht-popup .detail-yacht .specifics .card-price {
  margin-top: -2px;
  color: #626771;
  font-size: 20px;
  line-height: 22px;
}
.yacht-popup .detail-yacht .specifics .card-price .tool {
  display: inline-block;
  padding: 7px 3px 0px 3px;
}
.yacht-popup .detail-yacht .specifics .card-price .tool img {
  display: inline-block;
  float: left;
  opacity: 0.5;
  height: 13px;
}
.yacht-popup .detail-yacht .specifics .card-subtitle-yacht {
  font-size: 16px;
  color: #888888;
  line-height: 16px;
}
.yacht-popup .detail-yacht .specifics .lgrey {
  color: #888888;
}
.yacht-popup .detail-yacht .specifics .card-details {
  color: #626771;
  margin-top: 10px;
  font-size: 16px;
}
#calendarPopup .yacht-popup-detail {
  padding-bottom: 0;
}
#calendarPopup #popupContentCalendar {
  margin: 0 -15px;
}
#calendarPopup #popupContentForm {
  padding: 15px 0;
}
#tableNoteList .blog .cntChat,
#tableNoteBudgetList .blog .cntChat {
  height: initial;
  overflow-y: initial;
  border-top: none;
  margin-top: 0px;
  padding: 0 9px;
}
#tableNoteList .blog .cntChat .sheet-card.form-group,
#tableNoteBudgetList .blog .cntChat .sheet-card.form-group {
  margin-top: 0;
}
#tableNoteList .blog .cntChat .sheet-card .inner,
#tableNoteBudgetList .blog .cntChat .sheet-card .inner {
  border-top: 1px solid #e6e6e6 !important;
}
#tableNoteList .blog .cntChat .sheet-card .inner .cont-title .tit,
#tableNoteBudgetList .blog .cntChat .sheet-card .inner .cont-title .tit {
  min-height: 24px;
}
#tableNoteList .blog .cntChat .sheet-card .footer,
#tableNoteBudgetList .blog .cntChat .sheet-card .footer {
  background: #eff0f4;
}
#tableNoteList .blog .cntChat .sheet-card .footer span,
#tableNoteBudgetList .blog .cntChat .sheet-card .footer span {
  font-size: 9px !important;
}
#tableNoteList .blog .cntChat .scrollChat .actions,
#tableNoteBudgetList .blog .cntChat .scrollChat .actions {
  top: 65px;
}
#tableNoteList .blog .cntChat .inner .tag.abs,
#tableNoteBudgetList .blog .cntChat .inner .tag.abs {
  top: 10px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hub-card {
    zoom: 0.9;
  }
  .hub-card .hub-img {
    margin: 0 15px 0 0;
    height: 90px;
    width: 90px;
  }
  .hub-card .hub-foot {
    margin: 15px -15px -5px;
  }
  .compare-table {
    zoom: 0.9;
  }
  .card-horizontal .card-text .card-tag .tag {
    line-height: 13px;
  }
  .card-horizontal {
    margin-bottom: 15px;
  }
  hr.hr-horizontal {
    margin: 16px -15px;
  }
  .list-table .table .headcol {
    background-color: #fff;
    width: 550px;
    min-width: 550px;
  }
}
@media (max-width: 991px) {
  .page-overview {
    padding-top: 20px !important;
  }
  .hub-card {
    margin-bottom: 20px;
  }
  .bt-margin {
    margin-top: 0;
  }
  .hub-name {
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    background: #626771;
    color: #fff;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    position: fixed;
    width: 100%;
    top: 55px;
    z-index: 2;
  }
  .hub-nav {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 10;
    margin-left: 0;
    height: auto;
    padding-left: 0;
    line-height: 0;
  }
  .hub-nav-list {
    top: 92px;
  }
  .headerList .nav-block {
    width: auto;
    border-bottom: none;
  }
  .headerList .nav-block:last-child {
    display: none;
  }
  .list-group {
    margin-left: 0;
    margin-bottom: -1px;
    width: 100%;
  }
  .list-group a {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .favorites-cont {
    margin-top: 30px;
  }
  .favorites-cont .spacer {
    padding: 10px;
  }
  .favorites-cont .main-subtitle.freeS {
    margin-top: 0 !important;
  }
  #searchResult .page-compare {
    padding: 0 !important;
    margin: 30px -15px 0;
  }
  #searchResult .page-list {
    padding: 0 !important;
    margin: 30px 15px 0;
  }
  .compare-table .background-gray {
    width: 150px;
  }
  .compare-table .table .mini-biscuit .mini-tit {
    display: block;
    margin-top: 5px;
  }
  .compare-table .table .mini-biscuit .mini-tit .bt-star {
    position: relative;
    right: initial;
    top: initial;
  }
  .compare-table .table .mini-biscuit .mini-tit a {
    position: relative;
  }
  .compare-table .table .mini-biscuit .remove-tr {
    right: 10px;
    top: 1px;
  }
  .compare-table .table tbody tr {
    height: 125px;
  }
  .compare-table .table .card-horizontal .card-image-horizontal {
    height: 100px;
  }
  .compare-table .table .card-horizontal .card-text .card-promo {
    font-size: 16px;
  }
  .compare-table .table .headcol {
    min-width: 150px;
  }
  .list-table {
    height: auto;
    padding: 75px 5px 0;
    overflow: auto;
  }
  .list-table .table .headcol {
    background-color: #fff;
    width: 450px;
    min-width: 450px;
  }
  .list-table .table .secondcol {
    width: 160px;
    min-width: 160px;
    white-space: normal;
  }
  .list-table .card-horizontal {
    margin-bottom: 0px;
  }
  .list-table .card-horizontal .card-bottom {
    position: absolute;
  }
  .card-horizontal {
    margin-bottom: 15px;
  }
  .card-horizontal .card-text {
    margin-left: 0;
  }
  .card-horizontal .card-bottom {
    position: relative;
  }
  .card-horizontal .card-bottom .card-promo {
    text-align: left;
    padding-left: 15px;
  }
  .yacht-popup {
    left: 0;
    width: 100%;
  }
  .sheet-card {
    box-shadow: 0px 0px 6px 0px #00000038;
  }
  .sheet-card .dbTable .cntBox {
    overflow-y: auto;
    overflow-x: auto;
    height: 270px;
  }
  .sheet-card .dbTable .cntBoxSmall {
    height: 270px !important;
  }
  .sheet-card .dbTable table {
    table-layout: auto;
  }
  .sheet-card .dbTable table thead th {
    background-color: #f0f1f5;
  }
  .sheet-card .inner.table-inner {
    padding: 15px;
  }
  .sheet-card .inner-canvas {
    margin: 0;
  }
  .sheet-card .canvas_2 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hub-card .hub-img,
  .hub-card #dropzon {
    margin: 0 0 10px;
    float: initial;
    height: 80px;
    width: 80px;
  }
  .hub-card .hub-foot {
    margin: 15px -15px -5px;
  }
  .card-avatar {
    text-align: center;
  }
  .card-avatar .hub-img {
    float: left;
  }
  .card-avatar .delete-avatar {
    text-align: left;
  }
  #formContainer label.form-check-label:hover {
    background: none;
    border: 1px solid #161719;
    color: #000;
  }
  .card-horizontal .card-text {
    margin-top: 15px;
  }
  .card-horizontal .cnt-share:hover .popoverShare {
    padding: 0 15px;
  }
  .sheet-card .title {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
  .sheet-card .title .title-text {
    text-align: left;
    padding: 12px 0;
  }
  .sheet-card .inner-search .search-title {
    height: 38px;
    line-height: 18px;
    overflow: hidden;
  }
  .sheet-card .inner-search .line {
    height: 91px;
  }
  .yacht-popup {
    left: 0;
    width: 100%;
  }
}







