/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset, .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: #336600;
  padding: 5px 10px;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(36, 36, 36, 0.25);
  text-shadow: 0 -1px 0 rgba(36, 36, 36, 0.35); }

.cc-cookies {
  padding: 0.5em 5%;
  background: rgba(36, 36, 36, 0.9);
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(36, 36, 36, 0.35);
  z-index: 99999;
  text-align: center;
  color: white; }
  .cc-cookies a {
    color: white;
    text-decoration: underline; }
    .cc-cookies a:hover {
      color: white;
      text-decoration: underline;
      text-decoration: none; }
      .cc-cookies a:hover.cc-cookie-accept {
        background: #242424; }
      .cc-cookies a:hover.cc-cookie-decline {
        background: #242424; }
      .cc-cookies a:hover.cc-cookie-reset {
        background: #242424; }
    .cc-cookies a.cc-cookie-decline {
      background: #af3b3b;
      margin-left: 0.5em; }
    .cc-cookies a.cc-cookie-reset {
      background: #f15b00; }
  .cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto; }
    .cc-cookies.cc-discreet a.cc-cookie-reset {
      background: none;
      text-shadow: none;
      padding: 0;
      text-decoration: underline; }
    .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
      text-decoration: none; }

.cc-overlay {
  height: 100%;
  padding-top: 25%; }

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em;
  background: white;
  padding: 2em 5%;
  border: 1px solid #242424;
  font-size: 18px;
  color: #242424; }
  .cc-cookies-error a.cc-cookie-accept {
    display: block;
    margin-top: 1em; }
  .cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: 0.5em;
    display: block;
    margin-top: 1em; }
  .cc-cookies-error a:hover.cc-cookie-accept {
    background: #242424; }
  .cc-cookies-error a:hover.cc-cookie-decline {
    background: #242424; }

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept {
    display: block;
    margin: 1em 0; }
  .cc-cookies a.cc-cookie-decline {
    display: block;
    margin: 1em 0; }
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0; } }
.fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999020; }

.fancybox-skin {
  position: relative;
  text-shadow: none;
  padding: 0 !important;
  border-radius: 4px; }

.fancybox-outer {
  position: relative; }

.fancybox-inner {
  position: relative;
  overflow: hidden; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/images/fancybox/blank.gif');
  z-index: 999999040;
  box-shadow: none; }
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 46px;
    margin-top: -23px;
    cursor: pointer;
    z-index: 999999040;
    background: no-repeat center; }
  .fancybox-nav:hover span {
    visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-opened {
  z-index: 999999030; }
  .fancybox-opened .fancybox-skin {
    box-shadow: 0 5px 25px #262626; }
  .fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 999999060; }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat; }

.fancybox-close {
  background: url('/images/fancybox/close.png') no-repeat center;
  position: absolute;
  top: -34px;
  right: -35px;
  width: 25px;
  height: 24px;
  cursor: pointer;
  z-index: 999999040; }

.fancybox-prev {
  left: 0; }
  .fancybox-prev span {
    left: -65px;
    background-image: url('/images/fancybox/prev.png'); }

.fancybox-next {
  right: 0; }
  .fancybox-next span {
    right: -65px;
    background-image: url('/images/fancybox/next.png'); }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 9999999999999999; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 999999050; }

.fancybox-title-float-wrap {
  z-index: 999999050;
  text-align: center; }
  .fancybox-title-float-wrap .child {
    font-size: 0.800em;
    display: block;
    padding: 10px 20px;
    background: #232323;
    color: white;
    line-height: 1.2;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: #242424;
  background: #262626; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url('/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; } }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  list-style: none;
  padding: 0;
  margin: 0; }
  .slick-slider .slick-track {
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-loading .slick-list {
  background: white url('/images/ajax-loader.gif') center center no-repeat; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[role="button"].slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-top: -17.5px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: white;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  text-align: center;
  transition: background-color 0.5s; }
  [role="button"].slick-arrow.slick-hidden {
    display: none; }
  [role="button"].slick-arrow:before {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    width: 35px; }
  [role="button"].slick-arrow:hover, [role="button"].slick-arrow:focus {
    background-color: #eee;
    outline: none; }
  [role="button"].slick-arrow.slick-disabled {
    opacity: .25; }

.slick-prev {
  left: 5px; }
  .slick-prev:before {
    content: '\e901'; }

.slick-next {
  right: 5px; }
  .slick-next:before {
    content: '\e902'; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #669933;
      border-radius: 50%;
      transition: background-color 0.5s;
      box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.75); }
      .slick-dots li button:hover {
        background: #336600;
        outline: none; }
      .slick-dots li button:focus {
        background: #336600;
        outline: none; }
    .slick-dots li.slick-active button {
      background: white; }

@media (max-width: 991px) {
  .slick-arrow {
    height: 26px;
    width: 26px; }
    .slick-arrow:before {
      font-size: 10px;
      width: 26px;
      line-height: 26px; }

  .slick-prev {
    left: -15px; }

  .slick-next {
    right: -15px; } }
@media (max-width: 767px) {
  .slick-prev {
    left: 0; }

  .slick-next {
    right: 0; } }
.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

html, body {
  padding: 0;
  margin: 0; }

body {
  background: url("/images/bg/default-1920.jpg") #fff no-repeat center top;
  padding-top: 122px;
  color: #000; }
  @media only screen and (max-width: 1920px) {
    body {
      background-image: url("/images/bg/default-1920.jpg"); } }
  @media only screen and (max-width: 1020px) {
    body {
      background-image: url("/images/bg/default-1024.jpg"); } }
  @media only screen and (max-width: 768px) {
    body {
      background-image: url("/images/bg/default-768.jpg"); } }
  @media only screen and (max-width: 600px) {
    body {
      background-image: url("/images/bg/default-600.jpg"); } }

a {
  color: #336600;
  transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s; }

main {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 18px 18px 0 0;
  margin: 40px 0 30px 0; }

.container {
  max-width: 1020px;
  margin: 0 auto; }

#wrapper {
  position: relative;
  height: 100%; }

#wrapper-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000',GradientType=1 ); 
}

.fancybox-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000',GradientType=1 ); 
}

.loader {
  position: absolute;
  background: #242424;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  .loader img {
    margin: -25px 0 0 -25px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%; }

.img-holder {
  display: block;
  overflow: hidden;
  position: relative; }
  .img-holder img {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s; }

address {
  font-style: normal; }

.grey {
  background: #ededed; }

.center-block {
  text-align: center;
  padding: 40px 0 20px; }

.pull-left, pull-right {
  display: block;
  margin: 10px; }

.pull-left {
  float: left;
  margin-left: 0; }

.pull-right {
  float: right;
  margin-right: 0; }

@font-face {
  font-family: 'open_sanslight';
  src: url("/fonts/OpenSans-Light-webfont.eot");
  src: url("/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("/fonts/OpenSans-Regular-webfont.eot");
  src: url("/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("OpenSans-Semibold-webfont.eot");
  src: url("OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("OpenSans-Semibold-webfont.woff") format("woff"), url("OpenSans-Semibold-webfont.ttf") format("truetype"), url("OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("/fonts/OpenSans-Bold-webfont.eot");
  src: url("/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswald_regular';
  src: url("/fonts/oswald-regular-webfont.eot");
  src: url("/fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-regular-webfont.woff") format("woff"), url("/fonts/oswald-regular-webfont.ttf") format("truetype"), url("/fonts/oswald-regular-webfont.svg#oswald_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?k6ywe2");
  src: url("/fonts/icomoon.eot?k6ywe2#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?k6ywe2") format("truetype"), url("/fonts/icomoon.woff?k6ywe2") format("woff"), url("/fonts/icomoon.svg?k6ywe2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font: normal 15px 'open_sanslight', sans-serif; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0; }

h1 {
  line-height: 1;
  font-size: 1.600em;
  letter-spacing: -0.020em; }

.intro h1 {
  padding-right: 28px;
  border-right: 1px solid #999;
  float: left;
  margin: 0 auto 50px;
  width: 30.49%;
  text-align: right;
  line-height: 1.100em; }
.intro p {
  margin: 0 !important;
  float: left;
  width: 69.51%;
  padding: 4px 0 4px 24px;
  text-align: left !important; }

#header-nav-wrapper {
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  top: 0; }

#header-wrapper {
  background: #242424;
  height: 38px;
  position: relative; }

header#masthead {
  letter-spacing: -0.020em;
  margin: 0 auto;
  width: 1020px; }
  header#masthead a.logo {
    background: url("/images/logo.png") no-repeat center;
    color: transparent;
    margin: 7px 0 8px;
    line-height: 0;
    display: block;
    font-size: 0;
    height: 23px;
    width: 457px;
    float: left; }
  header#masthead .contact {
    float: right; }
    header#masthead .contact a {
      line-height: 38px;
      padding: 0 14px;
      display: block;
      float: left;
      color: #fff; }
  header#masthead a[role="button"] {
    font-size: 16px;
    line-height: 42px;
    float: right; }
    header#masthead a[role="button"][title="Customer Login"] {
      margin-right: 2px; }

.awards {
	
  height: 60px;
  width: 220px;
  float: left; 
  
}
.awards a {
    display: block;
    margin: 1px 6px 0;
    float: left; 
}
.awards img {
    display: block; 
}
.awards .wales-cymru {
    margin-top: 2px; 
}

a.campstead {
  width: 38px; }

a.campstead img {
  max-width: 100%; }
  
/*a.lonely-planet {
	img.lonely-planet {
		width: 56px;
		height: 56px;
	}
}*/

nav#mainnav {
  width: 800px;
  padding-left: 20px;
  float: left; }
  nav#mainnav li {
    position: relative; }
  nav#mainnav a {
    padding: 0 17px;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color: #242424;
    letter-spacing: -0.020em; 
	border-bottom: 1px solid #eee; 
	}
    nav#mainnav a:hover {
      /*border-bottom: 1px solid #242424;*/
	  background-color: #ddd;
	}
    nav#mainnav a.open, nav#mainnav a.active {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(36, 36, 36, 0.1) 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(36, 36, 36, 0.1) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(36, 36, 36, 0.1) 100%);
      border-bottom: 1px solid #242424; }

.scrolled nav#mainnav .subnav,
.scrolled .nav-awards-container {
  background-color: white; }

.nav-awards-container {
  margin: 0 auto;
  clear: both;
  width: 1020px;
  background: rgba(255, 255, 255, 0.85);
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s; }

nav#mainnav ul li.toggle > a:after {
  margin-left: 10px;
  font-size: 12px;
  content: '\e907'; }

nav#mainnav .subnav {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0; }

nav#mainnav .subnav ul li {
  /*float: none;*/
	display: block;
	float: none;  
}

nav#mainnav .subnav ul li a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
	line-height: normal;	
  /*font-size: 0.9em;
  line-height: 35px;
  padding: 0 10px;
  height: 35px;*/ 
}

nav#mainnav .subnav ul li a.special {
	background-color: #f44;
	color: #fff;
}


a#mobile-menu {
  display: none;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 93px;
  cursor: pointer;
  color: #fff;
  background: #336600;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 99999; }

article {
  float: left;
  width: 66.66%;
  position: relative;
  padding: 0 30px 0 0; }
  article.full-width {
    float: none;
    width: 100%;
    width: auto; }

aside {
  float: left;
  width: 33.33%;
  position: relative; }

footer#footer {
  background: #242424 url("/images/bg-footer.jpg") no-repeat center;
  text-transform: uppercase;
  padding: 52px 0;
  color: #fff; }
  footer#footer a {
    color: #fff; }
  footer#footer .col {
    float: left; }
  footer#footer .nav li {
    float: none;
    margin-bottom: 3px; }
  footer#footer .nav a {
    background: rgba(255, 255, 255, 0.054);
    letter-spacing: -0.020em;
    line-height: 1.857em;
    font-size: 0.933em;
    padding: 0 11px; }

footer#footer .col-1 {
  padding-right: 37px;
  width: 203px; }

footer#footer .col-2 {
  width: 284px; }

footer#footer .col-3 {
  padding-left: 100px;
  width: 533px; }

footer#footer .nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1); }

footer#footer .subnav {
  margin-top: 3px; }

footer#footer .subnav ul li a {
  background: rgba(255, 255, 255, 0.03);
  line-height: 1.385em;
  font-size: 0.867em;
  padding: 0 15px; }

footer#footer .subnav ul li a:before {
  content: '- '; }

footer#footer .contact {
  margin-bottom: 15px; }

footer#footer .contact a {
  display: block;
  text-decoration: underline; }

footer#footer .contact a:hover {
  text-decoration: none; }

footer#footer .social {
  margin-bottom: 30px; }

footer#footer .social a {
  text-align: center;
  background: #7d7d7d;
  margin-right: 10px;
  color: transparent;
  display: block;
  line-height: 0;
  font-size: 0;
  height: 40px;
  width: 40px;
  float: left; }

footer#footer .social a:before {
  display: block;
  color: #fff;
  font-size: 21px;
  width: 40px;
  line-height: 40px;
  display: block; }

footer#footer a.icon-twitter:hover {
  background-color: #55acee; }

footer#footer a.icon-twitter:before {
  content: '\e905'; }

footer#footer a.icon-facebook:hover {
  background-color: #3b5999; }

footer#footer a.icon-facebook:before {
  content: '\e906'; }

footer#footer .TA_cdsratingsonlywide a {
  color: #000;
  font-size: 14px;
  text-transform: none; }

footer#footer .netbop {
  text-transform: none; }
  
#footer {
	
	.container {
		
		ul#companyreg {
			text-transform: none;
			padding: 0;
			font-size: 11.5px;
			list-style: none;
			line-height: 166%;
			margin-top: 30px;			
		}
		
		.badges {
			
			img {
				margin: 0;
				padding: 0;
				border: none;
			}
			
			img.payment-options {
			}
			
			img.lonely-planet {
				width: 36px;
				height: 36px;
				margin-left: 10px;
			}
			
		}
		
	}
}

#toolbar {
  position: fixed;
  z-index: 99999;
  top: 71px;
  left: 0; }
  #toolbar li {
    margin: 6px 0;
    float: none; }
  #toolbar a {
    font: normal 14px/1 'oswald_regular', sans-serif;
    text-align: center;
    background: #fff;
    color: #333;
    width: 154px;
    height: 110px;
    padding-top: 12px;
    text-transform: uppercase;
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s; }
    #toolbar a:hover {
      width: 163px; }
    #toolbar a.active {
      background-color: #336600;
      color: #fff; }
  #toolbar .icon {
    display: block;
    height: 56px;
    width: 64px;
    margin: 4px auto 14px;
    background: no-repeat center; }

#toolbar [title="Caravans"] .icon {
  background-image: url("/images/toolbar/caravans.png"); }

#toolbar [title="Caravans"].active .icon {
  background-image: url("/images/toolbar/caravans-active.png"); }

#toolbar [title="Motor Homes"] .icon {
  background-image: url("/images/toolbar/motor-homes.png"); }

#toolbar [title="Motor Homes"].active .icon {
  background-image: url("/images/toolbar/motor-homes-active.png"); }

#toolbar [title="Camper Vans"] .icon {
  background-image: url("/images/toolbar/camper-vans.png"); }

#toolbar [title="Camper Vans"].active .icon {
  background-image: url("/images/toolbar/camper-vans-active.png"); }

#toolbar [title="Tents"] .icon {
  background-image: url("/images/toolbar/tents.png"); }

#toolbar [title="Tents"].active .icon {
  background-image: url("/images/toolbar/tents-active.png"); }

#toolbar [title="Glamping"] .icon {
  background-image: url("/images/toolbar/glamping.png"); }

#toolbar [title="Glamping"].active .icon {
  background-image: url("/images/toolbar/glamping-active.png"); }
  
#toolbar [title="Dogs"] .icon {
  background-image: url("/images/toolbar/dogs.png"); }

#toolbar [title="Dogs"].active .icon {
  background-image: url("/images/toolbar/dogs-active.png"); }
  
#toolbar [title="October 2020 Offer"] .icon {
  background-image: url("/images/toolbar/october-2020-offer.png"); }

#toolbar [title="October 2020 Offer"].active .icon {
  background-image: url("/images/toolbar/october-2020-offer-active.png"); } 

#toolbar .special {
	background-color: #f44;
	color: #fff;
}
#toolbar a.active.special {	
	background-color: #f44;
}

#features-grid, #stay-grid {
  text-align: center; }
  #features-grid ul, #stay-grid ul {
    margin: 0 -3px; }
  #features-grid li, #stay-grid li {
    position: relative;
    padding: 0 3px; }
  #features-grid .loader, #stay-grid .loader {
    right: 3px;
    left: 3px;
    border-radius: 5px; }
  #features-grid .img-holder, #stay-grid .img-holder {
    border-radius: 5px;
    height: 151px;
    margin-bottom: 3px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75); }
    #features-grid .img-holder span, #stay-grid .img-holder span {
      font-size: 1.067em;
      line-height: 1.250em;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      text-align: center;
      padding: 9.5px 10px;
      color: #000;
      bottom: 0;
      right: 0;
      left: 0; }
    #features-grid .img-holder:hover img, #stay-grid .img-holder:hover img {
      transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05); }
  #features-grid a[role="button"], #stay-grid a[role="button"] {
    text-transform: uppercase;
    width: 300px;
    margin-top: 40px; }

[role="button"] {
  display: inline-block;
  background: #336600;
  text-align: center;
  line-height: 1.875em;
  font-size: 1.067em;
  padding: 0 1.563em;
  color: #fff; }
  [role="button"]:hover {
    background-color: #408000; }

[role="button"].wide {
  display: block;
  font-size: 1.467em;
  line-height: 3.182em;
  text-transform: uppercase; }

body.home {
  background-image: url("/images/bg/home.jpg"); }
  @media only screen and (max-width: 1920px) {
    body.home {
      background-image: url("/images/bg/home-1920.jpg"); } }
  @media only screen and (max-width: 1400px) {
    body.home {
      background-image: url("/images/bg/home-1400.jpg"); } }
  @media only screen and (max-width: 1020px) {
    body.home {
      background-image: url("/images/bg/home-1024.jpg"); } }
  @media only screen and (max-width: 768px) {
    body.home {
      background-image: url("/images/bg/home-768.jpg"); } }
  @media only screen and (max-width: 600px) {
    body.home {
      background-image: url("/images/bg/home-600.jpg"); } }

body.home main {
  background: #fff;
  margin-top: 478px; }

body.home article {
  padding: 13px 0 0; }
  body.home article p {
    text-align: center; }

#homepage-map {
  border: 1px solid #a3a3a3;
  background: #dbdbdb url("/images/map.jpg") no-repeat center; }
  #homepage-map .box {
    background: rgba(255, 255, 255, 0.8);
    width: 420px;
    float: right;
    margin: 45px 0; }

.promo {
  background: #336600;
  text-align: center;
  color: white;
  padding: 23px 20px; }
  .promo .container {
    max-width: 790px; }
  .promo [role="button"] {
    background: white;
    color: #336600;
    font-size: 1em;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 8px; }

#stay-grid {
  text-align: center;
  margin-bottom: 50px; }
  #stay-grid .img-holder {
    height: 202px; }
  #stay-grid li {
    width: 33.33%;
    margin-bottom: 6px;
    display: inline-block;
    float: none; }
  #stay-grid h2 {
    position: absolute;
    background: white;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #242424;
    font: normal 18px/2em "oswald_regular", sans-serif; }

body.gallery {
  /* background-image: url('/images/bg/gallery.jpg'); */ }

/*------------------------------------*\
    1. STRUCTURE
\*------------------------------------*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

nav ul, .nav ul, .grid ul, ul.slider {
  list-style-type: none;
  padding: 0;
  margin: 0; }

nav ul li, .nav ul li, .grid ul li {
  display: block;
  float: left; }

nav ul li a, .nav ul li a {
  display: block; }

/*------------------------------------*\
    2. HEADER
\*------------------------------------*/
/*------------------------------------*\
    3. NAVIGATION
\*------------------------------------*/
/*------------------------------------*\
    4. CONTENT
\*------------------------------------*/
#stay-slider {
  margin-bottom: 20px; }
  #stay-slider img {
    display: block;
    max-width: 100%; }

#local-area-slider {
  padding-right: 50px;
  padding-left: 50px; }
  #local-area-slider .slick-prev {
    left: -45px; }
  #local-area-slider .slick-next {
    right: -45px; }
  #local-area-slider .slick-dots {
    position: static; }
  #local-area-slider a {
    display: block;
    color: #000; }

body.stay-with-us .intro p {
  padding: 0;
  margin: 15px 0 !important;
  float: none;
  width: 100%;
  width: auto; }

/*-- HOME ----------------------------------*/
.local-area-list ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }
.local-area-list li {
  position: relative;
  padding: 0; }
.local-area-list.wide li {
  margin: 10px 0;
  clear: both; }
.local-area-list .img-holder {
  height: 180px;
  width: 37.61%;
  float: left; }
.local-area-list .desc {
  width: 62.39%;
  float: left;
  padding: 10px 0 0 34px; }

/*-- STAY WITH US ----------------------------------*/
body.stay-with-us-child main, body.about main {
  margin: 0 0 30px 0;
  padding: 40px 30px 0; }

body.stay-with-us article {
  padding-right: 42px; }

#faqs {
  text-align: center; }
  #faqs h2 {
    display: inline-block;
    line-height: 1.250em; }
  #faqs [role="button"] {
    margin-left: 15px; }

table {
  width: 100%;
  text-align: left; }
  table tr:nth-child(odd) {
    background: #dbdbdb; }
  table th {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    text-align: right;
    padding: 12px 50px;
    width: 33.33%; }
  table td {
    padding: 12px 30px 12px 0;
    vertical-align: middle; }

#gallery-grid ul {
  margin: 0 -7px; }
#gallery-grid li {
  width: 20%;
  padding: 0 7px;
  margin: 0 0 15px 0;
  position: relative; }
#gallery-grid .loader {
  right: 7px;
  left: 7px; }
#gallery-grid .img-holder {
  height: 114px; }
  #gallery-grid .img-holder:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05); }

/*------------------------------------*\
    5. FOOTER
\*------------------------------------*/
/*------------------------------------*\
    6. CONTACT FORM
\*------------------------------------*/
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #eee; }

form fieldset label {
  font: normal 1em/33px 'open_sansregular', sans-serif;
  display: block;
  text-align: left;
  pointer-events: none;
  padding: 0 8px;
  color: #999;
  clear: both;
  float: left;
  margin-bottom: -33px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s; }

form fieldset span.error {
  font: normal 10px/33px 'open_sanssemibold', sans-serif;
  color: #D01A1A;
  z-index: 80;
  float: right;
  bottom: 2px; }

form fieldset input[type="submit"] {
  font-size: 1em;
  line-height: 2.857em;
  text-transform: uppercase;
  padding: 0 30px;
  color: #fff;
  background: #336600;
  width: auto;
  /*float: right;*/
  border: none;
  cursor: pointer;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s; }

form fieldset input[type="submit"]:active {
  transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95); }

form fieldset input[type="submit"]:hover {
  background: #408000; }

form fieldset textarea,
form fieldset input[type="tel"],
form fieldset input[type="text"],
form fieldset input[type="email"] {
  background: transparent;
  color: #000;
  width: 100%;
  border: 2px solid #ccc;
  padding: 5px;
  display: block;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 0;
  -webkit-appearance: none; }

form fieldset textarea:focus,
form fieldset input[type="tel"]:focus,
form fieldset input[type="text"]:focus,
form fieldset input[type="email"]:focus {
  outline: none;
  border-color: #336600; }

form fieldset textarea.focused,
form fieldset input[type="tel"].focused,
form fieldset input[type="text"].focused,
form fieldset input[type="email"].focused {
  border-color: #336600;
  background: white; }

form fieldset label.focused {
  font-size: 0.857em;
  color: #336600;
  padding: 0;
  margin: 0; }

form fieldset textarea {
  height: 98px; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.form-group.message, .form-group.captcha {
  float: left; }

.form-group.message {
  padding-right: 15px;
  width: 63%; }

.form-group.captcha {
  width: 37%; }

.captcha input {
  margin-bottom: 15px; }

.captcha-img {
  width: 100%;
  background: #eee;
  padding: 5px; }

.captcha-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.msg {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.75); }

.msg h3 {
  color: #fff;
  font-size: 2em;
  margin: 0; }

.msg p {
  color: #fff;
  margin: 5px 0; }

.msg.sent {
  border-color: #318b00;
  background: #66b346; }

.msg.error {
  border-color: #911315;
  background: #C2191C; }

.box {
  background: #ededed;
  font-size: 1.067em;
  line-height: 1.5em;
  padding: 20px;
  margin-bottom: 20px; }

.box p {
  margin-bottom: 5px; }

.box ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 0; }

.box ul li {
  position: relative; }

.box ul li:before {
  content: '';
  display: block;
  background: #336600;
  position: absolute;
  left: -20px;
  top: 8px;
  height: 7px;
  width: 7px; }

.google-map {
  border: none;
  margin-top: 20px;
  width: 100%;
  height: 250px; }

/*-- TripAdvisor ----------------------------------*/
#CDSWIDSSP {
  width: 100% !important;
  margin-top: 20px; }

#CDSRATINGWIDGET224 {
  width: 100% !important;
  text-transform: none; }

#CDSROWLOC224 {
  max-width: none !important;
  padding: 0 !important; }

.tripadvisor-small a {
  color: #000 !important; }

.tripadvisor-small {
  display: none;
  width: 136px;
  margin: 0 auto;
  text-transform: none; }
  
div#virus-alert {
	
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 2px solid #080;
	background-color: #0a0;
	
	h2 {
		margin: 0 0 5px 0;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2em;
		color: #fff;
		text-align: center;
	}
	
	p {
		display: block;
		width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 1.2em;
		color: #fff;		
		text-align: center !important;		
	}
	
}  

/*------------------------------------*\
    7. MEDIA QUERIES
\*------------------------------------*/
/* DESKTOP ----------------- */
@media (max-width: 1359px) {
  #toolbar {
    top: 115px; }

  #toolbar a {
    font-size: 0.600em;
    height: 69px;
    width: 62px;
    padding-top: 10px; }
    #toolbar a:hover {
      width: 72px; }
  #toolbar .icon {
    display: block;
    width: 40px;
    height: 35px;
    margin: 0 auto 8px;
    background-size: 40px 35px; }

  footer#footer .col-3 {
    width: 504px;
    padding-left: 70px; } }
/* DESKTOP ----------------- */
@media (max-width: 1040px) {
  header#masthead {
    width: 100%;
    width: auto; }
    header#masthead a[role="button"] {
      font-size: 14px; }
    header#masthead a.logo {
      margin-left: 20px; } }
/* DESKTOP ----------------- */
@media (max-width: 1040px) {
  header#masthead {
    width: 100%;
    width: auto; }

  .awards {
    width: 170px; }
    .awards a {
      margin-right: 7px;
      margin-left: 7px; }

  .nav-awards-container {
    width: 970px; }

  .form-group.message {
    padding-right: 15px; }

  #features-grid, #stay-grid {
    padding-right: 20px;
    padding-left: 20px; } }
/* TABLET (768px) ----------------- */
@media (max-width: 991px) {
  body {
    padding-top: 86px; }

  #header-wrapper {
    background: #242424;
    height: auto; }

  header#masthead {
    width: 750px;
    padding-top: 10px;
    margin: 0 auto;
    padding: 10px 0 0 115px; }
    header#masthead a.logo {
      background-image: url("/images/logo-medium.png");
      height: 53px;
      width: 229px;
      margin: 4px 0 0; }
    header#masthead .contact {
      float: left;
      margin-left: 37px; }
    header#masthead a[role="button"] {
      font-size: 1.2em; }
    header#masthead .contact a, header#masthead a[role="button"] {
      float: none; }

  a#mobile-menu {
    display: block; }

  nav#mainnav {
    position: absolute;
    height: 100%;
    width: 220px;
    left: -220px;
    background: #fff;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    top: 0; }
    nav#mainnav li {
      float: none;
      padding: 0;
      margin: 0; }
    nav#mainnav a {
      line-height: 40px;
      height: 40px; }
      nav#mainnav a[role="button"] {
        color: #fff;
        width: 100%;
        width: auto;
        text-align: left;
        display: block;
        margin-bottom: 1px;
        border: none !important; }
    nav#mainnav .subnav {
      position: static; }
      nav#mainnav .subnav a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 25px;
        width: 30px;
        background: no-repeat center;
        background-size: contain; }
      nav#mainnav .subnav [title="Caravans"]:before {
        background-image: url("/images/toolbar/caravans.png"); }
      nav#mainnav .subnav [title="Motor Homes"]:before {
        background-image: url("/images/toolbar/motor-homes.png"); }
      nav#mainnav .subnav [title="Camper Vans"]:before {
        background-image: url("/images/toolbar/camper-vans.png"); }
      nav#mainnav .subnav [title="Tents"]:before {
        background-image: url("/images/toolbar/tents.png"); }
      nav#mainnav .subnav [title="Glamping"]:before {
        background-image: url("/images/toolbar/glamping.png"); }
      nav#mainnav .subnav [title="Dogs"]:before {
        background-image: url("/images/toolbar/dogs.png"); }
      nav#mainnav .subnav [title="October 2020 Offer"]:before {
        background-image: url("/images/toolbar/october-2020-offer.png"); }		

  .nav-awards-container {
    position: static;
    background: transparent;
    float: left;
    margin-left: 17px;
    clear: none;
    width: auto; }
    .scrolled .nav-awards-container {
      background: transparent; }

  .awards {
    background: transparent;
    float: right;
    width: 149px; }
    .awards a {
      margin: 0 0 0 4px; }
    .awards img {
      background: #fff; }

  #toolbar {
    top: 93px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s; }

  body.home main {
    margin-top: 329px;
    padding-right: 85px;
    padding-left: 85px; }

  main {
    border-radius: 0; }

  .intro h1, .intro p {
    width: 100%;
    width: auto;
    float: none;
    text-align: center !important;
    border: none;
    padding: 0; }
  .intro h1 {
    margin-bottom: 20px; }

  #toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    #toolbar li {
      float: left;
      margin: 0;
      padding: 0 6px;
      width: 20%; }
    #toolbar a {
      border-radius: 0 0 2px 2px;
      width: 100%;
      width: auto; }
      #toolbar a:hover {
        width: 100%;
        width: auto;
        height: 72px;
        padding: 12px 0 0; }

  #toolbar.hidden {
    padding-right: 220px; }

  #stay-slider {
    margin: 10px auto; }

  #gallery-grid ul li {
    width: 25%; }

  table th {
    width: 45%; }

  footer#footer .col-1 {
    padding: 0;
    padding-left: 120px;
    width: 38.13%; }

  footer#footer .col-2 {
    padding-right: 121px;
    width: 54%;
    float: right; }

  footer#footer .col-3 {
    padding: 0;
    float: none;
    width: 100%;
    width: auto;
    clear: both;
    text-align: center; }

  footer#footer .social {
    width: 100px;
    margin: 30px auto; }

  footer#footer .social a {
    margin: 0 5px; }

  #homepage-map .box {
    width: 366px;
    margin: 30px 0;
    margin-right: 20px; } }
/* PHABLET (600px) ---------------- */
@media only screen and (max-width: 767px) {
  body {
    padding-top: 45px;
    font-size: 13px; }

  header#masthead {
    width: 100%;
    width: auto; }

  header#masthead {
    padding: 5px 10px; }

  a#mobile-menu {
    font-size: 1.154em;
    height: 34px;
    line-height: 34px;
    width: 60px;
    top: 5px; }

  header#masthead a.logo {
    background-image: url("/images/logo-small.png");
    height: 35px;
    width: 165px;
    margin: 0 5px 0 0;
    float: right; }
  header#masthead .contact {
    float: none;
    left: 23px;
    position: absolute;
    top: 5px; }
    header#masthead .contact a {
      background: #336600;
      width: 29px;
      height: 34px;
      font-size: 0 !important;
      line-height: 34px !important;
      color: transparent !important;
      float: left;
      margin-left: 1px;
      text-align: center;
      padding: 0 !important;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      header#masthead .contact a:before {
        content: '\e904';
        font-size: 19px;
        display: block;
        color: #fff;
        line-height: 34px;
        width: 29px; }
  header#masthead a[role="button"]:before {
    content: '\e903'; }

  article, aside {
    width: 100%;
    width: auto;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .nav-awards-container {
    display: none; }

  .local-area-list .img-holder, .local-area-list .desc {
    width: 100%;
    width: auto;
    float: none;
    text-align: center;
    padding: 0; }

  .local-area-list .desc {
    margin-top: 20px; }

  .form-group.message {
    padding-right: 0px;
    width: 100%; }

  #homepage-map .container {
    padding: 0;
    width: 100%;
    width: auto;
    margin: 0; }
  #homepage-map .box {
    width: 100%;
    width: auto;
    float: none;
    margin: 0;
    text-align: center; }

  #stay-grid li {
    width: 50%; }

  #features-grid, #stay-grid {
    padding-right: 10px;
    padding-left: 10px; } }
/* MOBILE (480px) ----------------- */
@media only screen and (max-width: 599px) {
  header#masthead a.logo {
    margin-right: 5px; }
  header#masthead a[title="Customer Login"] {
    display: none; }

  body.home main {
    margin-top: 274px; }

  body.home article {
    padding: 0; }

  main {
    border-radius: 0;
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .intro h1 {
    font-size: 1.538em; }

  .intro p {
    font-size: 1.231em; }

  #toolbar {
    display: none; }

  #stay-grid ul, #features-grid ul, #stay-grid ul {
    padding: 0 24px;
    margin: 0; }
  #stay-grid li, #features-grid li, #stay-grid li {
    display: block;
    padding: 0 3px; }

  #stay-grid li {
    width: 100%;
    width: auto; }

  #gallery-grid ul li {
    width: 33.33%; }

  #faqs h2 {
    padding: 0 10px; }

  table tr,
  table th,
  table td {
    display: block;
    width: 100%;
    width: auto;
    padding: 5px 10px;
    text-align: center; }

  #faqs [role="button"] {
    display: block;
    margin: 0 10px 20px; }

  #local-area-slider {
    padding-right: 34px;
    padding-left: 34px; }

  #local-area-slider .slick-prev {
    left: -29px; }

  #local-area-slider .slick-arrow {
    right: -29px; }

  footer#footer {
    padding: 18px 10px; }

  footer#footer .col {
    float: none;
    width: 100%;
    width: auto;
    padding: 0; }

  footer#footer .col-2 {
    margin-bottom: 20px; }

  footer#footer .col-3 {
    text-align: center; }

  footer#footer .nav ul li a {
    padding-left: 40px; }

  footer#footer .subnav {
    display: none; }

  .tripadvisor-wide {
    display: none; }

  .tripadvisor-small {
    display: block; } }
/* MOBILE (320px) ----------------- */
@media only screen and (max-width: 479px) {
  header#masthead .container, .container {
    width: auto; }

  #gallery-grid ul li {
    width: 50%; } }
/*------------------------------------*\
    8. RETINA GRAPHICS
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header#masthead a.logo {
    background-image: url("/images/logo@2x.png");
    background-size: 457px 23px; }

  #toolbar .icon {
    background-size: 64px 56px; }

  #toolbar [title="Caravans"] .icon {
    background-image: url("/images/toolbar/caravans@2x.png"); }

  #toolbar [title="Caravans"].active .icon {
    background-image: url("/images/toolbar/caravans-active@2x.png"); }

  #toolbar [title="Motor Homes"] .icon {
    background-image: url("/images/toolbar/motor-homes@2x.png"); }

  #toolbar [title="Motor Homes"].active .icon {
    background-image: url("/images/toolbar/motor-homes-active@2x.png"); }

  #toolbar [title="Camper Vans"] .icon {
    background-image: url("/images/toolbar/camper-vans@2x.png"); }

  #toolbar [title="Camper Vans"].active .icon {
    background-image: url("/images/toolbar/camper-vans-active@2x.png"); }

  #toolbar [title="Tents"] .icon {
    background-image: url("/images/toolbar/tents@2x.png"); }

  #toolbar [title="Tents"].active .icon {
    background-image: url("/images/toolbar/tents-active@2x.png"); }

  #toolbar [title="Glamping"] .icon {
    background-image: url("/images/toolbar/glamping@2x.png"); }

  #toolbar [title="Glamping"].active .icon {
    background-image: url("/images/toolbar/glamping-active@2x.png"); } }
@media only screen and (max-width: 1359px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #toolbar .icon {
    background-size: 40px 35px; } }
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header#masthead a.logo {
    background-image: url("/images/logo-medium@2x.png");
    background-size: 229px 53px; } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header#masthead a.logo {
    background-image: url("/images/logo-small@2x.png");
    background-size: 165px 35px; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .local-area-list li:before,
.clearfix:after,
.local-area-list li:after,
header#masthead:before,
header#masthead:after,
.container:before,
.container:after,
section:before,
section:after,
ul:before,
ul:after {
  content: ' ';
  display: table; }

.clearfix:after, .local-area-list li:after,
header#masthead:after,
.container:after,
section:after,
ul:after {
  clear: both; }

.slick-arrow:before,
nav#mainnav ul li.toggle > a:after,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------------*\
    9. PRINT
\*------------------------------------*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
