.other-search {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  width: 100%;
  position: fixed;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.6s ease-in;
}
.hideHeader {
  position: fixed;
  top: -83px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed {
  position: fixed;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: smoothScroll 0.3s forwards;
}
.fixedDetail {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-search {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.fixed-news {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: smoothScroll 0.3s forwards;
}
.visibleHeader {
  visibility: visible;
  opacity: 1;
}
.visible-xs {
  display: none;
}
.ov-hidden {
  overflow: hidden;
  width: 100%;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover {
  position: absolute;
  z-index: -1;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.pad {
  padding: 0px 15px !important;
}
.pad-0 {
  padding: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.pad-t {
  padding-top: 0px !important;
}
.pad-b {
  padding-bottom: 0px !important;
}
.srPad {
  padding: 0px 15px 0px 5px;
}
.slPad {
  padding: 0px 5px 0px 15px;
}
.lessPad {
  padding: 0px 3px;
}
.smallPad {
  padding: 0px 5px !important;
}
.mediumPad {
  padding: 0px 8px !important;
}
.midPad {
  padding: 0px 10px;
}
.midPad.form-group {
  margin-bottom: 30px;
}
.mTop {
  margin-top: 10px;
}
.noMargin {
  margin: 0px !important;
}
.negMarginLat {
  margin-left: -15px;
  margin-right: -15px;
}
.table-content.negMarginLat {
  margin-left: -20px;
  margin-right: -20px;
}
.btn {
  border-radius: 20px;
}
.upp {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.cap {
  text-transform: capitalize;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.cormorant {
  font-family: 'Cormorant', serif;
}
.covertop {
  background-position: center top !important;
}
.coverbottom {
  background-position: center bottom !important;
}
.shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.button-shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);
}
.shadow-diagonal {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
}
.card-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
}
.gold-gradient {
  background: #b59b76;
  background: -moz-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#b59b76),color-stop(51%,#e6d4ba),color-stop(100%,#b59b76));
  background: -webkit-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -o-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: -ms-linear-gradient(left,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  background: linear-gradient(to right,#b59b76 0%,#e6d4ba 51%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9b578',endColorstr='#c9b578',GradientType=1);
}
.gold-gradient-ob {
  background: #d4bd9c;
  background: -moz-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: -webkit-linear-gradient(-45deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  background: linear-gradient(135deg,#d4bd9c 0%,#b59b76 65%,#998364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-click {
  background: #b59b76;
  background: -moz-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: -webkit-linear-gradient(-45deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  background: linear-gradient(135deg,#b59b76 0%,#b59b76 65%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-hover {
  background: #c3a77f;
  background: -moz-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: -webkit-linear-gradient(-45deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  background: linear-gradient(135deg,#c3a77f 0%,#c3a77f 65%,#c3a77f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4bd9c',endColorstr='#998364',GradientType=1);
}
.gold-gradient-top {
  background: #e6d4ba;
  background: -moz-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.gold-gradient-bottom {
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
}
.silver-gradient {
  background: #e9eaec;
  background: -moz-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: -webkit-linear-gradient(top,#e9eaec 0%,#a6aaa9 63%);
  background: linear-gradient(to bottom,#e9eaec 0%,#a6aaa9 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eaec',endColorstr='#a6aaa9',GradientType=0);
}
.silver-gradient-hover {
  background: #a6aaa9;
  background: -moz-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: -webkit-linear-gradient(top,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  background: linear-gradient(to bottom,#a6aaa9 0%,#a6aaa9 50%,#a6aaa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.silver-gradient-click {
  background: #868a89;
  background: -moz-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: -webkit-linear-gradient(top,#868a89 0%,#868a89 50%,#868a89 100%);
  background: linear-gradient(to bottom,#868a89 0%,#868a89 50%,#868a89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6',endColorstr='#b8bac6',GradientType=0);
}
.grey-gradient {
  background: #f0f1f5;
  background: -moz-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: -webkit-linear-gradient(top,#f0f1f5 0%,#d7d7d7 100%);
  background: linear-gradient(to bottom,#f0f1f5 0%,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f5',endColorstr='#d7d7d7',GradientType=0);
}
.grey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#929ca8 0%,#626771 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#929ca8 0%,#626771 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-hover {
  background: #626771;
  background: -moz-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: -webkit-linear-gradient(top,#626771 0%,#626771 50%,#626771 100%);
  background: linear-gradient(to bottom,#626771 0%,#626771 50%,#626771 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.grey-gradient-click {
  background: #4b4f56;
  background: -moz-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: -webkit-linear-gradient(top,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  background: linear-gradient(to bottom,#4b4f56 0%,#4b4f56 50%,#4b4f56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-button {
  background: #d9dfe7;
  background: -moz-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: -webkit-linear-gradient(top,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  background: linear-gradient(to bottom,#d9dfe7 0%,#bcc4ce 50%,#929ca8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dfe7',endColorstr='#929ca8',GradientType=0);
}
.lgrey-gradient-hover {
  background: #bcc4ce;
  background: -moz-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: -webkit-linear-gradient(top,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  background: linear-gradient(to bottom,#bcc4ce 0%,#bcc4ce 50%,#bcc4ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.lgrey-gradient-click {
  background: #929ca8;
  background: -moz-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: -webkit-linear-gradient(top,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  background: linear-gradient(to bottom,#a4b0bc 0%,#a4b0bc 50%,#a4b0bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.dgrey-gradient-button {
  background: #929ca8;
  background: -moz-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: -webkit-linear-gradient(top,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  background: linear-gradient(to bottom,#bfc7ce 0%,#999fa5 50%,#767c82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929ca8',endColorstr='#4b4f56',GradientType=0);
}
.red-gradient-top {
  background: #e39191;
  background: -moz-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  background: linear-gradient(to bottom,#e39191 0%,#8a2a2a 44%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e39191',endColorstr='#651a1a',GradientType=0);
}
.red-gradient-hover {
  background: #8a2a2a;
  background: -moz-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: -webkit-linear-gradient(top,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  background: linear-gradient(to bottom,#8a2a2a 0%,#8a2a2a 49%,#8a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.red-gradient-click {
  background: #651a1a;
  background: -moz-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: -webkit-linear-gradient(top,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  background: linear-gradient(to bottom,#651a1a 0%,#651a1a 49%,#651a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#903247',endColorstr='#4d1421',GradientType=0);
}
.grey-promo {
  background: #8b8b8b;
  background: -moz-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: -webkit-linear-gradient(-45deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  background: linear-gradient(135deg,#8b8b8b 0%,#525457 36%,#35393d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b',endColorstr='#35393d',GradientType=1);
}
.nav-gradient {
  background: #626771;
  background: -moz-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: -webkit-linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  background: linear-gradient(180deg,#626771 0%,#8b8e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626771",endColorstr="#8b8e94",GradientType=1);
}
.black-vertical {
  background: #57595d;
  background: -moz-linear-gradient(top,#57595d 0%,#161719 100%);
  background: -webkit-linear-gradient(top,#57595d 0%,#161719 100%);
  background: linear-gradient(to bottom,#57595d 0%,#161719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323335',endColorstr='#161719',GradientType=0);
}
.black-radial {
  background: #57595d;
  background: -moz-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: -webkit-radial-gradient(circle,#57595d 0%,#161719 66%);
  background: radial-gradient(circle,#57595d 0%,#161719 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@newBlackL",endColorstr="@newBlack",GradientType=1);
}
.flex {
  display: flex;
  -webkit-display: flex;
}
.flex .internal {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dashed-line {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
}
.dashed-line-xs {
  border-left: 1px dashed #888888;
  height: 100px;
  margin: 0px auto;
  width: 1px;
  height: 80px;
}
@media (max-width: 991px) {
  .visible-mobile {
    display: block !important;
  }
  .visible-mobile-inline {
    display: inline-block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .spacer-mobile {
    height: 30px;
  }
  .align-mobile {
    text-align: center !important;
  }
  .pad-l {
    padding-left: 15px !important;
  }
  .pad-r {
    padding-right: 15px !important;
  }
  .pad-l-mobile {
    padding-left: 0px !important;
  }
  .pad-r-mobile {
    padding-right: 0px !important;
  }
  .mid-pad-l-mobile {
    padding-left: 7px;
  }
  .mid-pad-r-mobile {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
.img-cover {
  z-index: -1 !important;
}
.logo-register {
  max-width: 100px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.gold {
  color: #B59B76;
  font-weight: 700;
  margin-top: 5px;
  font-size: 15px;
}
.register-container {
  padding-top: 150px;
  color: white;
  min-height: 100vh;
}
.register-container .title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 22px;
  margin: 20px auto 10px;
}
.register-container .title h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}
.register-container .title .gold {
  font-size: 20px;
  font-weight: 500;
}
.register-container.yacht-show-registration {
  padding-top: 0px;
  color: #626771;
}
.visible-mobile {
  display: none;
}
.login_dev {
  font-family: 'Montserrat', sans-serif;
}
.login_dev .input-border input.form-control {
  color: #717b86;
  font-size: 16px;
}
.login_dev input::placeholder {
  color: #717b86 !important;
}
.login_dev input:-webkit-autofill,
.login_dev input:-webkit-autofill:focus {
  color: #717b86;
}
.login_dev input[data-autocompleted] {
  color: #717b86;
}
.login_dev .submitButton {
  font-weight: 800;
}
.login_dev .formContainer {
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px 80px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.maintenace-page.not-found .shader-opacity {
  z-index: 0;
}
.maintenace-page.not-found .lens {
  width: 75px;
  filter: brightness(0) invert(1);
}
.maintenace-page.not-found .title h4 {
  font-size: 18px;
  margin: 30px 0;
  text-align: left;
}
.maintenace-page.not-found #freesearch404 {
  border-radius: 20px !important;
  font-size: 18px !important;
  padding: 5px 20px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}
.maintenace-page.not-found .gold-button:hover {
  color: white !important;
}
.maintenace-page.not-found .gold-button {
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  cursor: pointer;
  color: #fff;
  border: 1px solid #d6bf9f;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 18px;
  outline: none;
  width: 100%;
}
.line.gold-gradient {
  height: 7px;
  width: 150px;
  margin: 25px auto 35px;
}
.tologin {
  font-size: 15px;
  text-align: center;
}
.tologin a {
  color: #B59B76;
  font-weight: 700;
}
.termpolicy {
  font-size: 15px;
  text-align: center;
}
.termpolicy a {
  color: #B59B76;
  font-weight: 700;
}
.input-border {
  border-bottom: 1px solid #ced4da;
  width: 100%;
  background-color: transparent;
}
.input-border .form-control {
  color: #717b86;
  font-style: italic;
  padding: 0px;
}
.input-border .form-control span {
  padding: 5px;
  font-size: 18px;
}
.input-border select.form-control,
.input-border input.form-control,
.input-border .chosen-container {
  border: none;
  padding: 0 3px;
  text-align: left;
  height: 30px;
  font-size: 15px;
  background-color: transparent;
  width: 100%;
  color: white;
  margin-top: 10px;
}
.input-border select::placeholder,
.input-border input::placeholder {
  background-color: white;
  color: white;
  background-color: transparent;
}
.input-border select option {
  color: #717b86;
}
.input-border input:-webkit-autofill,
.input-border input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-border input[data-autocompleted] {
  background-color: transparent !important;
  font-family: 'Montserrat', serif !important;
}
.input-border .chosen-container-single .chosen-single span {
  font-size: 15px;
  color: white;
}
.input-border .chosen-container-single .chosen-single,
.input-border .chosen-container-active.chosen-with-drop .chosen-single {
  padding-left: 0;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  text-align: left;
  font-size: 13px;
  color: #717b86;
  font-style: italic;
  box-shadow: none;
}
.input-border .chosen-container-single .chosen-single div {
  top: 6px;
}
.vid-container.privateLanding {
  opacity: .1 !important;
  bottom: 0;
  top: 0;
  background-image: url('/core/composer/view.php?id_img=289996');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.landingRegister {
  margin-top: 80px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
}
.landingRegister .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.landingRegister .form-control {
  font-size: 14px !important;
}
.landingRegister .tologin a,
.landingRegister .termpolicy a {
  font-weight: 500;
}
.landingRegister .title h1 {
  font-weight: 400;
}
#forgotPass {
  font-size: 15px;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.formContainer {
  background: transparent;
  border-radius: 5px;
  padding: 20px 30px 20px;
}
.formContainer .sub-container {
  width: 250px;
  margin: 25px auto 15px;
}
.formContainer .sub-container .submitButton {
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  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 .sb-pass {
  width: 290px;
}
.changemandatory {
  border-color: #d00909;
}
.mandatory {
  color: #d00909;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
  position: absolute;
  right: 15px;
}
.vid-container {
  overflow: hidden;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.vid-container #vidBG {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.crew-register {
  margin-top: 0px;
  height: 100vh;
  padding: 0;
  z-index: 1000;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.crew-register .formContainer {
  margin: 70px 0px;
  padding: 30px 0px 40px;
}
.crew-register h1 {
  font-size: 22px;
  color: #B59B76;
  margin-bottom: 20px;
}
.crew-register a {
  color: #B59B76;
}
.crew-register .btn {
  margin: 0px;
}
.crew-register img {
  margin-bottom: 30px;
}
.maintenace-page {
  padding: 0px !important;
}
.maintenace-page .vid-container #vidBG {
  top: 0 !important;
}
.maintenace-page .register-container {
  font-family: 'Montserrat', serif;
  font-weight: 800;
  color: white;
  text-align: center;
}
.maintenace-page .title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 22px;
  margin: 20px auto 10px;
}
.maintenace-page .title h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}
.maintenace-page .title .gold {
  font-size: 20px;
  font-weight: 500;
}
.maintenace-page .fakeselectTitle {
  margin: 0;
}
.maintenace-page h2 {
  font-weight: 400;
  font-size: 16px;
}
.maintenace-page h2 a {
  font-weight: 700;
  color: #B59B76;
}
.maintenace-page .line.gold-gradient {
  margin: 15px auto 25px;
}
.maintenace-page .login-button {
  width: 250px;
  margin: 30px auto;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  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);
}
.maintenace-page.not-found .shader-opacity {
  z-index: 0;
}
.maintenace-page.not-found .lens {
  width: 75px;
  filter: brightness(0) invert(1);
}
.maintenace-page.not-found .title h4 {
  font-size: 18px;
  margin: 30px 0;
  text-align: left;
}
.maintenace-page.not-found #freesearch404 {
  border-radius: 20px !important;
  font-size: 18px !important;
  padding: 5px 20px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}
.maintenace-page.not-found .gold-button:hover {
  color: white !important;
}
.maintenace-page.not-found .gold-button {
  background: #e6d4ba;
  background: -moz-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: -webkit-linear-gradient(top,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  background: linear-gradient(to bottom,#e6d4ba 0%,#b59b76 80%,#b59b76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d4ba',endColorstr='#b59b76',GradientType=0);
  cursor: pointer;
  color: #fff;
  border: 1px solid #d6bf9f;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 18px;
  outline: none;
  width: 100%;
}
@media (max-width: 991px) {
  body {
    position: relative;
    min-height: 100vh;
  }
  .register-container {
    padding-top: 90px;
  }
  .title {
    font-size: 20px;
  }
  .termpolicy {
    margin-bottom: 40px;
  }
  .input-border select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    color: white;
    background: none;
    background-image: url('/core/img/arrow-select.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    background-size: 15px;
  }
  .page-register-landing-page {
    padding-top: 0px;
  }
  .landingRegister {
    margin-top: 0px !important;
    padding-top: 80px;
  }
  .landingRegister .title {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px;
  }
  .landingRegister .tologin,
  .landingRegister .termpolicy,
  .landingRegister ##forgotPass {
    font-size: 12px;
  }
  .crew-register h1 {
    font-size: 20px;
  }
  .crew-register .formContainer {
    margin: 0px;
    padding: 20px 0px;
  }
  .maintenace-page.not-found .gold-button {
    font-size: 16px;
  }
  .maintenace-page.not-found .pad-l {
    padding-left: 0px !important;
  }
}
@media (max-width: 768px) {
  body {
    position: relative;
    min-height: 100vh;
  }
  .visible-mobile {
    display: block;
  }
  .page-register-landing-page {
    padding-top: 0px;
  }
  .vid-container {
    height: 105vh;
  }
  .title h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .formContainer {
    padding: 20px 0px;
  }
  .landingRegister {
    margin-top: 0px !important;
    padding-top: 90px;
  }
  .landingRegister .title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
  }
  .landingRegister .title h1 {
    font-size: 16px;
  }
  .landingRegister .tologin {
    margin-top: 10px;
  }
  .landingRegister .tologin,
  .landingRegister .termpolicy,
  .landingRegister #forgotPass {
    font-size: 12px;
  }
  .landingRegister .cntLogo h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .landingRegister .cntLogo h3 span {
    font-size: 16px;
  }
  .crew-register {
    margin: 0px;
  }
  .crew-register h1 {
    font-size: 20px;
  }
  .crew-register .formContainer {
    margin: 20px 0px;
  }
  .login_dev .formContainer {
    padding: 20px;
  }
  .maintenace-page.not-found .gold-button {
    font-size: 16px;
  }
  .maintenace-page.not-found .pad-l {
    padding-left: 0px !important;
  }
  .maintenace-page.not-found .register-container {
    padding-bottom: 100px;
  }
  .maintenace-page.not-found #freesearchSubmit404 {
    margin-left: 15px;
  }
  .maintenace-page.not-found .backhome {
    margin-left: 15px;
    width: 93%;
  }
}




