@font-face {
  font-family: 'bree-light';
  src: url('../fonts/bree-light.otf');
}
@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/proximanova-regular.ttf');
}
@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/proximanova-semibold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'baskerville';
  src: url('../fonts/baskerville-roman.otf');
}
@font-face {
  font-family: 'baskerville';
  src: url('../fonts/baskerville-bold.otf');
  font-weight: bold;
}
@font-face {
  font-family: 'baskerville';
  src: url('../fonts/baskerville-boldit.otf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'baskerville';
  src: url('../fonts/baskerville-it.otf');
  font-style: italic;
}


@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);

body {
  font-family: 'proxima-nova', sans-serif;
}

.faded {
  opacity: 0.5;
}
.italic {
  font-style: italic;
}

.mfp-close {
  left: 0;
  margin: 8px;
}

.border {
  border: 1px solid #f1f4f7;
}

video {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/** foundation's column centering added a float: right; for some reason **/
.small-centered {
  float: none !important;
}

/* =============================================================================
                                  Carousel
   ========================================================================== */

.carousel {
  margin: 0 auto 50px;
  display: block;
}
.fc-pagination {
  display: none;
}
.fc-controls {
  display: none;
}
.carousel .left-control {
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -ms-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 9;
  position: absolute;
  height: 64%;
  top: 5.6%;
  left: 6.7%;
  width: 147px;
  display: none;

}
.carousel .right-control {
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 9;
  position: absolute;
  height: 64%;
  top: 5.6%;
  right: 6.7%;
  width: 147px;
  display: none;

}

.carousel:hover .left-control, .carousel:hover .right-control {
  display: block;
}

.carousel-prev {
  background: url(../img/arrow_left.png) no-repeat 15px center;
  height: 100%;
  width: 100%;
}

.carousel-next {
  background: url(../img/arrow_right.png) no-repeat 115px center;
  height: 100%;
  width: 100%;
}

/* =============================================================================
                                  Nav Bar
   ========================================================================== */

nav {
  padding: 0;
  position: fixed;
  top: 50%;
  right: 15px;
  text-align: right;
  z-index: 500;
  margin-top: -140px;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
nav li {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
}
nav li a {
  text-decoration: none;
  color: #aaaaaa;
}
a {
  text-decoration: none;
  color: rgb(255,255,255);
  outline: none;
}
a.nav-active {
  color: #2b2b2b;
}
a.visited {
  color: #aaaaaa;
}
a:hover {
  color: #000;
}
nav li.info {
  font-family: 'baskerville', serif;
  font-weight: bold;
  font-style: italic;
  margin-top: 24px;
}
nav li.info ~ .info {
    margin-top: 0;
}

@media only screen and (max-width: 414px) {
  #email.info {
    display: none;
  }
  nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 0;
    background: #FFF;
    padding: 0;
    border-bottom: 1px solid rgb(241, 244, 247);
  }
  nav ul {
    text-align: center;
    height: 100%;
  }
  nav li {
    display: inline-block;
    padding-bottom: 0;
    line-height: 50px;
    padding: 0 10px;
  }
  nav li.info {
    margin-top: 0px;
    float: right;
    padding-right: 14px;
  }
  nav li:first-child {
    padding-left: 66px;
  }
}

/* =============================================================================
                                  Overlay
   ========================================================================== */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2e3036;
  z-index: 1000;
}
#overlay-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2e3036;
  opacity: 0;
  z-index: -1;
}
#overlay a, #overlay-bottom a {
  color: #FFF;
  letter-spacing: 2px;
}
#overlay div.row {
  margin-top: 50px;
}
#overlay h1 {
  text-align: center;
  color: #FFF;
  font-family: 'bree-light', serif;
  font-size: 24px;
  line-height: 24px;
}
#overlay h4, #overlay-bottom h4 {
  color: #FFF;
  font-size: 11px;
  line-height: 24px;
}
#overlay h5, #overlay-bottom h5 {
  color: #FFF;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
}
#overlay h4.left {
  text-align: left;
}
#overlay h4.right {
  text-align: right;
}

#overlay-outro {
  padding-top: 5%;
}

#arrow a {
  position: fixed;
  bottom: 60px;
  left: 50%;
  width: 15px;
  height: 9px;
  margin-left: -7px;
}

.overlay {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 85%;
  max-width: 715px;
  height: 320px;
  color: #FFF;
}
.overlay p {
  width: 100%;
  padding-top: 9%;
  font-size: 10vmin;
  line-height: 12vmin;
  text-align: center;
  margin: 0 auto;
  font-family: 'baskerville', serif;
}
.overlay h4 {
  text-align: center;
  opacity: 1.0;
}
.overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  text-align: center;
}
.overlay li {
  font-size: 14px;
  line-height: 23px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* =============================================================================
                                  Sections
   ========================================================================== */

#wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}
.first-section {
  margin-top: 520px;
  padding-top: 0;
}
.last-section {
  padding-bottom: 800px;
}
section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 130px 0 80px;
  border-bottom: 1px solid #f1f4f7;
}
.title-block {
  width: 65%;
  max-width: 684px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: center;
}
.title-block h1 {
  font-family: 'baskerville', serif;
  font-size: 50px;
  line-height: 62px;
  margin: 0 auto 35px auto;
}
.title-block p {
  font-size: 14px;
  line-height: 23px;
  opacity: 0.8;
  text-align: center;
}
.title-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.title-block li {
  font-size: 14px;
  line-height: 23px;
  margin: 0 10px;
}
.title-block li span {
  font-family: "baskerville", serif;
  font-style: italic;
  font-size: 11px;
  margin-right: 10px;
  opacity: 0.5;
  letter-spacing: 2px;
}

.title-block a {
  display: block;
  color: #ff4e1b;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.image-container img {
  margin-bottom: 40px;
}

.text-block {
  width: 90%;
  margin: 30px auto 70px;
}

.text-block h5 {
  margin-bottom: 30px;
  color: #3d3d3d;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-block p {
  width: 70%;
  margin: 0 auto 30px;
  font-family: "baskerville", serif;
  color: #3d3d3d;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.text-block p.small {
  width: 50%;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  line-height: 23px;
  opacity: 0.8;
  text-align: center;
}

.text-block.th-superlatives {
  background: #fbe3ee;
  width: 100%; 
  margin: -40px 0 40px; 
  padding: 0 0 50px;
}

.three-col .columns {
  padding: 45px 0 25px;
  text-align: center;
}

.three-col .mid-column {
   border-right: 1px solid #f1f4f7;
   border-left: 1px solid #f1f4f7;
}

.three-col span {
  font-family: "baskerville", serif;
  color: #3d3d3d;
  font-style: italic;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.05em;
}

.three-col p {
  width: 85%;
  margin-bottom: 20px;
}

.three-col p.small {
  margin-top: -15px;
  width: 75%;
}

.three-col .ss-twitter {
  margin-bottom: 15px;
  color: #059ff5;
}

.three-col .ss-instagram {
  margin-bottom: 15px;
  color: #8b5a4d;
}

.th-automagic {
  background: url('../img/th_8_bg.jpg') no-repeat;
  padding: 100px 0;
  margin-bottom: 40px;
}

.th-automagic h5 {
  margin-bottom: 30px;
  color: #3d3d3d;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.th-automagic p {
  width: 70%;
  margin: 0 auto 30px;
  font-family: "baskerville", serif;
  color: #3d3d3d;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.th-automagic .text {
  padding:  18% 0 0 40px;
}

.th-bai .image {
  margin: 0 auto;
  padding: 0 120px 0 20px;
  text-align: left;
}

.th-facehop .text {
  padding-right: 60px;
}

.th-facehop .image {
  margin: 0 auto;
  padding: 0 0 0 120px;
  text-align: right;
}

.th-valentimes {
  clear: both;
}

.oo-booking {
  padding: 1.9% 0 0 6.8%;
}

.oo-booking img {

}

.slick-slide {
  width: 50%;
}

/* =============================================================================
                                  Info Popup
   ========================================================================== */

.popup {
  position: relative;
  display: block;
  background: #FFF;
  width: auto;
  margin: 24px 16px;
}

#info {
  color: #000;
  text-align: center;
}
#info-header {
  background: rgb(248, 248, 248);
  padding-bottom: 70px;
}

#info-header .row {
  padding-top: 44px;
}

#info-header img {
  padding: 30px 0 50px;
}

#info-header p {
  margin: 0 auto;
  padding-bottom: 24px;
}
#info-body {
  padding: 50px 0;
  margin: 0 auto;
}
#info-title {
  padding-top: 24px;
}
#info a {
  color: #7c7c7c;
  letter-spacing: 0.1em;
}
#info h1 {
  font-family: "baskerville", serif;
  font-size: 45px; 
  margin: 0 auto .5em; 
}
#info h3 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
#info h4 {
  font-size: 11px;
  letter-spacing: 0.1em;
}
#info h5 {
  color: #FFF;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
#info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  text-align: center;
}
#info li {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}
#info-body ul {
  margin-top: -18px;
}
#info-body p {
  margin-bottom: 0;
}

#info-body p.italic {
  color:#7c7c7c;
}

/* =============================================================================
                                  Responsive
   ========================================================================== */


@media (min-width: 1200px) {
.overlay {
  bottom: 3%;
}
}

@media (min-width: 1400px) {
.overlay {
  bottom: 5%;
}

.overlay p {
  padding-top: 0;
  font-size: 9vmin;
  line-height: 11vmin;
}
}

@media (max-width: 1023px) {
section {
  padding: 100px 0 100px;
}

.overlay p {
  max-width: 440px;
  padding-top: 4%;
  font-size: 10vmin;
  line-height: 12vmin;
}

.three-col.social .mid-column {
  border-right: 0;
  border-left: 0;
  border-top: 1px solid #f1f4f7;
  border-bottom: 1px solid #f1f4f7;
}

.text-block p {
  width: 90%;
}

.text-block p.small {
  width: 70%;
}
}

@media (max-width: 639px) {
section {
  padding: 0 0 100px;
}

.overlay p {
  max-width: 80%;
  padding-top: 7%;
  font-size: 10vmin;
  line-height: 12vmin;
}

.title-block {
width: 80%;
padding-top: 100px;
padding-bottom: 50px;
text-align: center;
}

.image-container img {
  margin-bottom: 10px;
}

.text-block {
  width: 90%;
  margin: 30px auto 40px;
}

.text-block h5 {
  margin-bottom: 20px;
}

.text-block p {
  width: 95%;
  margin-bottom:25px;
  font-size: 26px;
  line-height:38px;
}

.text-block.th-superlatives { 
  margin-top: -10px; 
  padding: 20px 0 25px;
}

.text-block p.small {
  width: 85%;
  margin-top:-10px;
}

.three-col {
  margin-top: -20px;
}

.three-col .mid-column {
border-right: 0;
border-left: 0;
border-top: 1px solid #f1f4f7;
border-bottom: 1px solid #f1f4f7;
}

.three-col span {
font-size: 26px;
line-height: 38px;
}

#info h1 {
  font-size: 40px; 
}
}

@media (max-width: 480px) {
section {
  padding: 0 0 100px;
}

.overlay p {
  max-width: 330px;
  padding-top: 10%;
  /*font-size: 12vmin;*/
  line-height: 15vmin;
}

#overlay div.row {
    margin-top: 40px;
  }
#overlay h1 {
  font-size: 20px;
}

#info h1 {
  font-size: 30px; 
}

.title-block {
  width: 85%;
}

.popup {
  margin: 6px 0;
}
}