* {
  box-sizing: border-box; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 120;
  height: 80px;
  background: #fff; }

.header .logo {
  width: 150px;
  margin: 32px auto 0 auto; }

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: calc(100vh);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  z-index: 10;
  align-items: center; }

#nav.open {
  z-index: 20; }

#nav-icon {
  width: 24px;
  height: 11px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #bcae92;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 5px; }

#nav-icon span:nth-child(4) {
  top: 10px; }

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

#nav-holder {
  position: fixed;
  top: 0;
  left: 80px;
  height: 100vh;
  width: 33%;
  min-width: 400px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 100; }

#nav-holder .nav-inner {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%); }

#nav-holder .nav-inner .nav-icon {
  width: 40px;
  margin: 0 0 50px 0; }

#nav-holder .nav-inner ul {
  list-style: none;
  margin: 0; }

#nav-holder .nav-inner ul li {
  margin: 0; }

#nav-holder .nav-inner ul li a {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.025em;
  color: #907849;
  transition: all ease 0.5s; }

#nav-holder .nav-inner ul li a:hover {
  color: #00d3c9; }

#nav-holder .nav-inner ul li.current_page_item a {
  font-weight: 400;
  color: #00d3c9; }

#nav-holder .nav-inner ul li.rule-below:after {
  content: '';
  height: 1px;
  width: 36px;
  background: #907849;
  display: block;
  margin: 12px 0; }

footer {
  position: relative;
  z-index: 15;
  margin-top: 80px;
  background: #12535B; }

footer #menu-footer-menu {
  margin: 55px 0 15px 0;
  padding: 0 0 25px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

footer #menu-footer-menu li {
  margin-left: 10px;
  margin-right: 10px; }

footer #menu-footer-menu li:first-child {
  margin-left: 0; }

footer #menu-footer-menu li:last-child {
  margin-right: 0; }

footer #menu-footer-menu li a {
  color: #88a9ad;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  transition: all ease 0.5s; }

footer #menu-footer-menu li a:hover, footer #menu-footer-menu li.current-menu-item a {
  color: #fff; }

footer .footer-bottom {
  border-top: 1px solid #4d7e84;
  padding: 20px 0 30px 0;
  margin: 0 80px 0 80px; }

footer .footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

footer .footer-bottom .socials {
  display: flex;
  align-items: center; }

footer .footer-bottom .socials a {
  /*font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px 0 0;*/
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 20px;
  text-indent: -9999px;
  overflow: hidden; }

footer .footer-bottom .socials a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s ease; }

footer .footer-bottom .socials a.instagram {
  background: url(../images/icon-instagram.svg) center right no-repeat; }

footer .footer-bottom .socials a.linkedin {
  background: url(../images/icon-linkedin.svg) 0 0 no-repeat; }

footer .footer-bottom .socials a.twitter {
  background: url(../images/icon-twitter.svg) 0 0 no-repeat; }

footer .footer-bottom .socials a:hover {
  opacity: 0.4; }

footer .footer-bottom p {
  color: #88a9ad;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase; }

footer .footer-bottom p a {
  color: #88a9ad;
  transition: all ease 0.5s; }

footer .footer-bottom p a:hover {
  color: #fff; }

.home {
  padding: 0 80px; }

.header-video {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px;
  margin: 0; }

.header-video .inner {
  position: relative;
  height: calc(100vh - 160px);
  overflow: hidden; }

#carousel_cover {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  z-index: 2000; }

.bg-overlay-s3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  z-index: 10;
  opacity: 0; }

.header-video .inner .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 117, 137, 0.92);
  z-index: 10; }

.header-video .inner .heading {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  text-align: center; }

.header-video .inner .heading .slide-icon {
  height: 80px;
  width: 80px;
  background: url(../images/lucibello-icon-white.svg) 0 0 no-repeat;
  margin: 0 auto 40px auto; }

.header-video .inner .heading h1 {
  position: absolute;
  width: 100%;
  font-family: 'futura-pt', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.075;
  margin: 0 0 55px 0; }

.header-video .inner .heading .view-film {
  margin-top: 100px;
  display: inline-block;
  font-family: 'futura-pt', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 38px;
  transition: background ease 0.5s, border ease 0.5s; }

.header-video .inner .heading .view-film:hover {
  background: rgba(132, 255, 255, 0.3);
  border: 1px solid transparent; }

.header-video .inner a.scroll-down {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 42px;
  height: 22px;
  margin-left: -21px;
  background: url(../images/icon-scroll-down.svg) 0 0 no-repeat;
  opacity: 0.5;
  transition: all ease 0.5s;
  z-index: 15; }

.header-video .inner a.scroll-down:hover {
  opacity: 1; }

.block.home-box-links {
  margin: 60px 0 0 0; }

.home-box-links.with-bg {
  background: #eef3f3;
  padding: 60px 0 70px 0; }

.home-box-links h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 55px 0;
  font-weight: 400; }

#home .cta-boxes {
  flex-wrap: wrap;
  display: flex;
  justify-content: center; }

#home .cta-boxes .cta-box {
  width: calc(50% - 24px); }

#home .cta-boxes .cta-box p {
  text-align: center;
  color: #907849;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 24px 0;
  padding: 25px 10px;
  background: #eef3f3;
  transition: all ease 0.5s; }

#home .cta-boxes .cta-box a:hover p {
  color: #12535b; }

#home .home-box-links.with-bg .cta-boxes .cta-box p {
  background: #fff; }

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: #fff;
  z-index: 130;
  padding: 80px; }

#video-overlay .inner {
  position: relative;
  height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#video-overlay a.close-film {
  position: absolute;
  top: 30px;
  right: 80px;
  color: #907849;
  z-index: 10;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px; }

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: auto;
  visibility: inherit;
  overflow: hidden; }

.video-wrapper .inner {
  position: relative;
  top: -5%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: auto;
  display: block;
  visibility: inherit;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 110%; }

.video-wrapper .inner video {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: auto;
  display: block;
  visibility: inherit;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  object-fit: cover; }

.secondary {
  padding: 0 80px; }

.block {
  position: relative;
  margin: 120px 0 0 0;
  opacity: 0;
  visibility: hidden; }

.block.content-hr .hr {
  height: 1px;
  background: #808080; }

.block.header-image {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
  margin: 0; }

.block.header-image .inner {
  height: calc(100vh - 160px); }

.block.header-image.size-half {
  position: relative;
  width: 100%;
  height: 50vh;
  padding: 0;
  margin: 80px 0; }

.block.header-image.size-half .inner {
  height: calc(50vh); }

.block.header-image .inner h1 {
  position: absolute;
  top: 15%;
  width: 100%;
  text-align: center;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  font-variant-ligatures: none; }

.block.header-image .inner h1:before {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #fff;
  margin-left: -30px;
  content: ''; }

.block.header-image .inner h1.gold {
  color: #907849; }

.block.header-image .inner h1.gold:before {
  background: #907849; }

.block.header-image .inner a.scroll-down {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 42px;
  height: 22px;
  margin-left: -21px;
  background: url(../images/icon-scroll-down.svg) 0 0 no-repeat;
  opacity: 1;
  transition: all ease 0.5s; }

.block.header-image .inner a.scroll-down:hover {
  opacity: 1; }

.block.header-image .inner p.credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #838383;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400; }

.block.header-image .icon {
  position: absolute;
  top: 15%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); }

.block.header-image .logo {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px; }

.block.content-image img {
  margin: 0 auto; }

.block.content-text {
  text-align: center; }

.block.content-text.row-1 {
  margin-top: 35px; }

.block.content-text .inner-content {
  padding: 0 30px;
  max-width: 768px;
  margin: 0 auto; }

.block.content-quote blockquote {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #907849;
  text-transform: uppercase; }

.block.content-quote p.name {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035em;
  color: #907849;
  text-align: center;
  margin: 55px 0 0 0; }

.block.content-image-full {
  height: 500px; }

.block.content-bio {
  text-align: center; }

.block.content-bio .image img {
  display: inline-block; }

.block.content-bio .details {
  padding: 0 55px; }

.block.content-bio .details h2 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.015em;
  color: #907849;
  margin: 70px 0 0 0;
  padding: 0; }

.block.content-bio .details h3 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035em;
  color: #007589;
  text-align: center;
  margin: 15px 0 50px 0; }

.block.content-bio .q-a {
  padding: 0 55px 75px 55px; }

.block.content-bio .q-a.no-p {
  padding: 0 55px 0 55px; }

.block.content-bio .q-a h2 {
  margin: 120px 10px 50px 10px; }

.block.content-bio .q-a h3 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035em;
  color: #007589;
  text-align: center;
  margin: 15px 0 20px 0; }

.block.content-slider {
  background: #eef3f3;
  padding: 80px 0 60px 0;
  overflow: hidden; }

.block.content-slider h3 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035em;
  color: #907849;
  text-align: center;
  margin: 0;
  padding: 0 0 50px 0; }

.block.content-slider .carousel-cell {
  width: 100%;
  overflow: hidden; }

.block.content-slider .carousel-cell:not(:first-child) {
  position: absolute; }

.block.content-slider .carousel-cell .image {
  position: relative; }

.block.content-slider .carousel-cell .image .pip {
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 40px;
  width: 40px;
  background: url(../images/icon-slide-pip.svg) 0 0 no-repeat;
  margin: 0 0 0 -20px; }

.block.content-slider .carousel-cell .content {
  text-align: center;
  width: 40%;
  margin: 0 auto; }

.block.content-slider .carousel-cell .content h4 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.015em;
  color: #907849;
  margin: 60px 0 20px 0;
  padding: 0; }

.block.content-slider .button-row {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.block.content-slider .button-row .button-previous {
  height: 22px;
  width: 12px;
  background: url(../images/icon-slider-left.svg) 0 0 no-repeat;
  cursor: pointer;
  margin: 0 20px 0 0; }

.block.content-slider .button-row .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.block.content-slider .button-row .button-group .slide-button {
  margin: 0 20px 10px 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer; }

.block.content-slider .button-row .button-group .slide-button.is-selected {
  font-weight: 500; }

.block.content-slider .button-row .button-next {
  height: 22px;
  width: 12px;
  background: url(../images/icon-slider-right.svg) 0 0 no-repeat;
  cursor: pointer;
  margin: 0 0 0 20px; }

.block.content-multimedia {
  background: #eef3f3;
  padding: 120px 0;
  overflow: hidden; }

.block.content-multimedia .carousel-cell {
  width: 100%;
  overflow: hidden; }

.block.content-multimedia .content {
  margin: 60px auto 0 auto;
  max-width: 708px;
  text-align: center; }

.block.content-multimedia .content h2 {
  margin-bottom: 30px; }

.block.content-multimedia .content a, .discover-more {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #4B4B4B;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.block.content-multimedia .content a:before, .block.content-multimedia .content a:after, .discover-more:after, .discover-more:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #4B4B4B;
  transition: all ease-in-out 0.5s;
  opacity: 0; }

.block.content-multimedia .content a:hover:before, a:hover p.discover-more:before, a.discover-more:hover:before {
  left: 0;
  width: 50%;
  opacity: 1; }

.block.content-multimedia .content a:hover:after, a:hover p.discover-more:after, a.discover-more:hover:after {
  width: 50%;
  opacity: 1; }

.block.content-multimedia .flickity-page-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  margin: 0;
  list-style: none; }

.block.content-multimedia .flickity-page-dots li {
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0 6px; }

.block.content-multimedia .flickity-page-dots li.is-selected {
  opacity: 0.5; }

.block.content-multimedia.video .image {
  position: relative; }

.block.content-multimedia.video .image .video-play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: url("../images/icon-video-play.svg") 0 0 no-repeat;
  background-size: 100%; }

.block.content-text .button, .button.show-hide, .text-hidden .button {
  color: #fff;
  background: #007589;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 8px 25px;
  font-size: 12px;
  margin: 25px 0 0 0;
  transition: all ease 0.5s;
  min-width: 280px; }

.block.content-text .button:hover, .button.show-hide:hover, .text-hidden .button:hover {
  background: #00d3c9; }

.text-hidden .button {
  margin: 25px 20px 0 20px; }

.content-cta-boxes .inner {
  display: flex;
  justify-content: center; }

.content-cta-boxes .inner .cta-box {
  margin: 0 12px;
  max-width: 564px; }

.content-cta-boxes .inner.col-3 .cta-box {
  width: calc(33.3333333% - 24px); }

.content-cta-boxes .inner .cta-box .image {
  overflow: hidden;
  position: relative; }

.content-cta-boxes .inner .cta-box .image img {
  transition: all .5s ease-in-out; }

.content-cta-boxes .inner .cta-box a:hover .image img {
  transform: scale(1.05); }

.content-cta-boxes .inner .cta-box .content {
  padding: 55px 8% 0 8%;
  text-align: center; }

.content-cta-boxes.itineraries .inner {
  justify-content: space-between; }

.content-cta-boxes.itineraries .inner .cta-box {
  margin: 0;
  max-width: none;
  width: calc(50% - 12px); }

.content-cta-boxes.itineraries .inner .cta-box .content {
  padding: 55px 35% 0 0;
  text-align: left; }

.content-cta-boxes.itineraries .inner .cta-box .content h2, .content-blue-band h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 0 0 25px 0;
  letter-spacing: 0.04em; }

.content-home-half-half .inner {
  display: flex; }

.content-home-half-half .inner .image {
  width: 50%;
  height: calc(50vw - 80px);
  order: 1;
  background-size: cover;
  background-position: center; }

.content-home-half-half .inner .image.right {
  order: 3; }

.content-home-half-half .inner .content {
  width: 50%;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F2F2F0;
  padding: 55px 10% 60px 10%;
  text-align: center; }

.content-home-half-half .inner .content.green {
  background: #12535B; }

.content-home-half-half .inner .content.green h2 {
  color: #fff; }

.content-home-half-half .inner .content-inner {
  padding: 60px;
  text-align: center;
  color: #fff; }

.content-home-half-half .inner .content p.sub {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.content-home-half-half .inner .content h2 {
  margin-bottom: 30px; }

.content-home-half-half .inner .content .button {
  background: none;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 8px 25px;
  transition: all ease 0.5s;
  min-width: 140px;
  border: 1px solid #fff; }

.content-home-half-half .inner .content .button:hover {
  background: #fff;
  color: #12535B; }

.content-home-half-half.grid .inner .image {
  padding-bottom: 50%;
  height: auto; }

.content-left-right-scroll .scroll-outer {
  display: flex;
  justify-content: space-between; }

.content-left-right-scroll .scroll-outer .left, .content-left-right-scroll .scroll-outer .right {
  width: calc(50% - 12px); }

.content-left-right-scroll .scroll-outer .left .content {
  padding: 55px 22% 60px 22%;
  text-align: center; }

.content-left-right-scroll .scroll-outer .left .content .icon img {
  margin: 0 auto 60px auto; }

.content-left-right-scroll .scroll-outer .right .cta-box {
  margin-bottom: 60px; }

.content-left-right-scroll .scroll-outer .right .cta-box .image {
  overflow: hidden;
  position: relative; }

.content-left-right-scroll .scroll-outer .right .cta-box .image img {
  transition: all .5s ease-in-out; }

.content-left-right-scroll .scroll-outer .right .cta-box a:hover .image img {
  transform: scale(1.05); }

.content-left-right-scroll .scroll-outer .right .cta-box .content {
  text-align: left;
  padding: 55px 40% 0px 40px; }

.content-left-right-scroll .scroll-outer .right .cta-box .content h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 0 0 30px 0; }

.content-left-right-scroll .scroll-outer .right .cta-box .content p.sub {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #808080;
  text-transform: uppercase; }

.content-blue-band {
  background: #EFF3F3;
  padding: 120px 0; }

.content-blue-band.quote {
  padding: 200px 0; }

.content-blue-band .inner-content {
  text-align: center;
  max-width: 520px;
  margin: 0 auto; }

.content-blue-band .inner-content h2 {
  text-align: center;
  margin-bottom: 50px; }

.content-blue-band .inner-content h2:last-child {
  margin-bottom: 0; }

.content-blue-band p {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300; }

.content-blue-band .quote-text {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #907849;
  letter-spacing: 0.02em; }

.content-blue-band .quotee {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #907849;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 40px 0 0 0; }

.content-image-caption .inner {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.content-image-caption .inner .image-caption .caption {
  margin: 20px 0 0 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em; }

.content-image-caption .inner.double .image-caption, .content-image-caption .inner.double-long .image-caption {
  width: calc(50% - 12px); }

.content-image-caption .inner .image-caption.large, .content-image-caption .inner .image-caption.small {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.content-image-caption .inner .image-caption.large .image, .content-image-caption .inner .image-caption.small .image {
  width: calc(50% - 12px); }

.content-image-caption .inner .image-caption.large .caption {
  width: calc(50% - 12px);
  border-top: 1px solid #808080;
  margin: 0;
  padding: 50px 15% 50px 25px;
  font-size: 24px;
  line-height: 28px; }

.content-image-caption .inner .image-caption.small .caption {
  width: calc(50% - 12px);
  margin: 0; }

.content-image-caption .inner .image-caption.small .caption:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #808080;
  margin: 0 0 20px 0; }

.content-itinerary-day .inner, .content-blog-image-text .inner {
  display: flex;
  justify-content: space-between; }

.content-itinerary-day .inner .left, .content-itinerary-day .inner .right, .content-blog-image-text .inner .left, .content-blog-image-text .inner .right {
  width: calc(50% - 12px); }

.content-itinerary-day .inner.image-left .left, .content-blog-image-text .inner.image-left .left {
  order: 1; }

.content-itinerary-day .inner.image-left .right, .content-blog-image-text .inner.image-left .right {
  order: 0; }

.content-itinerary-day .inner.image-right .left, .content-blog-image-text .inner.image-right .left {
  order: 0; }

.content-itinerary-day .inner.image-right .right, .content-blog-image-text .inner.image-right .right {
  order: 1; }

.content-itinerary-day .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(../images/lucibello-icon.svg) 0 0 no-repeat;
  margin: 0 0 20px 0; }

.content-itinerary-day h2, .content-blog-image-text .inner h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 0 0 20px 0; }

.content-itinerary-day h3 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #4B4B4B;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0 0 40px 0; }

.content-itinerary-day h4 {
  font-family: 'futura-pt', sans-serif;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  margin: 10px 0 5px 0;
  color: #4B4B4B;
  letter-spacing: 0.02em;
  font-weight: 400; }

.content-itinerary-day .inner.single .left, .content-blog-image-text .inner.single .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.content-itinerary-day .inner.single.image-left .left .copy, .content-blog-image-text .inner.single.image-left .left .copy {
  max-width: 80%;
  margin-right: 0; }

.content-itinerary-day .inner.single.image-right .left .copy, .content-blog-image-text .inner.single.image-right .left .copy {
  max-width: 80%;
  margin-right: 20%;
  margin-bottom: 30px; }

.content-itinerary-day .inner.single .left .caption, .content-blog-image-text .inner.single .left .caption, .content-blog-image-text .inner.double .caption {
  margin: 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em;
  max-width: 200px; }

.content-itinerary-day .inner.single .left .caption:before, .content-blog-image-text .inner.single .left .caption:before, .content-blog-image-text .inner.double .caption:before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #808080;
  margin: 0 0 20px 0; }

.content-itinerary-day .inner.double .copy, .content-blog-image-text .inner.double .copy {
  margin: 55px 20% 0 0; }

.content-itinerary-day .inner .copy ul, .content-blog-image-text .inner .copy ul {
  padding-left: 15px; }

.content-itinerary-day .inner .copy ul li, .content-blog-image-text .inner .copy ul li {
  margin-bottom: 10px; }

.content-blog-image-text .inner .copy p.sub {
  color: #4B4B4B;
  padding: 0 0 60px 0; }

.content-blog-image-text .subheading {
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #4B4B4B;
  padding: 60px 0 0 0; }

.content-blog-image-text .inner.double .caption {
  max-width: none; }

.cta-boxes {
  display: flex;
  justify-content: center; }

.cta-boxes .cta-box {
  margin: 0 12px; }

.cta-boxes .cta-box .image {
  overflow: hidden;
  position: relative; }

.cta-boxes .cta-box .image img {
  transition: all .5s ease-in-out; }

.cta-boxes .cta-box a:hover .image img {
  transform: scale(1.05); }

.cta-boxes .cta-box .image .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  z-index: 10;
  opacity: 0;
  transition: all .5s ease-in-out; }

.cta-boxes .cta-box a:hover .image .bg-overlay {
  opacity: 0.2; }

.cta-boxes .cta-box p {
  text-align: center;
  color: #907849;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  margin: 20px 0 0 0;
  text-transform: uppercase; }

.block.content-enlighten {
  text-align: center; }

.block.content-enlighten .row {
  position: relative; }

.block.content-enlighten .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(../images/lucibello-icon.svg) 0 0 no-repeat;
  margin: 0 0 20px 0; }

.block.content-enlighten p {
  text-align: center;
  color: #907849;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px; }

.top-holder {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 14px; }

a.back-to-top {
  display: block;
  background: url(../images/icon-top-text.svg) 0 0 no-repeat;
  width: 12px;
  height: 80px;
  margin: 10px 0 0 2px; }

.top-arrow {
  background: url(../images/icon-top-arrow.svg) 0 0 no-repeat;
  width: 14px;
  height: 16px; }

.top-holder:hover .top-arrow {
  animation-name: ArrowMoveRight;
  animation-duration: 1s; }

@keyframes ArrowMoveRight {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }
#about .block.content-image-full {
  margin-bottom: 115px; }

#about .content-contact-us {
  margin-top: 200px; }

#about .content-box-links {
  margin-top: 170px; }

.block.contact-form {
  margin: 70px 0 0 0; }

.block.contact-form input[type="email"], .block.contact-form input[type="text"], .block.contact-form input[type="tel"] {
  padding: 6px 10px;
  background-color: #f8f8f9;
  border: 0;
  border-right: none;
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin: 0;
  border-radius: 0;
  float: left;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase; }

.block.contact-form textarea {
  padding: 6px 10px;
  background-color: #f8f8f9;
  border: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: calc(100% - 20px);
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  resize: vertical;
  min-height: 120px;
  text-align: left; }

.block.contact-form input[type="submit"], .block.contact-form input[type="submit"] {
  width: calc(100%) !important;
  margin: 10px 0 !important;
  border: none !important;
  background: #007589 !important;
  text-indent: inherit !important;
  opacity: 1 !important;
  transition: all 0.5s ease !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase !important; }

.block.contact-form input[type="submit"]:hover, .block.contact-form input[type="submit"]:hover {
  background: #00d3c9 !important; }

.block.contact-form .wpcf7-not-valid-tip {
  display: none; }

.block.contact-form input::-webkit-input-placeholder, .block.contact-form textarea::-webkit-input-placeholder {
  color: #9d9d9c; }

.block.contact-form input:-moz-placeholder, .block.contact-form textarea:-moz-placeholder {
  color: #9d9d9c; }

.block.contact-form input::-moz-placeholder, .block.contact-form textarea::-moz-placeholder {
  color: #9d9d9c; }

.block.contact-form input:-ms-input-placeholder, .block.contact-form textarea:-ms-input-placeholder {
  color: #9d9d9c; }

.block.contact-form input:focus::-webkit-input-placeholder, .block.contact-form textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.block.contact-form input:focus:-moz-placeholder, .block.contact-form textarea:focus:-moz-placeholder {
  color: transparent; }

.block.contact-form input:focus::-moz-placeholder, .block.contact-form textarea:focus::-moz-placeholder {
  color: transparent; }

.block.contact-form input:focus:-ms-input-placeholder, .block.contact-form textarea:focus:-ms-input-placeholder {
  color: transparent; }

input.wpcf7-not-valid, .gfield_error input, .gfield_error textarea {
  background: rgba(235, 165, 166, 0.5) !important; }

div.wpcf7-validation-errors, div.wpcf7-response-output {
  border: none !important;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #ff0000;
  text-transform: uppercase;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  max-width: none !important; }

.block.contact-form .gform-theme--framework .gform-field-label--type-inline, .block.contact-form .gfield--type-html {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #808080; }

.block.contact-form .gfield_validation_message {
  display: none !important; }

.gfield-choice-input {
  accent-color: #007589 !important; }

input:focus {
  outline-color: #007589 !important; }

.gform-theme--framework .gform_validation_errors {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase; }

.gform-theme--framework input[type=checkbox] {
  border-radius: 0 !important; }

.gform-theme--framework input[type=checkbox]:before {
  color: #007589 !important; }

.content-signup-block {
  background: #F2F2F0;
  padding: 120px 0; }

.content-signup-block {
  margin-top: 120px; }

.content-signup-block .full, .content-signup-block .flex {
  margin-bottom: 40px; }

.content-signup-block .full:last-child {
  margin-bottom: 0; }

.content-signup-block .full.center {
  text-align: center; }

.content-signup-block .flex {
  display: flex;
  justify-content: space-between; }

.content-signup-block .half {
  width: calc(50% - 10px); }

.content-signup-block input[type="email"], .content-signup-block input[type="text"], .content-signup-block select {
  padding: 6px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
  margin: 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.content-signup-block input[type="submit"]:hover {
  background: #327487; }

.content-signup-block input::-webkit-input-placeholder, .content-signup-block textarea::-webkit-input-placeholder {
  color: #808080; }

.content-signup-block input:-moz-placeholder, .content-signup-block textarea:-moz-placeholder {
  color: #808080; }

.content-signup-block input::-moz-placeholder, .content-signup-block textarea::-moz-placeholder {
  color: #808080; }

.content-signup-block input:-ms-input-placeholder, .content-signup-block textarea:-ms-input-placeholder {
  color: #808080; }

.content-signup-block input:focus::-webkit-input-placeholder, .content-signup-block textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.content-signup-block input:focus:-moz-placeholder, .content-signup-block textarea:focus:-moz-placeholder {
  color: transparent; }

.content-signup-block input:focus::-moz-placeholder, .content-signup-block textarea:focus::-moz-placeholder {
  color: transparent; }

.content-signup-block input:focus:-ms-input-placeholder, .content-signup-block textarea:focus:-ms-input-placeholder {
  color: transparent; }

.content-signup-block div.wpcf7-validation-errors, .content-signup-block div.wpcf7-response-output {
  color: #dc3232;
  width: 100%; }

.content-signup-block .wpcf7-not-valid-tip {
  display: none; }

#news-filter {
  background: #F2F2F0;
  margin-top: 120px;
  padding: 100px 0 110px 0; }

#news-filter h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em; }

#news-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }

#news-filter ul li {
  margin: 9px; }

#news-filter ul li a {
  border: 1px solid #707070;
  background: transparent;
  color: #4B4B4B;
  min-width: 180px;
  margin: 0; }

#news-filter ul li a:hover, #news-filter ul li a.active {
  background: #4B4B4B;
  color: #fff; }

.news-holder {
  padding: 80px 0; }

.news-items {
  width: calc(100% + 140px);
  margin-left: -70px; }

.news-item, .grid-sizer {
  float: left;
  width: calc(50% - 140px);
  margin: 40px 70px; }

.news-item.large {
  width: 100%; }

.news-item .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }

.news-item .image img {
  transition: all .5s ease-in-out; }

.news-item a:hover .image img {
  transform: scale(1.05); }

.news-item .copy p.sub, .blog-single p.sub {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #808080;
  text-transform: uppercase; }

.news-item .copy h2 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 30px 0; }

.news-item .copy .excerpt {
  max-width: 80%; }

.news-item.large .copy .excerpt {
  max-width: 50%; }

.news-item .copy .discover-more {
  margin-top: 30px; }

.blog-single .blog-intro h2 {
  font-size: 29px;
  line-height: 33px;
  margin: 10px 0 40px 0; }

.blog-single h3 {
  margin: 30px 0; }

.blog-single h3:first-child {
  margin: 0 0 30px 0; }

.load-more-button {
  text-align: center; }

#load-more-news {
  background: #4B4B4B;
  color: #fff;
  min-width: 220px; }

#load-more-news:hover {
  background: #007589; }

/* Show/Hide Panel */
.button.show-hide {
  margin-bottom: 60px; }

.text-hidden {
  display: none; }

#page {
  padding: 80px 80px 0 80px; }

#content.terms {
  background: #eef3f3; }

#content.terms {
  padding: 110px 200px 100px 200px; }

#content.terms h1 {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 0;
  color: #907849;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  text-align: left; }

#content.terms h2 {
  font-family: 'futura-pt', sans-serif;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #808080;
  margin: 10px 0 10px 0;
  padding: 0;
  font-weight: 400; }

#catapult-cookie-bar .ctcc-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase; }

#catapult-cookie-bar .ctcc-inner p {
  margin: 0;
  padding: 0; }

#catapult-cookie-bar .ctcc-inner button {
  color: #fff;
  background: #007589;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 8px 65px;
  font-size: 12px;
  margin: 0 0 0 30px;
  transition: all ease 0.5s;
  border: none;
  text-transform: uppercase; }

#catapult-cookie-bar .ctcc-inner button:hover {
  background: #00d3c9; }

div.wpcf7-validation-errors, div.wpcf7-response-output {
  color: #fff; }

div.wpcf7-response-output {
  max-width: 230px;
  margin: 0;
  padding: 0;
  text-align: center; }

#weddings .credit {
  position: absolute;
  bottom: 50px;
  left: 70px; }

#weddings .credit .image {
  width: 150px;
  height: 75px;
  background: url(../images/wedding-credit.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.5; }

#weddings .credit p.mobile {
  display: none; }

#private-inspirations .login-block {
  height: 100vh; }
  #private-inspirations .login-block .container, #private-inspirations .login-block .row, #private-inspirations .login-block .inner {
    height: 100%; }
  #private-inspirations .login-block .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #private-inspirations .login-block .inner form {
      text-align: center; }
      #private-inspirations .login-block .inner form input[type="password"] {
        padding: 6px 10px;
        background-color: #f8f8f9;
        border: 0;
        border-right: none;
        box-sizing: border-box;
        width: calc(100%);
        margin: 0 0 20px 0;
        border-radius: 0;
        float: left;
        font-family: 'futura-pt', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        text-align: left;
        text-transform: uppercase; }
      #private-inspirations .login-block .inner form input[type="submit"] {
        width: calc(100%) !important;
        margin: 10px 0 !important;
        border: none !important;
        background: #007589 !important;
        text-indent: inherit !important;
        opacity: 1 !important;
        transition: all 0.5s ease !important;
        font-family: "futura-pt", sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        color: #fff !important;
        border-radius: 0 !important;
        text-transform: uppercase !important; }
#private-inspirations .header-image {
  padding: 80px 0; }
  #private-inspirations .header-image .flexslider {
    height: 100%; }
    #private-inspirations .header-image .flexslider .slides {
      height: 100%; }
      #private-inspirations .header-image .flexslider .slides li {
        position: relative;
        height: 100%; }
        #private-inspirations .header-image .flexslider .slides li .bg-image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-position: center center; }
  #private-inspirations .header-image .logo {
    z-index: 10; }
#private-inspirations .cta-boxes {
  display: block;
  width: 65.3333333333%;
  margin: 0 auto; }
  #private-inspirations .cta-boxes .cta-box {
    margin: 0; }
#private-inspirations .mini-carousel-block .flex-direction-nav .flex-prev {
  left: -50px;
  background: url(../images/icon-slider-left-gold.svg) center center no-repeat; }
#private-inspirations .mini-carousel-block .flex-direction-nav .flex-next {
  right: -50px;
  background: url(../images/icon-slider-right-gold.svg) center center no-repeat; }
#private-inspirations .button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto; }
  #private-inspirations .button-wrap .button {
    min-width: 210px;
    margin: 12px;
    width: calc(50% - 24px); }
    #private-inspirations .button-wrap .button:first-child {
      width: calc(100% - 24px); }

.mobileOnly {
  display: none; }

@media only screen and (max-width: 1299px) {
  header ul#menu-main-menu li {
    margin: 0 22px; } }
@media only screen and (max-width: 1199px) {
  header ul#menu-main-menu li {
    margin: 0 12px; }

  #home-welcome img {
    max-width: 95%; }

  footer .eight.offset-by-two {
    width: 80%;
    margin-left: 10%; }

  #content.terms {
    padding: 70px 100px 50px 100px; } }
@media only screen and (max-width: 959px) {
  .header-video {
    padding: 60px; }

  .header-video .inner {
    height: calc(100vh - 120px); }

  .header {
    height: 60px; }

  .header .logo {
    width: 130px;
    margin: 22px auto 0 auto; }

  #nav {
    width: 60px; }

  #nav-holder {
    left: 60px; }

  #nav-holder.home {
    top: 60px;
    left: 60px;
    height: calc(100vh - 120px); }

  #home .main-carousel, .block.header-image .inner {
    height: calc(100vh - 140px); }

  footer #menu-footer-menu {
    justify-content: center; }

  footer .eight.offset-by-two {
    width: 100%;
    margin-left: 0; }

  h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px 0; }

  .secondary {
    padding: 0 60px; }

  .block.header-image {
    padding: 60px 0 60px; }

  .offset-by-two.columns {
    width: 100%;
    margin-left: 0; }

  #home .main-carousel, .block.header-image .inner {
    height: calc(100vh - 120px); }

  .block.content-slider .carousel-cell .content {
    width: 90%; }

  #video-overlay {
    padding: 60px; }

  #page {
    padding: 60px 60px 0 60px; }

  #content.terms {
    padding: 70px 50px 50px 50px; }

  .content-cta-boxes .inner .cta-box .content, .content-cta-boxes.itineraries .inner .cta-box .content {
    padding: 30px 0 0 0; }

  .content-itinerary-day .inner.single .left .copy, .content-blog-image-text .inner.single .left .copy {
    max-width: 95%; }

  .content-itinerary-day .inner.double .copy, .content-blog-image-text .inner.double .copy {
    margin: 55px 5% 0 0; }

  .content-itinerary-day .inner.single.image-right .left .copy, .content-blog-image-text .inner.single.image-right .left .copy {
    max-width: 95%;
    margin-left: 5%; }

  .content-left-right-scroll .scroll-outer .left .content {
    padding: 40px 30px; }

  .content-left-right-scroll .scroll-outer .right .cta-box .content {
    padding: 40px 30px 0px 30px; }

  .block.content-multimedia {
    padding: 40px 0; }

  .content-home-half-half .inner .content {
    padding: 35px 7% 40px 7%; }

  .block {
    margin: 90px 0 0 0; }

  .container.extended {
    width: 100%; }

  .content-home-half-half .inner .image {
    height: auto; }

  .content-home-half-half .container {
    width: 100%; }

  .content-signup-block {
    padding: 60px 0; }

  #news-filter {
    margin-top: 90px;
    padding: 40px 0 40px 0; }

  .news-item, .grid-sizer {
    width: calc(50% - 70px);
    margin: 20px 35px; }

  .news-holder {
    padding: 80px 0 40px 0; }

  .content-blue-band {
    padding: 70px 0; }

  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important; }

  .gform-footer.gform_footer.top_label {
    margin-top: 10px !important; }

  #private-inspirations .header-image {
    padding: 60px 0; } }
@media only screen and (max-width: 767px) {
  .mobileOnly {
    display: block; }

  .desktopIpad {
    display: none; }

  .header {
    height: 40px;
    position: fixed; }

  .header .logo {
    width: 100px;
    margin: 15px auto 0 auto; }

  #nav {
    width: 40px;
    height: 40px;
    z-index: 130;
    left: 10px; }

  #nav.open {
    z-index: 130; }

  #nav-icon {
    width: 20px; }

  #nav-holder, #nav-holder.home {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    min-width: inherit; }

  #nav-holder .nav-inner ul li a {
    font-size: 20px;
    line-height: 26px; }

  #nav-holder .nav-inner {
    left: 30px; }

  footer {
    margin: 40px 0 0 0; }

  footer #menu-footer-menu {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin: 25px 0 0 0;
    text-align: center; }

  footer #menu-footer-menu li {
    margin: 0 10px; }

  footer #menu-footer-menu li:first-child {
    margin: 0 10px; }

  footer .interaction {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column; }

  footer .interaction .socials {
    margin: 0 0 20px 0;
    justify-content: center; }

  footer .footer-bottom .socials a:first-child {
    margin: 0; }

  footer .interaction .signup {
    flex-wrap: wrap;
    justify-content: center; }

  footer .interaction .signup p {
    margin: 0 15px 10px 15px; }

  footer .footer-bottom p {
    text-align: center; }

  footer .footer-bottom .inner {
    display: block; }

  footer .footer-bottom .inner .left {
    margin-bottom: 20px; }

  footer .footer-bottom .socials {
    justify-content: center; }

  footer .footer-bottom {
    margin: 0 20px; }

  h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 10px 30px 10px; }

  body {
    font-size: 15px;
    line-height: 19px; }

  .header-video {
    padding: 40px 0; }

  .header-video .inner {
    height: calc(100vh - 80px); }

  .header-video .inner .heading .slide-icon {
    height: 40px;
    width: 40px;
    margin: 0 auto 20px auto; }

  .header-video .inner .heading h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0; }

  .header-video .inner .bg-overlay {
    background: url(../images/home-video-overlay-mobile.jpg) 0 0 no-repeat;
    background-size: cover; }

  .header-video .inner a.scroll-down {
    bottom: 20px;
    width: 32px;
    margin-left: -16px; }

  .header-video .inner .heading .view-film {
    margin-top: 50px;
    font-size: 10px;
    line-height: 10px;
    padding: 8px 30px;
    transition: all ease 0.5s;
    opacity: 0; }

  .home {
    padding: 0 20px; }

  .block.header-image .inner {
    height: calc(100vh - 80px); }

  .secondary {
    padding: 0 40px; }

  .container, .container.extended, .content-home-half-half .container {
    width: 100%;
    padding: 0; }

  .block.content-text.row-1 {
    margin-top: 20px; }

  .block {
    margin: 40px 0 0 0; }

  .block.content-text .inner-content {
    padding: 0; }

  .block.content-bio .q-a {
    padding: 0; }

  .block.content-bio .details h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 0 0; }

  .block.content-bio .details h3 {
    margin: 15px 0 25px 0; }

  .block.header-image {
    height: 280px;
    padding: 40px 0 0 0; }

  .block.header-image .inner {
    height: 240px; }

  .block.header-image .inner h1 {
    top: 20px;
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px; }

  .block.header-image .inner a.scroll-down {
    display: none; }

  #contact-us .block.header-image {
    height: 240px;
    margin: 40px 0; }

  #contact-us .block.header-image .inner {
    height: 240px; }

  .block.parallax-window {
    display: none; }

  .block.content-bio .details {
    padding: 0; }

  .block.content-bio .details p.name {
    font-size: 24px;
    line-height: 28px;
    margin: 35px 0 0 0; }

  .block.content-bio .details p.title {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 0 10px 0; }

  .block.content-quote blockquote {
    padding: 0;
    font-size: 16px;
    line-height: 22px; }

  .block.content-quote p.name {
    font-size: 13px;
    line-height: 17px;
    margin: 25px 0 0 0; }

  .block.content-slider {
    padding: 30px 0 30px 0; }

  .block.content-slider h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 25px 0; }

  .block.content-slider .carousel-cell .content {
    width: 90%; }

  .block.content-slider .carousel-cell .content h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 10px 0; }

  .block.content-slider .button-row .button-group .slide-button {
    margin: 0 10px;
    font-size: 14px;
    line-height: 19px; }

  .block.content-slider .button-row .button-group {
    align-items: center; }

  .block.content-slider .carousel-cell .image .pip {
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 20px;
    width: 20px;
    background: url(../images/icon-slide-pip.svg) 0 0 no-repeat;
    margin: 0 0 0 -10px; }

  .block.content-bio .q-a h2 {
    margin: 60px 10px 30px 10px; }

  .block.content-bio .q-a {
    padding-bottom: 35px; }

  .cta-boxes {
    flex-wrap: wrap; }

  .cta-boxes .cta-box {
    margin: 0 auto 20px auto;
    max-width: 240px; }

  #about .content-contact-us {
    margin-top: 100px; }

  #about .content-box-links {
    margin-top: 70px; }

  #video-overlay {
    padding: 40px;
    background: #000; }

  #video-overlay a.close-film {
    top: 15px;
    right: 40px; }

  .embed-container {
    padding: 0;
    overflow: auto;
    height: 100%; }

  .embed-container iframe, .embed-container object, .embed-container embed {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px; }

  .block.header-image .inner h1, .top-holder, .block.header-image .inner p.credit {
    display: none; }

  #page {
    padding: 40px 40px 0 40px; }

  #content.terms {
    padding: 40px 20px 30px 20px; }

  #content.terms h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px 0; }

  #content.terms h2 {
    font-size: 16px;
    line-height: 20px; }

  #weddings .credit {
    bottom: 15px;
    left: 15px; }

  #weddings .credit .image {
    display: none; }

  #weddings .credit p.mobile {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    padding: 0;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7; }

  .block.content-multimedia {
    padding: 40px 20px; }

  .block.content-multimedia .content {
    margin: 30px auto 0 auto; }

  .block.content-multimedia .flickity-page-dots {
    bottom: 20px; }

  .content-blue-band {
    padding: 40px 20px; }

  .content-blue-band .inner-content h2 {
    margin-bottom: 30px; }

  .content-blue-band.quote {
    padding: 40px 0; }

  .content-blue-band .quote-text {
    font-size: 20px;
    line-height: 24px; }

  .content-blue-band .quotee {
    font-size: 13px;
    line-height: 17px;
    padding: 20px 0 0 0; }

  .content-cta-boxes .inner {
    display: block; }

  .content-cta-boxes .inner .cta-box {
    margin: 0 auto 30px auto; }

  .content-cta-boxes .inner.col-3 .cta-box {
    width: 100%; }

  .content-cta-boxes .inner .cta-box:last-child {
    margin: 0 auto; }

  .content-cta-boxes .inner .cta-box .content {
    padding: 30px 0 0 0; }

  .content-cta-boxes.itineraries .inner .cta-box .content {
    padding: 30px 0 0 0; }

  .content-cta-boxes.itineraries .inner .cta-box, .content-cta-boxes.itineraries .container {
    width: 100%; }

  .content-cta-boxes.itineraries .inner .cta-box {
    margin-bottom: 25px; }

  .content-cta-boxes.itineraries .inner .cta-box:last-child {
    margin-bottom: 0; }

  .content-left-right-scroll .scroll-outer {
    display: block; }

  .content-left-right-scroll .scroll-outer .left, .content-left-right-scroll .scroll-outer .right {
    width: 100%; }

  .content-left-right-scroll .scroll-outer .left .content {
    padding: 30px 0; }

  .content-left-right-scroll .scroll-outer .left .content .icon img {
    margin: 0 auto 30px auto; }

  .content-left-right-scroll .scroll-outer .right .cta-box .content {
    padding: 30px 0 10px 0; }

  .content-left-right-scroll .scroll-outer .right .cta-box {
    margin-bottom: 25px; }

  .content-left-right-scroll .scroll-outer .right .cta-box:last-child {
    margin-bottom: 0; }

  .content-home-half-half .inner {
    display: block; }

  .content-home-half-half.grid .inner .image, .content-home-half-half .inner .image {
    width: 100%;
    padding-bottom: 100%; }

  .content-home-half-half .inner .content {
    width: 100%;
    padding: 30px 10%; }

  .content-signup-block {
    padding: 40px 20px 20px 20px; }

  .content-signup-block .contact-form {
    padding: 0; }

  .content-signup-block input[type="submit"] {
    width: 80%;
    max-width: none;
    margin: 0 auto; }

  .content-blog-image-text .inner .copy p.sub {
    padding: 0 0 30px 0; }

  .content-blog-image-text .subheading {
    font-size: 15px;
    line-height: 19px;
    padding: 30px 0 0 0; }

  .content-itinerary-day h3 {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 20px 0; }

  .content-itinerary-day h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0 5px 0; }

  .content-itinerary-day .inner.single .left .copy, .content-blog-image-text .inner.single .left .copy {
    max-width: 95%; }

  .content-itinerary-day .inner.double .copy, .content-blog-image-text .inner.double .copy {
    margin: 25px 0 0 0; }

  .content-itinerary-day .inner.single.image-right .left .copy, .content-blog-image-text .inner.single.image-right .left .copy {
    max-width: 95%;
    margin-left: 5%; }

  .content-image-caption .inner .image-caption.large .caption {
    padding: 25px 7% 25px 15px;
    font-size: 18px;
    line-height: 22px; }

  #news-filter {
    margin-top: 40px;
    padding: 40px 0 40px 0; }

  #news-filter ul {
    flex-wrap: wrap; }

  #news-filter ul li {
    margin: 9px 0;
    width: 100%; }

  #news-filter ul li a {
    max-width: none;
    width: 80%;
    margin-left: 10%;
    min-width: inherit; }

  .news-items {
    width: 100%;
    margin-left: 0; }

  .news-item, .grid-sizer, .news-item.portrait, .news-item.small {
    width: 100%;
    margin: 20px 0; }

  .news-holder {
    padding: 40px 0; }

  .blog-single .blog-intro h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 30px 0; }

  .block.contact-form input[type="email"], .block.contact-form input[type="text"], .block.contact-form input[type="tel"], .block.contact-form .gform-theme--framework .gform-field-label--type-inline, .block.contact-form .gfield--type-html, .block.contact-form .gform-theme--framework .gform-field-label--type-inline, .block.contact-form .gfield--type-html, .block.contact-form input[type="submit"], .block.contact-form input[type="submit"] {
    font-size: 14px !important; }

  .gform_submission_error.hide_summary {
    align-items: center; }

  #private-inspirations .header-image {
    padding: 40px 0; }

  .block.header-image .logo {
    width: 200px; }

  #private-inspirations .cta-boxes {
    width: 90%; }

  #private-inspirations .cta-boxes .cta-box {
    max-width: none; } }
@media only screen and (max-width: 550px) {
  #nav-holder .nav-inner .nav-icon {
    width: 30px;
    margin: 0 0 15px 0; }

  #nav-holder .nav-inner ul li a {
    font-size: 18px;
    line-height: 24px; }

  #home .cta-boxes .cta-box {
    width: calc(100%);
    max-width: 400px; }

  .content-itinerary-day .inner, .content-blog-image-text .inner {
    flex-direction: column; }

  .content-itinerary-day .inner .left, .content-itinerary-day .inner .right, .content-blog-image-text .inner .left, .content-blog-image-text .inner .right {
    width: 100%;
    max-width: none;
    margin: 0; }

  .content-itinerary-day .inner.image-left .right, .content-blog-image-text .inner.image-left .right, .content-itinerary-day .inner.image-right .right, .content-blog-image-text .inner.image-right .right {
    margin-bottom: 20px; }

  .content-itinerary-day .inner.single.image-left .left .copy, .content-blog-image-text .inner.single.image-left .left .copy {
    max-width: none; }

  .content-itinerary-day .inner.single.image-right .left .copy, .content-blog-image-text .inner.single.image-right .left .copy {
    max-width: none;
    margin-left: 0;
    width: 100%; }

  .content-itinerary-day .inner.image-right .right, .content-blog-image-text .inner.image-right .right {
    order: 0; }

  .content-itinerary-day .inner.single .left, .content-blog-image-text .inner.single .left {
    order: 1; }

  .news-item .copy .excerpt {
    max-width: 100%; }

  .content-image-caption .inner.double {
    display: block; }

  .content-image-caption .inner.double .image-caption, .content-image-caption .inner.double-long .image-caption {
    width: calc(100%); } }
