@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i");
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,
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: inherit;
  vertical-align: baseline; }

dl, dt, dd, ol, ul, li {
  box-sizing: border-box; }

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

blockquote, q {
  quotes: none; }

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

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

img {
  display: block; }

.whitebg {
  background-color: #fff; }

.blackbg {
  background-color: #111; }

.silverbg {
  background-color: #ddd; }

.greybg {
  background-color: #aaa; }

.vasseblack {
  background-color: #2b2626; }

.vasseyellow {
  background-color: #fed100; }

.vassebrown {
  background-color: #696058; }

.white {
  color: #fff; }

.black {
  color: #111; }

.silver {
  color: #ddd; }

.grey {
  color: #aaa; }

.clearfix,
section {
  zoom: 1; }
  .clearfix:before, .clearfix:after,
  section:before,
  section:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after,
  section:after {
    clear: both; }

@font-face {
  font-family: 'fabfeltscriptbold';
  src: url("../fonts/fabfeltscript-bold-webfont.woff2") format("woff2"), url("../fonts/fabfeltscript-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PMNCaeciliaW01-75Bold";
  src: url("../fonts/9bd4aa31-b713-46ea-98be-4ee7144485d3.eot?#iefix");
  src: url("../fonts/9bd4aa31-b713-46ea-98be-4ee7144485d3.eot?#iefix") format("eot"), url("../fonts/4a758111-db21-4bd4-900b-b7703250115f.woff2") format("woff2"), url("../fonts/c8018977-bfbd-4a76-a48d-fa0be4da75ef.woff") format("woff"), url("../fonts/1f750230-9c70-43f4-ae5c-e8d00c419fda.ttf") format("truetype"), url("../fonts/0006ae28-8833-490d-82c5-b4f373a137c5.svg#0006ae28-8833-490d-82c5-b4f373a137c5") format("svg"); }
@font-face {
  font-family: "PMNCaeciliaW01-85Heavy";
  src: url("../fonts/b18c2183-94c9-43d7-8bd7-4e030cf7749b.eot?#iefix");
  src: url("../fonts/b18c2183-94c9-43d7-8bd7-4e030cf7749b.eot?#iefix") format("eot"), url("../fonts/b660c7a3-8700-45a7-b5bc-711ebde3049a.woff2") format("woff2"), url("../fonts/b644e35b-6214-4f76-ad61-4d66c2fa99a9.woff") format("woff"), url("../fonts/c9cabe33-9d11-4955-8794-4ca2b540eaad.ttf") format("truetype"), url("../fonts/e7a29f78-41d4-4ecc-8cab-2fa675292349.svg#e7a29f78-41d4-4ecc-8cab-2fa675292349") format("svg"); }
@font-face {
  font-family: 'CaeciliaLTPro-46LightItalic';
  src: url("../fonts/34AB4B_0_0.eot");
  src: url("../fonts/34AB4B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/34AB4B_0_0.woff2") format("woff2"), url("../fonts/34AB4B_0_0.woff") format("woff"), url("../fonts/34AB4B_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'CaeciliaLTPro-56Italic';
  src: url("../fonts/34AB4B_1_0.eot");
  src: url("../fonts/34AB4B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/34AB4B_1_0.woff2") format("woff2"), url("../fonts/34AB4B_1_0.woff") format("woff"), url("fonts/34AB4B_1_0.ttf") format("truetype"); }
main, .container {
  max-width: 1200px;
  margin: 0 auto; }

section, .column {
  display: flex;
  flex-wrap: wrap; }

article {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px; }

.w1 {
  width: calc(1 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset1 {
  margin-left: calc(1 / 12 * 100%); }

.spacer-vt1 {
  padding-top: 20px; }

.spacer-vb1 {
  padding-bottom: 20px; }

.w2 {
  width: calc(2 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset2 {
  margin-left: calc(2 / 12 * 100%); }

.spacer-vt2 {
  padding-top: 40px; }

.spacer-vb2 {
  padding-bottom: 40px; }

.w3 {
  width: calc(3 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset3 {
  margin-left: calc(3 / 12 * 100%); }

.spacer-vt3 {
  padding-top: 60px; }

.spacer-vb3 {
  padding-bottom: 60px; }

.w4 {
  width: calc(4 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset4 {
  margin-left: calc(4 / 12 * 100%); }

.spacer-vt4 {
  padding-top: 80px; }

.spacer-vb4 {
  padding-bottom: 80px; }

.w5 {
  width: calc(5 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset5 {
  margin-left: calc(5 / 12 * 100%); }

.spacer-vt5 {
  padding-top: 100px; }

.spacer-vb5 {
  padding-bottom: 100px; }

.w6 {
  width: calc(6 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset6 {
  margin-left: calc(6 / 12 * 100%); }

.spacer-vt6 {
  padding-top: 120px; }

.spacer-vb6 {
  padding-bottom: 120px; }

.w7 {
  width: calc(7 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset7 {
  margin-left: calc(7 / 12 * 100%); }

.spacer-vt7 {
  padding-top: 140px; }

.spacer-vb7 {
  padding-bottom: 140px; }

.w8 {
  width: calc(8 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset8 {
  margin-left: calc(8 / 12 * 100%); }

.spacer-vt8 {
  padding-top: 160px; }

.spacer-vb8 {
  padding-bottom: 160px; }

.w9 {
  width: calc(9 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset9 {
  margin-left: calc(9 / 12 * 100%); }

.spacer-vt9 {
  padding-top: 180px; }

.spacer-vb9 {
  padding-bottom: 180px; }

.w10 {
  width: calc(10 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset10 {
  margin-left: calc(10 / 12 * 100%); }

.spacer-vt10 {
  padding-top: 200px; }

.spacer-vb10 {
  padding-bottom: 200px; }

.w11 {
  width: calc(11 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset11 {
  margin-left: calc(11 / 12 * 100%); }

.spacer-vt11 {
  padding-top: 220px; }

.spacer-vb11 {
  padding-bottom: 220px; }

.w12 {
  width: calc(12 / 12 * 100%);
  padding-left: 15px;
  padding-right: 15px; }

.offset12 {
  margin-left: calc(12 / 12 * 100%); }

.spacer-vt12 {
  padding-top: 240px; }

.spacer-vb12 {
  padding-bottom: 240px; }

@media screen and (max-width: 906px) {
  .w-md1 {
    width: calc(1 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset1 {
    margin-left: 0; }

  .w-md2 {
    width: calc(2 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset2 {
    margin-left: 0; }

  .w-md3 {
    width: calc(3 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset3 {
    margin-left: 0; }

  .w-md4 {
    width: calc(4 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset4 {
    margin-left: 0; }

  .w-md5 {
    width: calc(5 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset5 {
    margin-left: 0; }

  .w-md6 {
    width: calc(6 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset6 {
    margin-left: 0; }

  .w-md7 {
    width: calc(7 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset7 {
    margin-left: 0; }

  .w-md8 {
    width: calc(8 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset8 {
    margin-left: 0; }

  .w-md9 {
    width: calc(9 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset9 {
    margin-left: 0; }

  .w-md10 {
    width: calc(10 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset10 {
    margin-left: 0; }

  .w-md11 {
    width: calc(11 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset11 {
    margin-left: 0; }

  .w-md12 {
    width: calc(12 / 6 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset12 {
    margin-left: 0; }

  article {
    flex: 100%; }

  .column {
    display: flex; } }
@media screen and (max-width: 480px) {
  .w1 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset1 {
    margin-left: 0; }

  .w2 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset2 {
    margin-left: 0; }

  .w3 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset3 {
    margin-left: 0; }

  .w4 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset4 {
    margin-left: 0; }

  .w5 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset5 {
    margin-left: 0; }

  .w6 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset6 {
    margin-left: 0; }

  .w7 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset7 {
    margin-left: 0; }

  .w8 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset8 {
    margin-left: 0; }

  .w9 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset9 {
    margin-left: 0; }

  .w10 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset10 {
    margin-left: 0; }

  .w11 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset11 {
    margin-left: 0; }

  .w12 {
    width: calc(12 / 12 * 100%);
    padding-left: 15px;
    padding-right: 15px; }

  .offset12 {
    margin-left: 0; }

  article {
    flex: 100%; } }
html {
  font-size: 1.22em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Montserrat", serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  font-size-adjust: 0.5; }

blockquote {
  border-left: 2px solid #2b2626;
  font-family: "Montserrat", serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 15px;
  padding-left: 25px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PMNCaeciliaW01-75Bold", sans-serif;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size-adjust: 0.5;
  color: #696058; }

h1, .size-1 {
  font-size: 2.2rem;
  line-height: 1.5; }

h2, .size-2 {
  font-size: 1.8em;
  line-height: 1.425; }

h3, .size-3 {
  font-size: 1.4rem;
  line-height: 1.275; }

h4, .size-4 {
  font-size: 1rem;
  line-height: 1.275; }

h5, .size-5 {
  font-size: .6em;
  line-height: 1.275; }

h6, .size-6 {
  font-size: .6em; }

.size-1,
.size-2,
.size-3,
.size-4,
.size-5,
.size-6 {
  font-weight: 400; }

p {
  margin: 0 0 15px; }

small {
  font-size: 0.8133333333em; }

pre {
  background: #222;
  color: #fff;
  display: block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word; }

code {
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 10px;
  word-break: break-all;
  word-wrap: break-word; }

a {
  color: #696058;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #fed100; }

strong {
  font-weight: 500; }

@media screen and (max-width: 480px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 16px; }

  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    font-size: 14px; } }
img,
video,
audio,
iframe,
object {
  max-width: 100%;
  height: auto; }

.whatson_back_btn {
  float: right; }

table {
  width: 100%; }
  table th,
  table td {
    padding: 5px;
    text-align: left; }
  table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }

label {
  display: block;
  margin-bottom: 5px; }

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  border: 1px solid #ccc;
  height: 1.5;
  outline: none;
  padding: 5px 10px;
  width: 300px; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=phone]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  textarea:focus {
    border-color: #2b2626; }
  input[type=text].full-width,
  input[type=email].full-width,
  input[type=phone].full-width,
  input[type=password].full-width,
  input[type=number].full-width,
  input[type=search].full-width,
  textarea.full-width {
    width: 100%; }

textarea {
  height: 4.5; }

form {
  margin-bottom: 30px; }
  form .field {
    margin-bottom: 15px; }
  form .hint {
    color: #aaa;
    margin-top: 5px; }
  form .is-required {
    font-style: italic; }
  form .has-error .error-description {
    color: #ff4136;
    margin-top: 5px; }
  form .has-error input[type=text],
  form .has-error input[type=email],
  form .has-error input[type=phone],
  form .has-error input[type=password],
  form .has-error input[type=number],
  form .has-error input[type=search],
  form .has-error textarea {
    border-color: #ff4136; }

.alert {
  zoom: 1;
  border-left: 3px solid;
  margin-bottom: 30px;
  padding: 10px; }
  .alert:before, .alert:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .alert:after {
    clear: both; }
  .alert.alert-danger {
    background: #ffeae9;
    border-color: #ff4136;
    color: #e90d00; }
  .alert.alert-success {
    background: #e6f9e8;
    border-color: #2ecc40;
    color: #25a233; }
  .alert.alert-warning {
    background: #fff2e7;
    border-color: #ff851b;
    color: #e76b00; }
  .alert.alert-info {
    background: #cfe9ff;
    border-color: #0074d9;
    color: #0059a6; }
  .alert.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    text-align: center; }
  .alert p:last-child {
    margin-bottom: 0; }

.footermenu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  margin: 20px 0 0;
  padding: 0; }
  .footermenu ul li {
    flex-grow: 0;
    flex-basis: auto; }
  .footermenu ul a {
    font-family: "PMNCaeciliaW01-75Bold", sans-serif;
    color: #fff;
    font-size: .7em;
    color: #b1adab; }
    .footermenu ul a:hover {
      color: #fed100; }
    .footermenu ul a:after {
      content: "/";
      padding: 0 10px; }

/** Dropdown **/
.navigation {
  height: 70px;
  clear: both; }

.menu {
  background-color: #fed100; }

.brand {
  position: relative;
  float: left;
  font-size: 1.3em; }
  .brand a,
  .brand a:visited {
    text-decoration: none; }

.nav-container {
  z-index: 100; }
  .nav-container .current-menu-item span {
    border-radius: 6px;
    height: 6px;
    width: auto;
    box-shadow: 0 55px 0 0 #fed100;
    display: inline-block; }

nav {
  float: right; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      float: left;
      position: relative;
      padding: 0 20px; }
      nav ul li a {
        font-family: "PMNCaeciliaW01-75Bold", sans-serif;
        font-size: 1em;
        display: block;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        line-height: 70px;
        color: #ffffff;
        text-decoration: none; }
        nav ul li a:hover {
          background: none;
          color: #fed100; }
        nav ul li a:not(:only-child):after {
          padding-left: 4px;
          content: ' ▾'; }
      nav ul li ul li {
        min-width: 190px; }
        nav ul li ul li a {
          padding: 10px;
          line-height: 20px; }

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px; }

@media only screen and (min-width: 907px) {
  .menu {
    display: block !important; } }
@media only screen and (max-width: 906px) {
  .nav-mobile {
    display: block; }

  nav {
    width: 100%;
    padding: 0; }
    nav ul {
      display: none; }
      nav ul li {
        float: none;
        text-align: center; }
        nav ul li a {
          padding: 15px;
          line-height: 20px; }
        nav ul li ul li a {
          padding-left: 30px; }

  .nav-dropdown {
    position: static; } }
@media screen and (min-width: 906px) {
  .nav-list {
    display: block !important; } }
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px; }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span:before {
    top: -10px; }
  #nav-toggle span:after {
    bottom: -10px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }

* {
  box-sizing: border-box !important; }

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

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

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

.clear {
  clear: both; }

.right, .alignright {
  float: right; }

.left, .alignleft {
  float: left; }

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.valign {
  vertical-align: middle; }

hr {
  border: 0;
  border-bottom: 1px solid transparent;
  margin: 30px 0; }

.subtle {
  color: #aaa; }

.relative {
  position: relative; }

.groupa:after {
  content: "";
  display: table;
  clear: both; }

.groupb:before {
  content: "";
  display: table;
  clear: both; }

.inline {
  display: inline; }

/* Alignment: */
.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

body {
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
  animation-timing-function: ease-out; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
a.lightbox img {
  height: auto; }

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: 100%;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden; }

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img, .lightbox-target video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0; }

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%; }

.lightbox-target:target a.lightbox-close {
  top: 0px; }

dl#catselect.dropdown {
  margin: 0 0 20px 0; }

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px; }

.categories li:first-child::after {
  display: none;
  content: " "; }

.dropdown dd {
  position: relative; }

.dropdown a {
  color: #696058;
  text-decoration: none;
  outline: none; }

.dropdown a:hover {
  color: #696058; }

.dropdown dt a:hover, .dropdown dt a:focus {
  color: #696058; }

.dropdown dt a {
  background: #696058 url("../images/svg/arw-down-w.svg") no-repeat scroll right center;
  background-size: 25% 25%;
  display: block;
  padding-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500; }

.dropdown dd ul {
  background: #e3e0dd none repeat scroll 0 0;
  color: #696058;
  display: none;
  left: 0px;
  position: absolute;
  top: 2px;
  width: 100%;
  list-style: none;
  box-shadow: 0px 10px 20px #ddd; }

.dropdown span.value {
  display: none; }

.dropdown dd ul li a {
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #cbc6c2; }

.dropdown dd ul li a:hover {
  background-color: #fed100; }

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px; }

.flagvisibility {
  display: none; }

.curve {
  background: url("/wp-content/themes/vassetheme/images/header-base.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  min-height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.rslides_container {
  margin-bottom: -200px;
  z-index: -100; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  max-height: 700px;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.centered-btns_nav, .left-btns {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background: transparent url("themes.gif") no-repeat left top; }

.centered-btns_nav:active, .left-btns:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.centered-btns_nav:focus {
  outline: none; }

.centered-btns_tabs, .left-btns_tabs {
  text-align: center;
  position: relative;
  top: -200px;
  z-index: 100; }

.left-btns {
  text-align: center;
  position: relative;
  top: -200px;
  z-index: 100; }

.centered-btns_tabs li, .left-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px; }

.centered-btns_tabs a, .left-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fed100;
  background: #fff;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 15px;
  height: 15px; }

.centered-btns_here a, .left-btns_here a {
  background: #fff;
  background: #fed100; }

.slider.bs-slider {
  position: relative;
  min-height: 900px;
  overflow: visible; }
  .slider.bs-slider .bs-nav {
    padding: 0 10px; }
    .slider.bs-slider .bs-nav a {
      font-size: 24px;
      color: #ffffff; }
  .slider.bs-slider .bs-bullets {
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    top: 75%;
    max-width: 1180px;
    display: block;
    left: 0;
    right: 0; }
    .slider.bs-slider .bs-bullets li {
      display: inline-block;
      padding: 0 5px;
      cursor: pointer;
      color: #ffffff; }
      .slider.bs-slider .bs-bullets li.active {
        color: #fed100; }

@media screen and (max-width: 480px) {
  .slider.bs-slider .bs-bullets {
    list-style-type: none;
    position: absolute;
    top: 85%;
    left: 0; } }
.blog .hero,
.single .hero, .category-page .hero {
  background: url("../images/header-base.png") no-repeat, url("../images/whatson-hero.jpg") no-repeat;
  background-size: 101%, cover;
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
  min-height: 470px;
  width: 100%;
  position: relative; 
}

.hero.vision, .hero.village-info, .hero.contact, .hero.privacy-policy, .hero.disclaimer {
  background: url("../images/header-base.png") bottom center no-repeat, url("../images/vision-header.jpg");
  background-repeat: no-repeat;
  background-size: 101%, cover;
  background-position: bottom center, top center;
  min-height: 470px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.hero.village-info {
  background: url("../images/header-base.png") bottom center no-repeat, url("../images/village-info-hero.jpg");
  background-repeat: no-repeat;
  background-size: 101%, cover;
  background-position: bottom center, top center;
  min-height: 470px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.hero.contact {
  background: url("../images/header-base.png") bottom center no-repeat, url("../images/hp-slider-2.jpg");
  background-repeat: no-repeat;
  background-size: 101%, cover;
  background-position: bottom center, center center;
  min-height: 470px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.rightalign {
  float: right;
  margin: 0 0 30px 30px; }

.leftalign {
  float: left;
  margin: 0 30px 30px 15px; }

.wavybg.topleft {
  filter: drop-shadow(-20px -20px 0 #fad600);
  -webkit-filter: drop-shadow(-20px -20px 0 #fad600);
  -moz-filter: drop-shadow(-20px -20px 0 #fad600);
  -ms-filter: drop-shadow(-20px -20px 0 #fad600);
  -o-filter: drop-shadow(-20px -20px 0 #fad600); }

.wavybg.topright {
  filter: drop-shadow(20px -20px 0 #fad600);
  -webkit-filter: drop-shadow(20px -20px 0 #fad600);
  -moz-filter: drop-shadow(20px -20px 0 #fad600);
  -ms-filter: drop-shadow(20px -20px 0 #fad600);
  -o-filter: drop-shadow(20px -20px 0 #fad600); }

.wavybg.bottomleft {
  filter: drop-shadow(-20px 20px 0 #fad600);
  -webkit-filter: drop-shadow(-20px 20px 0 #fad600);
  -moz-filter: drop-shadow(-20px 20px 0 #fad600);
  -ms-filter: drop-shadow(-20px 20px 0 #fad600);
  -o-filter: drop-shadow(-20px 20px 0 #fad600); }

.wavybg.bottomright {
  filter: drop-shadow(20px 20px 0 #fad600);
  -webkit-filter: drop-shadow(20px 20px 0 #fad600);
  -moz-filter: drop-shadow(20px 20px 0 #fad600);
  -ms-filter: drop-shadow(20px 20px 0 #fad600);
  -o-filter: drop-shadow(20px 20px 0 #fad600); }

.imgclip {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../images/svg/wavyclip.svg");
  mask-image: url("../images/svg/wavyclip.svg");
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-type: alpha; }

.inv-imgclip {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../images/svg/inv-wavyclip.svg");
  mask-image: url("../images/svg/inv-wavyclip.svg");
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-type: alpha; }

.second-hp-post {
  position: relative; }

.back {
  z-index: -1; }

.hero {
  background: url("../images/header-base.png"), url("../images/hp-slider-1.png");
  background-repeat: no-repeat;
  background-size: 101%, cover;
  background-position: bottom center, top center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10; }

.nav-container {
  margin: 45px 0 100px;
  z-index: 2; }

.logo {
  width: 300px; }

.tradinghours {
  background-image: url("../images/svg/tradinghours.svg");
  background-repeat: no-repeat;
  min-width: 185px;
  min-height: 135px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 245px;
  z-index: 1; }
  .tradinghours:hover {
    background-image: url("../images/svg/tradinghours-hover.svg"); }

.vision-section {
  position: relative;
  background-image: url("../images/visionpanel.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
  width: 100vw; }

.vision-panel {
  background-position: -5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 40px 50px;
  margin-top: 150px;
  border-radius: 5000px 9000px 0 0 / 500px 1000px 0 0; }

.vision-arrow {
  position: relative;
  width: 140px;
  float: left;
  margin-right: 20px; }

.vision-section .play-btn {
  width: 5%;
  position: absolute;
  top: 50%;
  left: 75%; }

.villagepic-hp {
  margin: 70px 0 0px;
  min-width: 100%;
  height: auto; }

.whatsonpic-hp {
  margin: 40px 0 0px;
  min-width: 100%;
  height: auto; }

.left-arrow {
  top: 10px;
  position: relative;
  width: 140px;
  display: inline-block; }

.hp-post-title:nth-child(1) {
  order: 2; }

.second-hp-post {
  order: 2; }

.hp-post-title {
  padding-top: 20px;
  padding-bottom: 20px; }

.news-heading {
  font-family: "Montserrat", serif;
  font-weight: 500;
  display: block; }
  .news-heading a {
    color: #111;
    font-size: .85em;
    display: block;
    margin-top: 10px; }

.newsposts > article > img {
  object-fit: cover;
  width: 400px;
  height: 225px; }

ul.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.post-categories li a {
    background: #fed100;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 5px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
    font-size: .7em; }
    ul.post-categories li a:hover {
      background: #2b2626;
      color: #fff; }

.news-meta a {
  background: #fed100;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  border-radius: 5px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  font-size: .6em; }
  .news-meta a:hover {
    background: #2b2626;
    color: #fff; }

.posts-list {
  border-bottom: 1px solid #c5bebe;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-table; }

.post-thumb {
  max-width: 30%;
  height: auto;
  float: left; }

.post-list-meta {
  float: left;
  max-width: 65%;
  margin-left: 10px; }
  .post-list-meta p {
    margin-bottom: 0;
    line-height: 1.3; }

.post-title {
  font-size: 80%;
  color: #2b2626; }

.post-date {
  font-size: 80%;
  color: #7c6e6e; }

.social-email {
  color: #e9e9e9; }

.social-facebook {
  color: #3b589a; }

.social-linkedin {
  color: #0076b7; }

.social-twitter {
  color: #01a9f0; }

.social-googleplus {
  color: #dd4931; }

.social-pinterest {
  color: #cc1d20; }

.shops-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch; }

.shop-accordian {
  display: table;
  background-color: #696058;
  background-image: url("../images/svg/plus-w.svg");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-size: 3%;
  cursor: pointer;
  width: 100%;
  margin-bottom: 2px;
  padding: 20px;
  color: #fff; }
  .shop-accordian.close {
    color: #696058;
    background-color: #fed100;
    background-image: url("../images/svg/minus-k.svg");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    background-size: 3%; }

.shop {
  flex-grow: 1;
  max-width: 385px;
  height: auto;
  align-self: start;
  padding: 15px; }

.shop-logo {
  border: 1px solid #ddd;
  min-height: 200px;
  position: relative; }
  .shop-logo img {
    margin: auto;
    max-height: 160px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute; }

.shopiconbox {
  border: 1px solid #ddd;
  min-height: 200px;
  position: relative;
  background-color: #ddd; }
  .shopiconbox img {
    margin: auto;
    max-height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute; }

.shop-name {
  font-weight: bold;
  font-size: 1em; }

.shop-hours strong {
  font-weight: 500; }

.shop-phone, .shop-address, .shop-website, .shop-level {
  line-height: 30px; }

.shop-phone {
  background: url("../images/svg/phone.svg") no-repeat;
  background-size: 30px;
  padding-left: 50px; }

.shop-address {
  background: url("../images/svg/shop.svg") no-repeat;
  background-size: 30px;
  padding-left: 50px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.shop-website {
  background: url("../images/svg/web.svg") no-repeat;
  background-size: 30px;
  padding-left: 50px; }

.shop-level {
  background: url("../images/svg/location.svg") no-repeat;
  background-size: 30px 30px;
  padding-left: 50px; }

.email {
  background: url("../images/svg/email.svg") no-repeat;
  background-size: 24px;
  padding-left: 50px; }

.phone {
  background: url("../images/svg/phone.svg") no-repeat;
  background-size: contain;
  padding-left: 50px; }

.address {
  background: url("../images/svg/address.svg") no-repeat;
  background-size: 23px;
  padding-left: 50px; }

.fb {
  background: url("../images/svg/fb.svg") no-repeat;
  background-size: contain;
  padding-left: 50px; }

html, body {
  overflow-x: hidden; }

.aligned {
  margin-left: 8%; }

.for-mobile {
  display: none; }

.for-desktop {
  display: block; }

footer.main-footer {
  padding: 50px 0; }

.desktop-no-gutters {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0; }

.cap::first-letter {
  font-family: "fabfeltscriptbold", serif;
  font-size: 2.3em;
  line-height: 1.5;
  vertical-align: middle;
  color: #fed100;
  margin-right: 4px; }

.wcap::first-letter {
  color: #fff; }

.no-cap::first-letter {
  font-family: "PMNCaeciliaW01-75Bold", sans-serif;
  line-height: 1.5;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  font-size: inherit; }

span.cap {
  font-family: "fabfeltscriptbold", serif;
  font-size: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
  color: #fed100;
  margin-right: 0px; }

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

.footer-vasselogo {
  float: right; }

.right-arrow {
  width: 40px; }

.openhour-pic {
  align-self: flex-end;
  margin-bottom: 40px; }

.btn {
  background-image: url("../images/svg/sm-btn-ol-y.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
  font-family: "PMNCaeciliaW01-75Bold", sans-serif;
  font-weight: bold;
  color: #696058;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: -.06em;
  text-transform: uppercase; }
  .btn.btn-lg-y {
    background-image: url("../images/svg/lg-btn-ol-y.svg");
    width: auto;
    height: 100px;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    padding: 35px 30px 10px 20px; }
    .btn.btn-lg-y:hover {
      background-image: url("../images/svg/lg-btn-hover.svg");
      color: #fed100; }
  .btn.btn-lg {
    background-image: url("../images/svg/lg-btn-ol-w.svg");
    width: auto;
    height: auto;
    background-size: contain;
    padding: 15px 20px; }
    .btn.btn-lg:hover {
      background-image: url("../images/svg/lg-btn-hover.svg");
      color: #fed100; }
  .btn.btn-y {
    color: #fff; }
    .btn.btn-y:hover {
      background-image: url("../images/svg/sm-btn-hover-y.svg");
      color: #696058; }
  .btn.btn-w {
    background-image: url("../images/svg/btn-ol-w.svg");
    color: #fff; }
    .btn.btn-w.btn-bt {
      color: #696058; }
      .btn.btn-w.btn-bt:hover {
        color: #fff; }
  .btn:hover {
    background-image: url("../images/svg/sm-btn-hover.svg"); }

div.backwhatson-btn {
  background-image: url("../images/svg/lg-btn-ol-y.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  display: block;
  position: relative; }
  div.backwhatson-btn:hover {
    background-image: url("../images/svg/lg-btn-hover.svg");
    color: #fed100; }

.contact-map {
  margin-bottom: -120px; }

.woodtexture {
  background-image: url("../images/woodtexture.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 135px;
  min-height: 145px;
  width: 100%;
  position: relative;
  /* padding-top: 60px; */
  z-index: 100; }

.lcontainer {
  position: relative;
  top: 35px;
  left: 1%; }

.lease-arrow {
  transform: rotate(-15deg); }

.ltitle {
  position: relative; }

.larrow {
  position: relative;
  left: 15px;
  top: 20px; }

.lbtn {
  position: relative;
  left: 25px;
  top: 25px; }

@media print {
  header,
  nav,
  footer {
    display: none; }

  img {
    max-width: 500px; }

  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; } }
@media screen and (max-width: 735px) {
  .tradinghours {
    min-width: 120px; } }
@media screen and (min-width: 481px) and (max-width: 906px) {
  .for-desktop {
    display: none; }

  .for-mobile {
    display: block; }

  .textwidget h1 {
    font-size: 3vh; }

  .textwidget h2 {
    font-size: 3vh; }

  .aligned {
    margin-left: 0 !important; }

  .hp-post-title {
    text-align: right;
    padding: 5px 20px 30px 10px; }

  .curve {
    min-height: auto !important;
    height: 75vh !important;
    max-height: 75vh !important; }

  .slider.bs-slider {
    min-height: auto !important;
    height: 75vh !important;
    max-height: 75vh !important; }
    .slider.bs-slider .bs-bullets {
      top: 85%; }

  .mobile-gutters {
    padding-left: 15px;
    padding-right: 15px; }

  .mobile-gutters-30 {
    padding-left: 30px;
    padding-right: 15px; }

  .no-gutters {
    padding-left: 0;
    padding-right: 0; }

  .logo {
    width: 250px; }

  .widget_text {
    width: 40vw; }

  .second-hp-post {
    margin-bottom: 10px;
    order: 0; }

  body > div:nth-child(4) > section > div.w7.w-md6.offset1.desktop-no-gutters > section > article:nth-child(1) {
    margin-right: 50px; }

  body > div:nth-child(4) > section > div.w7.w-md6.offset1.desktop-no-gutters > section > article:nth-child(2) {
    margin-left: 50px; }

  .hp-post-title {
    padding: 5px 0 30px 30px; }

  article:nth-child(2) > section > div.w12.w-md6.hp-post-title {
    padding-top: 15px; }

  .vision-section {
    margin-top: 250px;
    position: relative;
    background-image: url("../images/visionpanel.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto; }

  .whatsonpic-hp {
    margin: 0px 0 0px; }

  .villagepic-hp {
    margin: 0 0 0px; }

  .openhour-pic {
    margin: 0 15px 0 0; }

  .single-post-image {
    margin: 40px 0 40px 15px; }

  .vision-panel {
    margin: 0 15px;
    top: -260px;
    flex: auto;
    position: relative; }

  .vision-arrow {
    width: 75px; }

  .btn.btn-lg {
    width: auto;
    padding: 15px 20px; }

  .nav-container {
    margin: 45px 0 125px;
    z-index: 100; }

  .nav-mobile {
    top: 35px;
    right: 0px; }

  .rslides_container {
    margin-bottom: -100px; }

  div.menu-main-menu-container {
    width: 100vw;
    margin: 10px -15px;
    position: absolute;
    z-index: 1; }
    div.menu-main-menu-container .menu {
      display: none; }

  nav ul li a, nav ul li a:visited {
    color: #111;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.05em; }

  nav ul li a:hover, nav ul li a:visited:hover {
    background: none;
    color: #696058; }

  .nav-container .current-menu-item span {
    border-radius: 6px;
    height: 6px;
    margin: 0px auto 25px;
    box-shadow: 0 35px 0 0 #fdfefb;
    box-sizing: content;
    -webkit-box-sizing: content; }

  .centered-btns_tabs, .left-btns_tabs {
    top: -100px; }

  .lease-arrow {
    transform: rotate(10deg);
    width: 30%;
    margin: 10px -20px 20px 50px; }

  .lease-title {
    z-index: 1;
    margin: 10px 0 -30px 25px;
    font-size: 115%; }

  .woodtexture {
    background-size: cover;
    min-height: 100px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    padding-top: 0px; }

  .footermenu ul a:after {
    padding: 0 5px; }

  .main-footer .w2 {
    order: 1;
    flex-basis: 50%; }
  .main-footer .w2 + .w2 {
    flex-basis: 50%;
    order: 2; }
  .main-footer .w8 {
    order: 3; }

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

  .footer-vasselogo {
    float: right;
    margin-top: 17px; }

  .vision-section .play-btn {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 25%; }

  .lcontainer {
    position: relative;
    top: 0;
    left: 0; }

  .ltitle {
    position: relative;
    left: 5%; }

  .larrow {
    position: relative;
    left: 13%;
    top: 0;
    display: none; }

  .lbtn {
    position: absolute;
    left: auto;
    margin-left: 60%;
    top: 35px; }
    .lbtn .btn {
      font-size: 16px; } }
@media screen and (max-width: 480px) {
  .for-desktop {
    display: none; }

  .for-mobile {
    display: block; }

  .textwidget h1 {
    font-size: 3vh; }

  .textwidget h2 {
    font-size: 2vh; }

  .slider.bs-slider {
    min-height: 480px !important; }

  .aligned {
    margin-left: 0 !important; }

  .hp-post-title {
    text-align: center;
    padding: 5px 10px 30px 10px; }

  .curve {
    min-height: 480px !important; }

  .mobile-gutters {
    padding-left: 15px;
    padding-right: 15px; }

  .mobile-gutters-30 {
    padding-left: 30px;
    padding-right: 15px; }

  .no-gutters {
    padding-left: 0;
    padding-right: 0; }

  .logo {
    width: 250px; }

  .tradinghours {
    min-width: 120px; }

  .widget_text {
    width: 40vw; }

  .second-hp-post {
    margin-bottom: 10px;
    order: 0; }

  body > div:nth-child(4) > section > div.w7.w-md6.offset1.desktop-no-gutters > section > article:nth-child(1) {
    margin-right: 50px; }

  body > div:nth-child(4) > section > div.w7.w-md6.offset1.desktop-no-gutters > section > article:nth-child(2) {
    margin-left: 50px; }

  .hp-post-title {
    padding: 5px 0 30px 30px; }

  article:nth-child(2) > section > div.w12.w-md6.hp-post-title {
    padding-top: 15px; }

  .vision-section {
    margin-top: 250px;
    position: relative;
    background-image: url("../images/visionpanel.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto; }

  .whatsonpic-hp {
    margin: 0px 0 0px; }

  .villagepic-hp {
    margin: 0 0 0px; }

  .openhour-pic {
    margin: 0 15px 0 0; }

  .single-post-image {
    margin: 40px 0 40px 15px; }

  .vision-panel {
    margin: 0 15px;
    top: -260px;
    flex: auto;
    position: relative; }

  .vision-arrow {
    width: 75px; }

  .btn.btn-lg {
    width: auto;
    padding: 15px 20px; }

  .nav-mobile {
    top: 35px;
    right: 0px; }

  .rslides_container {
    margin-bottom: -100px; }

  div.menu-main-menu-container {
    width: 100vw;
    margin: 10px -15px;
    position: absolute;
    z-index: 1; }
    div.menu-main-menu-container .menu {
      display: none; }

  nav ul li a, nav ul li a:visited {
    color: #111;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.05em; }

  nav ul li a:hover, nav ul li a:visited:hover {
    background: none;
    color: #696058; }

  .nav-container .current-menu-item span {
    border-radius: 6px;
    height: 6px;
    margin: 0px auto 25px;
    box-shadow: 0 35px 0 0 #fdfefb;
    box-sizing: content;
    -webkit-box-sizing: content; }

  .centered-btns_tabs, .left-btns_tabs {
    top: -100px; }

  .lease-arrow {
    transform: rotate(10deg);
    width: 30%;
    margin: 10px -20px 20px 50px; }

  .lease-title {
    z-index: 1;
    margin: 20px 0 -30px 10px;
    font-size: 115%; }

  .ltitle {
    position: relative;
    left: 5%; }

  .larrow {
    position: relative;
    left: 13%;
    top: 0;
    display: none; }

  .lbtn {
    position: absolute;
    left: auto;
    margin-left: 60%;
    top: 35px; }

  .woodtexture {
    background-size: cover;
    min-height: 100px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    padding-top: 0px; }

  .footermenu ul a:after {
    padding: 0 5px; }

  .main-footer .w2 {
    order: 1;
    flex-basis: 50%; }
  .main-footer .w2 + .w2 {
    flex-basis: 50%;
    order: 2; }
  .main-footer .w8 {
    order: 3; }

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

  .footer-vasselogo {
    float: right;
    margin-top: 20px; }

  .vision-section .play-btn {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 25%; }

  .lcontainer {
    position: relative;
    top: 0;
    left: 0; } }
@media screen and (min-width: 320px) and (max-width: 479px) {
  .ltitle {
    position: relative;
    left: 10px;
    font-size: 85%; }

  .lbtn {
    position: absolute;
    left: auto;
    margin-left: 60%;
    top: 40px;
    font-size: 80%; }

  .lease-title {
    margin: 20px 0 -30px 10px; }

  .textwidget h1 {
    font-size: 3vh; }

  .textwidget h2 {
    font-size: 1.5vh; } }
@-moz-document url-prefix() {
  .cap::first-letter {
    font-size: .7em !important;
    line-height: 3em !important; }

  span.cap {
    font-size: .5em !important; }

  .lease-arrow {
    margin-left: 0px !important; }

  h1.cap {
    line-height: 2.5em !important; } }

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