html {
  background: #fff;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  background: none;
  font-family: "Futura Plus W08 Light", sans-serif;

  padding-top: 0;
  padding-bottom: 0;

  color: #032941;
}
.slogan-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}
.slogan {
  /*font-family: 'Bentham', serif;*/
  font-family: "Futura Plus W08 Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #7d7d7d;
  letter-spacing: 1px;
  color: #caa480;
}

.logo-airbnb {
  display: inline-block;
  width: 64px;
  height: 20px;
  margin-right: 20px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.mt-5 {
  margin-top: 3rem;
}

/*-- Full Width --- */

.page-full-width:not(.default-page) .open > .dropdown-menu {
  transform: scale(1, 1);
}

.page-full-width:not(.default-page) .dropdown-menu {
  transform-origin: top;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;

  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

/* ---General--- */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.maincontent . {
  padding-top: 145px; /* header height */
}

.bg-white {
  background-color: #fff;
}

b,
strong {
  font-weight: 400;
  font-family: "Futura Plus W08 Bold", sans-serif;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 1.6em;
  text-align: justify;
}

a,
a:focus,
a:hover {
  color: #caa480;
}

.content-max {
  max-width: 1920px; /*1425*/
  margin: 0 auto;
}

.content-max-internal {
  max-width: 1280px;
  margin: 0 auto;
}
.content-max-internal.video-block-max {
  max-width: 1680px;
  margin: 0 auto;
}
.page-full-width:not(.default-page):not(.default-page) .internal-text h2,
.page-home .internal-text h2 {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.internal-text ul {
  list-style: disc;
}

.internal-text ul li {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  margin-left: 0.8em;
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 10px;
}

.col-sm-6 {
  float: left !important;
}

.page-wrap {
  background: #fff;
  margin: 10px auto 40px auto;
  min-height: 700px;
  padding-top: 45px;
}

h1 {
  font-size: 22px;
  color: #caa480;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 100px; /*30px*/
  text-align: center;
  font-family: "ITC Avant Garde Gothic W01 Md";
}

h2 {
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  color: #caa480;
  font-family: "ITC Avant Garde Gothic W01 Md";
}

h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: none;
  color: #caa480;
  text-align: left;
  letter-spacing: 1px;
  font-family: "ITC Avant Garde Gothic W01 Md";
}

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

.page-wrap {
  margin-top: 0;
  padding-top: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 1px 10px rgba(57, 63, 72, 0.1);
}

.bg-transparent.fixed-top,
.page-full-width:not(.default-page) .fixed-top {
  box-shadow: none;
}

/* ---- Header ---*/

.header-end {
  margin-top: 35px;
}

.navbar-brand {
  float: none;
  margin: 0;
  padding: 0 0 0 40px;
  height: auto;
  display: inline-block;
}

.page-full-width:not(.default-page) .navbar-default .navbar-nav > li > a {
  margin-top: 20px;
  color: #fff;
}

.navbar-brand img {
  /*	margin-top: 10px;*/
  width: 140px;
}

.navbar-brand img[src*="white"] {
  margin-top: 17px;
  margin-left: 5px;
  width: 134px;
}

.navbar-brand img {
  width: 140px;
}

.navbar-default .navbar-nav > li > a {
  color: #222;
  font-size: 12px;
  /* color: #fff; */
  font-family: "Futura Plus W08 Light", sans-serif;
}

.nav > li:last-child > a {
  padding: 15px 0 15px 15px;
}

.navbar-default .navbar-nav ul li a {
  font-size: 14px;
  width: 100%;
}

.navbar-default .navbar-nav ul li {
  margin-left: 0;
  padding: 0;
}

.navbar-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-top: 20px;
}

header {
  padding-top: 10px;
  padding-bottom: 20px;
}

header.docheader {
  position: absolute;
  z-index: 9999;
  text-align: center;
  margin: 25px auto 0;
  display: block;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* ---Hero---- */

/*.hero-holder{
margin-left: -12rem;
margin-right: -12rem;
}*/

.hero-holder {
  position: relative;
  /*margin-top: 40px;
	margin-bottom: 40px;*/
}

.hero-block {
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 50vh;*/
  height: 740px;
  width: 100%;
}

.video-image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(183, 171, 145, 0.6);

  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-play {
  position: absolute;
  display: inline-block;
  top: 44%;
  left: 46%;
  color: #fff;
  z-index: 3;
}

.page-full-width:not(.default-page) .hero-holder {
  height: 70vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-full-width:not(.default-page) .hero-container {
  border: 24px solid #fff;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-blocks {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-blocks .block {
  float: left;
  display: inline-block;
  width: 25%;
  overflow: hidden;
}

.hero-blocks .block img {
  display: block;
  border-left: 1px solid #fff;
}

.hero-blocks .block:first-child img {
  border-left: none;
}

.internal-hero-blocks {
  margin-left: -15px;
}

.internal-text ul {
  list-style: none;
  list-style-type: none;
}

.internal-text ul li:before {
  content: "\002B";
  display: inline-block;
  margin-right: 8px;
}

.internal-text p {
  font-size: 14px;
  /*text-align: justify;*/
}

.internal-text p:last-child {
  margin-bottom: 0;
}

.hero-blocks.internal-hero-blocks {
  height: 128px;
  width: 627px;
  overflow: hidden;
  margin-top: 25px;
}

.hero-blocks.internal-hero-blocks .block {
  width: 33.33%;
}

.play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
}

.play-overlay .fa {
  font-size: 90px;
  color: white;
  text-shadow: 1px 1px 7px #666;
  transition: 1s;
  margin-top: -45px;
  margin-left: -45px;
  opacity: 0.8;
}

.play-overlay .fa:hover {
  font-size: 100px;
  text-shadow: 1px 1px 16px #111;
  transition: 1s;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
}

.hero-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: calc(100vh);*/
  min-height: 400px;
}

.hero-blocks {
  margin-top: 0;
}

.page-full-width:not(.default-page) .hero-holder:before {
  width: 100%;
  height: 450px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 25%,
    transparent 40%
  );
}

.hero-blocks::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.hero-blocks::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.hero-blocks .slick-list {
  z-index: 5;
}

.hero-blocks .slick-dots {
  bottom: 25px;
  z-index: 6;
}

.hero-blocks .slick-arrow {
  display: none;
  height: 96px;
  width: 58px;
  z-index: 999999;
}

.hero-blocks .slick-next::before,
.hero-blocks .slick-prev::before {
  content: "";
}

.hero-blocks .slick-next,
.hero-blocks .slick-next:hover,
.hero-blocks .slick-next:focus {
  right: 25px;
  display: none;
  /* background: url('/_themes/camel/img/chevron-left.svg') no-repeat; */
  background: none;
  transform: rotate(180deg);
}

.hero-blocks .slick-prev,
.hero-blocks .slick-prev:hover,
.hero-blocks .slick-prev:focus {
  left: 25px;
  display: none;
  /* background: url('/_themes/camel/img/chevron-left.svg') no-repeat; */
  background: none;
}

.hero-blocks .slick-dots li button:before {
  color: transparent;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.hero-blocks .slick-dots li.slick-active button:before {
  background-color: #fff;
  color: transparent;
}

/* --- Footer --- */
footer {
  display: block;
  text-align: center;
  color: #999;
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

footer a {
  color: #999;
}

.footer-location,
.footer-contact,
.footer-follow {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* ---Home--- */

.page-full-width:not(.default-page).fixed-top {
  box-shadow: none;
}

.page-full-width:not(.default-page) .maincontent {
  padding-top: 0;
  width: 100%;
}

.page-full-width.default-page .maincontent {
  padding-top: 115px;
  width: 100%;
}

.home-content h2 {
  margin-top: 0;
}

.home-text,
.internal-text {
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px;
  letter-spacing: 1px;
}

.home-text,
.internal-text.page-2020 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  letter-spacing: 1px;
}

.page-full-width:not(.default-page) .page-wrap {
  margin-top: 0;
  padding-top: 0;
}

.page-full-width:not(.default-page)
  .navbar-default.white-links
  .navbar-nav
  > li
  > a,
.page-full-width:not(.default-page)
  .navbar-default.white-links
  .book-buttons
  a {
  color: #fff;
}

.page-full-width:not(.default-page) .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.page-full-width:not(.default-page) .bg-white.fixed-top {
  box-shadow: 0 1px 10px rgba(57, 63, 72, 0.1);
}
.page-full-width:not(.default-page)
  .bg-white.fixed-top
  .navbar-default
  .navbar-nav
  > li
  > a,
.page-full-width:not(.default-page)
  .bg-white.fixed-top
  .navbar-default
  .book-buttons
  a {
  color: #000;
}

.page-full-width:not(.default-page)
  .bg-white.fixed-top
  .navbar-default
  .navbar-toggle
  .icon-bar {
  background-color: #000;
}

/* --- Gallery --- */
.gallery-row {
  /*margin-bottom: 4px;*/
  display: block;
}

.gallery-img {
  display: inline-block;
  border: 17px solid #fff;
}

.gallery-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  display: inline-block;
}

.gallery-row[data-layout="single"] .gallery-img {
  width: 100%;
  height: 740px;
  float: none;
  display: block;
  margin: 0;
}

.gallery-row[data-layout="double"] .gallery-img {
  width: 50%;
  height: 800px;
  display: block;
  margin: 0;
  float: left;
}

.gallery-row[data-layout="triple_portrait"] .gallery-img {
  height: 520px;
  width: 33.3%;
  float: left;
}

.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2) {
  width: 66.6%;
  height: 1050px;
  float: left;
}

.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
  height: 525px;
  width: 33.1%;
  float: left;
}

.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
  margin-top: -525px;
}

.gallery-row[data-layout="triple_small_large_reverse"]
  .gallery-img:nth-child(1) {
  width: 66.6%;
  height: 1050px;
  float: left;
}

.gallery-row[data-layout="triple_small_large_reverse"]
  .gallery-img:nth-child(2),
.gallery-row[data-layout="triple_small_large_reverse"]
  .gallery-img:nth-child(3) {
  height: 525px;
  width: 33.1%;
  float: left;
}

/*

[old gallery code]

.gallery-row:nth-child(odd) .gallery-img:nth-child(1):only-child,
.gallery-row:nth-child(even) .gallery-img:nth-child(1):only-child{
width: 100%;
height: 800px;
float: none;
display: block;
margin: 0;
}

.gallery-row:nth-child(odd) .gallery-img:nth-child(1){
width: 66.6%;
height: 1100px;
float: left;
}

.gallery-row:nth-child(odd) .gallery-img:nth-child(2),
.gallery-row:nth-child(odd) .gallery-img:nth-child(3){
height: 550px;
width: 33.1%;
float: left;
}

.gallery-row:nth-child(3n+1) .gallery-img:nth-child(2){
width: 66.6%;
height: 1100px;
float: left;
}

.gallery-row:nth-child(3n+1) .gallery-img:nth-child(1),
.gallery-row:nth-child(3n+1) .gallery-img:nth-child(3){
height: 550px;
width: 33.1%;
float: left;
}

.gallery-row:nth-child(3n+1) .gallery-img:nth-child(3){
margin-top: -550px;
}

.gallery-row:nth-child(even) .gallery-img{
width: 33.1%;
height: 510px;
float: left;
}
*/

/* --- Internal Content --- */

.internal-content .thumbs {
  margin-top: 0px;
}

.internal-content .thumbs .thumb {
  margin-bottom: 20px;
}

.subtitles {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subtitles span {
  font-family: "ITC Avant Garde Gothic W01 Md";
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 23px;
  letter-spacing: 1px;
  padding: 0 44px;
}

.colors {
  position: absolute;
  top: 0;
  left: 0;
}

#backgroundcolor {
  left: 50px;
}

#textcolor {
  left: 100px;
}

#emotivecolor {
  left: 150px;
}

#em_emotivecolor {
  left: 200px;
}

#editmode {
  display: none;
}

.big-slide {
  margin-top: 25px;
  padding-bottom: 75px;
  background: #fff;
  height: 600px;
  overflow: hidden;
}

.page-full-width:not(.default-page) .internal-content.gallery-content {
  max-width: 1425px;
}

.internal-content {
  padding-top: 30px;
  padding-bottom: 0;
  max-width: 940px;
}

.subtitles span.noem {
  color: #202224;
}

.subtitles span.em {
  color: #23498e;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

ul li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.story {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* --- Component Landing ---*/

.landing-items {
  /*	margin: 40px 0 100px;*/
  margin: 20px auto;
  padding: 0 40px;
  text-align: center;
}

.landing-items .content {
  /*position: relative;
	width: 100%;
	display: inline-block;
	float: none;
	max-width: 1340px;*/
}

.component-landing-item {
  display: inline-block;
  height: 100%;
  margin: 0 0 20px 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.component-landing-item .image {
  position: relative;
}

.component-landing-item .image::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.component-landing-item .image img {
  height: auto;
  width: 100%;
}

.component-landing-item .image .background-image {
  min-height: 310px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.component-landing-item .text {
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Futura Plus W08 Light", sans-serif;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

/* -- accordion --- */

.accordion-toggle {
  cursor: pointer;
  color: black;
  font-size: 22px;
}
.accordion-content {
  display: none;
}
.accordion-content.default {
  display: block;
}

.slick-prev:before,
.slick-next:before {
  color: #111 !important;
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width: 1025px) {
  .navbar-right {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-right {
    padding-right: 30px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .home-text,
  .internal-text {
    padding: 40px 80px;
  }
}

@media (min-width: 1170px) {
  .component-landing-item:nth-child(2) {
    /* top: -40px; */
  }
}

@media (min-width: 1170px) {
  .component-landing-item:nth-child(5) {
    /* bottom: -40px; */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-row[data-layout="single"] .gallery-img,
  .hero-block {
    height: 580px;
  }

  .gallery-row[data-layout="double"] .gallery-img {
    height: 620px;
  }

  .gallery-row[data-layout="triple_portrait"] .gallery-img {
    height: 410px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2) {
    height: 820px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    height: 410px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    margin-top: -410px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(1) {
    height: 820px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(2),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(3) {
    height: 410px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .hero-holder {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-block {
    height: 50vh;
  }

  .page-full-width:not(.default-page) .navbar-default .navbar-nav > li > a {
    margin-top: 0;
  }

  .navbar-toggle {
    margin-top: 28px;
    margin-right: 30px;
  }

  .navbar-default {
    padding: 0;
  }

  .navbar-nav {
    padding-top: 20px;
  }

  .navbar-brand img {
    margin-top: 10px;
    width: 140px;
  }

  .nav li {
    margin: 0;
    text-align: left;
  }

  .gallery-row[data-layout="single"] .gallery-img,
  .hero-block {
    height: 550px;
  }

  .gallery-row[data-layout="double"] .gallery-img {
    height: 550px;
  }

  .gallery-row[data-layout="triple_portrait"] .gallery-img {
    height: 400px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2) {
    height: 800px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    height: 400px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    margin-top: -400px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(1) {
    height: 800px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(2),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(3) {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .component-landing-item {
    /*	height: 310px;
		margin: 20px;
		width: 310px;*/
  }
  .gallery-holder {
    /*padding-top: 25px;*/
    margin-top: -12px;
    padding-left: 8px;
    padding-right: 8px;

    /*  padding-left: 5.5rem;
      padding-right: 5.5rem;
      */
  }
  /*	.hero-image{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh);
	min-height: 500px;
	}*/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .fixed-top {
    padding: 10px;
  }

  .gallery-holder {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .page-wrap {
    margin-top: 0;
    padding-top: 15px;
  }

  .hero-blocks {
    margin-bottom: 15px;
  }

  .navbar-brand img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 130px;
  }

  .home-text,
  .internal-text {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-text,
  .internal-text h1 {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .page-full-width:not(.default-page) .internal-text h2,
  .page-home .internal-text h2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .internal-content {
    padding: 0 20px;
  }

  .internal-content .thumbs {
    margin-top: 15px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  h4 {
    margin-top: 20px;
  }

  /*.gallery-row[data-layout="single"] .gallery-img,
	.gallery-row[data-layout="double"] .gallery-img,
	.gallery-row[data-layout="triple_portrait"] .gallery-img,
	.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2),
	.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
	.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3),
	.gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3),
	.gallery-row[data-layout="triple_small_large_reverse"] .gallery-img:nth-child(1),
	.gallery-row[data-layout="triple_small_large_reverse"] .gallery-img:nth-child(2),
	.gallery-row[data-layout="triple_small_large_reverse"] .gallery-img:nth-child(3){
		float: none;
		height: 420px;
		width: 100%;
		margin-top: 0;
	}*/

  .hero-holder {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .gallery-row[data-layout="single"] .gallery-img,
  .hero-block {
    height: 560px;
  }

  .gallery-row[data-layout="double"] .gallery-img {
    height: 480px;
  }

  .gallery-row[data-layout="triple_portrait"] .gallery-img {
    height: 380px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2) {
    height: 820px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    height: 410px;
  }

  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3) {
    margin-top: -410px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(1) {
    height: 820px;
  }

  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(2),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(3) {
    height: 410px;
  }

  .btn-play {
    top: 40%;
  }

  .btn-play i {
    font-size: 4em;
  }
  .page-full-width.default-page .maincontent {
    padding-top: 63px;
  }
  .navbar-brand img[src*="white"] {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .page-full-width.default-page .maincontent {
    padding-top: 63px;
  }

  .hero-block,
  .gallery-row[data-layout="single"] .gallery-img,
  .gallery-row[data-layout="double"] .gallery-img,
  .gallery-row[data-layout="triple_portrait"] .gallery-img,
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(2),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(1),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3),
  .gallery-row[data-layout="triple_small_large"] .gallery-img:nth-child(3),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(1),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(2),
  .gallery-row[data-layout="triple_small_large_reverse"]
    .gallery-img:nth-child(3) {
    float: none;
    height: 420px;
    width: 100%;
    margin-top: 0;
    background-position: center;
  }

  .btn-play {
    top: 44%;
  }

  .btn-play i {
    font-size: 3em;
  }
}
@media only screen and (max-width: 575px) {
  .btn-play {
    top: 38%;
    left: 43%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .img-left,
  .img-middle,
  .img-right,
  .img-10 img,
  .img-20 img,
  .img-25 img,
  .img-30 img,
  .img-40 img,
  .img-50 img,
  .img-60 img,
  .img-70 img,
  .img-80 img,
  .img-90 img {
    height: auto;
    overflow: hidden;
  }

  .img-left img,
  .img-middle img,
  .img-right img,
  .img-10 img,
  .img-20 img,
  .img-25 img,
  .img-30 img,
  .img-40 img,
  .img-50 img,
  .img-60 img,
  .img-70 img,
  .img-80 img,
  .img-90 img {
    width: 200%;
  }

  .img-middle img {
    margin-left: -50%;
  }

  .img-right img {
    margin-left: -84%;
  }

  .img-10 img {
    margin-left: -10%;
  }
  .img-20 img {
    margin-left: -20%;
  }
  .img-25 img {
    margin-left: -25%;
  }
  .img-30 img {
    margin-left: -30%;
  }
  .img-40 img {
    margin-left: -40%;
  }
  .img-50 img {
    margin-left: -50%;
  }
  .img-60 img {
    margin-left: -60%;
  }
  .img-70 img {
    margin-left: -70%;
  }
  .img-80 img {
    margin-left: -80%;
  }
  .img-90 img {
    margin-left: -90%;
  }

  .dropdown.stay.open .dropdown-menu,
  .dropdown.explore.open .dropdown-menu {
    right: 0;
    left: auto;
  }

  .gallery-row:nth-child(odd) .gallery-img:nth-child(1):only-child,
  .gallery-row:nth-child(even) .gallery-img:nth-child(1):only-child,
  .gallery-row:nth-child(odd) .gallery-img:nth-child(1),
  .gallery-row:nth-child(odd) .gallery-img:nth-child(2),
  .gallery-row:nth-child(odd) .gallery-img:nth-child(3),
  .gallery-row:nth-child(3n + 1) .gallery-img:nth-child(2),
  .gallery-row:nth-child(3n + 1) .gallery-img:nth-child(1),
  .gallery-row:nth-child(3n + 1) .gallery-img:nth-child(3),
  .gallery-row:nth-child(3n + 1) .gallery-img:nth-child(3),
  .gallery-row:nth-child(even) .gallery-img {
    height: 300px;
    width: 100%;
  }
}

.lr-border {
  border-left: 24px solid white;
  border-right: 24px solid white;
}

.gallery-holder {
  overflow: hidden;
  width: 100%;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 383px) {
  .btn-play {
    top: 38%;
    left: 43%;
  }

  .gallery-img {
    border-left: 0;
    border-right: 0;
  }

  .page-full-width.default-page .maincontent {
    padding-top: 63px;
  }

  .navbar-brand img {
    margin-top: 0;
    margin-left: -17px;
  }

  .navbar-header {
    height: 58px;
  }

  .navbar-toggle {
    margin-top: 11px;
  }

  .navbar-brand img[src*="white"] {
    margin-top: 4px;
    margin-left: -25px;
  }

  .page-full-width:not(.default-page) .hero-container,
  .lr-border {
    border: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 336px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
li p { display: inline !important;}
.page-home #entryBody p {
  color: rgb(127, 127, 127);
}