/*
Theme Name: CloudHouses
Theme URI: https://github.com/wycks/WP-Skeleton-Theme
Author: Boxmodel Digital Ltd.
Author URI: http://www.boxmodeldigital.com
Description: CloudHouses e-commerce theme.
Version: 1.0
License: http://www.opensource.org/licenses/mit-license.php.
Tags: Responsive, grid, mobile, framework, bare-bones, white, minimal
*/

@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 197, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, ../sass/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, ../sass/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../sass/normalize.scss */
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.
 */
/* line 314, ../sass/normalize.scss */
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.
 */
/* line 326, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 360, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/clearfix.scss */
.cf:before,
.cf:after, .row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 7, ../sass/clearfix.scss */
.cf:after, .row:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 14, ../sass/clearfix.scss */
.cf, .row {
  *zoom: 1;
}

/* line 3, ../sass/base.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/base.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 9, ../sass/base.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 13, ../sass/base.scss */
body {
  background: white;
  color: #231f20;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.6em;
  height: 100%;
  line-height: 1.61803em;
  -webkit-font-smoothing: antialised;
}

@font-face {
  font-family: 'ElGrande';
  src: url("fonts/elgrande-webfont.html");
  src: url("fonts/elgrande-webfontd41d.eot") format("embedded-opentype"), url("fonts/elgrande-webfont-2.html") format("woff2"), url("fonts/elgrande-webfont.woff") format("woff"), url("fonts/elgrande-webfont.ttf") format("truetype"), url("fonts/elgrande-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 3, ../sass/type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #231f20;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

/* line 10, ../sass/type.scss */
h1 {
  color: white;
  font-size: 3.75em;
  margin: 0 0 0.6666666666666667em;
}

/* line 15, ../sass/type.scss */
h2 {
  color: #79b142;
  font-size: 1.4375em;
  margin: 0 0 1.739130434782609em;
}
/* line 19, ../sass/type.scss */
h2.alt {
  color: white;
  text-align: center;
}

/* line 24, ../sass/type.scss */
h3 {
  color: #79b142;
  font-size: 1em;
  margin-bottom: 1.285714285714286em;
}
/* line 28, ../sass/type.scss */
h3.alt {
  color: #16aed2;
}

/* line 32, ../sass/type.scss */
h4 {
  color: #16aed2;
  font-size: 1em;
  margin-bottom: 0.9375em;
}

/* line 37, ../sass/type.scss */
h5 {
  color: #939598;
  font-size: 1em;
  margin-bottom: 0.9375em;
}

/* line 42, ../sass/type.scss */
h6 {
  color: white;
  font-size: 0.8125em;
  margin-bottom: 1em;
}

/* line 48, ../sass/type.scss */
a {
  text-decoration: none;
  color: #79b142;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 52, ../sass/type.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 57, ../sass/type.scss */
p {
  margin: 0 0 1.5625em 0;
}

/* line 3, ../sass/navigation.scss */
#leadNav {
  line-height: 1em;
  margin: 0 auto;
}
/* line 6, ../sass/navigation.scss */
#leadNav ul {
  display: inline-block;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
#leadNav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #fff;
    margin: 10px -25px;
    padding: 10px 0 0 0;
    border: 1px solid #eee;
}
#leadNav ul ul ul{
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    margin: 10px -25px;
    padding: 0;
    border: 1px solid #eee;
    right: -100px;
}
#leadNav li li {
    float: none;
    text-align: left;
    padding: 0.5em 0 0.5em 0;
    /* top: 31px; */
}
#leadNav li li li {
    float: none;
    text-align: left;
    padding: 1em 0 0.5em 0;
    /* top: 31px; */
}
#leadNav ul ul a {
    color: #a7a9ac;
    display: block;
    padding: 0.185714285714286em 0;
    text-transform: uppercase;
}
#leadNav ul ul li {
    display: block;
    padding-bottom: 1em;
}
/* Display Dropdowns on Hover */
#leadNav ul li:hover > ul {
    display:inherit;
}
#leadNav ul li {
  display: block;
  padding-bottom: 1.4em;
}
/* line 9, ../sass/navigation.scss */
#leadNav li {
  margin: 0 1.6em;
}
/* line 12, ../sass/navigation.scss */
#leadNav a {
  color: #a7a9ac;
  display: block;
  padding: 0.4285714285714286em 0;
  text-transform: uppercase;
}
/* line 17, ../sass/navigation.scss */
#leadNav a:hover {
  color: #79b142;
  text-decoration: none;
}

/* line 24, ../sass/navigation.scss */
#side-navigation {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 2px rgba(188, 190, 192, 0.75);
  box-shadow: 0 0 2px rgba(188, 190, 192, 0.75);
  margin-bottom: 2.1875em;
  padding: 0.9375em;
}
/* line 29, ../sass/navigation.scss */
#side-navigation .side-navigation-title {
  border-bottom: 1px solid rgba(147, 149, 152, 0.5);
  color: #79b142;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}

/* line 37, ../sass/navigation.scss */
.side-navigation-content {
  font-size: 0.875em;
  line-height: 1.428571428571429em;
}
/* line 40, ../sass/navigation.scss */
.side-navigation-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 44, ../sass/navigation.scss */
.side-navigation-content ul li {
  margin: 0;
  padding: 0;
}
/* line 48, ../sass/navigation.scss */
.side-navigation-content ul a {
  background-image: url(images/icons/icon-sprite-small.png);
  background-repeat: no-repeat;
  background-position: 0 -40px;
  color: #939598;
  padding-left: 1.071428571428571em;
}
/* line 54, ../sass/navigation.scss */
.side-navigation-content ul a.active {
  background-position: 0 -64px;
  color: #79b142;
}
/* line 60, ../sass/navigation.scss */
.side-navigation-content ul.archive a {
  background-image: none;
  color: #231f20;
  padding-left: 0;
}
/* line 64, ../sass/navigation.scss */
.side-navigation-content ul.archive a.active {
  color: #79b142;
}
/* line 70, ../sass/navigation.scss */
.side-navigation-content ul.facilities li {
  line-height: 2.142857142857143em;
  padding-left: 0em;
}
.side-navigation-content ul.facilities li img {
  line-height: 2.142857142857143em;
  padding-left: 0em;
  vertical-align: middle;
}
.accomm-info ul.facilities li {
  line-height: 2.142857142857143em;
  padding-left: 0em;
}
.accomm-info ul.facilities li img {
  line-height: 2.142857142857143em;
  padding-left: 0em;
  vertical-align: middle;
}
/* line 76, ../sass/navigation.scss */
.side-navigation-content .contact-block {
  font-size: 0.8125em;
}
/* line 78, ../sass/navigation.scss */
.side-navigation-content .contact-block span {
  display: block;
  line-height: 1.384615384615385em;
}
/* line 82, ../sass/navigation.scss */
.side-navigation-content .contact-block + .contact-block {
  margin-top: 1.538461538461538em;
}
/* line 86, ../sass/navigation.scss */
.side-navigation-content + .side-navigation-title {
  margin-top: 2.1875em;
}
.side-navigation-content ul.children {
    margin: 0 0 0 15px;
}

/* line 92, ../sass/navigation.scss */
#tabs .tabs-links {
  margin-bottom: 1.875em;
}
/* line 94, ../sass/navigation.scss */
#tabs .tabs-links > div {
  float: left;
  margin-right: 4.375em;
}
/* line 97, ../sass/navigation.scss */
#tabs .tabs-links > div:last-child {
  margin-right: 0;
}
/* line 101, ../sass/navigation.scss */
#tabs .tabs-links h2, #tabs .tabs-links a {
  color: #d1d3d4;
}
/* line 103, ../sass/navigation.scss */
#tabs .tabs-links h2:hover, #tabs .tabs-links a:hover {
  color: #79b142;
}
/* line 110, ../sass/navigation.scss */
#tabs .tabs-link-item.active h2, #tabs .tabs-link-item.active a {
  color: #79b142;
}
/* line 115, ../sass/navigation.scss */
#tabs .tabs-content-item {
  display: none;
}
/* line 117, ../sass/navigation.scss */
#tabs .tabs-content-item.active {
  display: block;
}
/* line 120, ../sass/navigation.scss */
#tabs .tabs-content-item .frmWrapper {
  margin-top: 2.8125em;
}

/* line 4, ../sass/elements.scss */
ul, ol {
  margin: 1.25em 0;
}
/* line 6, ../sass/elements.scss */
ul li, ol li {
  padding: 0 0 0.625em 0;
}
/* line 9, ../sass/elements.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

/* line 13, ../sass/elements.scss */
ul {
  padding: 0 0 0 1.875em;
}
/* line 15, ../sass/elements.scss */
ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 19, ../sass/elements.scss */
ul.inline-list li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/elements.scss */
dl {
  margin: 0;
}
/* line 28, ../sass/elements.scss */
dl dd, dl dt {
  padding: 0;
}
/* line 31, ../sass/elements.scss */
dl dt {
  float: left;
  min-width: 150px;
}

/* line 36, ../sass/elements.scss */
hr {
  background-color: white;
  border: 0;
  height: 1px;
  margin: 10px 0;
}

/* line 42, ../sass/elements.scss */
fieldset {
  border: 0;
}

/* line 45, ../sass/elements.scss */
legend {
  display: none;
}

/* line 51, ../sass/elements.scss */
.icon {
  background-image: url(images/icons/icon-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
}
/* line 57, ../sass/elements.scss */
.icon.vimeo {
  background-position: 50% 0;
}
/* line 60, ../sass/elements.scss */
.icon.facebook {
  background-position: 50% -25px;
}
/* line 63, ../sass/elements.scss */
.icon.twitter {
  background-position: 50% -50px;
}
/* line 66, ../sass/elements.scss */
.icon.trigger {
  background-position: 50% -75px;
}
/* line 69, ../sass/elements.scss */
.icon.search {
  background-position: 50% -100px;
}
/* line 72, ../sass/elements.scss */
.icon.facebook-light {
  background-position: 50% -125px;
}
/* line 75, ../sass/elements.scss */
.icon.left {
  background-position: 50% -150px;
}
/* line 78, ../sass/elements.scss */
.icon.right {
  background-position: 50% -175px;
}

/* line 82, ../sass/elements.scss */
.icon-small {
  background-image: url(images/icons/icon-sprite-small.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
/* line 88, ../sass/elements.scss */
.icon-small.email {
  background-position: 50% 0;
}
/* line 91, ../sass/elements.scss */
.icon-small.tel {
  background-position: 50% -12px;
}
/* line 94, ../sass/elements.scss */
.icon-small.account {
  background-position: 50% -24px;
}

/* line 98, ../sass/elements.scss */
.icon-large {
  background-image: url(images/icons/icon-sprite-large.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  width: 50px;
}
/* line 104, ../sass/elements.scss */
.icon-large.scroll {
  background-position: 50% 0;
}
/* line 107, ../sass/elements.scss */
.icon-large.visa {
  background-position: 50% -50px;
}
/* line 110, ../sass/elements.scss */
.icon-large.master {
  background-position: 50% -100px;
}
/* line 113, ../sass/elements.scss */
.icon-large.maestro {
  background-position: 50% -150px;
}
/* line 116, ../sass/elements.scss */
.icon-large.americanexpress {
  background-position: 50% -200px;
}
/* line 119, ../sass/elements.scss */
.icon-large.lock {
  background-position: 50% -300px;
}
/* line 122, ../sass/elements.scss */
.icon-large.electricity {
  background-position: 50% -350px;
}
/* line 125, ../sass/elements.scss */
.icon-large.beauty {
  background-position: 50% -500px;
}
/* line 128, ../sass/elements.scss */
.icon-large.groupbooking {
  background-position: 50% -550px;
}
/* line 131, ../sass/elements.scss */
.icon-large.meetgreet {
  background-position: 50% -600px;
}
/* line 134, ../sass/elements.scss */
.icon-large.charging {
  background-position: 50% -650px;
}
/* line 137, ../sass/elements.scss */
.icon-large.showers {
  background-position: 50% -700px;
}
/* line 140, ../sass/elements.scss */
.icon-large.loos {
  background-position: 50% -750px;
}
/* line 143, ../sass/elements.scss */
.icon-large.vip {
  background-position: 50% -800px;
}
/* line 146, ../sass/elements.scss */
.icon-large.error {
  background-position: 50% -900px;
  display: block;
  margin: 1.428571428571429em auto 1.785714285714286em;
}
/* line 151, ../sass/elements.scss */
.icon-large.complete-icon {
  background-position: 50% -950px;
}
/* line 154, ../sass/elements.scss */
.icon-large.close {
  background-position: 50% -1100px;
}

/* line 158, ../sass/elements.scss */
.icon-accomodation {
  background-image: url(images/icons/accomodation-icon-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 120px;
  width: 120px;
}
/* line 164, ../sass/elements.scss */
.icon-accomodation.yurts {
  background-position: 50% 0;
}
/* line 167, ../sass/elements.scss */
.icon-accomodation.tents {
  background-position: 50% -120px;
}
/* line 170, ../sass/elements.scss */
.icon-accomodation.cloudhouses {
  background-position: 50% -240px;
}
/* line 173, ../sass/elements.scss */
.icon-accomodation.squrts {
  background-position: 50% -360px;
}

/* line 177, ../sass/elements.scss */
.icon-accomodation-small {
  background-image: url(images/icons/accomodation-icon-sprite-small.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 75px;
  width: 75px;
}
/* line 183, ../sass/elements.scss */
.icon-accomodation-small.yurts {
  background-position: 50% 0;
}
/* line 186, ../sass/elements.scss */
.icon-accomodation-small.tents {
  background-position: 50% -75px;
}
/* line 189, ../sass/elements.scss */
.icon-accomodation-small.cloudhouses {
  background-position: 50% -150px;
}
/* line 192, ../sass/elements.scss */
.icon-accomodation-small.squrts {
  background-position: 50% -225px;
}

/* line 196, ../sass/elements.scss */
.icon-festival {
  background-image: url(images/icons/festival-icon-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 170px;
  width: 170px;
}
/* line 202, ../sass/elements.scss */
.icon-festival.glastonbury {
  background-position: 0 0;
}
/* line 205, ../sass/elements.scss */
.icon-festival.leeds {
  background-position: 0 -170px;
}
/* line 208, ../sass/elements.scss */
.icon-festival.solfest {
  background-position: 0 -340px;
}
/* line 211, ../sass/elements.scss */
.icon-festival.secretGarden {
  background-position: 0 -510px;
}
/* line 214, ../sass/elements.scss */
.icon-festival.redRooster {
  background-position: 0 -680px;
}
/* line 217, ../sass/elements.scss */
.icon-festival.cornbury {
  background-position: -170px 0;
}
/* line 220, ../sass/elements.scss */
.icon-festival.rewindSouth {
  background-position: -170px -170px;
}
/* line 223, ../sass/elements.scss */
.icon-festival.rewindScotland {
  background-position: -170px -340px;
}
/* line 226, ../sass/elements.scss */
.icon-festival.vFestival {
  background-position: -170px -510px;
}
/* line 229, ../sass/elements.scss */
.icon-festival.wickerman {
  background-position: -170px -680px;
}
/* line 232, ../sass/elements.scss */
.icon-festival.bestival {
  background-position: -340px 0;
}
/* line 235, ../sass/elements.scss */
.icon-festival.creamfields {
  background-position: -340px -170px;
}
/* line 238, ../sass/elements.scss */
.icon-festival.electricPicnic {
  background-position: -340px -340px;
}
/* line 241, ../sass/elements.scss */
.icon-festival.bella {
  background-position: -340px -510px;
}
/* line 244, ../sass/elements.scss */
.icon-festival.campBestival {
  background-position: -340px -680px;
}
/* line 247, ../sass/elements.scss */
.icon-festival.isleOfWight {
  background-position: -510px 0;
}
/* line 250, ../sass/elements.scss */
.icon-festival.tPark {
  background-position: -510px -170px;
}
/* line 253, ../sass/elements.scss */
.icon-festival.wilderness {
  background-position: -510px -340px;
}

/* line 257, ../sass/elements.scss */
.icon-booking {
  background-image: url(images/icons/icon-sprite-booking.png);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  width: 25px;
}
/* line 263, ../sass/elements.scss */
.icon-booking.festival-icon {
  background-position: 0 0;
}
/* line 266, ../sass/elements.scss */
.icon-booking.accommodation-icon {
  background-position: -25px 0;
}
/* line 269, ../sass/elements.scss */
.icon-booking.beds-icon {
  background-position: -50px 0;
}
/* line 272, ../sass/elements.scss */
.icon-booking.extras-icon {
  background-position: -75px 0;
}
/* line 275, ../sass/elements.scss */
.icon-booking.confirmation-icon {
  background-position: -100px 0;
}
/* line 278, ../sass/elements.scss */
.icon-booking.payment-icon {
  background-position: -125px 0;
}

/* line 282, ../sass/elements.scss */
.icon-gallery {
  background-image: url(images/icons/gallery-icons.png);
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 30px;
}
/* line 288, ../sass/elements.scss */
.icon-gallery.prev {
  background-position: 50% 0;
}
/* line 290, ../sass/elements.scss */
.icon-gallery.prev:hover {
  background-position: 50% -90px;
}
/* line 294, ../sass/elements.scss */
.icon-gallery.next {
  background-position: 50% -30px;
}
/* line 296, ../sass/elements.scss */
.icon-gallery.next:hover {
  background-position: 50% -60px;
}

/* line 303, ../sass/elements.scss */
.active .icon-booking.festival-icon, .complete .icon-booking.festival-icon {
  background-position: 0 -25px;
}
/* line 306, ../sass/elements.scss */
.active .icon-booking.accommodation-icon, .complete .icon-booking.accommodation-icon {
  background-position: -25px -25px;
}
/* line 309, ../sass/elements.scss */
.active .icon-booking.beds-icon, .complete .icon-booking.beds-icon {
  background-position: -50px -25px;
}
/* line 312, ../sass/elements.scss */
.active .icon-booking.extras-icon, .complete .icon-booking.extras-icon {
  background-position: -75px -25px;
}
/* line 315, ../sass/elements.scss */
.active .icon-booking.confirmation-icon, .complete .icon-booking.confirmation-icon {
  background-position: -100px -25px;
}
/* line 318, ../sass/elements.scss */
.active .icon-booking.payment-icon, .complete .icon-booking.payment-icon {
  background-position: -125px -25px;
}

/* line 324, ../sass/elements.scss */
img {
  display: inline-block;
  width: auto;
}
/* line 327, ../sass/elements.scss */
img.left {
  margin: 0.625em 0.625em 0.625em 0;
}
/* line 330, ../sass/elements.scss */
img.right {
  margin: 0.625em 0 0.625em 0.625em;
}

/* line 334, ../sass/elements.scss */
blockquote {
  color: #878787;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  font-size: 1.475em;
  line-height: 1.166666666666667em;
  margin: 0;
  padding: 2.666666666666667em 7.333333333333333em;
  position: relative;
}
/* line 342, ../sass/elements.scss */
blockquote cite {
  color: #79b142;
  display: block;
  font-size: 0.7666666666666667em;
}
/* line 346, ../sass/elements.scss */
blockquote cite span {
  color: #878787;
  display: block;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 0.608695652173913em;
  line-height: 1em;
}
/* line 354, ../sass/elements.scss */
blockquote::before {
  background-image: url(images/icons/quote-sprite.png);
  background-repeat: no-repeat;
  background-position: right 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
}
/* line 365, ../sass/elements.scss */
blockquote::after {
  background-image: url(images/icons/quote-sprite.png);
  background-repeat: no-repeat;
  background-position: left 0;
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 90px;
}

/* line 377, ../sass/elements.scss */
fieldset {
  border: 0;
}

/* line 380, ../sass/elements.scss */
legend {
  display: none;
}

/* line 13, ../sass/button.scss */
.btn {
  background-color: #16aed2;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #1188a4;
  box-shadow: 2px 2px 2px #1188a4;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
}
/* line 15, ../sass/button.scss */
.btn:hover {
  text-decoration: none;
}
/* line 18, ../sass/button.scss */
.btn:active {
  -webkit-box-shadow: inset 1px 1px 1px #1188a4;
  box-shadow: inset 1px 1px 1px #1188a4;
}
/* line 21, ../sass/button.scss */
.btn.alt {
  background-color: #bababa;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #a1a1a1;
  box-shadow: 2px 2px 2px #a1a1a1;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
}
/* line 30, ../sass/button.scss */
.btn.small {
  padding: 0.375em 1em;
}
/* line 33, ../sass/button.scss */
.btn.progress {
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -255px;
  background-repeat: no-repeat;
  background-color: #79b142;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #608c34;
  box-shadow: 2px 2px 2px #608c34;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  border-radius: 20px;
  padding-right: 3.75em;
}
/* line 40, ../sass/button.scss */
.btn.progress:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 43, ../sass/button.scss */
.btn.progress.follow {
  background-color: #4D4D4D; /*#d1d3d4*/
  -webkit-box-shadow: 2px 2px 2px #b7babb;
  box-shadow: 2px 2px 2px #b7babb;
}
/* line 46, ../sass/button.scss */
.btn.progress.follow:hover {
  background-color: #79b142;
}
/* line 49, ../sass/button.scss */
.btn.progress.follow:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 54, ../sass/button.scss */
.btn.progress-book {
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -258px;
  background-repeat: no-repeat;
  background-color: #4D4D4D; /*#d1d3d4*/
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #b7babb;
  box-shadow: 2px 2px 2px #b7babb;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 0.1875em 3.75em 0.1875em 1.875em;
}
/* line 61, ../sass/button.scss */
.btn.progress-book:hover {
  background-color: #79b142;
}
/* line 64, ../sass/button.scss */
.btn.progress-book:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 68, ../sass/button.scss */
.btn.save {
  background-color: #79b142;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #608c34;
  box-shadow: 2px 2px 2px #608c34;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  border-radius: 20px;
}
/* line 71, ../sass/button.scss */
.btn.save:hover {
  background-color: #6c9e3b;
}
/* line 74, ../sass/button.scss */
.btn.save:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 78, ../sass/button.scss */
.btn.edit {
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -255px;
  background-repeat: no-repeat;
  background-color: #d1d3d4;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #b7babb;
  box-shadow: 2px 2px 2px #b7babb;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  border-radius: 20px;
  padding-right: 3.75em;
}
/* line 85, ../sass/button.scss */
.btn.edit:hover {
  background-color: #16aed2;
}
/* line 88, ../sass/button.scss */
.btn.edit:active {
  -webkit-box-shadow: inset 1px 1px 1px #1188a4;
  box-shadow: inset 1px 1px 1px #1188a4;
}
/* line 92, ../sass/button.scss */
.btn.clear {
  background-color: transparent;
  border: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 97, ../sass/button.scss */
.btn.full {
  display: block;
  padding: 0.5em 1.875em;
  text-align: center;
}
/* line 102, ../sass/button.scss */
.btn.social-facebook {
  background-color: #3a5a98;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  position: relative;
  text-transform: none;
}
/* line 108, ../sass/button.scss */
.btn.social-facebook .icon {
  left: 15px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
/* line 115, ../sass/button.scss */
.btn.book {
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -255px;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-right: 3.75em;
}
/* line 122, ../sass/button.scss */
.btn.download {
  background-color: #4D4D4D;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #b7babb;
  box-shadow: 2px 2px 2px #b7babb;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -858px;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-right: 3.75em;
}
/* line 129, ../sass/button.scss */
.btn.download:hover {
  background-color: #79b142;
}
/* line 132, ../sass/button.scss */
.btn.download:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 136, ../sass/button.scss */
.btn.calendar, .btn.confirm {
  background-image: url(images/icons/icon-sprite-large.png);
  background-position: right -1005px;
  background-repeat: no-repeat;
  background-color: #d1d3d4;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #b7babb;
  box-shadow: 2px 2px 2px #b7babb;
  color: white;
  display: inline-block;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  padding: 0.5em 1.875em;
  text-transform: uppercase;
  border-radius: 20px;
  padding-right: 3.75em;
}
/* line 143, ../sass/button.scss */
.btn.calendar:hover, .btn.confirm:hover {
  background-color: #79b142;
}
/* line 147, ../sass/button.scss */
.btn.confirm {
  background-color: #79b142;
}
/* line 149, ../sass/button.scss */
.btn.confirm:hover {
  background-color: #6c9e3b;
}
/* line 152, ../sass/button.scss */
.btn.confirm:active {
  -webkit-box-shadow: inset 1px 1px 1px #608c34;
  box-shadow: inset 1px 1px 1px #608c34;
}
/* line 156, ../sass/button.scss */
.btn.round {
  border-radius: 20px;
}

/* line 162, ../sass/button.scss */
.btn-list .btn + .btn {
  margin-left: 1.5625em;
}

/* line 3, ../sass/form.scss */
input, label, textarea, select {
  display: block;
  width: 100%;
}

/* line 7, ../sass/form.scss */
label {
  color: #939598;
  font-family: 'Chango', cursive;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 1.61803em;
}

/* line 13, ../sass/form.scss */
input, textarea, select {
  border: 1px solid #aaa;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0.625em;
}

/* line 19, ../sass/form.scss */
textarea {
  min-height: 180px;
}

/* line 22, ../sass/form.scss */
.datepicker {
  background-image: url(images/icons/icon-sprite-large.png);
  background-repeat: no-repeat;
  background-position: 0 -1058px;
}

/* line 28, ../sass/form.scss */
.frmRow input[type='checkbox'] {
  opacity: 0;
}
/* line 30, ../sass/form.scss */
.frmRow input[type='checkbox'] + label {
  background-image: url(images/icons/form-check-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 0.8125em;
  line-height: 16px;
  margin: 0;
  padding-left: 20px;
}
/* line 41, ../sass/form.scss */
.frmRow input[type='checkbox']:checked + label {
  background-position: 0 -42px;
}
/* line 46, ../sass/form.scss */
.frmRow.terms {
  padding: 0.75em 0;
}

/* line 50, ../sass/form.scss */
input[type='checkbox'], input[type='radio'] {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
/* line 56, ../sass/form.scss */
input[type='checkbox'] + label, input[type='radio'] + label {
  padding-left: 1.25em;
}

/* line 60, ../sass/form.scss */
button {
  border: none;
  margin-top: 0.625em;
}

/* line 64, ../sass/form.scss */
.frmRow {
  margin-bottom: 2.8125em;
  position: relative;
}

/* line 69, ../sass/form.scss */
.select-wrap {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #bcbec0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  float: right;
  cursor: pointer;
  position: relative;
  width: 140px;
}
/* line 78, ../sass/form.scss */
.select-wrap .selected {
  background-image: url(images/icons/icon-sprite-large.png);
  background-repeat: no-repeat;
  background-position: right -407px;
  color: #79b142;
  display: block;
  font-weight: 600;
  padding: 0.3571428571428571em;
  -webkit-transition: background-position 0.1s ease-in;
  transition: background-position 0.1s ease-in;
}
/* line 88, ../sass/form.scss */
.select-wrap .selected.open {
  background-position: right -457px;
}

/* line 93, ../sass/form.scss */
.options {
  background: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #bcbec0;
  display: none;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 34px;
  z-index: 12;
}
/* line 106, ../sass/form.scss */
.options li {
  color: #231f20;
  cursor: pointer;
  padding: 0.3571428571428571em;
}
/* line 110, ../sass/form.scss */
.options li:hover {
  color: #79b142;
}

/* line 115, ../sass/form.scss */
.customSelectHidden {
  display: none;
}

/*!
 * Pikaday
 * Copyright ┬® 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 7, ../sass/pickaday.scss */
.pika-single {
  background: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  border: 0;
  border-bottom-color: #bbb;
}
/* line 16, ../sass/pickaday.scss */
.pika-single.is-hidden {
  display: none;
}
/* line 19, ../sass/pickaday.scss */
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

/* line 27, ../sass/pickaday.scss */
.pika-single {
  *zoom: 1;
}
/* line 30, ../sass/pickaday.scss */
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
/* line 36, ../sass/pickaday.scss */
.pika-single:after {
  clear: both;
}

/* line 39, ../sass/pickaday.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 45, ../sass/pickaday.scss */
.pika-title {
  position: relative;
  text-align: center;
}
/* line 49, ../sass/pickaday.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 61, ../sass/pickaday.scss */
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: none;
}

/* line 75, ../sass/pickaday.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  *position: absolute;
  *top: 0;
  margin: 0;
}
/* line 95, ../sass/pickaday.scss */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
/* line 99, ../sass/pickaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 105, ../sass/pickaday.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("images/icons/toggle-left-default.png");
  background-repeat: no-repeat;
  *left: 0;
}
/* line 111, ../sass/pickaday.scss */
.pika-prev:hover,
.is-rtl .pika-next:hover {
  background-image: url("images/icons/toggle-left.png");
}

/* line 116, ../sass/pickaday.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("images/icons/toggle-right-default.png");
  background-repeat: no-repeat;
  *right: 0;
}
/* line 122, ../sass/pickaday.scss */
.pika-next:hover,
.is-rtl .pika-prev:hover {
  background-image: url("images/icons/toggle-right.png");
}

/* line 127, ../sass/pickaday.scss */
.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 132, ../sass/pickaday.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
/* line 138, ../sass/pickaday.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
/* line 144, ../sass/pickaday.scss */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
/* line 152, ../sass/pickaday.scss */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 158, ../sass/pickaday.scss */
.pika-button {
  background: none;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
/* line 175, ../sass/pickaday.scss */
.pika-button.is-today {
  background-color: #16aed2;
  color: white;
  font-weight: bold;
}
/* line 181, ../sass/pickaday.scss */
.pika-button.is-selected, .pika-button.is-booked {
  color: white;
  font-weight: bold;
  background: #79b142;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 188, ../sass/pickaday.scss */
.pika-button.is-booked {
  background: #6c9e3b;
}
/* line 192, ../sass/pickaday.scss */
.pika-button.is-disabled {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
/* line 199, ../sass/pickaday.scss */
.pika-button:hover {
  background-color: #93c462;
  color: #fff;
  background: #c2c5c5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 207, ../sass/pickaday.scss */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 212, ../sass/pickaday.scss */
.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 216, ../sass/pickaday.scss */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/* line 223, ../sass/pickaday.scss */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/* line 3, ../sass/presentation.scss */
.left {
  float: left;
}

/* line 6, ../sass/presentation.scss */
.right {
  float: right;
}

/* line 9, ../sass/presentation.scss */
.error {
  color: red;
}

/* line 12, ../sass/presentation.scss */
.success {
  color: #13a521;
}

/* line 4, ../sass/layout.scss */
.contain {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 11, ../sass/layout.scss */
.row {
  clear: both;
}
/* line 13, ../sass/layout.scss */
.row.negative-10 {
  margin: 0 -10px;
}
/* line 15, ../sass/layout.scss */
.row.negative-10 .even-pad {
  margin: 0 10px;
}
/* line 19, ../sass/layout.scss */
.row.negative-20 {
  margin: 0 -20px;
}
/* line 21, ../sass/layout.scss */
.row.negative-20 .even-pad {
  margin: 0 20px;
}
/* line 25, ../sass/layout.scss */
.row.negative-30 {
  margin: 0 -30px;
}
/* line 27, ../sass/layout.scss */
.row.negative-30 .even-pad {
  margin: 0 30px;
}
/* line 31, ../sass/layout.scss */
.row.negative-40 {
  margin: 0 -40px;
}
/* line 33, ../sass/layout.scss */
.row.negative-40 .even-pad {
  margin: 0 40px;
}
/* line 36, ../sass/layout.scss */
.row.negative-40 .negative-20 {
  margin: 0 -20px;
}
/* line 38, ../sass/layout.scss */
.row.negative-40 .negative-20 .even-pad {
  margin: 0 20px;
}
/* line 43, ../sass/layout.scss */
.row.negative-left-30 {
  margin-left: -30px;
  width: auto;
}
/* line 47, ../sass/layout.scss */
.row.negative-right-10 {
  margin-right: -10px;
}

/* line 51, ../sass/layout.scss */
.no-bg .col {
  -webkit-filter: none;
          filter: none;
  background: none;
}

/* line 55, ../sass/layout.scss */
.even-pad {
  margin: 0 10px;
}

/* line 58, ../sass/layout.scss */
.gutter-10 {
  padding: 30px;
}

/* line 61, ../sass/layout.scss */
.gutter-20 {
  padding: 30px;
}

/* line 64, ../sass/layout.scss */
.gutter-30 {
  padding: 30px;
}

/* line 67, ../sass/layout.scss */
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .by-eight, .accom-two {
  float: left;
}

/* line 71, ../sass/layout.scss */
.alt .one-col, .alt .two-col, .alt .three-col, .alt .four-col, .alt .five-col, .alt .six-col, .alt .seven-col, .alt .eight-col, .alt .nine-col, .alt .ten-col, .alt .eleven-col, .alt .twelve-col, .alt .by-eight, .alt .accom-two {
  float: right;
}

/* line 77, ../sass/layout.scss */
.row:not(.alt) .one-col, .row:not(.alt) .two-col, .row:not(.alt) .three-col, .row:not(.alt) .four-col, .row:not(.alt) .five-col, .row:not(.alt) .six-col, .row:not(.alt) .seven-col, .row:not(.alt) .eight-col, .row:not(.alt) .nine-col, .row:not(.alt) .ten-col, .row:not(.alt) .eleven-col, .row:not(.alt) .twelve-col, .row:not(.alt) .by-eight, .row:not(.alt) .accom-two {
  float: left;
}

/* line 91, ../sass/layout.scss */
.one-col {
  width: 8.33333%;
}

/* line 94, ../sass/layout.scss */
.two-col {
  width: 16.66667%;
}

/* line 97, ../sass/layout.scss */
.three-col {
  width: 25%;
}

/* line 100, ../sass/layout.scss */
.four-col {
  width: 33.33333%;
}

/* line 103, ../sass/layout.scss */
.five-col {
  width: 41.66667%;
}

/* line 106, ../sass/layout.scss */
.six-col {
  width: 50%;
}

/* line 109, ../sass/layout.scss */
.seven-col {
  width: 58.33333%;
}

/* line 112, ../sass/layout.scss */
.eight-col {
  width: 66.66667%;
}

/* line 115, ../sass/layout.scss */
.nine-col {
  width: 75%;
}

/* line 118, ../sass/layout.scss */
.ten-col {
  width: 83.33333%;
}

/* line 121, ../sass/layout.scss */
.eleven-col {
  width: 91.66667%;
}

/* line 124, ../sass/layout.scss */
.twelve-col {
  width: 100%;
}

/* line 127, ../sass/layout.scss */
.thirteen-col {
  width: 108.33333%;
}

/* line 130, ../sass/layout.scss */
.fourteen-col {
  width: 116.66667%;
}

/* line 133, ../sass/layout.scss */
.fifteen-col {
  width: 125%;
}

/* line 136, ../sass/layout.scss */
.sixteen-col {
  width: 133.33333%;
}

/* line 139, ../sass/layout.scss */
.seventeen-col {
  width: 141.66667%;
}

/* line 142, ../sass/layout.scss */
.eighteen-col {
  width: 150%;
}

/* line 145, ../sass/layout.scss */
.nineteen-col {
  width: 158.33333%;
}

/* line 148, ../sass/layout.scss */
.twenty-col {
  width: 166.66667%;
}

/* line 151, ../sass/layout.scss */
.twentyone-col {
  width: 175%;
}

/* line 154, ../sass/layout.scss */
.twentytwo-col {
  width: 183.33333%;
}

/* line 157, ../sass/layout.scss */
.twentythree-col {
  width: 191.66667%;
}

/* line 160, ../sass/layout.scss */
.twentyfour-col {
  width: 200%;
}

/* line 163, ../sass/layout.scss */
.by-eight {
  width: 12.5%;
}

/* line 166, ../sass/layout.scss */
.accom-two {
  width: 16.66666666666667%;
}

/* line 171, ../sass/layout.scss */
.offby-one {
  margin-left: 8.33333%;
}

/* line 174, ../sass/layout.scss */
.offby-two {
  margin-left: 16.66667%;
}

/* line 177, ../sass/layout.scss */
.offby-three {
  margin-left: 25%;
}

/* line 180, ../sass/layout.scss */
.offby-four {
  margin-left: 33.33333%;
}

/* line 183, ../sass/layout.scss */
.offby-five {
  margin-left: 41.66667%;
}

/* line 186, ../sass/layout.scss */
.offby-six {
  margin-left: 50%;
}

/* line 189, ../sass/layout.scss */
.offby-seven {
  margin-left: 58.33333%;
}

/* line 192, ../sass/layout.scss */
.offby-eight {
  margin-left: 66.66667%;
}

/* line 195, ../sass/layout.scss */
.offby-nine {
  margin-left: 75%;
}

/* line 198, ../sass/layout.scss */
.offby-ten {
  margin-left: 83.33333%;
}

/* line 201, ../sass/layout.scss */
.offby-eleven {
  margin-left: 91.66667%;
}

/* line 204, ../sass/layout.scss */
.offby-twelve {
  margin-left: 100%;
}

/* line 207, ../sass/layout.scss */
.offby-thirteen {
  margin-left: 108.33333%;
}

/* line 210, ../sass/layout.scss */
.offby-fourteen {
  margin-left: 116.66667%;
}

/* line 213, ../sass/layout.scss */
.offby-fifteen {
  margin-left: 125%;
}

/* line 216, ../sass/layout.scss */
.offby-sixteen {
  margin-left: 133.33333%;
}

/* line 219, ../sass/layout.scss */
.offby-seventeen {
  margin-left: 141.66667%;
}

/* line 222, ../sass/layout.scss */
.offby-eighteen {
  margin-left: 150%;
}

/* line 225, ../sass/layout.scss */
.offby-nineteen {
  margin-left: 158.33333%;
}

/* line 228, ../sass/layout.scss */
.offby-twenty {
  margin-left: 166.66667%;
}

/* line 231, ../sass/layout.scss */
.offby-twentyone {
  margin-left: 175%;
}

/* line 234, ../sass/layout.scss */
.offby-twentytwo {
  margin-left: 183.33333%;
}

/* line 237, ../sass/layout.scss */
.offby-twentythree {
  margin-left: 191.66667%;
}

/* line 26, ../sass/animations.scss */
.anim-fadeBounce, .anim-fadeScale, .anim-fadeRotate {
  opacity: 0;
}

/* line 29, ../sass/animations.scss */
.animate {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 34, ../sass/animations.scss */
.animate.delay-1 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
/* line 35, ../sass/animations.scss */
.animate.duration-1 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
/* line 34, ../sass/animations.scss */
.animate.delay-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/* line 35, ../sass/animations.scss */
.animate.duration-2 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
/* line 34, ../sass/animations.scss */
.animate.delay-3 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
/* line 35, ../sass/animations.scss */
.animate.duration-3 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
/* line 34, ../sass/animations.scss */
.animate.delay-4 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
/* line 35, ../sass/animations.scss */
.animate.duration-4 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
/* line 34, ../sass/animations.scss */
.animate.delay-5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* line 35, ../sass/animations.scss */
.animate.duration-5 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 38, ../sass/animations.scss */
.animate.anim-fadeBounce {
  -webkit-animation-name: fadeBounce;
  animation-name: fadeBounce;
}
/* line 41, ../sass/animations.scss */
.animate.anim-fadeScale {
  -webkit-animation-name: fadeScale;
  animation-name: fadeScale;
}
/* line 44, ../sass/animations.scss */
.animate.anim-rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
/* line 46, ../sass/animations.scss */
.animate.anim-rotate.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* line 51, ../sass/animations.scss */
.animate.anim-fadeRotate {
  -webkit-animation-name: fadeRotate;
  animation-name: fadeRotate;
}
/* line 54, ../sass/animations.scss */
.animate.anim-rotateXY {
  -webkit-animation-name: rotateXY;
  animation-name: rotateXY;
}
/* line 57, ../sass/animations.scss */
.animate.signifyPulse {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-name: signifyPulse;
  animation-name: signifyPulse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeBounce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes fadeRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateXY {
  0% {
    -webkit-transform: rotateX(-15deg) rotateY(-15deg);
  }
  66% {
    -webkit-transform: rotateY(-315deg) rotateY(-315deg);
  }
  100% {
    -webkit-transform: rotateY(-15deg) rotateY(-15deg);
  }
}
@keyframes rotateXY {
  0% {
    -webkit-transform: rotateX(-15deg) rotateY(-15deg);
            transform: rotateX(-15deg) rotateY(-15deg);
  }
  66% {
    -webkit-transform: rotateY(-315deg) rotateY(-315deg);
            transform: rotateY(-315deg) rotateY(-315deg);
  }
  100% {
    -webkit-transform: rotateY(-15deg) rotateY(-15deg);
            transform: rotateY(-15deg) rotateY(-15deg);
  }
}
@-webkit-keyframes signifyPulse {
  0% {
    -webkit-transform: translateY(0);
  }
  1.5% {
    -webkit-transform: translateY(-20px);
  }
  3% {
    -webkit-transform: translateY(0);
  }
  4.5% {
    -webkit-transform: translateY(-5px);
  }
  6% {
    -webkit-transform: translateY(0);
  }
  94% {
    -webkit-transform: translateY(0);
  }
  95.5% {
    -webkit-transform: translateY(-20px);
  }
  97% {
    -webkit-transform: translateY(0);
  }
  98.5% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes signifyPulse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  1.5% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  3% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  4.5% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  6% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  94% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  95.5% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  97% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98.5% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 3, ../sass/header.scss */
header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 10, ../sass/header.scss */
#menuTrigger {
  display: none;
}

/* line 13, ../sass/header.scss */
#topBar {
  background-color: #79b142;
  font-size: 0.8125em;
  padding: 0 11.53846153846154em;
  position: relative;
}
/* line 18, ../sass/header.scss */
#topBar .contact-links, #topBar .account-links {
  float: left;
}
/* line 20, ../sass/header.scss */
#topBar .contact-links li, #topBar .account-links li {
  margin-right: 3.846153846153846em;
}
/* line 22, ../sass/header.scss */
#topBar .contact-links li:last-child, #topBar .account-links li:last-child {
  margin-right: 0;
}
/* line 26, ../sass/header.scss */
#topBar .contact-links a, #topBar .account-links a {
  color: white;
  line-height: 2.461538461538462em;
  padding-left: 1.538461538461538em;
  position: relative;
}
/* line 31, ../sass/header.scss */
#topBar .contact-links a.btn, #topBar .account-links a.btn {
  line-height: 1em;
  margin-top: 0.2307692307692308em;
}
/* line 36, ../sass/header.scss */
#topBar .contact-links .icon-small, #topBar .account-links .icon-small {
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
/* line 43, ../sass/header.scss */
#topBar .account-links {
  float: right;
}

/* line 47, ../sass/header.scss */
#contact-trigger {
  display: none;
}

/* line 50, ../sass/header.scss */
#bottomBar {
  background-color: white;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  font-size: 0.875em;
  text-align: center;
  padding: 1.285714285714286em 10.71428571428571em 0;
  position: relative;
}

/* line 58, ../sass/header.scss */
#logo {
  float: left;
}
/* line 60, ../sass/header.scss */
#logo img {
  display: block;
  height: 35px;
  width: 223px;//New css property
}

/* line 64, ../sass/header.scss */
#social-links {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 68, ../sass/header.scss */
#social-links li {
  border-left: 1px solid #d1d3d4;
}
/* line 71, ../sass/header.scss */
#social-links a {
  display: block;
  padding: 1.428571428571429em;
}
/* line 75, ../sass/header.scss */
#social-links .icon {
  display: block;
}

/* line 3, ../sass/footer.scss */
footer {
  color: white;
  line-height: 1.428571428571429em;
  position: relative;
  overflow: hidden;//New css property
}
/* line 7, ../sass/footer.scss */
footer h3 {
  color: white;
  border-bottom: 1px solid white;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 0.875em;
  padding-bottom: 1em;
}
/* line 13, ../sass/footer.scss */
footer .footer-block {
  font-size: 0.875em;
  margin-bottom: 1.285714285714286em;
}
/* line 15, ../sass/footer.scss */
footer .footer-block + .footer-block {
  border-top: 1px solid white;
  margin-top: 1.428571428571429em;
  padding-top: 1.428571428571429em;
}
/* line 20, ../sass/footer.scss */
footer .footer-block span {
  display: block;
}
/* line 24, ../sass/footer.scss */
footer .footer-block a {
  color: white;
}
/* line 28, ../sass/footer.scss */
footer .footer-block .social-icon-list li {
  margin-right: 2.5em;
}
/* line 30, ../sass/footer.scss */
footer .footer-block .social-icon-list li:last-child {
  margin-right: 0;
}
/* line 36, ../sass/footer.scss */
footer .footer-block .accred-icon-list li {
  margin-right: 1.071428571428571em;
}
/* line 38, ../sass/footer.scss */
footer .footer-block .accred-icon-list li:last-child {
  margin-right: 0;
}
/* line 44, ../sass/footer.scss */
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 48, ../sass/footer.scss */
footer ul li {
  margin: 0;
  padding: 0;
}

/* line 54, ../sass/footer.scss */
#footer-break {
  left: -6px;//Updated css property
  overflow: hidden;
  position: absolute;
  right: -6px;//Updated css property
  top: -1px;
  z-index: 10;
}
/* line 61, ../sass/footer.scss */
#footer-break img {
  margin: 0;
}

/* line 65, ../sass/footer.scss */
#latest-news {
  min-height: 530px;
  overflow: hidden;
  padding: 5em 4.375em 1.875em;
  position: relative;
}
/* line 70, ../sass/footer.scss */
#latest-news img {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
}
/* line 74, ../sass/footer.scss */
#latest-news .latest-news-item {
  /*padding: 0.625em 0 0 4.6875em;*/
  background-color:rgba(0, 0, 0, 0.65);
  padding: 2em;
  position: relative;
  z-index: 1;
}
/* line 79, ../sass/footer.scss */
#latest-news h2 {
  color: white;
}
/* line 82, ../sass/footer.scss */
#latest-news .latest-news-title {
  font-size: 0.9375em;
  margin-bottom: 0.6666666666666667em;
}
/* line 86, ../sass/footer.scss */
#latest-news .latest-news-summary {
  border-bottom: 1px solid white;
  font-size: 0.8125em;
  line-height: 1.384615384615385em;
  margin-bottom: 1.153846153846154em;
}

/* line 93, ../sass/footer.scss */
#footer-opts {
  background-color: #79b142;
  padding: 5em 4.375em 1.875em;
}

/* line 97, ../sass/footer.scss */
#newsletter {
  position: relative;
}
/* line 99, ../sass/footer.scss */
#newsletter input {
  padding-right: 120px;
}
/* line 102, ../sass/footer.scss */
#newsletter .newsletter-signup {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 109, ../sass/footer.scss */
.copy {
  font-size: 0.875em;
}
/* line 111, ../sass/footer.scss */
.copy p {
  margin: 0;
}

/* line 116, ../sass/footer.scss */
.payment-accept a {
  display: block;
  height: 40px;
}

/* Added by Mike */

.slick-initialized .slick-slide {
    display: block;
    padding-left: 10px;
}

.wpcf7-list-item-label {
    background-image: url(images/icons/form-check-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 0.8125em;
    line-height: 16px;
    margin: 0;
    padding-left: 20px;
}

.wpcf7-checkbox input[type='checkbox'], .wpcf7-checkbox input[type='radio'] {
	left: 18px;
}

input[type='checkbox'], input[type='radio'] {
    border: 1px solid #aaa;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 0.625em;
}

#breadcrumb span {
    color: #16aed2!important;
}

#breadcrumb a {
    color: #16aed2!important;
}

#breadcrumb {
    text-transform: uppercase;
    color: #16aed2!important;
}

.listing-item .listing-img {
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.listing.accomodation img, .listing.gallery img {
    width: 100%;
	max-height: 255px;
}
.woocommerce .woocommerce-message {
    display:none;
}

.slider-festivals {margin: 0;}
.slider-festivals .slide {
	width: 100%;
	height: 100%;
	min-height: 750px;
}
@media (max-width: 1079px) {
	.slider-festivals .slide {
		width: 100%;
		height: 100%;
		min-height: 600px;
	}
}
ul.dwls_search_results {
	-webkit-box-shadow: 0px 13px 49px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 49px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 49px -4px rgba(0,0,0,0.75);
}
ul.dwls_search_results li.post_with_thumb a {
    width: auto !important;
}
ul.dwls_search_results {
	overflow: hidden !important;
}
div.search_footer {
	display: none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	font-size:17px;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

ul.inline-list.accred-icon-list.cf img {
    max-height: 100px;
}

ul.inline-list.payment-accept.cf li {
    padding-right: 10px;
}
ul.inline-list.payment-accept.cf li img {
    max-height: 35px;
}

.home .landing h2 {
	text-align:center;
}

form.checkout.woocommerce-checkout .input-checkbox, .woocommerce form .form-row .input-checkbox {
	position: relative;
	top: 0;
}

div.address header {
	position: relative;
}

.woocommerce-Address-title.title {
	position: relative;
}

/* Accommodation Types */

#accommodation-type .types .listing-item.sold-out, .available-accommodation .types .listing-item.sold-out {
	height: 155px;
    vertical-align: top;
}

#accommodation-type .types .listing-item.sold-out .acc-cat-img, .available-accommodation .types .listing-item.sold-out .acc-cat-img {
    opacity: 0.4;
}

#accommodation-type .types .listing-item .sold-out, .available-accommodation  .types .listing-item .sold-out {
	background-color: #79b142;
    color: white;
    font-family: 'Chango', cursive;
    text-transform: uppercase;
    font-size: 1.35em;
    padding: 0.2173913043478261em;
    margin-top: -92px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1.0;
}

.listing.accommodation .accom-opts span.woocommerce-Price-currencySymbol {
	display: inline;
}

.listing.accommodation .listing-summary a.listing-title, .listing.festivals .listing-summary a.listing-title {
    font-family: inherit;
    text-transform: none;
}

/* Booking: Floating bar */

#floating-next-button.listing-item.is_stuck {
	z-index: 10;
	background-color: #fff;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	padding-left: 1em;
	padding-right: 1em;
	top: 155px;
	width: 741px;
	display: inline-block;
	border-bottom: 1px solid #000;
}
#floating-next-button.listing-item.is_stuck a {
	display: block;
}
#floating-next-button.listing-item {
	padding: 0;
	margin: 0;
	border: 0;
}
#floating-next-button.listing-item a {
	display: none;
}
#floating-next-button.listing-item.is_stuck h3 {
	display: inline;
	line-height: 2em;
	vertical-align: bottom;
}
#floating-next-button.listing-item h3 {
	display: none;
}
@media (min-width: 1280px) {
	#floating-next-button.listing-item.is_stuck {
		top: 166px !important;
	}
}
@media (max-width: 1279px) {
	#floating-next-button.listing-item.is_stuck {
		top: 141px !important;
	}
}
@media (max-width: 959px) {
	#floating-next-button.listing-item.is_stuck {
		top: 156px !important;
	}
}
@media (max-width: 768px) {
	#floating-next-button.listing-item.is_stuck {
		top: 151px !important;
	}
}
@media (max-width: 556px) {
	#floating-next-button.listing-item.is_stuck h3 {
		display: none;
	}
	#floating-next-button.listing-item.is_stuck {
		top: 151px !important;
	}
}
@media (max-width: 480px) {
	#floating-next-button.listing-item.is_stuck {
		top: 180px !important;
	}
}

/*
     FILE ARCHIVED ON 04:43:10 Feb 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:05:07 Jul 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 31.977
  captures_list: 0.602
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.041
  esindex: 0.011
  cdx.remote: 7.038
  LoadShardBlock: 84.312 (3)
  PetaboxLoader3.datanode: 82.618 (5)
  PetaboxLoader3.resolve: 186.904 (3)
  load_resource: 212.92 (2)
*/