/********************************************************************************************* 

x. Variables

*********************************************************************************************/
@import 'https://use.typekit.net/yji2yag.css';
@font-face {
  font-family: MickyRegular;
  src: url(../webfonts/Micky-Regular.woff);
}
@font-face {
  font-family: CatamaranRegular;
  src: url(../webfonts/CatamaranRegular.woff);
}
@font-face {
  font-family: SquareSans;
  src: url(../webfonts/Square-Sans.woff);
}
@font-face {
  font-family: TangerineRegular;
  src: url(../webfonts/TangerineRegular.woff);
}
/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  text-indent: 99999px;
  overflow: hidden;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
}

.flex-direction-nav .flex-prev {
  left: -60px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.flex-direction-nav .flex-next {
  right: -60px;
  text-align: right;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/********************************************************************************************* 

x. Model

*********************************************************************************************/
.model {
  width: 800px;
  height: auto;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
::selection {
  background: #fff;
}

::-moz-selection {
  background: #fff;
}

html, body {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #080407;
  width: auto;
  height: auto;
  background: #f6f2ec;
}

div, p, ul, section, header, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #080407;
  text-decoration: none;
}

a:hover {
  color: #080407;
}

a img {
  border: none;
}

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

.clear {
  clear: both;
  overflow: auto;
  zoom: 1;
}

.image.lazy {
  overflow: hidden;
}
.image.lazy.loaded img {
  filter: blur(0px);
}
.image.lazy img {
  filter: blur(30px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.image img {
  width: 100%;
  height: auto;
  display: block;
}

.loaded .lazy img {
  filter: blur(0px);
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-size: 7.5em;
  font-family: "yink", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FF5A68;
  line-height: 1em;
}

h2 {
  font-family: CatamaranRegular, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8em;
}

h3 {
  font-size: 3.8em;
  line-height: 1em;
  font-family: CatamaranRegular, serif !important;
}

.image img {
  width: 100%;
  height: auto;
}

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

.animate {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.animate.in-view {
  opacity: 1;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(30px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cover.loaded {
  filter: blur(0px);
}

a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.btn {
  padding: 20px 30px;
  border: 2px solid #080407;
  border-radius: 25px;
  font-family: CatamaranRegular, serif;
  font-weight: 400;
  font-style: normal;
  background: #EAE988;
  font-size: 30px;
  display: inline-block;
  color: #080407 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a.btn:hover {
  background: #E17E3C;
}

a.link {
  font-family: CatamaranRegular, serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  font-size: 30px;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  overflow: hidden;
}
a.link:before {
  content: "";
  height: 3px;
  right: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background-image: url(../img/underline-beige.svg);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a.link:after {
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background-image: url(../img/underline.svg);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a.link:hover {
  color: #f6f2ec !important;
}
a.link:hover:before {
  right: 0%;
}
a.link:hover:after {
  left: 100%;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  display: block;
}

.hideme {
  opacity: 0;
}

.smaller {
  font-size: 13px !important;
  line-height: 1.6em !important;
  margin-bottom: 20px !important;
}

/********************************************************************************************* 

x. Colors & Font Classes

*********************************************************************************************/
.catamaran {
  font-family: CatamaranRegular, serif !important;
}

.micky {
  font-family: MickyRegular, sans-serif !important;
}

.yink {
  font-family: "yink", sans-serif !important;
}

.square {
  font-family: SquareSans, sans-serif !important;
}

.tangerine {
  font-family: TangerineRegular, sans-serif !important;
}

.bg-salmon {
  background: #F2816F;
}
.bg-salmon .content h1 {
  color: #f6f2ec;
}
.bg-yellow {
  background: #EAE988;
}
.bg-yellow a.link:before {
  background-image: url(../img/underline-salmon.svg);
}
.bg-yellow a.link:hover {
  color: #F2816F !important;
}
.bg-yellow a.link:hover:before {
  right: 0%;
}
.bg-yellow a.link:hover:after {
  left: 100%;
}

.bg-brown {
  background: #C47D5D;
}
.bg-brown .content h1, .bg-brown .content h2, .bg-brown .content h3, .bg-brown .content p, .bg-brown .content ul, .bg-brown .content ol, .bg-brown .content a {
  color: #f6f2ec;
}

.bg-gray {
  background: #978E91;
}
.bg-gray .content h1 {
  color: #f6f2ec;
}

.bg-orange {
  background: #E17E3C;
}
.bg-orange .content h1, .bg-orange .content h2, .bg-orange .content h3, .bg-orange .content p, .bg-orange .content ul, .bg-orange .content ol, .bg-orange .content a {
  color: #f6f2ec;
}

.bg-green {
  background: #7D8436;
}
.bg-green .content h1, .bg-green .content h2, .bg-green .content h3, .bg-green .content p, .bg-green .content ul, .bg-green .content ol, .bg-green .content a {
  color: #f6f2ec;
}

.color-black h1, .color-black h2, .color-black h3, .color-black p, .color-black ul, .color-black ol, .color-black a {
  color: #080407 !important;
}

.color-white {
  color: #fff;
}
.color-white .content h1, .color-white .content h2, .color-white .content h3, .color-white .content h4, .color-white .content h5, .color-white .content a, .color-white .content p, .color-white .content ul, .color-white .content ol, .color-white .content li {
  color: #fff;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}

.column.left {
  float: left;
}

.column.right {
  float: right;
}

.column.first .inside {
  padding-left: 0;
}

.column.last .inside {
  padding-right: 0;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
  padding: 0;
  top: 0;
  position: relative;
  width: 100%;
  background: #E17E3C;
  z-index: 999;
}
header .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .pattern svg path {
  fill: #F2816F;
}

#toggle {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 999999;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#toggle svg path {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-origin: center center;
}
#toggle:hover svg path {
  fill: #F2816F;
}

body.open #toggle svg .path-one {
  transform: rotate(45deg);
}
body.open #toggle svg .path-two {
  transform: rotate(-45deg) translate(-1px, 12px);
}
body.open #toggle:hover svg path {
  fill: #F2816F;
}
body.open #nav {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

#nav {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  top: 30px;
  right: 30px;
  border: 2px solid #080407;
  border-radius: 50px;
  background: #EAE988;
  padding: 60px;
  width: 500px;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  z-index: 99999;
}
#nav li {
  text-align: center;
  display: block;
}
#nav li a.link {
  font-family: CatamaranRegular, serif;
  font-size: 36px;
  padding: 15px;
  min-width: 120px;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#nav li a.link:after {
  display: none;
}
#nav li a.link:before {
  background-image: url(../img/underline-salmon.svg);
}
#nav li a.link:hover {
  color: #F2816F !important;
}
#nav li.distro {
  margin-top: 30px;
}
#nav li.distro a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.2em;
}
#nav li.distro a:hover {
  color: #F2816F;
}

input#pwbox-275 {
  padding: 10px;
  border-radius: 30px;
  border: 2px solid #E17E3C;
  height: 40px;
  box-sizing: border-box;
}

input[type=submit] {
  padding: 10px 20px;
  border: 2px solid #080407;
  border-radius: 25px;
  font-family: CatamaranRegular, serif;
  font-weight: 400;
  font-style: normal;
  background: #EAE988;
  font-size: 18px;
  display: inline-block;
  color: #080407 !important;
  height: 40px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=submit]:hover {
  background: #E17E3C;
}

#logo {
  width: 100%;
  position: relative;
  display: block;
  transform: translateY(46%);
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
#logo svg {
  width: 100%;
}

.pattern svg {
  width: 100%;
}

.pattern-half {
  z-index: 99;
  left: 80px;
}
.pattern-half.top {
  position: absolute;
  top: -50px;
}
.pattern-half.bottom {
  position: absolute;
  bottom: -50px;
}
.pattern-half.right {
  right: 80px;
  left: auto;
}
.pattern-half.right svg {
  transform: rotate(180deg);
}

.full-img {
  margin-bottom: 60px;
  margin-top: 40px;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Banner

*********************************************************************************************/
#banner, .full-images {
  position: relative;
  top: -1px;
  width: 100%;
  padding-bottom: 30px;
}
#banner .flexslider, .full-images .flexslider {
  overflow: hidden;
  margin-bottom: 0;
  background: transparent;
  z-index: 1;
  background: #E17E3C;
}
#banner .flexslider .slides, .full-images .flexslider .slides {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  overflow: hidden;
}
#banner .flexslider .flex-control-nav, .full-images .flexslider .flex-control-nav {
  bottom: 80px;
  right: 80px;
  z-index: 9;
  text-align: right;
}
#banner .flexslider .flex-control-nav li a, .full-images .flexslider .flex-control-nav li a {
  border: none;
  box-shadow: none;
  background: #f6f2ec;
  text-indent: 99999px;
}
#banner .flexslider .flex-control-nav li a.flex-active, .full-images .flexslider .flex-control-nav li a.flex-active {
  background: #EAE988;
}
#banner li .cover, .full-images li .cover {
  width: 100%;
  display: block;
  min-height: 80vh;
}
#banner li .cover img, .full-images li .cover img {
  opacity: 0;
  display: none;
}
#banner .pattern, .full-images .pattern {
  position: absolute;
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
#banner .pattern svg path, .full-images .pattern svg path {
  fill: #F2816F;
}

.full-images {
  padding-bottom: 0;
}
.full-images .content {
  position: relative;
  z-index: 9;
}
.full-images .flexslider {
  margin-top: -100px;
  background: transparent;
}

/********************************************************************************************* 

x. Callout

*********************************************************************************************/
.callout {
  padding: 50px;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.callout h1 {
  color: #fff;
  margin-bottom: 30px;
}

section {
  position: relative;
  padding: 100px 0;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol {
  margin: 0 0 40px 0;
}
.content ul, .content ol {
  padding-left: 20px;
}
.content p, .content ul, .content ol {
  font-size: 1.4em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/********************************************************************************************* 

x. Release

*********************************************************************************************/
.release img {
  border-radius: 100px;
  overflow: hidden;
}

/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
section.text-image .pattern-half {
  display: none;
}
section.text-image:first-of-type .pattern-half.bottom.left {
  display: block;
}
section.text-image .flex {
  display: flex;
  flex-direction: row-reverse;
}
section.text-image .container {
  max-width: none;
  padding: 0 !important;
}
section.text-image .text-side {
  width: 40%;
  padding: 100px;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.text-image .text-side .content {
  max-width: 420px;
}
section.text-image .image-side {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
}
section.text-image .image-side .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
section.text-image .image-side .cover img {
  display: none;
  opacity: 0;
}
section.text-image.uncrop .text-side {
  width: 45%;
}
section.text-image.uncrop .image-side {
  width: 55%;
  padding-right: 100px;
  padding-left: 100px;
}
section.text-image.uncrop .image-side .cover {
  position: relative;
  border-radius: 100px;
}
section.text-image.uncrop .image-side .cover img {
  opacity: 1;
  display: block;
  width: 100%;
}
section.text-image.right .image-side {
  padding-left: 0;
}
section.text-image.left .flex {
  flex-direction: row;
}
section.text-image.left .cover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
section.text-image.left .image-side {
  padding-right: 0;
}
section.text-image.center {
  padding-bottom: 30px;
}
section.text-image.center .container {
  max-width: 1660px;
}
section.text-image.center .flex {
  flex-direction: column;
  justify-content: center;
}
section.text-image.center .text-side {
  width: 100%;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 80px;
}
section.text-image.center .text-side .content {
  max-width: 900px;
}
section.text-image.center .image-side {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
section.text-image.center .image-side .cover {
  height: 600px;
  position: relative;
  width: 100%;
  border-radius: 100px;
}
section.text-image.center .image-side .cover img {
  display: none;
  opacity: 0;
}
section.text-image.center.uncrop .image-side .cover {
  height: auto;
}
section.text-image.center.uncrop .image-side .cover img {
  opacity: 1;
  display: block;
}

.flex-container {
  height: 80vh;
  display: block;
  width: 100%;
  background: #E17E3C;
}

/********************************************************************************************* 

x. Wines

*********************************************************************************************/
.wines .loop {
  margin-top: 80px;
}
.wines .loop .owl-nav {
  top: 40%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.wines .loop .item {
  padding: 0 30px;
  box-sizing: border-box;
}
.wines .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.wines .owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wines .owl-carousel .owl-nav button:hover {
  opacity: 0.5 !important;
}
.wines .wine-info {
  margin-top: 40px;
}
.wines .wine-info h3 {
  font-size: 3.2em;
  margin-bottom: 30px;
}
.wines .wine-info p {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 50px;
}
.wines .wine-info a.link:before {
  background-image: url(../img/underline-salmon.svg);
}
.wines .wine-info a:hover {
  color: #F2816F !important;
}
.wines a.wine-thumb {
  display: block;
}
.wines a.wine-thumb .dash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wines a.wine-thumb .dash svg path {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wines a.wine-thumb img {
  position: relative;
  z-index: 1;
}
.wines a.wine-thumb:hover .dash svg path {
  opacity: 1;
  transform: translateY(0px);
}

/********************************************************************************************* 

x. Twenty One Pop-Up

*********************************************************************************************/
#twenty-one-pop-up {
  background: black;
  display: none;
  border-radius: 50px;
}
#twenty-one-pop-up .content {
  padding: 50px;
}
#twenty-one-pop-up .content .buttons {
  display: flex;
  justify-content: center;
  list-style: none;
}
#twenty-one-pop-up .content .buttons li {
  margin: 0 10px;
}
#twenty-one-pop-up .content .buttons li a.btn:hover {
  color: black;
  background: #E17E3C;
}

/********************************************************************************************* 

x. Instagram

*********************************************************************************************/
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
  background: transparent;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-link, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-overlay {
  border-radius: 100%;
  overflow: hidden;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item:nth-of-type(even) .eapps-instagram-feed-posts-item-link, #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item:nth-of-type(even) .eapps-instagram-feed-posts-item-overlay {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
  background: url(../img/overlay.png) repeat !important;
}

.instagram-feed {
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
.instagram-feed h2 {
  margin-bottom: 80px;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important;
}

body .eapps-instagram-feed > a:last-of-type {
  display: none !important;
  opacity: 0 !important;
}

.spacer {
  width: 100%;
  display: block;
  height: 120px;
  clear: both;
  background: #E17E3C;
}

.carousel {
  max-height: calc(80vh - 280px);
  height: 910px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.carousel.in-view {
  opacity: 1;
}
.carousel .owl-carousel .owl-item img {
  height: 850px;
  max-height: calc(80vh - 340px);
  width: auto;
  border-radius: 50px;
}
.carousel .owl-carousel .owl-stage-outer {
  height: 850px;
  max-height: calc(80vh - 340px);
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: -30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  text-align: center;
  font-size: 3.4em;
  padding: 20px 30px;
  border: 2px solid #080407;
  border-radius: 25px;
  font-family: CatamaranRegular, serif;
  font-weight: 400;
  font-style: normal;
  background: #EAE988;
  display: inline-block;
  color: #080407 !important;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  position: relative;
  top: -7px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background: #E17E3C;
}

.owl-carousel .owl-nav button.owl-prev span {
  left: -3px;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}
.owl-carousel .owl-nav button.owl-next span {
  right: -3px;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  padding: 60px;
  background: #f6f2ec;
  float: left;
  width: 100%;
}
footer .address {
  float: left;
}
footer .footer-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  flex-direction: column;
  align-items: flex-end;
}
footer .social {
  margin: 10px 0 0 0;
}
footer .social a {
  font-size: 1.6em;
  margin-left: 20px;
}
footer a:hover {
  color: #F2816F;
}
footer p a {
  text-decoration: underline;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .pattern {
  width: 60%;
  max-width: 880px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
footer .pattern svg {
  width: 100%;
}
footer .pattern svg path {
  fill: #080407;
}
footer a.btn {
  text-decoration: none;
}

.copyright {
  margin-top: 60px;
  padding: 10px 0;
  font-size: 0.8em;
  background: #222;
  float: left;
  width: 100%;
}
.copyright p {
  color: #cccccc;
}

/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1660px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  h2 {
    font-size: 4.4em;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.text-image .text-side {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.text-image.uncrop .image-side {
    padding-left: 50px;
  }
  h3 {
    font-size: 3em;
  }
  .wines .wine-info h3 {
    font-size: 2.6em;
  }
  .content p, .content ul, .content ol {
    font-size: 1.2em;
  }
  .pattern-half {
    width: 50%;
  }
  .pattern-half svg {
    width: 100%;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/********************************************************************************************* 

x. Smaller than 1025px

*********************************************************************************************/
/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
  .width-10, .width-15, .width-20, .width-25, .width-30, .width-33, .width-35, .width-40, .width-45, .width-50, .width-55, .width-60, .width-65, .width-66, .width-70, .width-75, .width-80, .width-85, .width-90, .width-95, .width-100 {
    width: 100%;
  }
  .content p, .content ul, .content ol {
    font-size: 16px;
  }
  section.text-image .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.text-image .flex .text-side {
    width: 100%;
    padding-bottom: 80px;
    padding-top: 20px;
    min-height: 0;
  }
  section.text-image .flex .image-side {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.text-image .flex .image-side .cover {
    position: relative;
    border-radius: 50px;
  }
  section.text-image .flex .image-side .cover img {
    display: block;
    opacity: 1;
  }
  .pattern-half {
    width: 80%;
  }
  section.text-image.center .flex .text-side {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  section.text-image.left .flex {
    flex-direction: column-reverse;
  }
  h1 {
    font-size: 4.2em;
  }
  h2 {
    font-size: 3.2em;
  }
  h3 {
    font-size: 2.2em;
  }
  .instagram-feed {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pattern-half {
    left: 30px;
  }
  .pattern-half.right {
    right: 30px;
  }
  #banner {
    overflow: hidden;
  }
  #banner .pattern {
    width: 1000px;
    left: -50%;
  }
  #banner .flexslider .slides {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .full-images .flexslider .slides {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  #banner li .cover, .full-images li .cover {
    min-height: 500px;
  }
  .flex-container {
    height: auto;
  }
  header .pattern {
    width: 1000px;
    left: auto;
    right: 0;
  }
  #nav {
    right: 10px;
    left: 10px;
    width: auto;
    min-width: auto;
  }
  #toggle {
    right: 30px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    position: relative;
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .pattern {
    width: 100%;
    position: relative;
    position: absolute;
    bottom: -20px;
  }
  footer .pattern svg {
    width: 1000px;
    left: -50%;
    position: relative;
  }
  footer .social {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
  }
  footer .social a {
    margin-left: 0;
    margin-right: 20px;
  }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
    padding: 10px;
  }
}
/********************************************************************************************* 

x. Retina Graphics

*********************************************************************************************/

/*# sourceMappingURL=style.css.map */
