/*!
 Author:         Bankai
 Template:       Opencart
*/

@font-face {
  font-family: 'cinzelregular';
  src: url("../fonts/cinzel-regular-webfont.woff2") format("woff2"), url("../fonts/cinzel-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunitoregular';
  src: url("../fonts/nunito_regular-webfont.woff2") format("woff2"), url("../fonts/nunito_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitolight';
  src: url("../fonts/nunito_light-webfont.woff2") format("woff2"), url("../fonts/nunito_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitobold';
  src: url("../fonts/nunito_bold-webfont.woff2") format("woff2"), url("../fonts/nunito_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitosemibold';
  src: url("../fonts/nunito-semibold-webfont.woff2") format("woff2"), url("../fonts/nunito-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'nunitolight';
  color: #181818;
}

@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 92%;
}

.et_pb_row {
  width: 100% !important;
  max-width: 92% !important;
}

.heading-all {
  font-family: 'cinzelregular';
  color: #18899c;
  text-transform: uppercase;
  font-size: 3em;
}

@media (max-width: 1365px) {
  .heading-all {
    font-size: 2.5em;
  }
}

@media (max-width: 1279px) {
  .heading-all {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .heading-all {
    font-size: 20px;
  }
}

.heading-all.tc {
  text-align: center;
}

.heading-all.w {
  color: #fff;
}

.heading-all:before {
  content: "";
  width: 1.3em;
  height: 3px;
  background: #08a8c1;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 16px;
}

.tc {
  text-align: center;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-nav {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-nav.left {
  left: 4em;
}

.slick-nav.left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-nav.right {
  right: 4em;
}

@media (max-width: 767px) {
  .slick-nav img {
    max-width: 4em;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5));
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%);
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'nunitosemibold';
  letter-spacing: 1px;
  border-radius: 20px;
  text-align: center;
  margin-top: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 11px;
  line-height: 2.3;
}

@media (max-width: 767px) {
  .btn {
    line-height: 1.5;
  }
}

.btn.mw {
  min-width: 11em;
}

.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #0875a3), color-stop(100%, #0396b5), color-stop(0%, #0e4f8c));
  background: linear-gradient(90deg, #0875a3 49%, #0396b5 100%, #0e4f8c 0%);
}

.btn.bw {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.bw:hover {
  opacity: 0.3;
}

.btn.black {
  background: #212121 !important;
}

.banner-all {
  min-height: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1920px) {
  .banner-all {
    min-height: 26em;
  }
}

@media (max-width: 767px) {
  .banner-all {
    min-height: auto;
  }
  .banner-all.et_pb_with_background.et_pb_section.et_pb_section_0 {
    background-image: none !important;
    background-color: #effdff !important;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .banner-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-all .et_pb_row {
  max-width: 92% !important;
  width: 100% !important;
}

.banner-all .et_pb_row.b-holder {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  padding: 38px 0 !important;
}

.banner-all .et_pb_row.b-holder .et_pb_code_inner span span > * {
  color: #000000;
  padding: 0 14px;
}

.banner-all .et_pb_row.b-holder .et_pb_code_inner span span > *:first-child {
  padding-left: 0;
}

.banner-all .et_pb_row.b-holder .et_pb_code_inner span span > *:not(:first-child) {
  text-shadow: 0 0 0px;
  color: #264889;
  font-family: 'nunitoregular';
}

.banner-all .et_pb_row.b-holder .et_pb_code_inner span span > *:not(:first-child) a {
  color: #264889;
}

.banner-all .et_pb_row.h-holder .et_pb_text_inner h2 {
  font-family: 'cinzelregular';
  color: #18899c;
  font-size: 3em;
}

@media (max-width: 1199px) {
  .banner-all .et_pb_row.h-holder .et_pb_text_inner h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
}

@media (max-width: 980px) {
  .banner-all .et_pb_row.h-holder .et_pb_text_inner h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner-all .et_pb_row.h-holder .et_pb_text_inner h2 {
    padding-bottom: 0px;
    font-size: 24px;
    margin-top: 1em;
  }
}

.banner-all .et_pb_row.h-holder .et_pb_text_inner h2:before {
  content: "";
  width: 1.3em;
  height: 3px;
  background: #08a8c1;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 16px;
  margin-left: 0;
}

.banner-all .et_pb_row.h-holder .et_pb_text_inner h4 {
  font-size: 1.8em;
  color: #224889;
  font-family: 'nunitolight';
  text-shadow: 0 0 0px;
  padding-top: 10px;
}

.banner-all .et_pb_row.h-holder + div {
  display: none !important;
}

@media (max-width: 767px) {
  .banner-all .et_pb_row.h-holder + div {
    display: block !important;
    padding: 0 !important;
  }
}

.banner-all:before {
  content: "";
  background-image: url(../img/bgw.png);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-all:after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

h3.head {
  font-family: 'cinzelregular';
  color: #fff;
  font-size: 30px;
}

@media (max-width: 1365px) {
  h3.head {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h3.head {
    font-size: 20px;
  }
}

h3.head.w {
  color: #fff;
}

h3.head.b {
  color: #1c4485;
}

.head .et_pb_text_inner {
  font-family: 'cinzelregular';
  color: #fff;
  font-size: 30px;
  margin-bottom: 22px;
  text-shadow: 0 0 0px;
  line-height: 1;
}

@media (max-width: 1365px) {
  .head .et_pb_text_inner {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .head .et_pb_text_inner {
    font-size: 20px;
  }
}

.head.w {
  color: #fff;
}

.head.b .et_pb_text_inner {
  color: #1c4485;
}

.et_pb_button_module_wrapper .btn {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5));
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%);
  color: #fff;
  padding: 10px 16px !important;
  display: inline-block !important;
  text-transform: uppercase;
  font-family: 'nunitosemibold';
  letter-spacing: 1px;
  border-radius: 20px;
  text-align: center;
  margin-top: 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 11px !important;
  font-size: 14px;
  line-height: 2.3 !important;
}

@media (max-width: 767px) {
  .et_pb_button_module_wrapper .btn {
    line-height: 1.5 !important;
    font-size: 12px;
  }
}

.et_pb_button_module_wrapper .btn.mw {
  min-width: 11em;
}

.et_pb_button_module_wrapper .btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #0875a3), color-stop(100%, #0396b5), color-stop(0%, #0e4f8c));
  background: linear-gradient(90deg, #0875a3 49%, #0396b5 100%, #0e4f8c 0%);
}

.et_pb_button_module_wrapper .btn.bw {
  background: transparent;
  border: 2px solid #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.et_pb_button_module_wrapper .btn.bw:hover {
  opacity: 0.3;
}

.et_pb_button_module_wrapper .btn:after {
  display: none;
}

.breadcrumbs {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: 4em;
}

.pagination ul > * {
  font-family: 'nunitobold';
}

.pagination ul label {
  font-size: 18px;
}

.single .et_pb_post {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .et_pb_section {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  body.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0 {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  body.et-db #et-boc .et-l .et_pb_section {
    padding: 20px 0 !important;
  }
}

.gform_wrapper .validation_message, .gform_wrapper div.validation_error {
  text-shadow: 0 0 1px #fff;
}

#banner-popup .container {
  text-align: center;
  max-width: 53%;
}

@media (max-width: 991px) {
  #banner-popup .container {
    max-width: 80%;
  }
}

#banner-popup .container .mfp-close {
  top: 0;
  color: #000;
  opacity: 1;
  font-size: 4em;
}

#banner-popup .container img {
  width: 100%;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#banner-popup {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

#activity_gallery {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.jquery-loading-modal__bg {
  left: 0;
  top: 0;
}

.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/d.png) !important;
  background-position: calc(100% - 10px) calc(1em + 6px), calc(100% - 9px) calc(1em + 25px) !important;
  background-size: 8px 13px, 10px 10px !important;
  background-repeat: no-repeat !important;
}

select::-ms-expand {
  display: none;
}

.et_mobile_menu .first-level > a {
  background-color: transparent;
  position: relative;
}

.et_mobile_menu .first-level > a:after {
  font-family: 'ETmodules';
  content: '\4c';
  font-weight: normal;
  position: absolute;
  font-size: 16px;
  top: 13px;
  right: 10px;
}

.et_mobile_menu .first-level > .icon-switch:after {
  content: '\4d';
}

.second-level {
  display: none;
}

.reveal-items {
  display: block;
}

.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
  display: none;
}

.error404 #content-area {
  min-height: 60vh;
}

#main-header {
  z-index: 99;
}

@media (max-width: 1365px) {
  #main-header .container {
    max-width: 94%;
  }
}

@media (max-width: 1365px) {
  #main-header #logo {
    max-height: 50%;
  }
}

@media (max-width: 1199px) {
  #main-header #logo {
    max-height: 40%;
  }
}

@media (max-width: 980px) {
  #main-header #top-menu-nav {
    display: none;
  }
}

#main-header #top-menu-nav #top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header #top-menu-nav #top-menu li:not(:last-child) {
  padding-right: 75px;
}

@media (min-width: 1920px) {
  #main-header #top-menu-nav #top-menu li:not(:last-child) {
    padding-right: 10em;
  }
}

@media (max-width: 1279px) {
  #main-header #top-menu-nav #top-menu li:not(:last-child) {
    padding-right: 48px;
  }
}

@media (max-width: 1199px) {
  #main-header #top-menu-nav #top-menu li:not(:last-child) {
    padding-right: 32px;
  }
}

#main-header #top-menu-nav #top-menu li a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #0f4a89;
  letter-spacing: 1px;
}

#main-header #top-menu-nav #top-menu li .sub-menu {
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0;
  width: 208px;
  left: -50px;
  margin-top: 8px;
}

#main-header #top-menu-nav #top-menu li .sub-menu li {
  padding: 0;
  display: block;
}

#main-header #top-menu-nav #top-menu li .sub-menu li a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 18px 20px;
}

#main-header #top-menu-nav #top-menu li .sub-menu li:first-child {
  border-bottom: 1px solid #fff;
}

#main-header #top-menu-nav #top-menu li .sub-menu:before {
  content: "";
  background-image: url(../img/subbg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#main-header #top-menu-nav #top-menu li#menu-item-200 {
  padding-right: 30px !important;
}

#main-header #top-menu-nav #top-menu li#menu-item-388 {
  padding-right: 18px;
}

#main-header #top-menu-nav #top-menu .social-icon .menu-image-title {
  display: none;
}

#main-header #top-menu-nav #top-menu .social-icon img {
  padding-top: 0;
}

#main-footer .bottom-nav {
  padding: 32px 0;
  text-align: center;
}

#main-footer .bottom-nav a {
  color: #494949;
  font-family: 'nunitolight';
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  #main-footer .bottom-nav li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #main-footer .bottom-nav li {
    display: block;
    font-size: 12px;
    padding-right: 0;
  }
}

#main-footer #footer-bottom {
  padding: 18px 0 18px;
  font-family: 'nunitolight';
  color: #fff;
  background-color: #252525;
}

#main-footer #footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 980px) {
  #main-footer #footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-footer #footer-bottom .container a {
  color: #029dba;
}

#main-footer #footer-bottom .container #footer-info {
  padding-bottom: 0;
  color: #fff;
  padding-right: 6px;
}

#main-footer #footer-bottom .container .social-f {
  position: absolute;
  left: 0;
  line-height: 0;
  top: -2px;
}

@media (max-width: 980px) {
  #main-footer #footer-bottom .container .social-f {
    position: relative;
    padding-bottom: 10px;
  }
}

#main-footer #footer-bottom .container .social-f > *:first-child {
  padding-right: 18px;
}

.page-home #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-home #page-container #main-header:not(.et-fixed-header) {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-home .latest_happening .holder .lists a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  body.et-db #et-boc .et-l .et_pb_section.home-slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.home-slider .et_pb_row {
  max-width: 100% !important;
}

.banner_video {
  overflow: hidden;
  position: relative;
}

.banner_video .hf {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

.banner_video .lists .item {
  position: relative;
  line-height: 0;
}

@media (max-width: 767px) {
  .banner_video .lists .item {
    text-align: center;
  }
}

.banner_video .lists .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/hsbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}

.banner_video .lists .item .des {
  position: absolute;
  top: 34%;
  right: 0;
  line-height: 1.5;
}

@media (max-width: 1365px) {
  .banner_video .lists .item .des {
    top: 26%;
  }
}

@media (max-width: 1199px) {
  .banner_video .lists .item .des {
    top: 25%;
    right: 2em !important;
  }
}

@media (max-width: 980px) {
  .banner_video .lists .item .des {
    position: relative;
    background: #0394b5;
    right: 0em !important;
  }
}

.banner_video .lists .item .des .d {
  font-family: 'nunitolight';
  color: #3c3c3c;
  font-size: 16px;
}

.banner_video .lists .item .des > div {
  max-width: 70%;
  margin-right: 10%;
  margin-left: auto;
  padding: 2em;
}

@media (max-width: 980px) {
  .banner_video .lists .item .des > div {
    max-width: 100%;
    margin-right: 0;
    padding: 6em 4em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 767px) {
  .banner_video .lists .item .des > div {
    padding: 2em;
    padding-bottom: 12em;
  }
}

.banner_video .lists .item .des .head {
  font-family: 'cinzelregular';
  color: #078499;
  font-size: 5em;
  text-transform: uppercase;
  white-space: pre-wrap;
  position: relative;
}

@media (max-width: 1279px) {
  .banner_video .lists .item .des .head {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .banner_video .lists .item .des .head {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner_video .lists .item .des .head:before {
  content: "";
  background: #79dcec;
  width: 1.5em;
  height: 3px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .banner_video .lists .item .des .head:before {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.banner_video .lists .item .des .btn {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5));
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%);
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  border-radius: 10px;
  min-width: 13em;
  text-align: center;
  margin-top: 3em;
}

.banner_video .slick-nav {
  z-index: 1;
  top: auto;
  position: absolute;
  bottom: 4em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 980px) {
  .banner_video .slick-nav {
    bottom: 1em;
  }
}

@media (max-width: 767px) {
  .banner_video .slick-nav {
    bottom: 6em;
    padding: 10px;
  }
}

.banner_video .slick-nav.left {
  right: 8em;
  left: auto;
}

@media (max-width: 767px) {
  .banner_video .slick-nav.left {
    right: 50%;
    left: auto;
  }
}

.banner_video .slick-nav.left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner_video .slick-nav.right {
  right: 4em;
}

@media (max-width: 767px) {
  .banner_video .slick-nav.right {
    right: auto;
    left: 50%;
  }
}

.banner_video .slick-nav:hover {
  opacity: 0.3;
}

.banner_video .a-down {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 4em;
  cursor: pointer;
}

@media (max-width: 980px) {
  .banner_video .a-down {
    padding-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .banner_video .a-down {
    max-width: 2.5em;
  }
}

.live-berthing .holder {
  max-width: 100%;
  margin: 0 auto;
}

.live-berthing .holder .lists {
  margin: 0 -10px;
  padding-top: 3em;
  padding-bottom: 5em;
}

@media (max-width: 980px) {
  .live-berthing .holder .lists {
    padding-top: 5em;
  }
}

.live-berthing .holder .lists .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.live-berthing .holder .lists .slick-track .slick-slide {
  height: inherit !important;
}

.live-berthing .holder .lists .item > div {
  padding: 10px;
  height: 100%;
  padding-bottom: 2em;
}

.live-berthing .holder .lists .item > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.live-berthing .holder .lists .item > div > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1fcff;
  right: 0;
  max-width: 82%;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 26px #e1e1e1;
          box-shadow: 0 10px 26px #e1e1e1;
}

@media (max-width: 1279px) {
  .live-berthing .holder .lists .item > div > div:before {
    max-width: 90%;
  }
}

.live-berthing .holder .lists .item > div > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.live-berthing .holder .lists .item > div > div > div .bg-cover {
  min-height: 26em;
}

@media (min-width: 1920px) {
  .live-berthing .holder .lists .item > div > div > div .bg-cover {
    min-height: 34em;
  }
}

@media (max-width: 1365px) {
  .live-berthing .holder .lists .item > div > div > div .bg-cover {
    min-height: 24em;
  }
}

.live-berthing .holder .lists .item > div > div > div .des-h {
  background: #f1fcff;
  padding: 3em 2em;
  text-align: center;
  max-width: 82%;
  margin: 0 auto;
  margin-top: -8.5em;
  padding-bottom: 3em;
}

@media (max-width: 1279px) {
  .live-berthing .holder .lists .item > div > div > div .des-h {
    max-width: 90%;
  }
}

.live-berthing .holder .lists .item > div > div > div .des-h h3 {
  font-family: 'cinzelregular';
  color: #0f4d8b;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .live-berthing .holder .lists .item > div > div > div .des-h h3 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}

.live-berthing .holder .lists .item > div > div > div .des-h .btn {
  margin-top: 2em !important;
}

.live-berthing .holder .lists .item > div > div > div .t-center {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.live-berthing .holder .lists .item > div > div > div .t-center .btn {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .live-berthing .holder .lists .slick-nav {
    padding: 10px;
  }
}

.live-berthing .holder .lists .slick-nav.right {
  right: 5px;
  top: -57px;
  line-height: 0;
}

@media (max-width: 980px) {
  .live-berthing .holder .lists .slick-nav.right {
    right: auto;
    left: 50%;
    top: 0;
  }
}

.live-berthing .holder .lists .slick-nav.left {
  left: auto;
  right: 86px;
  top: -57px;
  line-height: 0;
}

@media (max-width: 980px) {
  .live-berthing .holder .lists .slick-nav.left {
    left: auto;
    right: 50%;
    top: 0;
  }
}

.live-berthing .holder .lists .slick-nav:hover {
  opacity: 0.3;
}

.live-berthing .holder .lists .slick-dots {
  bottom: -2em;
}

.live-berthing .holder .lists .slick-dots li button:before {
  color: #000;
}

.live-berthing .holder .lists .slick-dots li.slick-active button:before {
  font-size: 14px;
}

.live-berthing .holder .lists + .tc .btn {
  background: #212121 !important;
}

#sb_instagram .sb_instagram_header, #sb_instagram #sbi_load {
  display: none;
}

#sb_instagram #sbi_images > *:last-child {
  position: relative;
}

#sb_instagram #sbi_images > *:last-child .sbi_photo_wrap a:before {
  content: "";
  background-image: url(../img/followig.png);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
}

.newsletter .btn {
  margin-top: 0;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsletter .btn:hover {
  opacity: 0.3;
}

.newsletter .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 1365px) {
  .newsletter .lists {
    max-width: 80%;
  }
}

@media (max-width: 1279px) {
  .newsletter .lists {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .newsletter .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.newsletter .lists > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter .lists > *:first-child {
  font-family: 'cinzelregular';
  color: #fff;
}

.newsletter .lists > *:first-child h3 {
  color: #fff;
  font-size: 30px;
}

@media (max-width: 767px) {
  .newsletter .lists > *:first-child h3 {
    font-size: 20px;
  }
}

.newsletter .lists > *:first-child p {
  font-family: 'nunitolight';
}

.newsletter .lists > * .tc {
  text-align: right !important;
}

@media (max-width: 767px) {
  .newsletter .lists > * .tc {
    margin-top: 2em;
  }
}

@media (max-width: 767px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: calc(100%/2 - 1px) !important;
  }
}

.page-about-us .banner-all {
  min-height: 46em;
}

@media (max-width: 767px) {
  .page-about-us .banner-all {
    min-height: auto;
  }
}

.page-about-us .banner-all:before {
  background-image: url(../img/wabout.png);
}

.page-about-us .banner-all .h-holder .et_pb_text_inner {
  max-width: 42%;
}

@media (max-width: 767px) {
  .page-about-us .banner-all .h-holder .et_pb_text_inner {
    max-width: 100%;
  }
}

.as1 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 980px) {
  .as1 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.as1 .lists > * {
  width: calc(100%/2 - 1px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 980px) {
  .as1 .lists > * {
    width: 100%;
  }
  .as1 .lists > *:first-child {
    margin-bottom: 5em;
  }
}

.as1 .lists > * .head {
  padding-bottom: 1em;
}

.as1 .lists > * .tc {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0;
}

.as1 .lists > *:first-child .awards.slick-slider {
  margin: -10px;
  padding-top: 5px;
  margin-bottom: 1em;
}

.as1 .lists > *:first-child .awards.slick-slider .slick-slide {
  margin: 10px;
}

.as1 .lists > *:first-child .awards.slick-slider .slick-slide img {
  margin: 0 auto;
}

.as1 .lists > *:first-child .awards.slick-slider .slick-dots {
  bottom: -51px;
}

.as1 .lists > *:last-child {
  padding: 0 3em;
  color: #fff;
}

.s2about {
  min-height: 50em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s2about:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

@media (max-width: 980px) {
  .s2about {
    min-height: 34em;
  }
}

@media (max-width: 767px) {
  .s2about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .s2about.et_pb_section.et_pb_section_2 {
    background-image: none !important;
    background-color: #effdff !important;
  }
}

.s2about:before {
  content: "";
  background-image: url(../img/s2aboutw.png);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.s2about > div > div {
  max-width: 40%;
  float: right;
}

@media (max-width: 767px) {
  .s2about > div > div {
    max-width: 100%;
    float: none;
  }
}

.s2about > div > div .et_pb_text_inner {
  color: #000;
}

.s3about > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .s3about > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s3about > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 980px) {
  .s3about > div > div {
    margin-bottom: 4em;
  }
}

.s3about > div > div .et_pb_button_module_wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0;
}

.s3about > div .head {
  margin-bottom: 0 !important;
}

.single-happenings .type-happenings {
  margin-bottom: 0;
}

.single-happenings .p-t {
  font-family: 'cinzelregular';
  color: #0f4d8b;
  font-size: 2em;
}

.addthis_inline_share_toolbox_p4a1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addthis_inline_share_toolbox_p4a1 span {
  padding-right: 10px;
}

.latest_happening .holder .lists {
  padding-top: 2.2em;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists {
    padding-top: 5em;
  }
}

.latest_happening .holder .lists a {
  display: block;
  -webkit-box-shadow: 0 0 19px #ccc;
          box-shadow: 0 0 19px #ccc;
}

.latest_happening .holder .lists .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.latest_happening .holder .lists .item > * {
  padding: 14px;
}

.latest_happening .holder .lists .item > *.s1 {
  width: 43%;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .item > *.s1 {
    width: 100%;
  }
}

.latest_happening .holder .lists .item > *.s1 a {
  height: 100%;
}

.latest_happening .holder .lists .item > *.s1 .bg-cover {
  min-height: 37.8em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .item > *.s1 .bg-cover {
    min-height: 25em;
  }
}

.latest_happening .holder .lists .item > *.s1 .bg-cover:before {
  content: "";
  background-image: url(../img/lhbg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.latest_happening .holder .lists .item > *.s1 .bg-cover > div {
  width: 100%;
  position: relative;
}

.latest_happening .holder .lists .item > *.s1 .bg-cover > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px;
  padding-right: 38px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s1 .bg-cover > div > div {
    padding-right: 21px;
  }
}

.latest_happening .holder .lists .item > *.s1 .bg-cover > div > div > div {
  font-family: 'cinzelregular';
  color: #fff;
}

.latest_happening .holder .lists .item > *.s1 .bg-cover > div > div > div .name {
  font-size: 2.3em;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s1 .bg-cover > div > div > div .name {
    font-size: 16px;
  }
}

.latest_happening .holder .lists .item > *.s1 .bg-cover > div > div > div .d {
  font-size: 18px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s1 .bg-cover > div > div > div .d {
    font-size: 14px;
  }
}

.latest_happening .holder .lists .item > *.s2 {
  width: 57%;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .item > *.s2 {
    width: 100%;
  }
}

.latest_happening .holder .lists .item > *.s2 .ih {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s2 .ih {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.latest_happening .holder .lists .item > *.s2 .ih > *:first-child {
  width: 32%;
  min-height: 18em;
}

@media (min-width: 1920px) {
  .latest_happening .holder .lists .item > *.s2 .ih > *:first-child {
    min-height: 21em;
  }
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s2 .ih > *:first-child {
    width: 100%;
    min-height: 22em;
  }
}

.latest_happening .holder .lists .item > *.s2 .ih > *:last-child {
  width: 68%;
  background: #f4fdff;
  padding: 25px;
  font-family: 'cinzelregular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s2 .ih > *:last-child {
    width: 100%;
    text-align: center;
  }
}

.latest_happening .holder .lists .item > *.s2 .ih > *:last-child .dh {
  font-family: 'nunitolight';
  text-shadow: 0 0 0px;
  color: #666666;
}

.latest_happening .holder .lists .item > *.s2 .ih > *:last-child .d {
  color: #195491;
  font-size: 15px;
  text-shadow: 0 0 0px;
  padding-top: 6px;
  padding-bottom: 15px;
}

.latest_happening .holder .lists .item > *.s2 .ih > *:last-child .n {
  color: #2a2a2a;
  font-size: 1.7em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .latest_happening .holder .lists .item > *.s2 .ih > *:last-child .n {
    font-size: 16px;
  }
}

.latest_happening .holder .lists .item > *.s2 .ih > *:last-child .rm {
  color: #0499b9;
  text-decoration: underline;
  font-family: 'poppinsbold';
  padding-top: 20px;
}

.latest_happening .holder .lists .item > *.s2 > *:first-child .ih {
  margin-bottom: 26px;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .slick-nav {
    padding: 10px;
  }
}

.latest_happening .holder .lists .slick-nav.right {
  right: 5px;
  top: -57px;
  line-height: 0;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .slick-nav.right {
    right: auto;
    left: 50%;
    top: 0;
  }
}

.latest_happening .holder .lists .slick-nav.left {
  left: auto;
  right: 86px;
  top: -57px;
  line-height: 0;
}

@media (max-width: 980px) {
  .latest_happening .holder .lists .slick-nav.left {
    left: auto;
    right: 50%;
    top: 0;
  }
}

.latest_happening .holder .lists .slick-nav:hover {
  opacity: 0.3;
}

.latest_happening .holder .btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.latest_happening .holder .btn:hover {
  opacity: 0.3;
}

.birth-lists .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.5em;
}

@media (max-width: 980px) {
  .birth-lists .lists {
    margin: -2.2em;
  }
}

@media (max-width: 767px) {
  .birth-lists .lists {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .birth-lists .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .birth-lists .lists > div {
    width: 100% !important;
    padding: 14px;
  }
}

.birth-lists .lists .item {
  width: calc(100%/2 - 1px);
  text-align: center;
  height: inherit;
  padding: 1em;
}

.birth-lists .lists .item > div {
  padding: 10px;
  height: 100%;
}

.birth-lists .lists .item > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.birth-lists .lists .item > div > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1fcff;
  right: 0;
  max-width: 86%;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 26px #e1e1e1;
          box-shadow: 0 10px 26px #e1e1e1;
}

@media (max-width: 1279px) {
  .birth-lists .lists .item > div > div:before {
    max-width: 90%;
  }
}

.birth-lists .lists .item > div > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.birth-lists .lists .item > div > div > div .bg-cover {
  min-height: 42em;
}

@media (min-width: 1920px) {
  .birth-lists .lists .item > div > div > div .bg-cover {
    min-height: 54em;
  }
}

@media (max-width: 980px) {
  .birth-lists .lists .item > div > div > div .bg-cover {
    min-height: 26em;
  }
}

.birth-lists .lists .item > div > div > div .des-h {
  background: #f1fcff;
  padding: 3em 2em;
  text-align: center;
  max-width: 86%;
  margin: 0 auto;
  margin-top: -8.5em;
  padding-bottom: 3em;
  color: #000;
}

@media (max-width: 1279px) {
  .birth-lists .lists .item > div > div > div .des-h {
    max-width: 90%;
  }
}

.birth-lists .lists .item > div > div > div .des-h h3 {
  font-family: 'cinzelregular';
  color: #0f4d8b;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .birth-lists .lists .item > div > div > div .des-h h3 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}

.birth-lists .lists .item > div > div > div .des-h .btn {
  margin-top: 2em !important;
}

.birth-lists .lists .item > div > div > div .t-center {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.birth-lists .lists .item > div > div > div .t-center .btn {
  margin-top: 0 !important;
}

.f-sec1 > .et_pb_row:first-child {
  max-width: 65% !important;
}

.f-sec1 > .et_pb_row.f-img {
  max-width: 100% !important;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.f-sec1 > .et_pb_row.f-img .et_pb_image_wrap {
  display: block !important;
  text-align: right;
}

.f-sec1 > .et_pb_row.f-img .et_pb_image_wrap img {
  max-width: 22em;
}

.f-img {
  max-width: 100% !important;
  padding: 0 !important;
  position: absolute !important;
  display: block !important;
  bottom: 0;
  z-index: 1;
}

.f-img .et_pb_column {
  display: block !important;
}

.f-img .et_pb_image {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.f-img .et_pb_image_wrap {
  display: block !important;
  text-align: right;
}

.f-img .et_pb_image_wrap img {
  max-width: 22em;
}

.f-features .et_pb_row_6 .et_pb_column:first-child {
  margin-right: 3em;
}

article.dining_and_lifestyle {
  margin-bottom: 0px !important;
}

.dl_gallery .lists {
  padding-bottom: 7em;
  margin: 0 -10px;
}

.dl_gallery .lists .item {
  padding: 10px;
}

.dl_gallery .lists .slick-nav {
  top: auto;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
}

.dl_gallery .lists .slick-nav.next {
  right: auto;
  left: 50%;
}

.dl_gallery .lists .slick-nav.prev {
  left: auto;
  right: 50%;
}

.dl_gallery .lists .slick-nav:hover {
  opacity: 0.3;
}

.dining_lifestyle .side-cat-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4em;
}

@media (max-width: 767px) {
  .dining_lifestyle .side-cat-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

.dining_lifestyle .side-cat-holder a {
  margin: 0 30px;
  min-width: 10em;
  text-align: center;
}

.dining_lifestyle .side-cat-holder a h3 {
  text-transform: uppercase;
  font-family: 'nunitolight';
  color: #999999;
  font-size: 28px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .dining_lifestyle .side-cat-holder a h3 {
    font-size: 20px;
  }
}

.dining_lifestyle .side-cat-holder a h3.active {
  color: #1e4688;
}

.ys1 .f-img {
  max-width: 100% !important;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.ys1 .f-img .et_pb_image_wrap {
  display: block !important;
  text-align: right;
}

.ys1 .f-img .et_pb_image_wrap img {
  max-width: 22em;
}

.yacht_featured .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3em;
}

@media (max-width: 767px) {
  .yacht_featured .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yacht_featured .lists > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.yacht_featured .lists > *:first-child {
  text-align: right;
  -webkit-box-flex: .8;
      -ms-flex: .8;
          flex: .8;
}

.yacht_featured .lists > *:last-child .d {
  font-size: 15px;
  text-shadow: 0 0 0px;
}

.yacht_featured .lists > *:last-child .h {
  background: #f1fcff;
  -webkit-box-shadow: 10px 10px 38px -8px #e0e0e0;
  box-shadow: 10px 10px 38px -8px #e0e0e0;
  padding: 4em;
  max-width: 80%;
  margin-left: -2em;
  position: relative;
}

@media (max-width: 1199px) {
  .yacht_featured .lists > *:last-child .h {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .yacht_featured .lists > *:last-child .h {
    margin-left: 0;
    margin-top: 2em;
    text-align: center;
    padding: 2em;
  }
}

.yacht_featured .lists > *:last-child h4.head {
  color: #18899c;
  text-transform: uppercase;
  font-family: 'cinzelregular';
  letter-spacing: 1px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .yc-innergallery {
    max-width: 100% !important;
  }
}

.yc-innergallery .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .yc-innergallery .et_pb_column {
    margin: 0;
  }
}

.yc-innergallery .et_pb_column > * {
  width: calc(100%/4 - 1px);
  margin: 0 !important;
  padding: 10px;
}

@media (max-width: 767px) {
  .yc-innergallery .et_pb_column > * {
    width: calc(100%/2 - 1px);
  }
}

.key-f > *:first-child {
  margin-right: 2em !important;
  -webkit-box-shadow: 5px 5px 21px -6px rgba(0, 0, 0, 0.31);
  box-shadow: 5px 5px 21px -6px rgba(0, 0, 0, 0.31);
}

.key-f > *:last-child {
  padding-top: 3em;
  text-shadow: 0 0 0px;
}

.yc-specifications > div:first-child {
  padding: 0;
}

.yc-specifications .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yc-specifications .et_pb_column > * {
  width: calc(100%/5 - 1px);
}

@media (max-width: 980px) {
  .yc-specifications .et_pb_column > * {
    width: calc(100%/3 - 1px);
  }
}

@media (max-width: 767px) {
  .yc-specifications .et_pb_column > * {
    width: calc(100%/2 - 1px);
  }
}

.yc-specifications .et_pb_column > * .et_pb_module_header {
  color: #fff;
  font-size: 6em;
  font-family: 'nunitosemibold';
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .yc-specifications .et_pb_column > * .et_pb_module_header {
    font-size: 3em;
  }
}

.yc-specifications .et_pb_column > * .et_pb_blurb_description {
  color: #fff;
  text-shadow: 0 0 0px;
}

.yc-specifications > *:last-child {
  max-width: 77% !important;
}

.enter-addons-yc .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enter-addons-yc .et_pb_column > .et_pb_blurb {
  width: calc(100%/3 - 1px);
}

@media (max-width: 767px) {
  .enter-addons-yc .et_pb_column > .et_pb_blurb {
    width: calc(100%/2 - 1px);
  }
}

.enter-addons-yc .et_pb_column > .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 16px !important;
}

.enter-addons-yc .et_pb_column > .et_pb_blurb .et_pb_main_blurb_image img {
  max-width: 5.5em;
}

@media (max-width: 767px) {
  .enter-addons-yc .et_pb_column > .et_pb_blurb .et_pb_main_blurb_image img {
    max-width: 4em;
  }
}

.enter-addons-yc .et_pb_column > .et_pb_blurb h4 {
  font-size: 16px;
  text-shadow: 0 0 0px;
}

.charter-rates .et_pb_text_inner > *:first-child {
  padding-bottom: 0;
}

.yacht_itineraries .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .yacht_itineraries .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yacht_itineraries .lists > * {
  width: calc(100%/3 - 1px);
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .yacht_itineraries .lists > * {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 767px) {
  .yacht_itineraries .lists > * {
    width: 100%;
  }
}

.yacht_itineraries .lists > * .bg-cover {
  min-height: 28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.yacht_itineraries .lists > * .bg-cover:before {
  content: "";
  background-image: url(../img/is.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.yacht_itineraries .lists > * .bg-cover:after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

.yacht_itineraries .lists > * .bg-cover > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 35px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .yacht_itineraries .lists > * .bg-cover > div {
    padding: 18px 18px;
  }
}

.yacht_itineraries .lists > * .bg-cover > div .d h3 {
  font-family: 'cinzelregular';
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-size: 30px;
}

@media (max-width: 1370px) {
  .yacht_itineraries .lists > * .bg-cover > div .d h3 {
    font-size: 26px;
  }
}

@media (max-width: 1365px) {
  .yacht_itineraries .lists > * .bg-cover > div .d h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .yacht_itineraries .lists > * .bg-cover > div .d h3 {
    font-size: 20px;
  }
}

.yacht_itineraries .lists > * .bg-cover > div .d p {
  color: #fff;
  font-size: 15px;
  text-shadow: 0 0 0px;
}

#activity_gallery .container {
  max-width: 65%;
}

@media (max-width: 1199px) {
  #activity_gallery .container {
    max-width: 90%;
  }
}

#activity_gallery .content-here {
  background: #fff;
  margin: 7em 0;
}

#activity_gallery .content-here .mfp-close {
  color: #fff;
  opacity: 1;
  top: -15px;
  right: -46px;
}

@media (max-width: 980px) {
  #activity_gallery .content-here .mfp-close {
    top: -39px;
    right: -15px;
  }
}

#activity_gallery .content-here .slider-for .bg-cover {
  min-height: 42em;
}

@media (max-width: 1365px) {
  #activity_gallery .content-here .slider-for .bg-cover {
    min-height: 30em;
  }
}

@media (max-width: 767px) {
  #activity_gallery .content-here .slider-for .bg-cover {
    min-height: 10em;
  }
}

#activity_gallery .content-here .slider-nav {
  padding: 4px;
}

#activity_gallery .content-here .slider-nav .item {
  padding: 5px;
}

#activity_gallery .content-here .slider-nav .item .bg-cover {
  min-height: 5em;
}

#activity_gallery .content-here .des-holder {
  padding: 2em 3em;
  padding-bottom: 2.5em;
}

@media (max-width: 767px) {
  #activity_gallery .content-here .des-holder {
    padding: 2em 2em;
  }
}

#activity_gallery .content-here .des-holder .d {
  padding-top: 1em;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .gen-form {
    padding-top: 1em;
    padding-bottom: 0;
  }
}

.gen-form .gform_wrapper {
  max-width: 70%;
  margin: 0 auto !important;
}

@media (max-width: 1199px) {
  .gen-form .gform_wrapper {
    max-width: 90%;
  }
}

.gen-form form ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gen-form form ul > * {
  width: calc(100%/2 - 1px) !important;
  padding: 8px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .gen-form form ul > * {
    width: 100% !important;
  }
}

.gen-form form ul > * .ginput_container {
  margin-top: 8px !important;
}

.gen-form form ul > * label {
  display: none !important;
}

.gen-form form ul > * input {
  width: 100% !important;
  height: 54px;
  padding: 6px 20px !important;
  color: #000;
}

.gen-form form ul > * input::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * input:-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * input::-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * input::placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > *.textarea {
  width: 100% !important;
  max-width: 100% !important;
}

.gen-form form ul > *.textarea.gform_wrapper.gform_validation_error {
  max-width: 100% !important;
}

.gen-form form ul > * textarea {
  width: 100% !important;
  padding: 6px 20px !important;
  color: #000;
}

.gen-form form ul > * textarea::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * textarea:-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * textarea::-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > * textarea::placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.gen-form form ul > *:last-child {
  width: 100% !important;
}

.gen-form form ul > *.checkbox-holder {
  width: 100% !important;
}

.gen-form form ul > *.checkbox-holder li {
  width: 100% !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 16px;
}

.gen-form form ul > *.checkbox-holder li input {
  height: auto !important;
  margin-top: 2px !important;
}

.gen-form form ul > *.checkbox-holder li label {
  display: block !important;
}

.gen-form form .gform_footer {
  text-align: center;
}

.gen-form form .gform_footer .gform_button {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5));
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%);
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'poppinssemibold';
  letter-spacing: 1px;
  border-radius: 15px;
  text-align: center;
  margin-top: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 13px;
  min-width: 11em;
  border: 0;
  line-height: 2;
  cursor: pointer;
  transition: 0.3s;
  height: 54px;
}

.gen-form form .gform_footer .gform_button:hover {
  opacity: 0.3;
}

.item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .item-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item-lists .item {
  width: calc(100%/3 - 1px);
  margin-bottom: 2.5em;
}

@media (max-width: 980px) {
  .item-lists .item {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 767px) {
  .item-lists .item {
    width: 100%;
  }
}

.item-lists .item > div {
  padding: 10px;
  height: 100%;
}

.item-lists .item > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.item-lists .item > div > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1fcff;
  right: 0;
  max-width: 82%;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .item-lists .item > div > div:before {
    max-width: 90%;
  }
}

.item-lists .item > div > div > div {
  position: relative;
  height: 100%;
  padding-bottom: 3em;
}

.item-lists .item > div > div > div .bg-cover {
  min-height: 26em;
}

@media (min-width: 1920px) {
  .item-lists .item > div > div > div .bg-cover {
    min-height: 34em;
  }
}

@media (max-width: 1365px) {
  .item-lists .item > div > div > div .bg-cover {
    min-height: 24em;
  }
}

.item-lists .item > div > div > div .des-h {
  background: #f1fcff;
  padding: 3em 2em;
  text-align: center;
  max-width: 82%;
  margin: 0 auto;
  margin-top: -8.5em;
  padding-bottom: 3em;
  color: #000;
}

@media (max-width: 1279px) {
  .item-lists .item > div > div > div .des-h {
    max-width: 90%;
  }
}

.item-lists .item > div > div > div .des-h h3 {
  font-family: 'cinzelregular';
  color: #0f4d8b;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .item-lists .item > div > div > div .des-h h3 {
    font-size: 18px;
    padding-bottom: 14px;
  }
}

.item-lists .item > div > div > div .des-h .btn {
  margin-top: 2em !important;
}

.item-lists .item > div > div > div .t-center {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.item-lists .item > div > div > div .t-center .btn {
  margin-top: 0 !important;
}

.mb-holder h4 {
  color: #18899c;
  font-family: 'cinzelregular';
}

.mb-holder .a-member {
  padding-top: 2.5em;
}

.reciprocal-clubs-lists {
  padding-bottom: 5em;
}

.reciprocal-clubs-lists .slick-track > div {
  margin-bottom: 0 !important;
  text-align: center;
}

.reciprocal-clubs-lists .slick-slide img {
  max-width: 10em;
}

.happenings-main .item {
  margin: 0px !important;
}

.happenings-main .head {
  margin-bottom: 0 !important;
}

.happenings-main .heading-all {
  display: none;
}

.happenings-main .btn {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5)) !important;
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%) !important;
  border: 0 !important;
}

.vf-holder .gen-form form .gform_footer .gform_button {
  background: transparent;
  border: #fff 2px solid;
}

.promotions_lists-holder .item-lists .item > div > div:before {
  -webkit-box-shadow: 0 10px 26px #e1e1e1;
          box-shadow: 0 10px 26px #e1e1e1;
}

.sort-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .sort-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sort-holder > * {
  min-width: 14em;
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  .sort-holder > * {
    margin-bottom: 10px;
  }
}

.sort-holder > * li {
  list-style: none;
}

.sort-holder > * li a {
  display: block;
  padding: 4px 12px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

.sort-holder > * li a.active {
  color: #0f4a89;
  font-weight: bold;
}

.sort-holder > * .sort {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 3.5em;
  padding: 2px 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.sort-holder > * .sort + ul {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0;
  visibility: hidden;
}

.sort-holder > * .sort.open + ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.our_fleet .item-lists .item > div > div:before {
  -webkit-box-shadow: 0 10px 26px #515151;
          box-shadow: 0 10px 26px #515151;
}

.single .gen-form {
  padding: 0 !important;
}

@media (max-width: 980px) {
  .getting-here p {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .request-form-h {
    padding-top: 1em;
    padding-bottom: 0;
  }
}

.request-form-h h3.head.b {
  color: #18899c;
  text-shadow: 0 0 0px;
  line-height: 1.2;
}

.request-form-h .gform_wrapper {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 1365px) {
  .request-form-h .gform_wrapper {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .request-form-h .gform_wrapper {
    max-width: 95%;
  }
}

@media (max-width: 980px) {
  .request-form-h .gform_wrapper {
    max-width: 100%;
  }
}

.request-form-h .gform_wrapper .gfield_radio li label, .request-form-h .gform_wrapper .gfield_consent_label {
  font-weight: 700;
  font-size: 14px;
}

.request-form-h form h5 {
  display: block !important;
  font-weight: 700;
  font-size: inherit;
  padding-bottom: 0 !important;
}

.request-form-h form ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .request-form-h form ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.request-form-h form ul > * {
  width: calc(100%/2 - 1px) !important;
  padding: 8px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > * {
    width: 100% !important;
  }
}

.request-form-h form ul > * .ginput_container {
  margin-top: 8px !important;
}

.request-form-h form ul > * label {
  display: none !important;
}

.request-form-h form ul > * input, .request-form-h form ul > * select {
  width: 100% !important;
  height: 54px;
  padding: 6px 20px !important;
  color: #000;
}

.request-form-h form ul > * input::-webkit-input-placeholder, .request-form-h form ul > * select::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * input:-ms-input-placeholder, .request-form-h form ul > * select:-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * input::-ms-input-placeholder, .request-form-h form ul > * select::-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * input::placeholder, .request-form-h form ul > * select::placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > *.textarea {
  width: 100% !important;
  max-width: 100% !important;
}

.request-form-h form ul > *.textarea.gform_wrapper.gform_validation_error {
  max-width: 100% !important;
}

.request-form-h form ul > * textarea {
  width: 100% !important;
  padding: 6px 20px !important;
  color: #000;
}

.request-form-h form ul > * textarea::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * textarea:-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * textarea::-ms-input-placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > * textarea::placeholder {
  color: #ccc;
  text-shadow: 0 0 0px;
}

.request-form-h form ul > *:last-child {
  width: 100% !important;
}

.request-form-h form ul > *.checkbox-holder {
  width: 100% !important;
}

.request-form-h form ul > *.checkbox-holder li {
  width: 100% !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-bottom: 16px;
}

.request-form-h form ul > *.checkbox-holder li input {
  height: auto !important;
  margin-top: 2px !important;
}

.request-form-h form ul > *.checkbox-holder li label {
  display: block !important;
}

.request-form-h form ul > *.field_sublabel_below > div > div {
  width: 100% !important;
  max-width: 100% !important;
}

.request-form-h form ul > *.field_sublabel_below > div > div input, .request-form-h form ul > *.field_sublabel_below > div > div select {
  width: 100% !important;
  max-width: 100% !important;
}

.request-form-h form ul > *.field_sublabel_below > div > div.gfield_time_ampm input, .request-form-h form ul > *.field_sublabel_below > div > div.gfield_time_ampm select {
  width: 100% !important;
  max-width: 100% !important;
}

.request-form-h form ul > *.eta {
  width: 100% !important;
}

.request-form-h form ul > *.eta label.gfield_label {
  display: block !important;
}

.request-form-h form ul > *.eta .gform_wrapper .gfield_time_minute {
  margin-right: 4px;
}

.request-form-h form ul > *.ead {
  width: 100% !important;
}

.request-form-h form ul > *.los {
  display: none;
}

.request-form-h form ul > *.los ~ .los-fcontrol {
  width: calc(100%/4 - 1px) !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > *.los ~ .los-fcontrol {
    width: 100% !important;
  }
}

.request-form-h form ul > *.los ~ .los-fcontrol.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-form-h form ul > *.lob {
  display: none;
}

.request-form-h form ul > *.lob ~ .lob-fcontrol {
  padding-top: 2em !important;
}

.request-form-h form ul > *.lob ~ .lob-fcontrol label {
  display: block !important;
}

.request-form-h form ul > *.lob ~ .lob-fcontrol .ginput_container ul li {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 6em;
}

.request-form-h form ul > *.lob ~ .lob-fcontrol .ginput_container ul li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.od {
  width: 100% !important;
  margin-top: 3em !important;
}

.request-form-h form ul > *.od ~ .od-f.sal {
  padding-top: 10px !important;
}

.request-form-h form ul > *.od ~ .od-f.sal label {
  display: block !important;
}

.request-form-h form ul > *.od ~ .od-f.sal .ginput_container ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.od ~ .od-f.sal .ginput_container ul li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.od ~ .od-f.em {
  width: 100% !important;
}

.request-form-h form ul > *.od ~ .od-f.add {
  width: 100% !important;
}

.request-form-h form ul > *.od ~ .od-f.add .ginput_container > span {
  padding-top: 16px;
}

.request-form-h form ul > *.od ~ .od-f.tel {
  display: none;
}

.request-form-h form ul > *.od ~ .od-f.tel ~ .t {
  width: 28% !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > *.od ~ .od-f.tel ~ .t {
    width: 100% !important;
  }
}

.request-form-h form ul > *.od ~ .od-f.tel ~ .t.gfield_html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16% !important;
}

.request-form-h form ul > *.od ~ .od-f.dn {
  width: 100% !important;
}

.request-form-h form ul > *.od ~ .od-f.to {
  width: 100% !important;
  padding-top: 2em !important;
}

.request-form-h form ul > *.od ~ .od-f.to label {
  display: block !important;
}

.request-form-h form ul > *.od ~ .od-f.to ul li {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 6em;
  padding-right: 5em !important;
}

.request-form-h form ul > *.od ~ .od-f.to ul li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yea {
  width: 100% !important;
  margin-top: 3em !important;
}

.request-form-h form ul > *.yea ~ .yea-f.tv {
  width: 100% !important;
}

@media (max-width: 980px) {
  .request-form-h form ul > *.yea ~ .yea-f.tv .gfield_list_cell input {
    width: calc(100% - 16px) !important;
  }
}

.request-form-h form ul > *.yea ~ .yea-f.rel {
  width: 100% !important;
}

.request-form-h form ul > *.yea ~ .yea-f.ref {
  display: none;
}

.request-form-h form ul > *.yea ~ .yea-f.ref ~ .ref-f {
  width: 40% !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > *.yea ~ .yea-f.ref ~ .ref-f {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yea ~ .yea-f.ref ~ .ref-f.gfield_html {
  width: 20% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-form-h form ul > *.yd {
  width: 100% !important;
}

.request-form-h form ul > *.yd.gfield_html {
  margin-top: 4em !important;
}

.request-form-h form ul > *.yd ~ .f.a {
  width: calc(100%/3 - 1px) !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > *.yd ~ .f.a {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yd ~ .yd-f.py {
  width: 25% !important;
  padding-top: 10px !important;
}

@media (max-width: 980px) {
  .request-form-h form ul > *.yd ~ .yd-f.py {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yd ~ .yd-f.py label {
  display: block !important;
}

.request-form-h form ul > *.yd ~ .yd-f.py li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.yd ~ .yd-f.py li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yd ~ .yd-f.cb {
  width: 75% !important;
}

@media (max-width: 980px) {
  .request-form-h form ul > *.yd ~ .yd-f.cb {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yd ~ .yd-f.tc {
  width: 55% !important;
  padding-top: 10px !important;
}

@media (max-width: 980px) {
  .request-form-h form ul > *.yd ~ .yd-f.tc {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yd ~ .yd-f.tc label {
  display: block !important;
  text-align: left;
}

.request-form-h form ul > *.yd ~ .yd-f.tc li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.yd ~ .yd-f.tc li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yd ~ .yd-f.pyl {
  width: 15% !important;
}

@media (max-width: 980px) {
  .request-form-h form ul > *.yd ~ .yd-f.pyl {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) {
  .request-form-h form ul > *.yd ~ .yd-f.pyl {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yd ~ .yd-f.tof2 {
  width: 100% !important;
  padding-top: 10px !important;
}

.request-form-h form ul > *.yd ~ .yd-f.tof2 label {
  display: block !important;
  text-align: left;
}

.request-form-h form ul > *.yd ~ .yd-f.tof2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.yd ~ .yd-f.tof2 li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yd ~ .yd-f.fupload {
  width: 100% !important;
  padding-top: 1em !important;
}

.request-form-h form ul > *.yd ~ .yd-f.fupload label {
  display: block !important;
}

.request-form-h form ul > *.yd ~ .yd-f.fupload .gform_drop_area {
  border: 3px dashed #18899c !important;
}

.request-form-h form ul > *.yd ~ .yd-f.ais {
  width: 30% !important;
  padding-top: 10px !important;
}

.request-form-h form ul > *.yd ~ .yd-f.ais label {
  display: block !important;
  text-align: left;
}

.request-form-h form ul > *.yd ~ .yd-f.ais li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.yd ~ .yd-f.ais li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yd ~ .yd-f.mms {
  width: 70% !important;
}

@media (max-width: 767px) {
  .request-form-h form ul > *.yd ~ .yd-f.mms {
    width: 100% !important;
  }
}

.request-form-h form ul > *.yid {
  width: 100% !important;
  margin-top: 4em !important;
}

.request-form-h form ul > *.yrs {
  width: 100% !important;
  margin-top: 4em !important;
}

.request-form-h form ul > *.yrs ~ .yrsf.yn {
  width: calc(100%/3 - 1px) !important;
}

.request-form-h form ul > *.yrs ~ .yrsf.yn label {
  display: block !important;
  text-align: left;
}

.request-form-h form ul > *.yrs ~ .yrsf.yn li {
  -webkit-box-flex: .2;
      -ms-flex: .2;
          flex: .2;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.yrs ~ .yrsf.yn li input {
  height: auto !important;
  margin-top: 4px;
}

.request-form-h form ul > *.yrs ~ .yrsf.oi {
  width: 100% !important;
}

.request-form-h form ul > *.pm {
  width: 100% !important;
  margin-top: 4em !important;
}

.request-form-h form ul > *.pm ~ .pmf {
  width: 100% !important;
}

.request-form-h form ul > *.pm ~ .pmf label {
  display: block !important;
  text-align: left;
}

.request-form-h form ul > *.pm ~ .pmf ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.request-form-h form ul > *.pm ~ .pmf ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.pm ~ .pmf ul li input {
  height: auto !important;
  margin-top: 4px !important;
}

.request-form-h form ul > *.pcp {
  width: 100% !important;
  margin-top: 4em !important;
}

.request-form-h form ul > *.pcp ~ .pcpf {
  width: 100% !important;
}

.request-form-h form ul > *.pcp ~ .pcpf input {
  width: auto !important;
  height: auto;
  margin-top: 5px;
}

.request-form-h form ul > *.pcp ~ .pcpf label.gfield_consent_label {
  display: block !important;
  width: 100% !important;
}

.request-form-h form ul > *.pcp ~ .pcpf .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form ul > *.da {
  width: 100% !important;
  margin-top: 4em !important;
}

.request-form-h form ul > *.da ~ .daf {
  width: 100% !important;
}

.request-form-h form ul > *.da ~ .daf input {
  width: auto !important;
  height: auto;
  margin-top: 5px;
}

.request-form-h form ul > *.da ~ .daf label.gfield_consent_label {
  display: block !important;
  width: 100% !important;
}

.request-form-h form ul > *.da ~ .daf .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-h form .clear-multi .gfield_time_hour {
  height: 54px;
}

@media (max-width: 767px) {
  .request-form-h form .clear-multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.request-form-h form .gform_footer {
  text-align: center;
}

.request-form-h form .gform_footer .gform_button {
  background: -webkit-gradient(linear, left top, right top, from(#0e4f8c), color-stop(49%, #0875a3), to(#0396b5));
  background: linear-gradient(90deg, #0e4f8c 0%, #0875a3 49%, #0396b5 100%);
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'poppinssemibold';
  letter-spacing: 1px;
  border-radius: 15px;
  text-align: center;
  margin-top: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 13px;
  min-width: 11em;
  border: 0;
  line-height: 2;
  cursor: pointer;
  transition: 0.3s;
  height: 54px;
}

.request-form-h form .gform_footer .gform_button:hover {
  opacity: 0.3;
}
/*# sourceMappingURL=main.css.map */