/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
img,
iframe {
  vertical-align: middle;
}

html {
  font-size: 125%;
}

body {
  font-family: Eb Garamond;
  font-size: 16px;
  color: #31313F;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #000;
  overflow: hidden;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

hr {
  border: none;
  border-bottom: 1px solid #999;
  width: 30px;
  margin: 20px 0;
}

a {
  text-decoration: none;
  color: #31313F;
}

strong {
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: #F1F0EE;
}

.full_height {
  height: 100%;
}

.full_width {
  width: 100%;
}

.relative {
  position: relative;
}

.toUppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.has_transition_1000 {
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has_transition_600 {
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has_transition_800 {
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has_transition_400 {
  transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has_transition_1000_inout {
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

.has_transition_1000_inout_forced {
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005) !important;
}

.has_transition_5000_quint {
  transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has_transition_6000_quint {
  transition: transform 4000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has_transition_3000_quint {
  transition: transform 3000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 3000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.has_transition_1800_quint {
  transition: transform 1800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.has_transition_1500_quint {
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.has_transition_1000_quint {
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.has_transition_800_quint {
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.has_transition_1500_inout {
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

.has_transition_1800 {
  transition: transform 1800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll_transition {
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.inner,
svg path,
svg mask {
  will-change: transform;
}

.transform_all {
  transition-property: all !important;
}

.no_transform {
  transform: none !important;
}

.no_opacity {
  opacity: 0 !important;
  pointer-events: none !important;
}

.no_visibility {
  visibility: hidden;
  pointer-events: none;
}

.no_width {
  transform: scale(0, 1) !important;
}

.no_height {
  transform: scale(1, 0) !important;
}

.disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.top_single {
  opacity: 0 !important;
  transform: translateY(20px);
  pointer-events: none;
}

.top_single_small {
  opacity: 0 !important;
  transform: translateY(10px);
  pointer-events: none;
}

.bottom_single {
  opacity: 0 !important;
  transform: translateY(-30px);
  pointer-events: none;
}

.top_double {
  opacity: 0 !important;
  transform: translateY(40px);
  pointer-events: none;
}

.from_bottom {
  opacity: 0 !important;
  transform: translateY(200px);
  pointer-events: none;
}

.from_bottom.full_opacity {
  opacity: 1 !important;
}

.left_single {
  opacity: 0 !important;
  transform: translateX(-30px);
  pointer-events: none;
}

.right_single {
  opacity: 0 !important;
  transform: translateX(15px);
  pointer-events: none;
}

.top_hidden {
  transform: translateY(101%);
}

.t_container {
  transform: translateX(0);
  height: 100%;
  will-change: transform;
}

.t_container:nth-child(2) {
  transition-delay: 100ms;
}

.left_hidden {
  transform: translateX(50%);
}

.left_hidden.full {
  transform: translateX(-100%);
}

.left_hidden .t_container {
  transform: translateX(-100%);
}

.left_hidden.full .t_container {
  transform: translateX(100%);
}

.tm_hidden {
  transform: translateY(-100%);
}

.tm_hidden.no_scaling {
  transform: translateY(-100%);
}

.left_hidden img {
  transform: scale(1.05);
}

.tm_hidden img {
  transform: scale(1.02);
}

.tm_hidden .t_container {
  transform: translateY(100%);
}

.right_hidden {
  transform: translateX(-50%);
}

.right_hidden .t_container {
  transform: translateX(100%);
}

.top_translated {
  transform: translateY(300px);
}

.top_translated_less {
  transform: translateY(150px);
}

.top_translated_full {
  transform: translateY(100%);
}

.left_translated {
  transform: translateX(-10px);
  opacity: 0;
}

.right_translated {
  transform: translateX(10px);
  opacity: 0;
}

.bottom_hidden {
  transform: translateY(-100%);
}

.hidden_by_scaling_full {
  transform: scale(0) !important;
  pointer-events: none;
}

.hidden_by_scaling {
  transform: scale(0.5) !important;
  pointer-events: none;
  opacity: 0;
}

.hidden_by_scaling_low {
  transform: scale(0.95) !important;
  pointer-events: none;
  opacity: 0 !important;
}

.hidden_by_scaling_ultralow {
  transform: scale(0.98) !important;
  pointer-events: none;
  opacity: 0 !important;
}

.hidden_by_scale_up {
  transform: scale(1.01) !important;
  pointer-events: none;
  opacity: 0;
}

.hidden_from_left {
  transform: translateX(-20px);
  opacity: 0;
}

.hidden_from_right {
  transform: translateX(20px);
  opacity: 0;
}

.no_overflow {
  overflow: hidden;
}

.no_transition {
  transition: none !important;
}

.mobile_only {
  display: none;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.italic {
  font-style: italic;
}

section.no_margin_top,
article.no_margin_top {
  margin-top: 0;
}

.iScrollIndicator {
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1) !important;
  border: none !important;
}

.iScrollVerticalScrollbar {
  width: 5px !important;
}

section {
  width: 100%;
}

section.fullHeight {
  height: 100vh;
}

header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#videoContainer {
  width: 100%;
  height: 100%;
}

#videoVeil {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}

#main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#mainBorders {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
  border: 15px solid #FFF;
}

#index #mainBorders {
  display: block;
}

#mainBorders.hidden {
  transform: scale(1.032, 1.045);
  transition-duration: 1000ms;
}

.scroll-classic #main {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.scroll-classic .scroll_transition {
  transition: none;
}

#main.flexedContainer {
  display: flex;
  flex-direction: column;
}

#mainBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 60px;
}

#barTitleContainer {
  position: absolute;
  top: 32px;
  left: 110px;
  pointer-events: none;
}

#barTitleText {
  text-align: center;
  color: #FFF;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

#mainBar a {
  color: #FFF;
}

#mainBarBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0 -15px 20px #000;
  transform: translateY(-80px);
}

#mainScroller {
  position: absolute;
  width: 100%;
}

.scroll-classic #mainScroller {
  position: relative;
}

#callUs {
  color: #FFF;
  font-family: Nunito Sans;
  font-size: 13px;
  right: 30px;
  top: 47px;
  height: 17px;
  font-weight: 600;
  position: absolute;
  pointer-events: all;
}

#mainLogo {
  position: absolute;
  left: calc(50% - 68px);
  top: 40px;
  z-index: 1;
  pointer-events: all;
  will-change: transform;
}

#mainLogoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mainLogo img:nth-of-type(3) {
  margin-top: 7px;
}

#mainLogo .logoBlack {
  opacity: 0;
}

#mainLogo .logoBlack.d {
  position: absolute;
  top: 0;
}

#mainLogo.black img {
  opacity: 0;
}

#mainLogo.black .logoBlack {
  opacity: 1;
}

#mainLogo .logoBlack.t {
  position: absolute;
  top: 96px;
}

#topContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.vertical_center {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}

#menuController {
  width: 35px;
  height: 20px;
  margin-top: 27px;
  margin-left: 35px;
  padding: 20px;
  cursor: pointer;
}

#infoBox {
  position: absolute;
  top: 45px;
  left: 120px;
  height: 22px;
  display: flex;
  align-items: center;
  display: none;
}

#infoText {
  font-family: Nunito Sans;
  font-size: 13px;
  color: #FFF;
  font-weight: 600;
  width: 100%;
  display: inline;
}

#infoText span {
  text-decoration: underline;
}

#socialBar {
  position: absolute;
  top: 46px;
  right: 225px;
  display: flex;
  align-items: center;
  pointer-events: all;
}

.social.facebook {
  margin-left: 18px;
  margin-top: -2px;
}

.social.top_hidden {
  transform: translateY(26px);
}

#mainBar.small #mainLogo {
  transform: translateY(-30px) translateX(-1px) scale(0.72);
}

#mainBar.small #callUs,
#mainBar.small #socialBar,
#mainBar.small #infoBox {
  transform: translateY(-15px);
}

#mainBar.small #menuController {
  transform: translateY(-15px);
}

#mainBar.mini #mainLogo {
  transform: translateY(-60px) scale(0.52) translateX(-6px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainBar.mini #barTitleContainer {
  transform: translateY(-13px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainBar.mini #callUs,
#mainBar.mini #socialBar,
#mainBar.mini #infoBox {
  transform: translateY(-28px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainBar.mini #menuController {
  transform: translateY(-28px);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainBar.mini #mainLogo img:nth-child(3),
#mainBar.mini #mainLogo img:nth-child(4) {
  opacity: 0;
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menuController .line._1 {
  width: 35px;
  height: 1px;
  background: #FFF;
}

#menuController .line._2 {
  width: 35px;
  margin-top: 8px;
  height: 1px;
  overflow: hidden;
}

#menuController .line._2 .linePre {
  width: 35px;
  height: 1px;
  background: #FFF;
  position: absolute;
}

#menuController .line._2 .linePost {
  width: 35px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 112px;
}

.lineContainer {
  position: relative;
}

#menuController .line._2 svg {
  position: absolute;
  left: 35px;
}

#menuController.hovering .lineContainer {
  transform: translateX(-56px);
  transition-timing-function: linear;
  transition-duration: 400ms;
}

#menuController.hovering path {
  -webkit-animation: road 0.13s linear infinite;
          animation: road 0.13s linear infinite;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

#menuController.exiting .lineContainer {
  transform: translateX(-112px);
  transition-timing-function: linear;
  transition-duration: 400ms;
}

@-webkit-keyframes road {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-16px);
  }
}

@keyframes road {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-16px);
  }
}
#menuController .line._3 {
  width: 35px;
  height: 1px;
  background: #FFF;
  margin-top: 8px;
}

#pay {
  margin-top: 200px;
}

#payTitle {
  will-change: transform;
}

#payTitle h1 {
  color: #FFF;
  font-family: Theano Didot;
  font-size: 60px;
  font-weight: 300;
  line-height: 77px;
  position: relative;
  will-change: transform;
  letter-spacing: 1.3px;
}

#pay .translated {
  transform: translateY(90px);
}

#paySub {
  margin-top: 30px;
  transform: translateY(-23px);
}

#paySub h2 {
  font-family: Nunito Sans;
  color: #FFF;
  letter-spacing: 5px;
  position: relative;
  left: 5px;
}

#payLine {
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

#payLine .inner {
  width: 100%;
  height: 1px;
  background: #FFF;
}

#payLine .translated {
  transform: translateY(90px) scale(1, 1);
}

#payImg {
  margin-top: 25px;
  transform: translateY(-23px);
}

#payImg img {
  margin: auto;
  display: block;
}

#quickMenu {
  height: 26vh;
  margin-top: 16vh;
  display: flex;
  width: 100%;
  max-height: 300px;
  max-width: 1600px;
}

.quickSection {
  width: 25%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quickLine {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: #FFF;
  width: 1px;
}

.quickMenuText {
  letter-spacing: 6px;
  font-family: Nunito Sans;
  font-size: 19px;
  color: #FFF;
  position: relative;
}

.quickSection:hover .quickMenuText {
  letter-spacing: 10px;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

#scrollDown {
  position: absolute;
  bottom: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#scrollIcon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#scrollIcon.show circle {
  stroke-dashoffset: 0;
}

#scrollIcon .circle {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}

#scrollIcon circle {
  width: 46px;
  height: 46px;
  stroke-dasharray: 138px;
  stroke-dashoffset: 138px;
}

#scrollLabel {
  margin-bottom: 10px;
  font-family: Nunito Sans;
  color: #FFF;
  font-size: 10px;
  letter-spacing: 1px;
}

#chatButton {
  position: fixed;
  bottom: -8px;
  right: -8px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 99999;
  cursor: pointer;
}

#chatButton.hidden {
  transform: translateX(50px) translateY(50px);
}

#chat-widget-container {
  bottom: -39px !important;
}

#index #chat-widget-container {
  right: -1px !important;
}

#mainMenu {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

#mainMenuScroller {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#fleet.index #mainMenu,
#packages #mainMenu,
#index #mainMenu {
  height: calc(100% - 30px);
}

#menuTop {
  width: 100%;
  background: #F4F2ED;
  display: flex;
  align-items: center;
  height: 45%;
  padding: 0 100px;
  box-sizing: border-box;
  min-height: 340px;
}

#menuBottom {
  height: 55%;
  background: #FFF;
  display: flex;
  padding: 40px;
  box-sizing: border-box;
}

#menuPanelContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.menuPanel {
  width: 220px;
}

.menuPanelTitle {
  font-family: Nunito Sans;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 30px;
  color: #686859;
  text-transform: uppercase;
  text-align: center;
}

.menuPanelDecor {
  margin-top: 5px;
  margin-bottom: 20px;
}

.menuPanel .menuList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menuButton {
  font-family: Nunito Sans;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #353526;
  text-align: center;
  position: relative;
}

.menuButton:after {
  content: "";
  position: absolute;
  transform-origin: left;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  background: #353526;
  bottom: 6px;
  left: -1px;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.menuButton:hover:after {
  transform: scale(1, 1);
}

#menuClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 25px;
  cursor: pointer;
  z-index: 1;
}

.closeButton:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: left;
}

.closeButton:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #000;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: right;
  right: 25px;
}

#menuMagLeft {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#menuMagRight {
  width: 45%;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 575px;
}

#awardsContainer {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  max-width: 660px;
  flex-direction: column;
  margin-top: 58px;
  height: 100%;
}

#awardsContainer .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#awardsContainer .row._2 {
  justify-content: center;
}

#menuMagTitle {
  min-width: 240px;
  display: flex;
}

.magFrom {
  font-family: Baskerville;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  color: #5C5954;
  margin-left: 7px;
  display: block;
  letter-spacing: -1px;
}

.magTitle {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.magTitle span {
  font-family: Baskerville;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  display: inline-block;
  color: #5C5954;
}

.lettersContainer {
  letter-spacing: -1px;
  margin-left: 5px;
}

#menuMagRight .magTitle {
  align-items: flex-start;
  margin-left: 0;
  min-height: 42px;
}

#menuMagRight .magTitle span {
  margin-left: 8px;
}

#menuMagRight .magTitle span:first-child {
  margin-left: 0;
}

#menuMagRight .lettersContainer {
  letter-spacing: 1px;
  margin-left: 0;
}

.menuMagContent {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menuMagContentTop {
  display: flex;
  margin-top: 10px;
}

.menuMagContentTop span {
  font-family: Nunito Sans;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
}

.menuMagContentBottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 25px;
}

.menuMagContentBottom .borderedButton {
  margin-top: 0;
  margin-bottom: 0;
}

.menuMagTitle {
  font-family: Theano Didot;
  font-size: 30px;
  line-height: 35px;
}

.body_text p {
  font-family: Nunito Sans;
  font-size: 16px;
  min-height: 60px;
  line-height: 30px;
  color: #353526;
}

section {
  margin-top: -1px;
}

section:first-child,
section:first-child + section {
  margin-top: 0;
}

.buttonLabel {
  font-family: Nunito Sans;
  font-size: 13px;
  letter-spacing: 3px;
  color: #FFF;
  position: relative;
  z-index: 1;
  transition-delay: 300ms;
}

.borderedButton.black .buttonLabel {
  color: #000;
}

.borderedButton {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.borders {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.borders .top {
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  transform-origin: left;
}

.borders .bottom {
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  transform-origin: left;
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.borders .left {
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  transform-origin: bottom;
  left: 0;
}

.borders .right {
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  transform-origin: top;
  right: 0;
}

.borderedButton.black .borders div {
  background: #000;
}

.hover.borders div {
  background: #C1992B;
}

.borderedButton:hover .borders.hover div {
  transform: none !important;
}

.borderedButton:hover button {
  color: #C1992B;
}

.self_hover:hover .border.top,
.self_hover:hover .border.bottom {
  transform: scale(0, 1);
  transition-delay: 0;
}

.self_hover:hover .border.left,
.self_hover:hover .border.right {
  transform: scale(1, 0);
  transition-delay: 0;
}

.self_hover:hover .background {
  xtransform: scale(1, 1);
}

.self_hover:hover .buttonLabel {
  zcolor: #D2CBB7;
}

.borderedButton .background {
  transform: scale(0, 1);
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: left;
}

#fullscreenGallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  display: none;
  background: #000;
}

#sectionContainer.hidden {
  transform: translateY(20vh) skewY(5deg);
  opacity: 0;
}

#itemsContainer {
  height: calc(78vh - 106px);
}

#itemsScroller {
  display: flex;
  flex-wrap: wrap;
}

.item {
  width: calc(25% - 1px);
  position: relative;
  margin-left: 1px;
  transform-origin: top;
  overflow: hidden;
  height: calc((78vh - 106px)/2);
  margin-top: 1px;
  min-height: 240px;
}

#main.top {
  transform: translateY(22vh);
}

@media all and (max-width: 869px) {
  #mainMenu {
    overflow: hidden;
  }

  #mainBar #mainLogo,
#mainBar.small #mainLogo {
    transform: translateY(-47px) translateX(-2px) scale(0.504);
  }

  #mainBorders.hidden {
    transform: scale(1.11, 1.06);
    transition-duration: 1000ms;
  }

  #socialBar {
    top: 26px;
    right: 67px;
  }

  .social.facebook {
    margin-left: 21px;
    margin-top: -2px;
  }

  .social.instagram svg {
    width: 19px !important;
    height: 19px !important;
  }

  .social.facebook svg {
    width: 18px !important;
    height: 18px !important;
  }
}
#packages #itemsContainer .item {
  width: calc(50% - 1px);
  margin-top: 1px;
}

.itemRow:nth-child(3) {
  top: 2px;
}

.itemBorder {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ACAC9D;
  top: 0;
  right: 20px;
  transform-origin: top;
}

#packages #itemsContainer .item:hover .itemBackground {
  opacity: 1;
}

.itemContent {
  display: flex;
  padding: 20px;
  height: calc(100% - 40px);
}

.itemContent .right img {
  position: absolute;
}

.itemBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform-origin: top;
  opacity: 0.88;
}

.item .left {
  position: relative;
  height: 100%;
  flex: 1;
  padding-right: 40px;
  min-width: 245px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item .right {
  position: relative;
  overflow: hidden;
  width: 40vh;
}

.itemTitle h2 {
  font-family: Theano Didot;
  font-size: 20px;
  color: #676759;
  text-align: center;
}

#packageDetailContent .detail .itemTitle h2 {
  text-align: left;
}

.itemSeparator {
  margin-top: 1vh;
}

.itemSeparator img {
  margin: auto;
  display: block;
}

.itemIntro {
  margin-top: 3vh;
  width: 100%;
}

.detail .itemIntro {
  margin-top: 50px;
}

.itemIntro p {
  font-family: Nunito Sans;
  font-size: 14px;
  min-height: 60px;
  margin: auto;
  display: block;
  line-height: 22px;
}

#packages #itemsContainer .item:nth-child(3) {
  margin-left: 0;
}

#packages #itemsContainer .item:nth-child(1),
#packages #itemsContainer .item:nth-child(2) {
  margin-top: 0;
}

#itemsContainer .itemIntro p {
  text-align: center;
  max-width: 400px;
}

.more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.moreButtonContainer:after {
  content: "";
  position: absolute;
  transform-origin: left;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  background: #C1992B;
  bottom: 6px;
  left: -1px;
  transition: transform 700ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 700ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

.item:hover .moreButtonContainer:after {
  transform: scale(1, 1);
}

.item:hover .right img {
  transform: scale(1.05) rotateZ(1deg);
}

.more span {
  width: 49px;
  font-size: 30px;
  display: block;
  font-family: Alex Brush;
}

.item:hover .moreHE {
  transform: translateX(0);
}

.item:hover .moreHEInner {
  transform: translateX(0);
}

.item:hover .moreS {
  transform: translateX(100%);
}

.item:hover .moreSInner {
  transform: translateX(-100%);
}

.moreHEInner {
  color: #C1992B;
}

.moreSInner {
  color: #666;
}

.moreHE {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 26px;
}

.moreHEInner {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

#packageDetailContainer {
  position: relative;
  top: 15px;
  width: 100%;
  height: calc(100vh - 30px);
  overflow: hidden;
}

#packageDetailContent {
  position: relative;
  width: 100%;
  height: calc(100% - 152px);
  margin-top: 115px;
  display: flex;
  box-sizing: border-box;
}

#packageDetailInfoContainer {
  padding: 0 50px;
  padding-bottom: 2px;
  max-width: 700px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

#packageDetailContainerBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.88;
}

#packageLeft {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-start;
  overflow: hidden;
  z-index: 2;
}

#packageRight {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

#packageRight .gallery_controller {
  justify-content: space-between;
}

#packageLeft .iScrollIndicator {
  border: none !important;
  border-radius: 0 !important;
  background: #888 !important;
}

#packageLeft .iScrollVerticalScrollbar {
  width: 1px !important;
  right: 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

#packageLeft .iScrollVerticalScrollbar.ready {
  transform: scale(1, 1);
}

#packageDetailInfoContainer .itemSeparator {
  margin-top: 25px;
}

.packageServices {
  margin-top: 50px;
}

.packageIncludesLabel {
  font-family: Nunito Sans;
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
}

.packageServicesContainer ul {
  margin-top: 50px;
}

.packageServicesContainer li {
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-family: Nunito Sans;
  font-size: 14px;
}

.packageServicesContainer .icon {
  width: 50px;
  margin-right: 20px;
  min-width: 50px;
}

.packageServicesContainer .icon img {
  margin: auto;
  display: block;
}

.askButton {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 50px;
}

.askButton button {
  border: none;
  background: none;
  font-family: Nunito Sans;
  letter-spacing: 3px;
  font-size: 13px;
  color: #333;
}

.panelBorder {
  position: absolute;
  right: 1px;
  width: 1px;
  height: 100%;
  background: #CECEBF;
  transform-origin: top;
}

.slider {
  position: relative;
}

.gallery_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 60vw;
}

.packageSlider {
  height: calc(100% - 56px);
  margin: auto;
  max-width: 800px;
  width: auto;
}

.gallery_slider {
  z-index: 1;
  height: 100%;
  width: 100%;
}

.slide {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.slide_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider_arrows {
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  pointer-events: none;
}

.slider_arrows .button_left {
  width: 50px;
  cursor: pointer;
  pointer-events: all;
}

.slider_arrows .button_right {
  width: 50px;
  cursor: pointer;
  pointer-events: all;
}

.packageController {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
  height: 8px;
  left: 30px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.controller .line {
  width: 100%;
  height: 1px;
  margin-right: 30px;
  position: relative;
}

.controller .line .track {
  width: 100%;
  height: 1px;
  background: #FFF;
  transform-origin: left;
}

.controller .line .handle {
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
}

.picBullets {
  display: flex;
}

.picBullets .bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #FFF;
  margin: 0 4px;
}

.picBullets .bullet.active {
  background: #333;
}

.arrowLines {
  width: 46px;
  height: 16px;
}

#packageControls {
  position: absolute;
  top: 17px;
  left: 25px;
  display: flex;
}

#backToPackages {
  display: flex;
  align-items: center;
  z-index: 1;
}

#backToPackages .packIcon {
  width: 31px;
  height: 11px;
  display: flex;
  flex-wrap: wrap;
}

#packageBrowse {
  display: flex;
  margin-left: 30px;
  align-items: center;
  padding: 0 5px;
}

#packageBrowse.noPrev #packagePrev {
  opacity: 0 !important;
  transform: translateY(101%);
  pointer-events: none;
}

#packageBrowse.noPrev #packageNext {
  transform: translateX(-160px);
}

#packageBrowse.noPrev .packageButtonSeparator {
  opacity: 0 !important;
  transform: translateY(101%);
  pointer-events: none;
}

#packageBrowse.noPrev #packageNext.top_hidden {
  opacity: 0 !important;
  transform: translateX(-160px) translateY(101%);
  pointer-events: none;
}

#packageBrowse.noNext #packageNext,
#packageBrowse.noNext .packageButtonSeparator {
  opacity: 0 !important;
  transform: translateY(101%);
  pointer-events: none;
}

#packageNext {
  display: flex;
  align-items: center;
  z-index: 1;
}

#packagePrev {
  display: flex;
  align-items: center;
  z-index: 1;
}

#packagePrev:hover:before {
  border-top: 1px solid #C1992B;
  border-left: 1px solid #C1992B;
  transform: translateX(-5px);
}

#packageNext:hover:after {
  border-top: 1px solid #C1992B;
  border-right: 1px solid #C1992B;
  transform: translateX(5px);
}

#packagePrev:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotateZ(-45deg);
  position: relative;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#backToPackages:hover span,
#packagePrev:hover,
#packageNext:hover span {
  color: #C1992B;
}

#backToPackages:hover .packIcon .square {
  border: 1px solid #C1992B;
}

#packageNext:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotateZ(45deg);
  position: relative;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#packageNext span {
  margin-right: 5px;
}

#packagePrev span {
  margin-left: 5px;
}

.packageButtonSeparator {
  height: 9px;
  width: 1px;
  background: #666;
  margin: 0 12px;
}

.packageButtonSeparator.top_hidden {
  transform: translateY(12px);
}

.square.top_single {
  transform: translateY(7px);
}

.square {
  width: 13px;
  height: 3px;
  border: 1px solid #848484;
}

.square._2 {
  margin-left: 1px;
}

.square._3 {
  margin-top: 1px;
}

.square._4 {
  margin-left: 1px;
  margin-top: 1px;
}

.barButton span {
  display: block;
  font-family: Nunito Sans;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
  top: 1px;
  font-weight: 600;
}

#packageControls span span {
  margin-left: 0;
  display: inline;
  top: 0;
}

#backToPackages span {
  margin-left: 10px;
}

#packages.detail #mainBar {
  pointer-events: none;
}

.caption {
  position: absolute;
  bottom: -34px;
  display: block;
  font-family: Nunito Sans;
  font-size: 11px;
  font-weight: 600;
}

.descriptionCap {
  margin-left: 10px;
}

#packages.detail .itemTitle h2 {
  text-align: left;
}

.gldp-flatwhite {
  position: absolute;
  font-family: Nunito Sans;
  box-shadow: 0 0 3px #CCC;
  top: 34px !important;
  left: 0 !important;
  height: 400px !important;
  z-index: 1;
  width: 399px !important;
}

@media (max-width: 760px) {
  .gldp-flatwhite {
    width: calc(100vw - 30px) !important;
    height: calc(100vw - 30px) !important;
  }
}
@media (max-width: 1840px) {
  .gldp-flatwhite {
    right: 0 !important;
    left: auto !important;
  }
}
.gldp-flatwhite .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-family: Nunito;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #fff;
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gldp-flatwhite .border {
  border-style: solid;
  border-width: 0;
  border-color: #fff;
}

.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
  color: #333;
  font-size: 15px !important;
  text-transform: uppercase;
}

.gldp-flatwhite .monyear select {
  margin-top: -2px;
  border: none;
  font-family: Nunito Sans;
  font-size: 14px !important;
}

#services .gldp-flatwhite .monyear select {
  margin-top: 0;
}

.gldp-flatwhite .monyear.title {
  font-size: 18px !important;
  font-family: Eb Garamond;
}

.gldp-flatwhite .monyear span {
  margin: 0 5px;
}

.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
  color: #999;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
  color: #000;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
  color: #000;
  opacity: 0.15;
}

.gldp-flatwhite .dow {
  color: #999;
  cursor: default !important;
  font-family: Nunito;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
  font-family: Nunito;
  font-size: 14px;
  color: #5E5E5E;
}

.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  color: #5E5E5E;
}

.gldp-flatwhite .outday {
  color: #aaa !important;
}

.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
  background: #eee;
}

.gldp-flatwhite .noday {
  color: #bbb;
  font-weight: 400;
  cursor: wait !important;
  background: #ddd;
  font-family: Nunito;
  font-size: 14px;
}

.gldp-flatwhite .selected {
  color: #FFF;
  border-color: #ccc;
  background: #999;
}

.gldp-flatwhite .today {
  color: #5E5E5E;
  background: #eee;
}

.gldp-flatwhite .special {
  color: #fff;
  font-weight: 700;
  border-color: #444;
  background: #666;
}

@font-face {
  font-family: "Theano Didot";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Theano Didot"), local("Theano-Didot"), url(/fonts/TheanoDidot-Regular.woff2) format("woff2"), url(/fonts/TheanoDidot-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Nunito Sans Light"), local("NunitoSans-Light"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2) format("woff2"), url(/fonts/NunitoSans-Light.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format("woff2"), url(/fonts/NunitoSans-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2) format("woff2"), url(/fonts/NunitoSans-SemiBold.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2"), url(/fonts/PlayfairDisplay-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format("woff2"), url(/fonts/PlayfairDisplay-Italic.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Alex Brush";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Alex Brush Regular"), local("AlexBrush-Regular"), url(https://fonts.gstatic.com/s/alexbrush/v10/SZc83FzrJKuqFbwMKk6EhUXz7Q.woff2) format("woff2"), url(/fonts/AlexBrush-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
