/**
 * #SETTINGS
 */
/*------------------------------------*    #SETTINGS.GLOBAL
\*------------------------------------*/
/**
 * #TOOLS
 */
/*------------------------------------*    #TOOLS.MIXINS
\*------------------------------------*/
/**
 * #GENERIC
 */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/Rockwell-Bold.eot");
  src: url("../fonts/Rockwell-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell-Bold.woff") format("woff"), url("../fonts/Rockwell-Bold.ttf") format("truetype"), url("../fonts/Rockwell-Bold.svg#Rockwell-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/Rockwell.eot");
  src: url("../fonts/Rockwell.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell.woff") format("woff"), url("../fonts/Rockwell.ttf") format("truetype"), url("../fonts/Rockwell.svg#Rockwell-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'GothamRounded';
  src: url("../fonts/gothamrounded-bold-webfont.eot");
  src: url("../fonts/gothamrounded-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-bold-webfont.woff") format("woff"), url("../fonts/gothamrounded-bold-webfont.ttf") format("truetype"), url("../fonts/gothamrounded-bold-webfont.svg#gotham_roundedbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded';
  src: url("../fonts/gothamrounded-medium-webfont.eot");
  src: url("../fonts/gothamrounded-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-medium-webfont.woff") format("woff"), url("../fonts/gothamrounded-medium-webfont.ttf") format("truetype"), url("../fonts/gothamrounded-medium-webfont.svg#gotham_roundedmedium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded';
  src: url("../fonts/gothamrounded-book-webfont.eot");
  src: url("../fonts/gothamrounded-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded-book-webfont.woff") format("woff"), url("../fonts/gothamrounded-book-webfont.ttf") format("truetype"), url("../fonts/gothamrounded-book-webfont.svg#gotham_roundedbook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GoOrange-icons';
  src: url("../fonts/GoOrange-icons.eot?-6vauzq");
  src: url("../fonts/GoOrange-icons.eot?#iefix-6vauzq") format("embedded-opentype"), url("../fonts/GoOrange-icons.ttf?-6vauzq") format("truetype"), url("../fonts/GoOrange-icons.woff?-6vauzq") format("woff"), url("../fonts/GoOrange-icons.svg?-6vauzq#GoOrange-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'GoOrange-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-car:before {
  content: "\e919"; }

.icon-backpack:before {
  content: "\e912"; }

.icon-bus:before {
  content: "\e913"; }

.icon-cutlery:before {
  content: "\e914"; }

.icon-jacket:before {
  content: "\e915"; }

.icon-pants:before {
  content: "\e916"; }

.icon-pot:before {
  content: "\e917"; }

.icon-sleeping-bag:before {
  content: "\e918"; }

.icon-checkbox:before {
  content: "\e909"; }

.icon-clock:before {
  content: "\e90a"; }

.icon-graph:before {
  content: "\e90b"; }

.icon-graph2:before {
  content: "\e90c"; }

.icon-house:before {
  content: "\e90d"; }

.icon-info:before {
  content: "\e90e"; }

.icon-long-arrow-right:before {
  content: "\e90f"; }

.icon-person:before {
  content: "\e910"; }

.icon-smiley:before {
  content: "\e911"; }

.icon-camera:before {
  content: "\e908"; }

.icon-googleplus:before {
  content: "\e906"; }

.icon-youtube:before {
  content: "\e907"; }

.icon-boat:before {
  content: "\e900"; }

.icon-cyclist:before {
  content: "\e901"; }

.icon-kayak:before {
  content: "\e902"; }

.icon-paddles:before {
  content: "\e903"; }

.icon-skier:before {
  content: "\e904"; }

.icon-walker:before {
  content: "\e905"; }

.icon-pinterest:before {
  content: "\e600"; }

.icon-instagram:before {
  content: "\e601"; }

.icon-arrow-up:before {
  content: "\e602"; }

.icon-rankers:before {
  content: "\e603"; }

.icon-tripadvisor:before {
  content: "\e604"; }

.icon-circle:before {
  content: "\e605"; }

.icon-leaves:before {
  content: "\e606"; }

.icon-facebook:before {
  content: "\e607"; }

.icon-twitter:before {
  content: "\e608"; }

.icon-arrow-down:before {
  content: "\e609"; }

.icon-arrow-left:before {
  content: "\e60a"; }

.icon-arrow-right:before {
  content: "\e60b"; }

.icon-calendar:before {
  content: "\e60c"; }

.icon-menu:before {
  content: "\e60d"; }

/**
 * #ELEMENTS
 */
/*------------------------------------*    #ELEMENTS.TABLES
\*------------------------------------*/
table {
  width: 100%;
  /*border: 3px solid #fffac9;*/
  border-right: 0;
  border-left: 0;
  text-align: left; }

td, th {
  padding: 15px 0;
  font-size: 16px;
  vertical-align: top; }
  td > p, th > p {
    margin: 0;
    font-size: inherit; }

th {
  font-weight: bold;
  text-transform: uppercase; }

tr {
  border-top: 1px solid #ededed; }
  tr:first-child {
    border-top: none; }

/**
 * #OBJECTS
 */
/**
 * #VENDOR
 */
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancyBox/fancybox_sprite.png"); }

#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: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancyBox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancyBox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.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; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancyBox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancyBox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancyBox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/**
 * #COMPONENTS
 */
/* MISC */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

html,
body {
  min-height: 100%; }

body {
  min-width: 320px;
  background: #000;
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #535353; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0; }

h1,
h2,
.section-title {
  font-family: 'Rockwell'; }

h1,
.section-title {
  font-size: 4.4em;
  text-transform: uppercase; }

.section-title {
  font-weight: bold; }

h2,
.page-title {
  font-size: 3em;
  font-weight: normal;
  color: #FF7000; }

.page-title {
  text-transform: none; }

h3 {
  font-size: 2.4em;
  line-height: 1.2em; }

h1.orange,
h2.orange,
h3.orange {
  color: #FF7000; }

h4 {
  font-size: 1.8em; }

p,
li {
  font-size: 1.6em; }

p.intro {
  font-size: 1.8em; }

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

/*a:link,
a:visited {
	color: #FF7000;
}*/
a:focus {
  outline: none; }

hr {
  margin: 30px 0; }

#container {
  position: relative;
  /*padding-bottom: 190px;*/
  /*padding-bottom: 253px;*/ }

.site-width,
.sub-width {
  max-width: 100%;
  margin: 0 auto; }

.site-width {
  width: 1110px; }

.sub-width {
  width: 860px; }

.price-text {
  margin: 0;
  font-family: 'Rockwell';
  font-size: 5.7em;
  font-weight: bold;
  text-align: center;
  /*text-indent: -28px;*/
  text-indent: -0.25em;
  line-height: 0.8em;
  color: #FFF; }

.price-text span {
  line-height: 0; }

.price-text .from,
.price-text .currency {
  color: #FFF9C7; }

.price-text .from {
  position: relative;
  /*top: -18px;
	right: -28px;*/
  top: -1.15em;
  right: -1.8em;
  font-size: 0.1901em;
  text-transform: uppercase;
  vertical-align: super; }

.price-text .currency {
  font-size: 0.72em; }

.clear {
  clear: both; }

iframe {
  border: none; }

/* END MISC */
/* Forms */
.star,
.required label::after {
  font-size: 16px;
  color: #F00; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

form.loading {
  background: url(../images/loading.gif) no-repeat right bottom; }

.form .status {
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid red; }

.form .status p {
  margin: 0;
  padding: 10px;
  background-color: red;
  font-size: 1.4em;
  color: #FFF; }

.form .status ul {
  padding-left: 25px;
  list-style: disc; }

.form .status ul li {
  margin: 0;
  padding: 0; }

.form .status ul li:before {
  display: none; }

.form .fool {
  display: none; }

.form p.mand {
  font-size: 1.4em; }

.form label,
.form input,
.form select,
.form .selectize-input,
.form textarea {
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 1.6em; }

.form label,
.form input,
.form select,
.form .selectize-input {
  font-weight: 600; }

.form label {
  display: inline-block;
  margin-bottom: 5px;
  color: #535353; }

.form label.in-field {
  padding: 0 6px 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  line-height: 30px; }

.field {
  margin: 1em 0;
  font-size: 1em; }

.form input,
.form select,
.form .selectize-input,
.form textarea {
  width: 100%;
  background-color: #FFF;
  border: 2px solid #83B92F;
  border-radius: 15px;
  color: #FF7000; }

.form .alert {
  border-color: red; }

.form input,
.form select,
.form .selectize-input {
  height: 30px;
  padding: 0 10px; }

.form textarea {
  padding: 10px; }

.form input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 5px; }

.form .selectize-input {
  line-height: 26px; }

.form .selectize-input.full {
  border-color: #6A6A6A; }

.form .selectize-input.full:after {
  color: #6A6A6A; }

.form select option {
  background-color: #FFF;
  color: #535353; }

.form .selectize-input.dropdown-active,
.form .datepicker-input.datepicker-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.form .full {
  border-color: #6A6A6A; }

.required label::after {
  content: ' *'; }

.g-recaptcha {
  display: inline-block;
  width: 243px;
  height: 62px;
  transform: scale(0.8);
  transform-origin: 0 0; }

.message {
  display: block;
  margin: 10px 0;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 5px;
  clear: both;
  font-size: 12px;
  text-align: left;
  color: #fff; }

.message.good {
  background: #5cb85c;
  border-color: #4cae4c; }

.message.bad,
.message.required {
  background: #c9302c;
  border-color: #ac2925; }

.message.warning,
.message.validation {
  background: #ec971f;
  border-color: #d58512; }

/* end Forms */
/* Selectize */
.selectize-input {
  position: relative; }

.selectize-input:after {
  content: "\e609";
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'GoOrange-icons';
  font-size: 7px;
  line-height: 7px;
  color: #83B92F;
  cursor: pointer; }

.selectize-input .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectize-control.single .selectize-input input {
  /*display: none;*/
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1em; }

.selectize-dropdown {
  position: absolute;
  z-index: 5;
  background-color: #FFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 3px 3px;
  overflow: hidden; }

.selectize-dropdown [data-selectable] {
  padding: 5px 8px;
  font-size: 13px;
  cursor: pointer; }

.selectize-dropdown .optgroup {
  padding: 5px 8px 0; }

.selectize-dropdown .optgroup-header {
  font-size: 14px;
  font-weight: bold; }

.selectize-dropdown .active {
  background-color: #F5FAFD; }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

/* end Selectize */
/* UI Datepicker */
.ui-datepicker {
  z-index: 10 !important;
  background-color: #FFF;
  border-radius: 0px 0px 3px 3px;
  font-size: 16px; }

.ui-datepicker .ui-datepicker-title {
  font-weight: bold; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 28px; }

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'GoOrange-icons'; }

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e60a"; }

.ui-datepicker .ui-datepicker-next:before {
  content: "\e60b"; }

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  color: #939393; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker td.ui-state-disabled {
  color: #939393; }

.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
  color: #96C11F; }

/* end UI Datepicker */
/* Header */
/* Booking Search */
/*
// Old styles for booking search
#site-header .booking-search .destination {
	width: 22.2348916761%;
}
#site-header .booking-search .destination .selectize-input {
	padding-left: 68px;
}

#site-header .booking-search .date {
	width: 20.9806157354%;
}
#site-header .booking-search .date .selectize-input {
	padding-left: 65px;
}

#site-header .booking-search .time {
	width: 19.38426453819%;
}
#site-header .booking-search .time .selectize-input {
	padding-left: 58px;
}

#site-header .booking-search .adults {
	width: 14.36716077537%;
}
#site-header .booking-search .adults .selectize-input {
	padding-left: 70px;
}

#site-header .booking-search .kids {
	width: 12.42873432155%;
}
#site-header .booking-search .kids .selectize-input {
	padding-left: 54px;
}
*/
/* end Booking Search */
/* end Header */
/* Nav */
/* end Nav */
/* Subnav */
.subnav ul {
  margin: 0;
  padding: 40px 20px 20px 30px;
  background-image: url(../images/texture-bg.jpg); }

.subnav ul li {
  /*padding-left: 27px;*/
  padding: 20px 0 0 27px;
  position: relative;
  border-left: 2px solid #535353;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em; }

.subnav__link {
  font-size: 1.6em;
  color: #FFF9C7; }
  .subnav__link::before {
    content: "\e605";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -2px;
    left: -11px;
    background-image: url(../images/texture-bg.jpg);
    border: 2px solid #535353;
    border-radius: 100%;
    font-family: 'GoOrange-icons';
    font-size: 7px;
    text-align: center;
    line-height: 16px;
    color: transparent; }
  .subnav__link:hover, .subnav__link.subnav__link--section, .subnav__link.subnav__link--current {
    color: #535353; }
    .subnav__link:hover::before, .subnav__link.subnav__link--section::before, .subnav__link.subnav__link--current::before {
      color: #FFF9C7; }

.subnav {
  width: 200px;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; }

.subnav ul li:first-child {
  padding-top: 30px; }

.subnav ul {
  padding: 5px 20px 20px 30px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); }

#sub-nav.subnav {
  padding-top: 0;
  position: static;
  visibility: visible;
  opacity: 1; }

#sub-nav.subnav ul {
  padding-top: 40px; }

#sub-nav.subnav ul li:first-child {
  margin-bottom: 5px;
  padding: 0;
  border-left: none; }

#sub-nav.subnav ul li:first-child a {
  font-family: 'Rockwell';
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1em;
  color: #535353; }

#sub-nav.subnav ul li:first-child a:before {
  display: none; }

/* end Subnav */
/* CONTENT */
#site-content {
  min-height: 100%;
  padding: 40px 0 50px;
  position: relative; }

article.sub {
  width: 75.5813953488%;
  /* 650px */
  float: right;
  background: rgba(255, 255, 255, 0.9); }

article.sub.standalone {
  width: 100%; }

article.sub header {
  margin-bottom: 25px;
  padding-top: 40px;
  position: relative; }

article.sub header .heading {
  padding-right: 90px; }

article.sub header h1,
article.sub header .section-title {
  line-height: 0.8em; }

article.sub header .section-title {
  margin: 0; }

article.sub header .page-title {
  margin: 0;
  line-height: 1.2em; }

article.sub header .price {
  width: 15em;
  /* 150px */
  height: 15em;
  /* 150px */
  position: absolute;
  top: -2em;
  right: -2em;
  background-color: #FF7000;
  border-radius: 100%; }

article.sub header .price .price-text {
  width: 100%;
  height: 0.789em;
  /* 45px */
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

article.sub section {
  padding-bottom: 40px; }

.content-left,
.content-right {
  width: 50%;
  float: left; }

.content-left {
  padding-right: 10px; }

.content-right {
  padding-left: 10px;
  overflow: hidden; }

#sub-nav,
#related {
  width: 23.2558139534%;
  /* 200px */
  margin-right: 1.1627906976%;
  /* 10px */
  float: left; }

#sub-nav,
#related .include {
  /*margin-bottom: 1.1627906976%;*/
  margin-bottom: 10px; }

#related .include .cta {
  display: block;
  padding-right: 10px;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em; }

#related .include .cta:after {
  content: "\e60b";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'GoOrange-icons';
  font-size: 11px; }

#related .include .icon-instagram.cta {
  padding: 0 0 0 40px;
  line-height: 30px; }

#related .include .icon-instagram.cta:before,
#related .include .icon-instagram.cta:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0; }

#related .include .icon-instagram.cta:before {
  z-index: 1;
  text-align: center;
  line-height: 30px;
  color: #FFF9C7; }

#related .include .icon-instagram.cta:after {
  content: "";
  right: auto;
  border-radius: 100%;
  background-color: #FF7000; }

/* Home Page */
article.home {
  width: 100%;
  float: none; }

.home-content {
  width: 470px;
  max-width: 100%;
  position: relative;
  z-index: 1; }

.prices {
  margin: 0 0 82px 0;
  padding: 0;
  list-style: none; }

.prices .price {
  width: 50%;
  float: left;
  font-size: 1em; }

.prices .price.milford {
  padding-right: 5px; }

.prices .price.doubtful {
  padding-left: 5px; }

.prices .price .price-text {
  margin-bottom: 15px;
  font-size: 7.89em; }

.prices .price .btn {
  width: 100%;
  padding-right: 26px;
  position: relative; }

.prices .price .btn:after {
  margin: 0;
  position: absolute;
  top: 0;
  right: 18px; }

#kayak {
  margin: 0;
  border: 7px solid #2695ba;
  background-color: #2695ba;
  border-radius: 18px;
  overflow: hidden;
  font-size: 1em; }

#kayak a {
  display: block;
  width: 100%;
  height: 66px;
  padding: 9px 0 9px 150px;
  position: relative;
  font-family: 'Rockwell';
  font-size: 2.471em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  color: #C9E8FB; }

#kayak a .sub {
  font-size: 0.8883em; }

#kayak a strong {
  color: #FFF; }

#kayak a img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 11px; }

#kayak a:after {
  content: "\e60b";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 13px;
  font-family: 'GoOrange-icons';
  font-size: 40px;
  line-height: 66px; }

#splash {
  width: 526px;
  height: 501px;
  padding: 147px 128px 167px 123px;
  position: absolute;
  bottom: -140px;
  right: -28px;
  background: url(../images/splash-bg.png) no-repeat left top;
  text-align: center;
  color: #FFF; }

#splash .icon-tripadvisor:before {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 45px;
  color: #FFFAC9; }

#splash p {
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: bold; }

#splash p strong {
  display: inline-block;
  width: 100%;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 1em; }

#splash p strong span {
  color: #FFFAC9; }

/* end Home Page */
/* Gallery */
ul.gallery,
ul.gallery .gallery-item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.gallery {
  margin-top: 40px; }

ul.gallery.teaser {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    ul.gallery.teaser {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 768px) {
    ul.gallery.teaser {
      margin-left: -40px;
      margin-right: -40px; } }

ul.gallery .gallery-item {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  float: left;
  position: relative; }

.gallery-item img,
.gallery-item ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.gallery-item ul {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

.gallery-item:hover ul {
  visibility: visible;
  opacity: 1; }

.gallery-item ul li {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  float: left;
  position: relative; }

.gallery-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #FFF;
  transition: background-color 0.3s ease; }

.gallery-item ul li a span {
  display: none; }

.gallery-item ul li a.view {
  background-color: rgba(131, 185, 47, 0.8); }

.gallery-item ul li a.view:hover {
  background-color: #83b92f; }

.gallery-item ul li a.view span {
  display: inline-block;
  width: 46px;
  height: 28px;
  font-family: 'Rockwell';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em; }

.gallery-item ul li a.view span,
.gallery-item ul li .icon:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.gallery-item ul li .icon {
  font-size: 20px; }

.gallery-item ul li .icon:before {
  width: 20px;
  height: 20px; }

.gallery-item ul li .icon-facebook {
  background-color: rgba(56, 91, 157, 0.8); }

.gallery-item ul li .icon-facebook:hover {
  background-color: #385b9d; }

.gallery-item ul li .icon-twitter {
  background-color: rgba(0, 172, 225, 0.8); }

.gallery-item ul li .icon-twitter:hover {
  background-color: #00ace1; }

.gallery-item ul li .icon-pinterest {
  background-color: rgba(204, 33, 39, 0.8); }

.gallery-item ul li .icon-pinterest:hover {
  background-color: #cc2127; }

/* end Gallery */
/* Dynamic Items */
.dynamic-item {
  margin: 32px 0; }

.dynamic-item.last {
  margin-bottom: 0; }

.dynamic-item .image {
  width: 38.947368421%;
  height: 0;
  margin-right: 3.8596491228%;
  padding-bottom: 38.947368421%;
  float: left;
  position: relative; }

.dynamic-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%; }

.dynamic-item h3.title {
  margin-bottom: 0; }

.dynamic-item h4.sub-title {
  margin-top: 0; }

.dynamic-item .image p {
  width: 63px;
  height: 63px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #83B92F;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 63px;
  color: #FFF; }

.dynamic-item .image p.small {
  font-size: 18px; }

.dynamic-item .text {
  width: 57.1929824562%;
  float: left; }

/* end Dynamic Items */
/* Blog */
.post {
  padding: 10px 0;
  border-top: 1px solid #939393; }

.post:first-child {
  border-top: none; }

ul.meta {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/ }

ul.meta li {
  min-height: 0;
  padding: 0;
  margin: 0.5em 0; }

ul.meta li:before {
  display: none; }

ul.blog-nav li {
  display: inline-block;
  min-height: 0;
  margin: 0 5px 5px 0;
  padding: 0;
  font-size: 16px;
  text-align: center; }

ul.blog-nav li:before {
  display: none; }

ul.blog-nav li a {
  display: inline-block;
  padding: 5px;
  background-color: #FFF; }

ul.blog-nav li a:hover,
ul.blog-nav li a.active {
  background-color: #FF7000;
  color: #FFF; }

/* end Blog */
/* Facebook Feed */
.feed {
  padding: 10px 0;
  border-top: 1px solid #939393; }

.feed.first {
  border-top: none; }

.feed .img {
  margin: 0 10px 10px 0;
  float: left; }

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

/* end Facebook Feed */
/* Contact */
.contact-map {
  height: 0;
  margin: 40px 0;
  padding-bottom: 40%;
  background-color: #FFF; }

/* end Contact */
/* END CONTENT */
/* Footer */
/* end Footer */
.debug {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-size: 16px; }

/*------------------------------------*    #COMPONENTS.BTN
\*------------------------------------*/
.btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  background-color: #6a6a6a;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease; }

.btn--block {
  display: block; }
  .btn--block::after {
    margin-top: 1px;
    float: right; }

.btn--orange {
  background-color: #ff7000;
  color: #fffac9; }
  .btn--orange:hover {
    background-color: #fffac9;
    color: #ff7000; }

.btn--green {
  background-color: #83b92f;
  color: #fff; }

.btn--blue {
  background-color: #0090c3;
  color: #fff; }

.btn--tan {
  background-color: #fffac9;
  color: #ff7000; }

.btn--arrow-right::after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'GoOrange-icons';
  font-size: 12px;
  font-weight: normal;
  content: '\e60b'; }

.btn--arrow-up::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-family: 'GoOrange-icons';
  font-size: 7px;
  font-weight: normal;
  content: '\e602';
  transition: transform 0.3s ease; }

.btn--arrow-up:hover::after {
  transform: translateY(-2px); }

/*------------------------------------*    #COMPONENTS.LINK
\*------------------------------------*/
.link {
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit; }

.link--large {
  font-size: 20px; }

.link--orange {
  color: #ff7000; }

.link--green {
  color: #83b92f; }

.link--blue {
  color: #0090c3; }

.link--arrow-right::after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'GoOrange-icons';
  font-size: 0.75em;
  font-weight: normal;
  content: '\e60b'; }

.link--instagram::before {
  display: inline-block;
  margin-right: 10px;
  font-family: 'GoOrange-icons';
  font-weight: normal;
  content: '\e601';
  text-align: center;
  line-height: 1; }

/*------------------------------------*    #COMPONENTS.SOCIAL
\*------------------------------------*/
/*ul*/
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

/*li*/
.social__item {
  margin-right: 2px; }
  .social__item:last-child {
    margin-right: 0; }

.social__item--cta {
  margin-right: 15px; }

.social__item--like {
  width: 50px;
  margin-right: 15px; }

.social__item__link {
  display: block;
  width: 30px;
  height: 30px;
  background: #fffac9;
  border-radius: 50%;
  text-align: center;
  color: #ff7000;
  transition-property: background colour;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  .social__item__link:hover {
    color: #fff; }
  .social__item__link::before {
    display: block;
    font-family: 'GoOrange-icons';
    font-size: 15px;
    line-height: 30px; }

.social__item__link--facebook:hover {
  background: #3b5998; }

.social__item__link--facebook::before {
  content: '\e607'; }

.social__item__link--twitter:hover {
  background: #1da1f2; }

.social__item__link--twitter::before {
  content: '\e608'; }

.social__item__link--tripadvisor:hover {
  background: #589442; }

.social__item__link--tripadvisor::before {
  content: '\e604';
  font-size: 13px; }

.social__item__link--instagram:hover {
  background: #405de6; }

.social__item__link--instagram::before {
  content: '\e601'; }

.social__item__link--youtube:hover {
  background: #cd201f; }

.social__item__link--youtube::before {
  content: '\e907';
  font-size: 18px; }

.social__item__link--googleplus:hover {
  background: #dd4b39; }

.social__item__link--googleplus::before {
  content: '\e906';
  font-size: 13px; }

/*------------------------------------*    #COMPONENTS.PAGE
\*------------------------------------*/
.page {
  background: #fff; }

.page__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 75px; }
  @media (min-width: 980px) {
    .page__container {
      padding-top: 0; } }

.page__content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/*------------------------------------*    #COMPONENTS.HEADER
\*------------------------------------*/
.header {
  width: 100%;
  height: 75px;
  background: #FF7000 url(../images/header-bg.jpg) repeat-x center top;
  border-bottom: 2px solid #FFF9C7;
  position: fixed;
  top: 0;
  z-index: 10; }
  @media (min-width: 980px) {
    .header {
      height: 182px;
      background-position: center bottom;
      border-bottom: none;
      position: static; } }

.header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .header__top .social {
    display: none; }
  @media (min-width: 768px) {
    .header__top .social {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 980px) {
    .header__top {
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 112px;
      position: relative; } }

.header__logo {
  max-width: 170px;
  margin: 0 15px; }
  .header__logo img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .header__logo {
      margin: 0 30px 0 0; } }
  @media (min-width: 980px) {
    .header__logo {
      max-width: 210px; } }

.header__logo__qr {
  margin-right: auto;
}

.header__btn {
  width: 70px;
  height: 100%;
  padding: 0;
  background: none;
  border: 1px solid #E66500;
  border-top: none;
  border-bottom: none;
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
  .header__btn::before {
    display: block;
    margin-bottom: 5px;
    font-family: 'GoOrange-icons';
    font-size: 25px;
    font-weight: normal; }
  @media (min-width: 980px) {
    .header__btn {
      display: none; } }

.header__btn--book {
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto; }
  .header__btn--book::before {
    content: '\e60c'; }

.header__btn--menu {
  margin-left: auto; }
  .header__btn--menu::before {
    content: '\e60d'; }

/*------------------------------------*    #COMPONENTS.BOOKING
\*------------------------------------*/
.nav {
  width: 250px;
  padding: 15px;
  background: #fff9c7;
  position: fixed;
  top: 75px;
  bottom: 0;
  right: 0;
  transform: translateX(250px);
  overflow-y: auto;
  transition: transform 0.3s ease; }
  .page--nav-open .nav {
    transform: translateX(0); }
  @media (min-width: 980px) {
    .nav {
      width: auto;
      padding: 0;
      background: none;
      position: static;
      overflow-y: visible;
      transform: none; } }

.nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/ }

.nav__items__item {
  font-size: 1em;
  line-height: 1.2em; }
  @media (min-width: 980px) {
    .nav__items__item {
      margin-left: 10px;
      padding-right: 10px;
      border-right: 2px solid #fff;
      float: left;
      position: relative; }
      .nav__items__item:last-child {
        border-right: none; } }

.nav__items__item--open .nav__link {
  color: #535353; }

.nav__items__item--open .subnav {
  opacity: 1;
  visibility: visible; }

.nav__link {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFF;
  transition: color 0.3s ease; }
  .nav__link:hover, .nav__link.nav__link--section, .nav__link.nav__link--current {
    color: #535353; }

/*------------------------------------*    #COMPONENTS.BOOKING
\*------------------------------------*/
.booking {
  position: fixed;
  width: 250px;
  padding: 15px;
  background: #fff9c7;
  top: 75px;
  bottom: 0;
  left: 0;
  transform: translateX(-250px);
  overflow-y: auto;
  transition: transform 0.3s ease; }
  .page--book-open .booking {
    transform: translateX(0); }
  @media (min-width: 980px) {
    .booking {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 70px;
      padding: 0;
      background: none;
      position: relative;
      top: auto;
      transform: none;
      overflow-y: visible;
      transition: none; } }

.booking__title {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF7000; }
  @media (min-width: 980px) {
    .booking__title {
      margin: 0 25px 0 0; } }

.booking__form-wrap {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  /*@include desktop {
      position: static;
    }*/ }
  .booking__form-wrap.loading::before {
    width: 40px;
    height: 40px;
    background: #fff url(../images/loading.gif) no-repeat center;
    border: 2px solid #ff7000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    content: ''; }
  .booking__form-wrap.loading::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .booking__form-wrap.loading .booking__fields {
    opacity: 0.5; }

@media (min-width: 980px) {
  .booking__fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 980px) {
  .booking__fields__field {
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 0 0;
    position: relative; }
    .booking__fields__field.dropdown {
      -ms-flex: 1.2 auto;
      flex: 1.2 auto;
      max-width: 264px; }
    .booking__fields__field input,
    .booking__fields__field .selectize-input {
      background: transparent; }
    .booking__fields__field label {
      padding: 0 6px 0 12px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      line-height: 30px; } }

@media (min-width: 980px) {
  .booking__fields__field--activity .selectize-input {
    padding-left: 80px; }
  .booking__fields__field--tour .selectize-input {
    padding-left: 54px; }
  .booking__fields__field--date input {
    padding-left: 54px; } }

/*------------------------------------*    #COMPONENTS.CONTENT
\*------------------------------------*/
.content {
  padding: 0 15px; }
  .content ul:not([class]) {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: initial;
    /*> li {
  	margin: 0;
  	padding: 0;
  }*/ }
    .content ul:not([class]) > li {
      min-height: 30px;
      margin: 1em 0;
      padding-left: 40px;
      position: relative; }
      .content ul:not([class]) > li::before {
        width: 29px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/leaves-bullet.png) no-repeat center;
        content: ''; }
  .content > p img,
  .content > p iframe,
  .content > p video {
    max-width: 100%; }
  @media (min-width: 600px) {
    .content {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .content {
      padding: 0 40px; } }

.content--home {
  max-width: 860px;
  margin: 0 auto;
  padding: 0; }

.content__intro-heading {
  max-width: 470px;
  margin-bottom: 40px; }
  .content__intro-heading img {
    max-width: 100%;
    height: auto; }

.content__section {
  margin: 30px 0; }
  .content__section:last-child {
    margin-bottom: 0; }

.content__section--inset {
  padding: 20px;
  background: #fffac9;
  border-top-right-radius: 20px; }

.content__section__title {
  font-size: 2em; }

.content__section__title--calendar::before, .content__section__title--checkbox::before, .content__section__title--clock::before, .content__section__title--dollar::before, .content__section__title--graph::before, .content__section__title--graph2::before, .content__section__title--house::before, .content__section__title--info::before, .content__section__title--long-arrow-right::before, .content__section__title--person::before, .content__section__title--smiley::before, .content__section__title--jacket::before, .content__section__title--backpack::before, .content__section__title--cutlery::before, .content__section__title--bus::before, .content__section__title--car::before {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  background: #ff7000;
  border-radius: 50%;
  position: relative;
  bottom: -5px;
  font-family: 'GoOrange-icons';
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 45px;
  color: #fff;
  vertical-align: text-bottom; }

.content__section__title--calendar::before {
  content: '\e60c';
  font-size: 25px; }

.content__section__title--checkbox::before {
  content: '\e909';
  font-size: 25px;
  text-indent: 4px; }

.content__section__title--clock::before {
  content: '\e90a';
  font-size: 28px; }

.content__section__title--dollar::before {
  font-family: 'GothamRounded';
  font-weight: bold;
  font-size: 34px;
  content: '$'; }

.content__section__title--graph::before {
  content: '\e90b';
  font-size: 22px; }

.content__section__title--graph2::before {
  content: '\e90c';
  font-size: 26px; }

.content__section__title--house::before {
  content: '\e90d';
  font-size: 25px; }

.content__section__title--info::before {
  content: '\e90e'; }

.content__section__title--long-arrow-right::before {
  content: '\e90f';
  font-size: 15px; }

.content__section__title--person::before {
  content: '\e910'; }

.content__section__title--smiley::before {
  content: '\e911'; }

.content__section__title--jacket::before {
  content: '\e915';
  font-size: 28px; }

.content__section__title--backpack::before {
  content: '\e912';
  font-size: 28px; }

.content__section__title--cutlery::before {
  content: '\e914';
  font-size: 24px; }

.content__section__title--bus::before {
  content: '\e913';
  font-size: 18px; }

.content__section__title--car::before {
  content: '\e919';
  font-size: 16px; }

.content__ctas {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  @media (min-width: 550px) {
    .content__ctas {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 710px; } }

.content__ctas__cta {
  width: 230px;
  margin: 0 0 10px 0;
  padding: 0 15px 15px;
  position: relative; }
  .content__ctas__cta:nth-child(3n) {
    margin-right: 0; }
  .content__ctas__cta img {
    max-width: 100%;
    height: auto;
    border-top-right-radius: 15px; }
  .content__ctas__cta .btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media (min-width: 550px) {
    .content__ctas__cta {
      margin-right: 10px; } }

.content__map {
  height: 0;
  padding-bottom: 50%;
  margin: 30px -15px;
  background: #fff;
  position: relative; }
  @media (min-width: 600px) {
    .content__map {
      margin: 30px -20px; } }
  @media (min-width: 768px) {
    .content__map {
      margin: 30px -40px; } }

.content__map__holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*------------------------------------*    #COMPONENTS.FEATURES
\*------------------------------------*/
.features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .features {
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.features__feature {
  width: 420px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .features__feature {
      width: calc(50% - 10px); } }

.features__feature--wide .features__feature__title img {
  max-height: 28px; }

@media (min-width: 768px) {
  .features__feature--wide {
    width: 100%; }
    .features__feature--wide .features__feature__image {
      border-top-right-radius: 40px; }
    .features__feature--wide .features__feature__title {
      border-bottom-right-radius: 40px; }
      .features__feature--wide .features__feature__title img {
        max-height: none; }
    .features__feature--wide .features__feature__intro {
      padding-bottom: 40px; }
    .features__feature--wide .features__feature__btn .btn {
      height: 40px;
      padding: 0 20px;
      line-height: 40px; } }

.features__feature__wrap {
  padding-bottom: 65%;
  position: relative; }
  @media (min-width: 768px) {
    .features__feature__wrap {
      padding-bottom: 52.63157894736842%; } }

.features__feature__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.features__feature__title {
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: inline-block;
  padding: 3.571428571428571% 5.952380952380952% 2.093023255813953%;
  margin: 0 auto 2.093023255813953% 0;
  background: #6a6a6a;
  border-bottom-right-radius: 20px;
  font-size: 1em; }

.features__feature__title--green {
  background: #83b92f; }

.features__feature__title--blue {
  background: #0090c3; }

.features__feature__intro {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 47.61904761904762%;
  margin-right: auto;
  padding: 0 0 25px 5.952380952380952%; }
  .features__feature__intro img {
    width: 100%;
    height: auto; }
  @media (min-width: 980px) {
    .features__feature__intro {
      max-width: none; } }

.features__feature__btn {
  margin-top: 10px;
  text-align: right; }
  .features__feature__btn .btn {
    height: 35px;
    padding: 0 15px;
    line-height: 35px; }

.features__feature__cs {
  width: 96.9047619047619%;
  max-width: 407px;
  margin: 0 0 15px -2.380952380952381%; }

.features__feature__image {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .features__feature__image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 768px) {
      .features__feature__image img {
        width: 100%;
        height: auto;
        max-width: 100%; } }

/*------------------------------------*    #COMPONENTS.FEATURE-LIST
\*------------------------------------*/
/*ul*/
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/ }

/*li*/
.feature-list__item {
  margin: 30px 0;
  font-size: 1em; }
  .feature-list__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .feature-list__item {
      display: -ms-flexbox;
      display: flex; } }

.feature-list__item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 600px) {
    .feature-list__item__image {
      margin: 0 20px 0 0; } }

.feature-list__item__image__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden; }

.feature-list__item__image__price {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  background: #83b92f;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 65px;
  color: #fff; }

.feature-list__item__halves {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.feature-list__item__images__half {
  width: 50%; }

.feature-list__item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  background: #535353;
  border-radius: 50%;
  text-align: center;
  line-height: 110px; }
  .feature-list__item__icon::before {
    font-family: 'GoOrange-icons';
    font-size: 70px;
    color: #fff; }
  @media (min-width: 600px) {
    .feature-list__item__icon {
      margin: 0 30px 0 0; } }

.feature-list__item__icon--backpack::before {
  font-size: 72px;
  content: '\e912'; }

.feature-list__item__icon--pot::before {
  content: '\e917'; }

.feature-list__item__icon--x3::before {
  font-family: 'GothamRounded';
  font-size: 60px;
  font-weight: bold;
  content: 'X3'; }

.feature-list__item__icon--walker::before {
  content: '\e905'; }

.feature-list__item__icon--jacket::before {
  font-size: 76px;
  content: '\e915'; }

.feature-list__item__icon--pants::before {
  font-size: 72px;
  content: '\e916'; }

.feature-list__item__icon--sleeping-bag::before {
  font-size: 92px;
  content: '\e918'; }

.feature-list__item__icon--bus::before {
  font-size: 46px;
  content: '\e913'; }

.feature-list__item__text {
  padding-top: 10px; }

.feature-list__item__title {
  margin-bottom: 0;
  color: #ff7000; }

.feature-list__item__subtitle {
  margin: 0;
  color: #83b92f; }

/*------------------------------------*    #COMPONENTS.ACCORDION
\*------------------------------------*/
.accordion__item {
  margin-bottom: 5px; }

.accordion__item__title {
  margin: 0;
  padding: 7px 20px;
  background: #ededed;
  border-top-right-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6em;
  font-weight: bold; }
  .accordion__item__title::before {
    margin-left: 5px;
    float: right;
    content: '\e609';
    font-family: 'GoOrange-icons';
    font-size: 7px;
    font-weight: normal;
    line-height: 23px;
    transition: transform 0.3s ease; }
  .accordion__item--open .accordion__item__title {
    background: #fffac9; }
    .accordion__item--open .accordion__item__title::before {
      transform: rotate(180deg); }

.accordion__item__content {
  display: none;
  padding: 5px 20px 20px;
  background: #ededed; }
  .accordion__item__content > :first-child {
    margin-top: 0; }
  .accordion__item__content > :last-child {
    margin-bottom: 0; }
  .accordion__item--open .accordion__item__content {
    display: block;
    background: #fffac9; }

/*------------------------------------*    #COMPONENTS.BIG-CTA
\*------------------------------------*/
.big-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 235px;
  margin: 0 auto;
  padding: 20px;
  background: #83b92f;
  border-radius: 20px;
  color: #fff; }
  @media (min-width: 550px) {
    .big-cta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 470px;
      height: 64px;
      margin: 0;
      padding: 32px;
      border-radius: 32px; }
      .big-cta::after {
        content: '\e60b';
        font-family: 'GoOrange-icons';
        font-size: 28px;
        color: #fffac9; } }

.big-cta__title {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #fffac9; }
  @media (min-width: 550px) {
    .big-cta__title {
      margin-bottom: 0; } }

.big-cta__title__sub {
  font-family: 'Rockwell';
  font-size: 25px;
  color: #fff; }

.big-cta__icons {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.big-cta__icons__icon {
  margin-right: 5px; }
  .big-cta__icons__icon::before {
    font-family: 'GoOrange-icons';
    font-size: 34px; }
  .big-cta__icons__icon:last-child {
    margin-right: 0; }

.big-cta__icons__icon--kayak::before {
  content: '\e902'; }

.big-cta__icons__icon--paddles::before {
  content: '\e903'; }

.big-cta__icons__icon--cyclist::before {
  content: '\e901'; }

.big-cta__icons__icon--skier::before {
  content: '\e904'; }

.big-cta__icons__icon--walker::before {
  content: '\e905'; }

.big-cta__icons__icon--boat::before {
  content: '\e900'; }

/*------------------------------------*    #COMPONENTS.RELATED
\*------------------------------------*/
.related__item {
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 20px; }
  .related__item:last-child {
    margin-bottom: 0; }
  .related__item p {
    font-size: 1.2em;
    line-height: 1.2em; }

.related__item--orange {
  background-color: rgba(255, 250, 201, 0.9); }

.related__item--blue {
  background-color: rgba(181, 235, 255, 0.9); }

.related__item--green {
  background-color: rgba(131, 185, 47, 0.9); }

.related__item__image {
  margin: -20px -20px 20px; }

.related__item__title {
  margin: 0.6em 0;
  font-family: 'Rockwell';
  font-size: 2.2em;
  text-transform: uppercase;
  line-height: 1em; }

.related__item__title--simple {
  font-family: 'GothamRounded', Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold; }

/*------------------------------------*    #COMPONENTS.FOOTER
\*------------------------------------*/
.footer {
  padding: 10px 0;
  background: #fff;
  position: relative;
  color: #939393; }

@media (min-width: 980px) {
  .footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.footer__text {
  margin-right: 15px; }
  @media (min-width: 980px) {
    .footer__text {
      padding: 32px 0 0 110px;
      background: url(../images/leaves.png) no-repeat left top; } }

.footer__text__details {
  font-size: 1.3em; }

.footer__text__info p, .footer__text__info li {
  font-size: 1.1em; }

.footer__other {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 32px; }

.footer__other__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__other__extras {
  min-width: 160px; }

.footer__other__credit {
  font-size: 1.2em; }

.footer__logos {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
  /*> li {
  	margin: 0;
  	padding: 0;
  }*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px 15px 0; }

.footer__logos__logo {
  margin-left: 10px; }
  .footer__logos__logo:first-child {
    margin-left: 0; }

/**
 * #TRUMPS
 */
@media screen and (max-width: 1130px) {
  .site-width {
    width: auto;
    margin: 0 15px; } }

@media screen and (max-width: 1110px) {
  #site-footer {
    height: auto;
    position: relative; }
  #site-footer .inner {
    position: relative; }
  #site-footer .details {
    width: 100%;
    padding: 0 175px 0 0;
    background: none; }
  #site-footer .details ul.logos {
    margin: 1em 0;
    position: static; }
  #site-footer .credit {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0; } }

@media screen and (max-width: 980px) {
  /*#container {
		padding-top: 72px;
	}*/
  #main-nav {
    margin: 0; }
  #main-nav > ul > li {
    margin: 0 0 10px 0;
    padding: 0;
    border: none; }
  #main-nav > ul > li > a,
  #main-nav .subnav ul li a {
    color: #535353; }
  #main-nav .subnav {
    padding-top: 0;
    position: static;
    opacity: 1;
    visibility: visible; }
  #main-nav .subnav ul {
    padding-left: 10px;
    padding-right: 0;
    background: none;
    box-shadow: none; }
  #main-nav .subnav ul li a:before {
    background: #FFF; }
  #main-nav ul li a.active:before,
  #main-nav ul li a:hover:before {
    color: #FF7000; }
  #site-header .booking-search {
    left: auto;
    bottom: auto; }
  #site-header .booking-search .title {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    position: static;
    font-size: 1.8em;
    text-align: left; }
  #site-header .booking-search .field:first-child {
    margin-left: 0; }
  #site-header .booking-search .field {
    width: 100%;
    margin: 1em 0;
    float: none; }
  #site-header .booking-search .field .selectize-input {
    padding-left: 20px; }
  #site-header .booking-search .field label {
    padding: 0;
    position: static;
    line-height: inherit; }
  #site-header .booking-search form {
    margin-right: 0; }
  #site-header .booking-search .btn {
    position: static; }
  .menu-button {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0;
    float: right;
    border-left: 1px solid #E66500;
    font-size: 1em; }
  .menu-button a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 1px solid #FF7E19;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFF; }
  .menu-button a .wrap {
    display: block;
    width: 48px;
    height: 43px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .menu-button a .wrap:before {
    display: block;
    height: 25px;
    margin-bottom: 5px;
    font-size: 25px; }
  #nav-button {
    border-right: 1px solid #FF7E19; }
  #nav-button a {
    border-right: 1px solid #E66500; }
  body,
  #site-header {
    transition: left 0.3s ease; }
  body {
    position: relative;
    left: 0; }
  body.nav-open,
  body.nav-open #site-header,
  body.booking-open,
  body.booking-open #site-header {
    right: auto;
    left: -250px; }
  body.nav-open #nav-button a,
  body.booking-open #book-button a {
    color: #FFFAC9; }
  body.nav-open #main-nav,
  body.booking-open #site-header .booking-search {
    right: 0;
    z-index: 1; }
  #site-content.home {
    padding-bottom: 60px; }
  .prices,
  #kayak {
    margin-bottom: 50px; }
  #splash {
    display: none;
    width: 100%;
    height: 60px;
    padding: 7px;
    bottom: 0;
    left: 0;
    right: auto;
    background: #6A6A6A;
    text-align: left;
    line-height: 46px; }
  #splash .inner {
    height: 100%;
    padding-left: 110px;
    position: relative; }
  #splash p {
    margin: 0 5px 0 0;
    float: left; }
  #splash .icon-tripadvisor:before {
    display: inline-block;
    width: 105px;
    height: 100px;
    margin: -50px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../images/splash-small-bg.png) no-repeat center;
    font-size: 25px;
    text-align: center;
    line-height: 100px; }
  #splash p strong {
    width: auto;
    font-size: inherit; }
  #splash p > span {
    display: none; }
  #splash .btn {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    line-height: inherit;
    transition: none; } }

@media screen and (max-width: 890px) {
  article.sub {
    min-height: 0 !important; }
  .sub-width {
    width: auto;
    margin: 0 15px; }
  #sub-nav,
  #related {
    display: none; }
  article.sub {
    width: 100%; } }

@media screen and (max-width: 650px) {
  h1,
  .section-title {
    font-size: 4em; }
  h2,
  .page-title {
    font-size: 2.6em; }
  h3 {
    font-size: 2em; }
  h4 {
    font-size: 1.6em; }
  article.sub header .heading {
    padding-right: 65px; }
  article.sub header .price {
    font-size: 8px; }
  .content-left,
  .content-right {
    width: 100%;
    padding: 0;
    float: none; }
  #splash {
    line-height: 23px; }
  #splash p {
    width: 100%;
    height: auto;
    margin: 0;
    float: none; }
  #site-footer .details {
    padding-right: 0;
    float: none; }
  #site-footer .credit {
    width: 100%;
    float: none;
    position: static; }
  #back-to-top {
    margin: 0;
    float: right; }
  #site-footer .credit p.swordfox {
    margin: 0; } }

@media screen and (max-width: 565px) {
  #site-header .inner {
    margin: 0;
    padding: 0 70px; }
  #site-header header {
    width: 100%;
    text-align: center; }
  #site-header header .logo {
    display: inline-block;
    margin: 0; }
  #nav-button,
  #book-button {
    float: none;
    position: absolute;
    top: 0; }
  #nav-button,
  #nav-button a {
    border-right: none; }
  #nav-button {
    right: 0; }
  #book-button,
  #book-button a {
    border-left: none; }
  #book-button {
    border-right: 1px solid #E66500;
    left: 0; }
  #book-button a {
    border-right: 1px solid #FF7E19; }
  #site-header .booking-search {
    right: auto;
    left: -250px;
    transition: left 0.3s ease; }
  body.booking-open,
  body.booking-open #site-header {
    left: 250px; }
  body.booking-open #site-header .booking-search {
    right: auto;
    left: 0; }
  article.sub header .heading {
    padding-right: 0; }
  article.sub header .price {
    top: -5.5em;
    font-size: 6px; }
  ul.gallery .gallery-item ul {
    display: none; }
  .contact-map {
    height: 214px;
    padding-bottom: 0; } }

@media screen and (max-width: 500px) {
  .sub-width {
    margin: 0 10px; }
  h1,
  .section-title {
    font-size: 3.8em; }
  h2,
  .page-title {
    font-size: 2.4em; }
  h3 {
    font-size: 1.8em; }
  p, li {
    font-size: 1.4em; }
  .home-content h1 {
    text-align: center; }
  .home-cta .btn {
    font-size: 16px;
    padding: 0 13px; }
  .prices .price {
    width: 100%;
    float: none;
    text-align: center; }
  .prices .price.milford,
  .prices .price.doubtful {
    padding: 0; }
  .prices .price.milford {
    margin-bottom: 25px; }
  .prices .price .btn {
    width: auto;
    padding-right: 20px; }
  .prices .price .btn:after {
    margin-left: 13px;
    position: static; }
  #kayak {
    width: 310px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #kayak a {
    height: auto;
    padding-left: 9px; }
  #kayak a img {
    display: none; }
  .dynamic-item .image {
    width: 294px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
    float: none; }
  .dynamic-item .image img {
    position: static; }
  .dynamic-item .text {
    width: 100%;
    float: none; }
  .dynamic-item .text {
    text-align: center; } }

@media screen and (max-width: 450px) {
  .home-ctas {
    display: none; }
  h1,
  .section-title {
    font-size: 3.6em; }
  h2,
  .page-title {
    font-size: 2.2em; }
  h3 {
    font-size: 1.6em; }
  h4 {
    font-size: 1.4em; }
  #splash .inner {
    padding-left: 80px; }
  #splash p,
  #splash .btn {
    font-size: 14px; }
  #splash .icon-tripadvisor::before {
    left: -30px; } }

@media screen and (max-width: 400px) {
  #splash {
    line-height: 15.33px; } }

@media screen and (max-width: 350px) {
  #kayak {
    font-size: 9px; } }

/*------------------------------------*    #TRUMPS.TYPOGRAPHY
\*------------------------------------*/
.text-green {
  color: #83b92f; }

.text-small {
  font-size: 12px;
  font-weight: normal; }

.td-clock, .td-dollar, .td-info {
  padding-left: 55px;
  position: relative; }
  .td-clock::before, .td-dollar::before, .td-info::before {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    background: #ff7000;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
    font-family: 'GoOrange-icons';
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    color: #fff;
    vertical-align: text-bottom; }

/*td*/
.td-clock::before {
  content: '\e90a';
  font-size: 28px; }

/*td*/
.td-dollar::before {
  font-family: 'GothamRounded';
  font-weight: bold;
  font-size: 34px;
  content: '$'; }

/*td*/
.td-info::before {
  content: '\e90e'; }

/*ul*/
.ul-basic {
  list-style: none;
  padding: 0; }
  .ul-basic li {
    padding-left: 20px;
    position: relative; }
    .ul-basic li::before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'GoOrange-icons';
      font-size: 0.5em;
      line-height: 3em;
      content: '\e605';
      color: #ff7000; }

/*------------------------------------*    #TRUMPS.MISC
\*------------------------------------*/
.mceContentBody {
  padding: 10px; }

.ui-datepicker-calendar,
.ui-datepicker-calendar tr {
  border: none; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  font-size: inherit; }

.ui-datepicker-calendar th {
  text-transform: none; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  color: #535353; }
