html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

.cf:before, .cf:after {
  content: " ";
  display: table; }
.cf:after {
  clear: both; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }

.body, .datepicker-container, .menu__li, .mob-menu__link, .mob-sub-menu__link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  color: #878786;
  line-height: 160%; }
  .body--mb {
    margin-bottom: 1rem; }
  .body--sm {
    font-size: 0.75em; }
  .body--lg {
    font-size: 1.25rem; }
  .body--error {
    border-bottom: 1px solid #EE3333; }
  .body--lgreen {
    color: #8EBB36; }

.heading {
  font-family: "Gilda Display", serif;
  font-size: 1.75em;
  line-height: 120%; }
  .heading--mb {
    margin-bottom: 20px; }
  .heading--sm {
    font-size: 1.5em; }
  .heading--lg {
    font-size: 2em; }

a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit; }

strong,
.bold {
  font-weight: 400; }

.arrow-text {
  display: inline-block;
  position: relative;
  padding-right: 10px; }
  .arrow-text:after {
    width: 6px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-top: -4px;
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/arrows/right.png);
    background-image: url(../images/arrows/right.svg), none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-position: 0 0; }
  .arrow-text--lgreen {
    color: #8EBB36; }
  .arrow-text--white {
    color: #FFF; }
    .arrow-text--white:after {
      background-position: -6px 0; }

.arrow-link {
  font-weight: 400;
  margin-top: 5px;
  color: #8EBB36; }
  .arrow-link:hover:after {
    right: -5px; }

.bica {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }

.bica [data-role="link"], .bica [data-role="button"] {
  cursor: pointer; }

.bica [data-role="link"] {
  text-decoration: none; }

.bica [data-role="link"]:hover {
  text-decoration: underline; }

.bica [data-role="button"] {
  background: transparent;
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0 5px; }

.bica-content {
  *zoom: 1;
  padding: 5px 0px; }

.bica-content::before, .bica-content:after {
  content: " ";
  display: table;
  clear: both; }

@media only screen and (min-device-width: 200px) and (max-device-width: 640px), only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bica-content {
    text-align: center;
    padding: 10px; } }
.bica-stack .bica-content .bica-disclaimer {
  text-align: center;
  padding-bottom: 20px; }

.bica-inline .bica-content .bica-disclaimer {
  display: inline-block; }

.bica-column .bica-content .bica-disclaimer {
  float: left;
  width: 50%;
  text-align: left; }

.bica-stack .bica-content .bica-actions {
  text-align: center; }

.bica-inline .bica-content .bica-actions {
  display: inline-block;
  padding-left: 15px; }

@media only screen and (min-device-width: 200px) and (max-device-width: 640px) {
  .bica-inline .bica-content .bica-actions {
    padding-top: 10px;
    padding-left: 0; } }
.bica-column .bica-content .bica-actions {
  float: left;
  width: 50%;
  text-align: right; }

/*!
 * Datepicker v0.4.0
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-10-15T04:28:09.384Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent; }

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0; }

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0; }

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff; }

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto; }

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' '; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0; }

.datepicker-panel > ul > li {
  color: #444;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff; }

.datepicker-panel > ul > li:hover {
  background-color: #eee; }

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff; }

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px; }

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px; }

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff; }

.datepicker-hide {
  display: none; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 92px; }
  @media screen and (max-width: 1100px) {
    body {
      padding-top: 137px; } }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 130px; } }
  @media screen and (max-width: 600px) {
    body {
      padding-top: 0; } }

.outer {
  position: relative;
  width: 100%; }

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }

.section {
  padding: 25px 0; }

.half {
  width: 49%; }
  .half--left {
    float: left; }
  .half--right {
    float: right; }
  @media screen and (max-width: 767px) {
    .half {
      float: none;
      width: 100%; }
      .half--left {
        margin-bottom: 20px; } }

.third {
  width: 32%;
  margin-right: 2%; }
  .third--left {
    float: left; }
  .third--middle {
    float: left; }
  .third--right {
    float: right;
    margin-right: 0; }
  @media screen and (max-width: 850px) {
    .third {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .third:last-child {
        margin-bottom: 0; } }

.top-line, .intro__heading, .text-block__heading {
  position: relative;
  padding-top: 20px; }
  .top-line:after, .intro__heading:after, .text-block__heading:after {
    content: " ";
    display: block;
    width: 60px;
    border-bottom: 1px solid #DBDCD5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px; }

.bottom-line {
  position: relative;
  padding-bottom: 20px; }
  .bottom-line:before {
    content: " ";
    display: block;
    width: 60px;
    border-bottom: 1px solid #DBDCD5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

.bgc, .image-cta, .text-cta__image, .marquee {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -ms-behavior: url(js/backgroundsize.min.htc);
  background-position: 50% 50%; }

.dcream-bg {
  background-color: #DBDCD5; }

.cream-bg {
  background-color: #F1F0EC; }

.lgrey-bg {
  background-color: #B3B2B2; }

.dgrey-bg {
  background-color: #878786; }

input.detect {
  display: none !important; }

.recaptcha {
  width: 305px;
  margin: 0 auto 25px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .recaptcha--error {
    border: 1px solid #EE4444; }

.list {
  list-style-type: disc; }
  .list__item {
    margin-left: 1em; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #FFF;
  border-bottom: 1px solid #B3B2B2; }
  @media screen and (max-width: 767px) {
    .header {
      padding-bottom: 15px; } }
  .header__logo {
    margin-top: 20px;
    float: left; }
    @media screen and (max-width: 767px) {
      .header__logo {
        float: none;
        text-align: center; } }
  @media screen and (max-width: 600px) {
    .header {
      position: relative; } }

.menu {
  margin-top: 13px;
  margin: 33px auto 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .menu {
      display: none !important; } }
  .menu__list {
    display: inline-block; }
  .menu__li {
    display: block;
    float: left;
    font-size: 1em;
    position: relative; }
  .menu__link {
    display: block;
    padding: 15px 10px;
    color: #B3B2B2;
    position: relative; }
    .menu__link:hover {
      color: #8EBB36; }
      .menu__link:hover:after {
        background-position: 0 -6px; }
    .menu__link--trigger:after {
      content: " ";
      display: block;
      width: 10px;
      height: 6px;
      position: absolute;
      bottom: 5px;
      left: 50%;
      margin-left: -5px;
      background: url(../images/arrows/down.png);
      background-image: url(../images/arrows/down.svg), none;
      background-position: 0 0;
      -webkit-transition: bottom 0.2s ease;
      -moz-transition: bottom 0.2s ease;
      -o-transition: bottom 0.2s ease;
      transition: bottom 0.2s ease; }
    .menu__link--trigger:hover:after {
      bottom: 2px; }
    .menu__link--current {
      color: #8EBB36; }
      .menu__link--current:after {
        background-position: 0 -6px; }
    .menu__link--active {
      color: #8EBB36; }
      .menu__link--active:after {
        -webkit-transform: translate(0, 3px);
        -moz-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        -o-transform: translate(0, 3px);
        transform: translate(0, 3px);
        background-position: 0 -6px; }
  @media screen and (max-width: 1100px) {
    .menu {
      clear: both;
      margin: 0;
      padding-bottom: 5px; }
      .menu__list {
        display: block; }
      .menu__li {
        width: 14.28%; } }

.call-us {
  margin-top: 15px;
  float: right; }
  .call-us__text {
    color: #597531; }
  .call-us__tel {
    color: #8EBB36; }
  @media screen and (max-width: 767px) {
    .call-us {
      float: left; }
      .call-us__text {
        display: inline;
        font-size: 1.25em; }
      .call-us__tel {
        font-size: 1.25em;
        display: inline; } }
  @media screen and (max-width: 413px) {
    .call-us__text {
      display: none; } }

.sub-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
  position: absolute;
  left: 50%; }
  .sub-menu--about {
    width: 110px;
    margin-left: -55px; }
  .sub-menu--event {
    width: 116px;
    margin-left: -58px; }
  .sub-menu--active {
    display: block; }
  .sub-menu__li {
    margin-bottom: 1px; }
  .sub-menu__link {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #FFF;
    display: block;
    padding: 2px 0;
    color: #B3B2B2; }
    .sub-menu__link:hover {
      color: #8EBB36; }

.mob-menu-btn-wrapper {
  display: none;
  margin-top: 12px;
  float: right; }
  @media screen and (max-width: 767px) {
    .mob-menu-btn-wrapper {
      display: block; } }

.mob-menu-btn {
  padding: 3px 40px 3px 0;
  background: url(../images/mobile-menu/btn.png);
  background-image: url(../images/mobile-menu/btn.svg), none;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.mob-menu {
  display: none;
  width: 300px;
  -webkit-box-shadow: 0 0 50px 3px #222;
  -moz-box-shadow: 0 0 50px 3px #222;
  -ms-box-shadow: 0 0 50px 3px #222;
  box-shadow: 0 0 50px 3px #222;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url(../images/mobile-menu/bg.png);
  z-index: 2;
  padding: 40px 25px; }
  @media screen and (min-width: 768px) {
    .mob-menu {
      display: none !important; } }
  @media screen and (max-width: 568px), (max-height: 414px) {
    .mob-menu {
      width: 100%; } }
  .mob-menu__close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    float: right;
    text-align: right; }
    .mob-menu__close:after {
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/arrows/close.png);
      background-image: url(../images/arrows/close.svg), none; }
    .mob-menu__close:hover:after {
      background-position: 0 -22px; }
  .mob-menu__li {
    border-bottom: 1px solid #FFF; }
  .mob-menu__link {
    display: block;
    color: #B3B2B2;
    padding: 10px 0; }
    .mob-menu__link:hover {
      color: #FFF; }
    .mob-menu__link--trigger span {
      position: relative;
      display: inline-block;
      padding-right: 15px; }
      .mob-menu__link--trigger span:after {
        content: " ";
        display: block;
        width: 10px;
        height: 6px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        background: url(../images/arrows/down.png);
        background-image: url(../images/arrows/down.svg), none;
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease; }
    .mob-menu__link--trigger:hover span:after {
      background-position: 0 -12px; }
    .mob-menu__link--active {
      color: #FFF; }
      .mob-menu__link--active span:after {
        background-position: 0 -12px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.mob-sub-menu {
  display: none; }
  .mob-sub-menu__li {
    padding-left: 10px; }
  .mob-sub-menu__link {
    display: block;
    color: #B3B2B2;
    padding: 10px 0;
    border-bottom: 1px solid #B3B2B2; }
    .mob-sub-menu__link:hover {
      color: #FFF; }
    .mob-sub-menu__link--first {
      padding-top: 0; }
    .mob-sub-menu__link--last {
      border-bottom: none; }

.intro {
  border-top: 1px solid #FFF;
  background: #597531;
  text-align: center; }
  .intro__heading {
    color: #F1F0EC; }
  .intro__text {
    color: #F1F0EC; }

.text-block__heading {
  font-size: 1.25em;
  margin-bottom: 0.875em;
  color: #604747; }
  .text-block__heading:after {
    margin-left: 0;
    left: 0;
    border-color: #8EBB36; }
.text-block__image {
  float: right;
  margin: 0 0 0.875em 0.875em; }
  @media screen and (max-width: 414px) {
    .text-block__image {
      float: none; } }
.text-block--mb {
  margin-bottom: 20px; }
.text-block--lg-text {
  font-size: 1.125em; }
@media screen and (max-width: 767px) {
  .text-block--mob-mb {
    margin-bottom: 35px; } }

.bottom-cta {
  background: #DADBD5; }

.cta--private-hire {
  background-image: url(../images/ctas/private-hire.jpg); }

.cta--wedding-hire {
  background-image: url(../images/ctas/wedding-hire.jpg); }

.cta--wedding-hire-1 {
  background-image: url(../images/ctas/wedding-hire-1.jpg); }

.cta--corporate-hire {
  background-image: url(../images/ctas/corporate-hire.jpg); }

.cta--marquees {
  background-image: url(../images/ctas/marquees.jpg); }

.cta--call-back {
  background-image: url(../images/ctas/call-back.jpg); }

.cta--traditional-1 {
  background-image: url(../images/ctas/traditional-1.jpg); }

.cta--traditional-2 {
  background-image: url(../images/ctas/traditional-2.jpg); }

.cta--traditional-3 {
  background-image: url(../images/ctas/traditional-3.jpg); }

.cta--traditional-4 {
  background-image: url(../images/ctas/traditional-4.jpg); }

.cta--clear-span-1 {
  background-image: url(../images/ctas/clear-span-1.jpg); }

.cta--clear-span-2 {
  background-image: url(../images/ctas/clear-span-2.jpg); }

.cta--clear-span-3 {
  background-image: url(../images/ctas/clear-span-3.jpg); }

.cta--clear-span-4 {
  background-image: url(../images/ctas/clear-span-4.jpg); }

.cta--pagoda-1 {
  background-image: url(../images/ctas/pagoda-1.jpg); }

.cta--pagoda-2 {
  background-image: url(../images/ctas/pagoda-2.jpg); }

.cta--pagoda-3 {
  background-image: url(../images/ctas/pagoda-3.jpg); }

.cta--pagoda-4 {
  background-image: url(../images/ctas/pagoda-4.jpg); }

.cta--gallery {
  background-image: url(../images/ctas/gallery.jpg); }

.cta--happy-customers {
  background-image: url(../images/ctas/happy-customers.jpg); }

.cta--need-a-quote {
  background-image: url(../images/ctas/need-a-quote.jpg); }

.cta--need-advice {
  background-image: url(../images/ctas/need-advice.jpg); }

.cta--bespoke-hire {
  background-image: url(../images/ctas/bespoke-hire.jpg); }

.cta--sail-cloth {
  background-image: url(../images/ctas/sail-cloth.jpg); }

.small-cta {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative; }
  .small-cta--right {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .small-cta {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .small-cta:last-child {
        margin-bottom: 0; } }

.cta {
  display: block;
  position: relative; }
  .cta:hover .arrow-link:after {
    right: -5px; }
  .cta__heading {
    font-size: 1.4em;
    color: #604747; }

.image-cta {
  height: 140px; }
  .image-cta:hover .arrow-text:after {
    right: -5px; }
  .image-cta__heading {
    line-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .image-cta__slope {
    padding: 7.29% 0;
    background-image: url("../images/ctas/bg-white.png");
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .image-cta__text-wrapper {
    background: #FFF; }
  .image-cta__text {
    margin: 0 0 5px 10px;
    position: relative;
    top: -5px; }
    @media screen and (max-width: 900px) {
      .image-cta__text {
        top: 0;
        margin-top: 3px; } }
    @media screen and (max-width: 730px) and (min-width: 601px) {
      .image-cta__text {
        font-size: 0.8em; } }

.text-cta {
  background: #FFF; }
  .text-cta:hover .arrow-text:after {
    right: -5px; }
  .text-cta__image {
    height: 200px;
    display: block;
    position: relative; }
    .text-cta__image:after {
      content: " ";
      display: block;
      width: 100%;
      padding: 7.29% 0;
      background-image: url("../images/ctas/bg-white.png");
      background-position: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .text-cta__content {
    margin-top: -5px;
    position: relative;
    padding: 0 20px 20px 20px; }
    @media screen and (max-width: 500px) {
      .text-cta__content {
        margin-top: 0; } }
  .text-cta__text {
    margin-top: 10px; }

.image {
  position: relative;
  line-height: 0;
  display: block; }
  .image--half {
    float: left;
    width: 50%; }
  .image--right {
    float: right; }
  .image--bt {
    border-top: 1px solid #FFF; }
  .image--br {
    border-right: 1px solid #FFF; }
  .image--bb {
    border-bottom: 1px solid #FFF; }
  .image--bl {
    border-left: 1px solid #FFF; }
  .image:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .image:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3; }

.marquee {
  width: 25%;
  float: left;
  padding: 8.125% 0px; }
  .marquee--traditional-1 {
    background-image: url(../images/marquees/traditional-1.jpg); }
  .marquee--traditional-2 {
    background-image: url(../images/marquees/traditional-2.jpg); }
  .marquee--traditional-3 {
    background-image: url(../images/marquees/traditional-3.jpg); }
  .marquee--traditional-4 {
    background-image: url(../images/marquees/traditional-4.jpg); }
  .marquee--traditional-5 {
    background-image: url(../images/marquees/traditional-5.jpg); }
  .marquee--traditional-6 {
    background-image: url(../images/marquees/traditional-6.jpg); }
  .marquee--traditional-7 {
    background-image: url(../images/marquees/traditional-7.jpg); }
  .marquee--traditional-8 {
    background-image: url(../images/marquees/traditional-8.jpg); }
  .marquee--clear-span-1 {
    background-image: url(../images/marquees/clear-span-1.jpg); }
  .marquee--clear-span-2 {
    background-image: url(../images/marquees/clear-span-2.jpg); }
  .marquee--clear-span-3 {
    background-image: url(../images/marquees/clear-span-3.jpg); }
  .marquee--clear-span-4 {
    background-image: url(../images/marquees/clear-span-4.jpg); }
  .marquee--clear-span-5 {
    background-image: url(../images/marquees/clear-span-5.jpg); }
  .marquee--clear-span-6 {
    background-image: url(../images/marquees/clear-span-6.jpg); }
  .marquee--clear-span-7 {
    background-image: url(../images/marquees/clear-span-7.jpg); }
  .marquee--clear-span-8 {
    background-image: url(../images/marquees/clear-span-8.jpg); }
  .marquee--pagoda-1 {
    background-image: url(../images/marquees/pagoda-1.jpg); }
  .marquee--pagoda-2 {
    background-image: url(../images/marquees/pagoda-2.jpg); }
  .marquee--pagoda-3 {
    background-image: url(../images/marquees/pagoda-3.jpg); }
  .marquee--pagoda-4 {
    background-image: url(../images/marquees/pagoda-4.jpg); }
  .marquee--pagoda-5 {
    background-image: url(../images/marquees/pagoda-5.jpg); }
  .marquee--pagoda-6 {
    background-image: url(../images/marquees/pagoda-6.jpg); }
  .marquee--pagoda-7 {
    background-image: url(../images/marquees/pagoda-7.jpg); }
  .marquee--pagoda-8 {
    background-image: url(../images/marquees/pagoda-8.jpg); }
  @media screen and (max-width: 768px) {
    .marquee {
      width: 50%;
      border: none;
      padding: 16.25% 0px; }
      .marquee--tab-bt {
        border-top: 1px solid #FFF; }
      .marquee--tab-br {
        border-right: 1px solid #FFF; }
      .marquee--tab-bb {
        border-bottom: 1px solid #FFF; }
      .marquee--tab-bl {
        border-left: 1px solid #FFF; } }
  @media screen and (max-width: 414px) {
    .marquee {
      width: 100%;
      border: none;
      border-bottom: 2px solid #FFF;
      padding: 32.5% 0px; } }

@media screen and (max-width: 414px) {
  .marquee-popup:last-child .marquee {
    border-bottom: none; } }
@media screen and (max-width: 414px) {
  .event__image {
    width: 100%;
    float: none;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #FFF; }
    .event__image--last {
      border-bottom: none; } }
.carousel {
  border-top: 1px solid #8EBB36;
  border-bottom: 1px solid #8EBB36;
  padding: 20px 30px;
  position: relative; }
  .carousel__slide-inner {
    padding: 0 15px;
    text-align: center;
    line-height: 0; }
  .carousel__link {
    position: relative;
    display: block;
    line-height: 0; }
    .carousel__link:after {
      content: " ";
      display: block;
      position: absolute;
      background: #000;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .carousel__link:hover:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
      -khtml-opacity: 0.3;
      -moz-opacity: 0.3;
      opacity: 0.3; }
  .carousel__btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 30px;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../images/arrows/carousel.png);
    background-image: url(../images/arrows/carousel.svg), none; }
    .carousel__btn--prev {
      left: 0; }
      .carousel__btn--prev:hover {
        -webkit-transform: translate(-5px, 0);
        -moz-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
        -o-transform: translate(-5px, 0);
        transform: translate(-5px, 0); }
    .carousel__btn--next {
      right: 0;
      background-position: -30px 0; }
      .carousel__btn--next:hover {
        -webkit-transform: translate(5px, 0);
        -moz-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        -o-transform: translate(5px, 0);
        transform: translate(5px, 0); }

.gallery__half {
  width: 50%;
  position: relative; }
  .gallery__half--left {
    float: left;
    border-right: 1px solid #FFF; }
  .gallery__half--right {
    float: right;
    border-left: 1px solid #FFF; }
  @media screen and (max-width: 767px) {
    .gallery__half {
      float: none;
      width: 100%;
      border: none; }
      .gallery__half--left {
        border-bottom: 2px solid #FFF; } }
.gallery__image-group {
  float: left;
  width: 50%; }
  .gallery__image-group--right {
    float: right; }

.gallery a {
  cursor: pointer; }

.faqs {
  margin-bottom: -25px; }

.faq {
  overflow: hidden;
  border-top: 1px solid #8EBB36;
  margin-bottom: 25px; }
  .faq__link {
    position: relative;
    width: 100%;
    display: table;
    min-height: 80px;
    padding: 10px 0; }
    .faq__link:after {
      content: " ";
      display: block;
      width: 55px;
      height: 25px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px;
      background: url(../images/arrows/accordion.png);
      background-image: url(../images/arrows/accordion.svg), none;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .faq__link--dark {
      background: #F9F9F7; }
    .faq__link--light {
      background: #FCFCFB; }
    .faq__link:hover {
      background: #FFF; }
    .faq__link--active {
      background: #FFF; }
      .faq__link--active:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .faq__heading {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.125em;
    line-height: 150%;
    color: #604747;
    padding: 0 100px 0 20px; }
    @media screen and (max-width: 414px) {
      .faq__heading {
        font-size: 1em; } }
  .faq__answer {
    display: none;
    background: #FFF; }
  .faq__text {
    padding: 20px; }
    .faq__text:after {
      left: 20px;
      margin: 0;
      border-color: #8EBB36; }

.testimonial-block {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
  border-top: 1px solid #8EBB36;
  border-bottom: 1px solid #8EBB36; }
  .testimonial-block--block {
    display: block; }
  .testimonial-block:before, .testimonial-block:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 30px;
    background: url(../images/testimonials/quotes.png);
    background-image: url(../images/testimonials/quotes.svg), none; }
  .testimonial-block:before {
    top: -15px; }
  .testimonial-block:after {
    bottom: -15px;
    background-position: 0 -30px; }
  .testimonial-block__text-wrapper {
    padding: 30px 0;
    display: table-cell;
    vertical-align: middle; }
    .testimonial-block__text-wrapper--block {
      display: block; }
  .testimonial-block__text {
    padding: 0 10px;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    color: #604747;
    font-size: 1.25em; }

.testimonial-carousel {
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .testimonial-carousel__slide span {
    display: block;
    max-width: 950px;
    margin: 0 auto; }

.testimonials__col {
  margin-bottom: 0px; }
  @media screen and (max-width: 850px) {
    .testimonials__col--last {
      margin-bottom: -30px !important; } }

.testimonial {
  margin-bottom: 30px; }
  @media screen and (min-width: 851px) {
    .testimonial:last-child {
      margin-bottom: 0; } }
  .testimonial--white {
    border-top: 1px solid #8EBB36;
    background: #FFF;
    padding: 30px; }
  .testimonial--block {
    height: auto;
    padding: 30px 0; }
    .testimonial--block:before, .testimonial--block:after {
      background: url(../images/testimonials/quotes-dgreen.png);
      background-image: url(../images/testimonials/quotes-dgreen.svg), none; }
    .testimonial--block:after {
      background-position: 0 -30px; }
  .testimonial__name {
    display: block;
    margin-top: 15px; }

.footer {
  -webkit-transform-style: preserve-3d;
  background: #8EBB36;
  border-top: 4px solid #FFF; }

.footer .inner {
  display: flex;
}

@media screen and (max-width: 1215px) {

  .footer .inner {
    display: block;
  }

}

  .footer__left {
    display: flex;
    align-items: center;

    float: left;
    padding-right: 35px;
    border-right: 1px solid #bbd686; }

  .footer__logo_muta_logo {
    padding-left: 35px;
  }
  .footer__logo_muta_logo img {
    height: 70px;
  }

  @media screen and (max-width: 600px) {

    .footer__left {
      flex-direction: column;
    }

    .footer__logo_muta_logo {
      margin: 20px auto 0 auto;
      padding-left: 0;
    }

  }

    @media screen and (max-width: 1215px) {
      .footer__left {
        padding-right: 0;
        padding-bottom: 20px;
        border: none;
        float: none; } }
  .footer__eaaa {
    display: flex;
    align-items: center;

    float: left;
    padding-left: 35px;
    margin-right: 35px;
    /*padding-right: 155px;*/
    padding-right: 35px;
    border-right: 1px solid #bbd686;
    position: relative; }
    @media screen and (max-width: 1215px) {
      .footer__eaaa {
        padding-left: 0; } }
    @media screen and (max-width: 800px) {
      .footer__eaaa {
        float: left;
        border: none; } }
    @media screen and (max-width: 600px) {
      .footer__eaaa {
        float: none;
        width: 250px;
        padding: 0;
        margin: 0 auto; }
        .footer__eaaa .body, .footer__eaaa .datepicker-container, .footer__eaaa .menu__li, .footer__eaaa .mob-menu__link, .footer__eaaa .mob-sub-menu__link {
          text-align: left; } }
  .footer__eaaa-logo {
    /*position: absolute;
    top: -10px;
    right: 35px;*/
    width: 110px;
    margin-left: 10px;
  }
    @media screen and (max-width: 600px) {
      .footer__eaaa-logo {
        /*right: 0;*/
        /*top: -5px;*/
        width: 90px; } }
  .footer__text {
    color: #FFF; }
    @media screen and (max-width: 600px) {
      .footer__text {
        text-align: center; } }
  @media screen and (min-width: 601px) {
    .footer__br {
      display: none; } }
  .footer__icons {
    display: flex;
    align-items: center;

    float: right; 
  }
    @media screen and (max-width: 1215px) {
      .footer__icons {
        float: left; 
        margin-top: 9px;
      }
    }
    @media screen and (max-width: 800px) {
      .footer__icons {
        float: right; } }
    @media screen and (max-width: 600px) {
      .footer__icons {
        display: block;

        float: none;
        margin-top: 20px;
        text-align: center; } }
  .footer__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/social/footer.png);
    background-image: url(../images/social/footer.svg), none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 15px; }
    .footer__icon--linkedin {
      background-position: -40px 0; }
    .footer__icon--facebook {
      background-position: -40px -40px; }
    .footer__icon--pinterest {
      background-position: -40px -80px;
      margin-right: 0; }
    .footer__icon--twitter {
      background-position: -40px -120px; }
    .footer__icon--instagram {
      background-position: -40px -160px; }
    .footer__icon:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }

    .footer__icon:last-child {
      margin-right: 0;
    }

  @media screen and (max-width: 600px) {
    .mobile__hide {
      display: none;
    }
  }

.home-body,
.home-html {
  padding: 0;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .home-body,
    .home-html {
      height: auto; } }

.home {
  position: relative;
  height: 100%;
  min-height: 640px; }
  @media screen and (max-width: 1023px) {
    .home {
      min-height: 740px; } }
  @media screen and (max-width: 767px) {
    .home {
      height: auto; } }
  .home__top {
    z-index: 1;
    position: relative; }
  .home__header {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative; }
  .home__intro {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .home__main {
    padding-top: 560px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 1023px) {
      .home__main {
        padding-bottom: 180px; } }
    @media screen and (max-width: 767px) {
      .home__main {
        position: relative;
        padding: 0 !important; } }
  .home__ctas-wrapper {
    position: relative;
    height: 100%;
    float: right;
    width: 25%; }
    @media screen and (max-width: 1023px) {
      .home__ctas-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 180px;
        float: none; } }
    @media screen and (max-width: 767px) {
      .home__ctas-wrapper {
        position: relative; } }
    @media screen and (max-width: 660px) {
      .home__ctas-wrapper {
        height: auto; } }
  .home__ctas {
    background: #FFF;
    padding-left: 4px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-width: 400px;
    right: 0;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 1023px) {
      .home__ctas {
        position: relative;
        width: 100%;
        padding-left: 0px; } }
    @media screen and (max-width: 767px) {
      .home__ctas {
        min-width: 0px; } }

.home-slider {
  border-top: 4px solid #FFF;
  height: 100%;
  width: 75%;
  float: left; }
  @media screen and (max-width: 1023px) {
    .home-slider {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-slider {
      height: 300px; } }
  .home-slider__list {
    height: 100% !important; }
  .home-slider__li {
    height: 100%;
    background-position: 50% 50%; }
    .home-slider__li--1 {
      background-image: url("../images/slider/slide1.jpg"); }
    .home-slider__li--2 {
      background-image: url("../images/slider/slide2.jpg"); }
    .home-slider__li--3 {
      background-image: url("../images/slider/slide3.jpg"); }
    .home-slider__li--4 {
      background-image: url("../images/slider/slide4.jpg"); }
  .home-slider__caption {
    position: absolute;
    width: 100%;
    bottom: 50px; }
    @media screen and (min-width: 1250px) {
      .home-slider__caption {
        font-size: 1.5em; } }
  .home-slider__link {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 55px; }
    @media screen and (max-width: 414px) {
      .home-slider__link {
        padding-right: 35px; } }
    .home-slider__link:after {
      content: " ";
      display: block;
      width: 40px;
      height: 100px;
      position: absolute;
      bottom: 0;
      right: 0;
      background: url(../images/slider/arrow.png);
      background-image: url(../images/slider/arrow.svg), none;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media screen and (max-width: 414px) {
        .home-slider__link:after {
          width: 20px;
          height: 50px;
          background-size: 20px 50px;
          bottom: auto;
          top: 50%;
          margin-top: -25px; } }
    .home-slider__link:hover:after {
      right: -5px; }
  .home-slider__heading {
    color: #FFF; }
    @media screen and (max-width: 414px) {
      .home-slider__heading {
        margin-bottom: 0; } }
  .home-slider__text {
    color: #FFF; }
    @media screen and (max-width: 414px) {
      .home-slider__text {
        display: none; } }
  .home-slider__photo-credit {
    color: #9A9A9A;
    font-size: 0.6em; }

.image-cta--home {
  height: 33.3333%;
  position: relative;
  color: #604747;
  border-top: 4px solid #FFF; }
  .image-cta--home__image {
    height: 100%; }
  @media screen and (max-width: 1023px) {
    .image-cta--home {
      height: 100%;
      width: 33.3333%;
      float: left; }
      .image-cta--home:nth-child(1) {
        border-right: 2px solid #FFF; }
      .image-cta--home:nth-child(2) {
        border-right: 2px solid #FFF;
        border-left: 2px solid #FFF; }
      .image-cta--home:nth-child(3) {
        border-left: 2px solid #FFF; } }
  @media screen and (max-width: 660px) {
    .image-cta--home {
      width: 100%;
      float: none;
      height: 180px;
      border-left: none !important;
      border-right: none !important; }
      .image-cta--home__heading {
        z-index: 1; }
      .image-cta--home:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 802;
  overflow: hidden;
  position: fixed;
  background: #597531;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 803;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 805; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 804; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-close,
.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 806;
  box-shadow: none;
  touch-action: manipulation; }
  .mfp-close::-moz-focus-inner,
  .mfp-arrow::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
  background: url(../images/popup/close.png);
  background-image: url(../images/popup/close.svg), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 0px;
    padding-right: 0px; } }
.popup__top {
  margin-bottom: 30px; }
.popup__heading {
  text-align: center;
  color: #FFF; }
.popup__intro {
  text-align: center;
  color: #FFF; }

.popup-content {
  max-width: 950px;
  width: 100%;
  padding: 65px 5% 45px 5%;
  background: #597531; }

.popup-form__row {
  margin: 20px 0;
  text-align: center;
  overflow: hidden; }
  .popup-form__row--last {
    margin-bottom: 0; }
.popup-form__fieldset {
  margin-bottom: 10px; }
.popup-form__label {
  display: inline-block;
  color: #FFF;
  font-size: 1.125em; }
.popup-form__input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  width: 100px;
  min-width: 100px;
  max-width: 500px;
  height: 30px;
  background: none;
  border: none;
  border-bottom: solid 1px #DADBD5;
  line-height: 150%;
  color: #DBDCD5;
  outline: none;
  padding: 0; }
  .popup-form__input--error {
    border-color: #EE4444; }
.popup-form__textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 34px;
  background: none;
  border: none;
  border-bottom: solid 1px #DBDCD5;
  line-height: 150%;
  text-align: center;
  color: #DBDCD5;
  outline: none;
  margin: 0 auto;
  overflow: hidden; }
.popup-form__submit {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.25em; }
  .popup-form__submit:after {
    margin-top: -12px; }
  .popup-form__submit:hover:after, .popup-form__submit:focus:after {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0); }

.checkboxes {
  text-align: center;
  margin-top: -15px; }
  .checkboxes__item {
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
    overflow: hidden;
    width: 135px;
    display: inline-block;
    cursor: pointer;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .checkboxes__item--three {
        width: 33.3333%; } }
  .checkboxes__checkbox {
    position: absolute;
    height: 1px;
    width: 1px;
    left: -2000px; }
    .checkboxes__checkbox:focus + .checkboxes__circle {
      border-color: #8EBB36; }
    .checkboxes__checkbox:checked + .checkboxes__circle {
      background: #DBDCD5; }
  .checkboxes__circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #DADBD5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .checkboxes__circle--active {
      background: #F1F0EC; }
  .checkboxes__label {
    color: #DADBD5;
    display: block;
    margin-top: 5px; }


/* --------------------------------------------------------------------------------
EXTRAS
-------------------------------------------------------------------------------- */

.home-body,
.home-html
{
  height: auto;
}

.home
{
  height: auto;
  min-height: 0;
}

@media screen and (max-width: 1023px) {

  .home
  {
    min-height: 0;
  }

}

.home__main
{
  padding-top: 0;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 1023px) {

  .home__main
  {
    padding-bottom: 0;
  }

}

.home__ctas-wrapper
{
  height: auto;
  float: none;
  width: 100%;
}

@media screen and (max-width: 1023px) {

  .home__ctas-wrapper
  {
    position: relative;
    bottom: auto;
    height: auto;
  }

}

.home__ctas
{
  /*background: #FFF;*/
  padding-left: 0;
  position: relative;
  height: auto;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 0;
  right: auto;
  top: auto;
  bottom: auto;
}

.home-slider
{
  border-top: 1px solid #FFF;
  height: auto;
  width: 100%;
  float: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15.625% 0;
}

@media screen and (max-width: 767px) {

  .home-slider
  {
    height: 240px;
  }

}

.home-slider__list
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-slider__li
{
  position: relative;
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.home-slider__gradient
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: url(../images/slider/gradient.png) repeat-x;
}

.home-slider__caption
{
  bottom: 25px;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1250px) {

  .home-slider__caption
  {
    font-size: inherit;
  }

  .home-slider__text
  {
    font-size: 1.5em;
  }

}

.home-slider__link
{
  padding-right: 0;
}

@media screen and (max-width: 414px) {

  .home-slider__link
  {
    padding-right: 0;
  }

}

.home-slider__link:after
{
  display: none;
}

.home-slider__text
{
  color: #8EBB36;
}

@media screen and (max-width: 767px) {

  .home-slider__text,
  span.extra__text
  {
    display: none;
  }

}

.home-slider__photo-credit_wrapper
{
  position: absolute;
  width: 100%;
  top: 25px;
}

.home-slider__photo-credit
{
  font-size: 0.75em;
  text-align: right;
}


.home__intro
{
  border-top: solid 4px #FFF;
}


.half--mb
{
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {

  .half--mb
  {
    margin-bottom: 20px;
  }

}

/*.image-cta__text-wrapper
{
    margin-top: -1px;
}*/

.bespoke-col__left
{
  width: 44%;
}

.table
{
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.table_cell
{
  display: table-cell;
  vertical-align: middle;
}

.bespoke-col__left .bottom-line:before
{
  border-bottom: 1px solid #8EBB36;
  left: 0;
  margin-left: 0;
}

@media screen and (max-width: 767px) {

  .bespoke-col__left
  {
      width: 100%;
  }

  .bespoke-col__left .bottom-line
  {
    display: none;
  }

}

.mb-38
{
  margin-bottom: 38px;
}

.mb-30
{
  margin-bottom: 30px;
}

.popup__caption
{
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 8px;
}

.popup__caption .body
{
  font-family: "Gilda Display", serif;
  color: #604747;
}

.bespoke_imgs
{
  position: relative;
  width: 100%;
}

.bespoke_img
{
  position: relative;
  width: 100%;
  line-height: 0;
  padding-top: 20px;
}

@media screen and (max-width: 850px) {

  .bespoke--third
  {
    margin-bottom: 20px;
  }

  .bespoke_imgs
  {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .bespoke_img
  {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media screen and (max-width: 413px) {

  .bespoke_imgs
  {
    width: 100%;
    margin: 0;
  }

  .bespoke_img
  {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

}

#sail-cloth
{
  position: absolute;
  top: -92px;
}

/*.marquee--bespoke-1 {
  background-image: url(../images/marquees/bespoke-1.jpg); }
.marquee--bespoke-2 {
  background-image: url(../images/marquees/bespoke-2.jpg); }
.marquee--bespoke-3 {
  background-image: url(../images/marquees/bespoke-3.jpg); }
.marquee--bespoke-4 {
  background-image: url(../images/marquees/bespoke-4.jpg); }
.marquee--bespoke-5 {
  background-image: url(../images/marquees/bespoke-5.jpg); }
.marquee--bespoke-6 {
  background-image: url(../images/marquees/bespoke-6.jpg); }
.marquee--bespoke-7 {
  background-image: url(../images/marquees/bespoke-7.jpg); }
.marquee--bespoke-8 {
  background-image: url(../images/marquees/bespoke-8.jpg); }*/

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

#ts_and_cs {
  display: flex;
  margin-top: 40px;
}

#ts_and_cs a {
  display: block;
  text-decoration: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #ccc;
  line-height: 160%;
  margin: 0 auto;
  transition: all 0.4s ease;
}

#ts_and_cs a:hover {
  color: #8EBB36;
}