@import url("fonts/icons/style.css");
/*
Theme Name: Best Western
*/
/* =[ Calculate Rem ]================ */
/* =[ Icons ]================ */
/* line 64, ../scss/_utilities.scss */
.icon {
  font-family: 'IcoMoon';
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* =[ Spinner ]================ */
/* line 70, ../scss/_utilities.scss */
.spinner {
  z-index: 1;
  position: absolute;
  width: 100%;
  margin: 220px auto;
  height: 30px;
  text-align: center;
  font-size: 1.4rem;
}

/* line 80, ../scss/_utilities.scss */
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
}

/* line 89, ../scss/_utilities.scss */
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 93, ../scss/_utilities.scss */
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 97, ../scss/_utilities.scss */
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 101, ../scss/_utilities.scss */
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  /* line 106, ../scss/_utilities.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 107, ../scss/_utilities.scss */
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  /* line 111, ../scss/_utilities.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 113, ../scss/_utilities.scss */
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* ==========================================================================
   CSS Normalize
   ========================================================================== */
/* line 12, ../scss/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/assets/boxsizing.htc);
}

/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 29, ../scss/_reset.scss */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 40, ../scss/_reset.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 62, ../scss/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 74, ../scss/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 95, ../scss/_reset.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 106, ../scss/_reset.scss */
a {
  background: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 126, ../scss/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 152, ../scss/_reset.scss */
h1 {
  font-size: 1.4rem;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 170, ../scss/_reset.scss */
small {
  font-size: 1.4rem;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 179, ../scss/_reset.scss */
sub,
sup {
  font-size: 1.4rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 186, ../scss/_reset.scss */
sup {
  top: -0.5em;
}

/* line 190, ../scss/_reset.scss */
sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 220, ../scss/_reset.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 228, ../scss/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 238, ../scss/_reset.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 249, ../scss/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.4rem;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 273, ../scss/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 283, ../scss/_reset.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 295, ../scss/_reset.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 310, ../scss/_reset.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 320, ../scss/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 352, ../scss/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 364, ../scss/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 388, ../scss/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 396, ../scss/_reset.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 407, ../scss/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 416, ../scss/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 425, ../scss/_reset.scss */
optgroup {
  font-weight: bold;
}

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

/* line 442, ../scss/_reset.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   End Normalize.css
   ========================================================================== */
/* ==========================================================================
   Hidden  Elements
   ========================================================================== */
/* line 458, ../scss/_reset.scss */
.ir,
.hide-text,
.text-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 468, ../scss/_reset.scss */
.hide,
.hidden,
#wpstats,
.screen-reader-text {
  display: none;
  visibility: hidden;
}

/* ==========================================================================
   Clearing
   ========================================================================== */
/* line 486, ../scss/_reset.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 495, ../scss/_reset.scss */
html.clearfix {
  *height: 1%;
}

/* ==========================================================================
   Wordpress Specific
   ========================================================================== */
/* line 502, ../scss/_reset.scss */
#tinymce {
  padding: 1em;
}

/* ==========================================================================
   Universal wrapper
   ========================================================================== */
/* line 67, ../scss/style.scss */
.wrapper {
  display: block;
}

/* =[ Type ]================================================================= */
/* line 5, ../scss/_typography.scss */
body {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  font-family: Verdana, 'Helvetica Neue', Arial, Helvetica, Sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #9b9b9b;
  font-size-adjust: auto;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/* line 21, ../scss/_typography.scss */
a {
  color: #023f88;
  text-decoration: none;
}

/* line 22, ../scss/_typography.scss */
a:hover, a:focus {
  color: #047eff;
}

/* line 23, ../scss/_typography.scss */
#content a:hover {
  text-decoration: underline;
}

/* line 25, ../scss/_typography.scss */
a.email {
  background: url("../images/icon-mail.png") no-repeat left top;
  padding: 2px 0 5px 30px;
  color: #023f88;
  display: block;
}

/* line 32, ../scss/_typography.scss */
.button, .product a {
  text-decoration: none !important;
}

/* line 34, ../scss/_typography.scss */
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .95em;
  line-height: 1.75em;
}

/* line 44, ../scss/_typography.scss */
p.intro {
  font-size: 1.5rem;
  line-height: 1.394;
  border-top: #ececec solid 1px;
  border-bottom: #ececec solid 1px;
  color: #023f88;
  padding: 30px 0;
  margin: 15px 0;
}

/* =[ Headings ]================ */
/* line 56, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #023f88;
  font-weight: normal;
  font-weight: 100;
}
/* line 62, ../scss/_typography.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 67, ../scss/_typography.scss */
h1 {
  font-size: 2.82715rem;
  font-weight: 100;
  padding: 0;
}

/* line 75, ../scss/_typography.scss */
h2 {
  font-size: 1.9994rem;
  padding: 0;
}

/* line 83, ../scss/_typography.scss */
h3 {
  font-size: 2.82715rem;
  font-family: verdana, sans-serif;
  padding: 0;
  text-transform: none;
  font-size: 1.5rem;
}

/* line 93, ../scss/_typography.scss */
h4 {
  font-size: 1.9994rem;
  margin-top: 1.9994rem;
  margin-bottom: 1.414rem;
}

/* line 99, ../scss/_typography.scss */
h5 {
  font-size: 1.414rem;
  margin-top: 1.9994rem;
  margin-bottom: 1.414rem;
}

/* line 105, ../scss/_typography.scss */
h6 {
  font-size: 0.70721rem;
  margin-top: 1.9994rem;
  margin-bottom: 1.414rem;
  text-transform: uppercase;
}

/* line 112, ../scss/_typography.scss */
h1 + h2, h2 + h3, h3 + h4, h5 + h6 {
  margin-top: 0;
}

/* =[ Layout Elements ]================ */
/* line 118, ../scss/_typography.scss */
hr {
  color: #222;
  background-color: #222;
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  display: block;
}

/* line 120, ../scss/_typography.scss */
article blockquote {
  margin: 0 0 1.25rem 0;
  font-family: cambria, georgia, times, serif;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  padding: 1.25rem;
  font-style: italic;
}
/* line 128, ../scss/_typography.scss */
article blockquote p:last-child {
  margin-bottom: 0;
}

/* line 131, ../scss/_typography.scss */
.pull-quote {
  position: relative;
  padding: 1.2rem;
}
/* line 135, ../scss/_typography.scss */
.pull-quote:before, .pull-quote:after {
  height: 4rem;
  opacity: 0.15;
  position: absolute;
  font-size: 1.4rem;
}
/* line 141, ../scss/_typography.scss */
.pull-quote:before {
  content: '“';
  top: 0em;
  left: 0em;
}
/* line 146, ../scss/_typography.scss */
.pull-quote:after {
  content: '”';
  bottom: 0em;
  right: 0em;
}

/* line 153, ../scss/_typography.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 159, ../scss/_typography.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 167, ../scss/_typography.scss */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 0.4em;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 0.1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

/* line 182, ../scss/_typography.scss */
.post time:before {
  font-family: 'IcoMoon';
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  content: '';
  margin-right: 5px;
  vertical-align: middle;
}

/* =[ Table ]================ */
/* line 192, ../scss/_typography.scss */
table {
  width: 100%;
}

/* =[ Layout based tweaks ]================ */
/* line 198, ../scss/_typography.scss */
#sidebar {
  font-size: 1.3rem;
}
/* line 201, ../scss/_typography.scss */
#sidebar h3 {
  font-size: 1.3rem;
}
/* line 204, ../scss/_typography.scss */
#sidebar h4 {
  font-size: 1.3rem;
}

/* ==========================================================================
   Desktop
   ========================================================================== */
/* line 5, ../scss/_desktop.scss */
html {
  background-color: #fefefe;
  overflow-x: hidden;
}

/* line 10, ../scss/_desktop.scss */
html.no-touch {
  overflow-y: auto;
}

/* line 14, ../scss/_desktop.scss */
body {
  width: 100%;
  *zoom: 1;
  position: relative;
}
/* line 23, ../scss/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
body:after {
  clear: both;
}
/* line 19, ../scss/_desktop.scss */
body.admin-bar {
  padding-top: 32px;
}

/* line 24, ../scss/_desktop.scss */
#page-wrapper {
  position: relative;
  width: 100%;
}

/* Sections
   ========================================================================== */
/* line 33, ../scss/_desktop.scss */
.wrapper {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: auto;
}
/* line 39, ../scss/_desktop.scss */
.wrapper .section {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
/* line 42, ../scss/_desktop.scss */
.wrapper .section .section-content {
  display: block;
  width: 101.66667%;
  margin: 0 -0.83333%;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.wrapper .section .section-content:before, .wrapper .section .section-content:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.wrapper .section .section-content:after {
  clear: both;
}

/* Header
   ========================================================================== */
/* line 51, ../scss/_desktop.scss */
#header-wrapper {
  padding-top: 2.828px;
  padding-bottom: 2.828px;
  z-index: 99999;
}
/* line 58, ../scss/_desktop.scss */
#header-wrapper #header #header-content {
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
#header-wrapper #header #header-content:before, #header-wrapper #header #header-content:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
#header-wrapper #header #header-content:after {
  clear: both;
}

/* line 65, ../scss/_desktop.scss */
#logo {
  position: fixed;
  top: 2px;
  width: 120px !important;
}
/* line 70, ../scss/_desktop.scss */
#logo img {
  max-height: 93px;
}
/* line 75, ../scss/_desktop.scss */
#logo img + h1 {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Banner
   ========================================================================== */
/* line 90, ../scss/_desktop.scss */
#banner-wrapper #banner #banner-content #hero {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
  position: relative;
  overflow: hidden;
}

/* line 99, ../scss/_desktop.scss */
.slider-controls {
  position: absolute;
  right: 1.414px;
  bottom: 1.414px;
  font-size: 2.8rem;
}
/* line 105, ../scss/_desktop.scss */
.slider-controls .prev, .slider-controls .next {
  color: white;
  padding: 0.707px;
  margin: 0 0.3535px;
}
/* line 110, ../scss/_desktop.scss */
.slider-controls .prev:hover, .slider-controls .next:hover {
  color: #047eff;
}
/* line 115, ../scss/_desktop.scss */
.slider-controls .disabled {
  color: #888;
}
/* line 118, ../scss/_desktop.scss */
.slider-controls .disabled:hover {
  color: #888;
}

/* line 124, ../scss/_desktop.scss */
.banner {
  max-height: 600px;
  min-height: 200px;
  overflow: hidden;
  margin-top: 85px;
  position: relative;
}
/* line 129, ../scss/_desktop.scss */
.banner .bx-wrapper {
  max-height: 600px;
  overflow: hidden;
  opacity: 1;
}
/* line 133, ../scss/_desktop.scss */
.banner .bx-wrapper .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
/* line 137, ../scss/_desktop.scss */
.banner .bx-wrapper .bx-viewport .bxslider {
  margin: 0;
  padding: 0;
}
/* line 140, ../scss/_desktop.scss */
.banner .bx-wrapper .bx-viewport .bxslider li {
  min-height: 440px;
  position: absolute;
  max-height: 440px;
  overflow: hidden;
  top: 0;
}
/* line 146, ../scss/_desktop.scss */
.banner .bx-wrapper .bx-viewport .bxslider li img {
  width: 100%;
  height: auto;
}
/* line 157, ../scss/_desktop.scss */
.banner .bx-controls a.bx-next {
  right: 30px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 40px;
  cursor: pointer;
  background: url("../images/arrow-next.png") no-repeat center;
  display: block;
}
/* line 169, ../scss/_desktop.scss */
.banner .bx-controls a.bx-prev {
  left: 30px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 40px;
  cursor: pointer;
  background: url("../images/arrow-prev.png") no-repeat center;
  display: block;
}

/* line 185, ../scss/_desktop.scss */
.banner-internal {
  position: relative;
  max-height: 450px;
  overflow: hidden;
  margin-top: 85px;
  position: relative;
}
/* line 191, ../scss/_desktop.scss */
.banner-internal img {
  width: 100%;
  height: auto;
}

/* line 197, ../scss/_desktop.scss */
.gradient-overlay {
  width: 100%;
  height: 25%;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear, to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
}

/* BOOKING BAR
   ========================================================================== */
/* line 215, ../scss/_desktop.scss */
.booking-search {
  margin-top: -100px;
  position: relative;
  z-index: 999;
}
/* line 221, ../scss/_desktop.scss */
.booking-search .yellow {
  background: #ffd60d;
  border-radius: 5px;
  width: 40%;
  padding: 10px 15px;
}
/* line 226, ../scss/_desktop.scss */
.booking-search .yellow h1 {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
  line-height: 1em;
}
/* line 233, ../scss/_desktop.scss */
.booking-search .yellow h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1em;
}
/* line 240, ../scss/_desktop.scss */
.booking-search .blue {
  background: #023f88;
  /* Old browsers */
  background: -moz-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023f88), color-stop(100%, #1d3c6a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* IE10+ */
  background: linear, to bottom, #023f88 0%, #1d3c6a 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023f88', endColorstr='#1d3c6a',GradientType=0 );
  /* IE6-9 */
  border-radius: 0 5px 5px 0;
  padding: 30px 0;
  margin-top: -15px;
}
/* line 252, ../scss/_desktop.scss */
.booking-search .blue .wrapper {
  width: 100%;
}
/* line 254, ../scss/_desktop.scss */
.booking-search .blue .wrapper .icon {
  float: left;
  margin-right: 10px;
}
/* line 263, ../scss/_desktop.scss */
.booking-search form input[type="text"] {
  width: 38% !important;
  float: left;
  border: none;
  border-radius: 5px;
  margin: 10px 5px;
}
/* line 269, ../scss/_desktop.scss */
.booking-search form input[type="text"]:focus {
  outline: none;
  opacity: .9;
}
/* line 274, ../scss/_desktop.scss */
.booking-search form #btn-submit {
  background: #ed1b2f;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  border: none;
  margin: 5px;
}

/* HOME
   ========================================================================== */
/* line 291, ../scss/_desktop.scss */
.block {
  margin-top: 30px;
}

/* line 296, ../scss/_desktop.scss */
.amenities ul {
  border-top: #f5f5f5 solid 1px;
  border-bottom: #f5f5f5 solid 1px;
  margin: 15px 0;
  padding: 15px 0;
  width: 100%;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.amenities ul:before, .amenities ul:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.amenities ul:after {
  clear: both;
}
/* line 303, ../scss/_desktop.scss */
.amenities ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 60px;
  min-height: 100px;
  margin: 10px 5px;
}
/* line 311, ../scss/_desktop.scss */
.amenities ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #ccd9e7;
  position: relative;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
/* line 321, ../scss/_desktop.scss */
.amenities ul li .icon:hover {
  background: #b9c7d6;
}
/* line 324, ../scss/_desktop.scss */
.amenities ul li .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 334, ../scss/_desktop.scss */
.amenities ul li .label p {
  width: 100%;
  font-size: .75em;
  color: #ccd9e7;
  text-align: center;
  line-height: 1.25em;
  margin: 5px 0;
}

/* line 349, ../scss/_desktop.scss */
.room-types {
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.room-types:before, .room-types:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.room-types:after {
  clear: both;
}
/* line 352, ../scss/_desktop.scss */
.room-types div.item {
  list-style: none;
  background: #fff;
  box-shadow: #CCC 0 0 5px;
  padding: 10px;
  /*width: 50%;
  float: left;*/
  border-radius: 0 0 10px 0;
  position: relative;
  margin-bottom: 15px !important;
}
/* line 362, ../scss/_desktop.scss */
.room-types div.item .tab {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 7;
}
/* line 369, ../scss/_desktop.scss */
.room-types div.item a .image {
  position: relative;
  margin-bottom: 10px;
}
/* line 372, ../scss/_desktop.scss */
.room-types div.item a .image img {
  width: 100%;
  display: block;
}
/* line 376, ../scss/_desktop.scss */
.room-types div.item a .image .type {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-size: 1.25em;
}
/* line 385, ../scss/_desktop.scss */
.room-types div.item a .description {
  color: #9B9B9B;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 392, ../scss/_desktop.scss */
.room-types div.item a:hover {
  text-decoration: none !important;
}
/* line 394, ../scss/_desktop.scss */
.room-types div.item a:hover .description {
  color: #023f88;
}

/* line 405, ../scss/_desktop.scss */
a.view-more {
  background: url("../images/view-more.png") no-repeat right center;
  padding: 10px 40px 10px 0;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
/* line 413, ../scss/_desktop.scss */
a.view-more:hover {
  color: #023f88;
}

/* Main Content
   ========================================================================== */
/* line 424, ../scss/_desktop.scss */
#main-wrapper #main {
  padding: 1.414px 0;
}
/* line 428, ../scss/_desktop.scss */
#main-wrapper #main #main-content #content {
  padding: 8.33%;
}

/* SPECIALS ------------------------*/
/* line 437, ../scss/_desktop.scss */
ul.rooms {
  list-style: none;
  padding: 0;
}
/* line 440, ../scss/_desktop.scss */
ul.rooms li.special {
  width: 100%;
  padding: 15px 0;
  margin: 15px 0;
  padding: 0;
  position: relative;
}
/* line 446, ../scss/_desktop.scss */
ul.rooms li.special ul.specials-gallery {
  padding: 0;
  list-style: none;
}
/* line 449, ../scss/_desktop.scss */
ul.rooms li.special ul.specials-gallery img {
  width: 100%;
  height: auto;
  margin-right: 10px;
  border: #fff solid 5px;
  box-shadow: #ccc 0 0 8px;
}
/* line 458, ../scss/_desktop.scss */
ul.rooms li.special .info {
  border-bottom: #ececec solid 1px;
  padding: 15px 0;
  margin: 5px 0 15px 0;
}

/* Content
   ========================================================================== */
/* line 471, ../scss/_desktop.scss */
#content {
  display: inline;
  float: left;
  width: 69.16667%;
  margin: 0 0.83333%;
}
/* line 474, ../scss/_desktop.scss */
#content .archive-title {
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 1.414px;
  padding-bottom: 10px;
}
/* line 484, ../scss/_desktop.scss */
#content article.hentry header h3 {
  margin: 0;
}
/* line 488, ../scss/_desktop.scss */
#content article.hentry header time {
  margin-bottom: 0;
  font-size: 1.4rem;
}
/* line 492, ../scss/_desktop.scss */
#content article.hentry header .meta {
  margin-bottom: 1.414px;
  margin-top: 0;
  font-size: 1.4rem;
}

/* line 509, ../scss/_desktop.scss */
#content.full-width {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}

/* Gallery lightbox
   ========================================================================== */
/* line 515, ../scss/_desktop.scss */
ul#lightGallery {
  margin: 0;
  padding: 0;
}
/* line 518, ../scss/_desktop.scss */
ul#lightGallery li {
  padding: 0;
  list-style: none;
  float: left;
  width: 33%;
}
/* line 523, ../scss/_desktop.scss */
ul#lightGallery li img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 531, ../scss/_desktop.scss */
ul#lightGallery li img:hover {
  opacity: .75;
}

/* line 538, ../scss/_desktop.scss */
#lightGallery-outer {
  background: rgba(0, 0, 0, 0.85) !important;
}

/* line 544, ../scss/_desktop.scss */
ul#lightGallery.rooms li {
  width: 100%;
  border-bottom: #ececec solid 1px;
  padding: 15px 0;
  margin: 15px 0;
}
/* line 549, ../scss/_desktop.scss */
ul#lightGallery.rooms li:last-child {
  border-bottom: none;
}
/* line 552, ../scss/_desktop.scss */
ul#lightGallery.rooms li .info {
  padding-top: 15px;
}
/* line 556, ../scss/_desktop.scss */
ul#lightGallery.rooms li .info h5 {
  margin-top: 0;
}
/* line 559, ../scss/_desktop.scss */
ul#lightGallery.rooms li .info ul {
  padding: 0;
}
/* line 561, ../scss/_desktop.scss */
ul#lightGallery.rooms li .info ul li {
  padding: 0;
  margin: 0;
  border: none;
  float: none;
  font-size: 0.95em;
  line-height: 1.75em;
}
/* line 571, ../scss/_desktop.scss */
ul#lightGallery.rooms li img {
  width: 100%;
  height: auto;
  margin-right: 10px;
  border: #fff solid 5px;
  box-shadow: #ccc 0 0 8px;
}

/* Archives
   ========================================================================== */
/* line 589, ../scss/_desktop.scss */
.archive #content article, .search #content article, .blog #content article {
  border-bottom: 1px solid whitesmoke;
  margin: 0 0 2.828px;
}

/* Infinite Scroll
   ========================================================================== */
/* line 600, ../scss/_desktop.scss */
.ias-noneleft, .ias-trigger, .ias-spinner {
  padding: 1.414px;
  width: 100%;
  text-align: center;
  border: 1px solid whitesmoke;
  background: #fafafa;
  font-size: 2rem;
}

/* Sidebar
   ========================================================================== */
/* line 613, ../scss/_desktop.scss */
#sidebar {
  display: inline;
  float: left;
  width: 27.5%;
  margin: 0 0.83333%;
}
/* line 619, ../scss/_desktop.scss */
#sidebar .widget {
  margin-bottom: 1.414px;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
#sidebar .widget:before, #sidebar .widget:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
#sidebar .widget:after {
  clear: both;
}
/* line 623, ../scss/_desktop.scss */
#sidebar .widget ul {
  padding-left: 0;
  margin-left: 1.414px;
}
/* line 628, ../scss/_desktop.scss */
#sidebar .widget ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
/* line 633, ../scss/_desktop.scss */
#sidebar .widget ul li a {
  display: block;
  padding: 0.6em 0.3em;
}
/* line 640, ../scss/_desktop.scss */
#sidebar .widget .sub-menu li:last-child {
  border-bottom: none;
}
/* line 649, ../scss/_desktop.scss */
#sidebar .widget_sub_menu .menu {
  border-top: none !important;
  margin-left: 0;
}
/* line 654, ../scss/_desktop.scss */
#sidebar .widget_sub_menu .current_page_ancestor {
  border: none !important;
}
/* line 658, ../scss/_desktop.scss */
#sidebar .widget_sub_menu .current_page_ancestor > a {
  font-size: 1.4rem;
}
/* line 664, ../scss/_desktop.scss */
#sidebar .widget_sub_menu .active > a {
  color: inherit;
}
/* line 668, ../scss/_desktop.scss */
#sidebar .widget_sub_menu > .active {
  border: none !important;
}
/* line 672, ../scss/_desktop.scss */
#sidebar .widget_sub_menu > .active > a {
  font-size: 1.4rem;
}

/* line 680, ../scss/_desktop.scss */
#map {
  width: 100%;
  height: 180px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("../images/google-map.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 693, ../scss/_desktop.scss */
#sidebar .block {
  padding: 15px 0;
}

/* line 698, ../scss/_desktop.scss */
.book a {
  display: block;
  background: #ffd60d;
  color: #fff;
  font-size: 1.25em;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
/* line 710, ../scss/_desktop.scss */
.book a:hover {
  background: #fbdb3e;
}
/* line 714, ../scss/_desktop.scss */
.book img {
  float: right;
  margin: 5px 0 20px 0;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.book img:before, .book img:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.book img:after {
  clear: both;
}

/* line 723, ../scss/_desktop.scss */
.contact img {
  width: 100%;
}
/* line 726, ../scss/_desktop.scss */
.contact p {
  margin: 0 0 5px 0;
  padding: 0;
  text-align: right;
}
/* line 731, ../scss/_desktop.scss */
.contact a {
  float: right;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.contact a:before, .contact a:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.contact a:after {
  clear: both;
}
/* line 734, ../scss/_desktop.scss */
.contact a.view-map {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75em;
  width: 100%;
  text-align: right;
  color: #9b9b9b;
  margin: 5px 0 10px 0;
  border-bottom: #ececec solid 1px;
  padding: 0 0 10px 0;
}
/* line 745, ../scss/_desktop.scss */
.contact a.view-map:hover {
  color: #023f88;
}

/* line 754, ../scss/_desktop.scss */
.testimonials h5 {
  background: url("../images/icon-testimonials.png") no-repeat left center;
  padding: 20px 0 20px 45px;
  font-size: 1em;
  margin: 0;
}
/* line 760, ../scss/_desktop.scss */
.testimonials .easy_testimonial {
  padding: 0;
}
/* line 762, ../scss/_desktop.scss */
.testimonials .easy_testimonial .testimonial_body {
  list-style: none;
  border-bottom: #ececec solid 1px;
  padding: 0 10px;
  font-size: .9em;
}
/* line 768, ../scss/_desktop.scss */
.testimonials .easy_testimonial .testimonial_author {
  display: block;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  padding: 15px 0;
}

/* line 780, ../scss/_desktop.scss */
.rewards a {
  display: block;
  border: #023f88 solid 1px;
  color: #023f88;
  font-size: 1.15em;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 792, ../scss/_desktop.scss */
.rewards a:hover {
  border: #ED1B2F solid 1px;
  color: #ED1B2F;
}
/* line 796, ../scss/_desktop.scss */
.rewards a span {
  font-size: .85em;
  font-weight: bold;
  display: block;
}

/* line 805, ../scss/_desktop.scss */
.social .icon {
  float: left;
  margin-right: 10px;
}

/* line 811, ../scss/_desktop.scss */
.addthis_sharing_toolbox {
  padding: 3px;
}
/* line 813, ../scss/_desktop.scss */
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn .at300bs {
  border-radius: 20px;
}

/* Search form
   ========================================================================== */
/* line 824, ../scss/_desktop.scss */
.search-form > label {
  position: relative;
  display: inline-block;
  width: 58%;
}
/* line 829, ../scss/_desktop.scss */
.search-form > label .search-field {
  padding: 0.5em 0.6em 0.5em 2em;
}
/* line 833, ../scss/_desktop.scss */
.search-form > label:before {
  font-family: 'IcoMoon';
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  content: '';
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 7px;
}
/* line 843, ../scss/_desktop.scss */
.search-form .search-submit {
  width: 40%;
  display: inline-block;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
/* line 853, ../scss/_desktop.scss */
.content-blocks {
  display: block;
  width: 101.66667%;
  margin: 0 -0.83333%;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.content-blocks:before, .content-blocks:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.content-blocks:after {
  clear: both;
}

/* Standard
   ========================================================================== */
/* line 860, ../scss/_desktop.scss */
.heading {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin-left: 1.0416666666666665%;
  margin-right: 1.0416666666666665%;
}

/* line 868, ../scss/_desktop.scss */
.standard {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}

/* line 872, ../scss/_desktop.scss */
.small-padding {
  padding: 1.414px 0;
}

/* line 876, ../scss/_desktop.scss */
.vertical-padding, .big-padding {
  padding: 4.242px 0;
}

/* Full width text block
   ========================================================================== */
/* line 884, ../scss/_desktop.scss */
.full-width-wrapper {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}
/* line 887, ../scss/_desktop.scss */
.full-width-wrapper .full-width {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -2000px;
  margin-right: -2000px;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.full-width-wrapper .full-width:before, .full-width-wrapper .full-width:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.full-width-wrapper .full-width:after {
  clear: both;
}
/* line 895, ../scss/_desktop.scss */
.full-width-wrapper .full-width .center {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

/* Columns
   ========================================================================== */
/* line 905, ../scss/_desktop.scss */
.columns {
  float: left;
  width: 100%;
}

/* line 910, ../scss/_desktop.scss */
div.columns.columns-1 .single-column {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}

/* line 911, ../scss/_desktop.scss */
div.columns.columns-2 .single-column {
  display: inline;
  float: left;
  width: 48.33333%;
  margin: 0 0.83333%;
}

/* line 912, ../scss/_desktop.scss */
div.columns.columns-3 .single-column {
  display: inline;
  float: left;
  width: 31.66667%;
  margin: 0 0.83333%;
}

/* line 913, ../scss/_desktop.scss */
div.columns.columns-4 .single-column {
  display: inline;
  float: left;
  width: 23.33333%;
  margin: 0 0.83333%;
}

/* line 914, ../scss/_desktop.scss */
div.columns.columns-5 .single-column {
  display: inline;
  float: left;
  width: 18.33333%;
  margin: 0 0.83333%;
}

/* line 915, ../scss/_desktop.scss */
div.columns.columns-6 .single-column {
  display: inline;
  float: left;
  width: 15%;
  margin: 0 0.83333%;
}

/* line 921, ../scss/_desktop.scss */
div.columns .one {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}
/* line 922, ../scss/_desktop.scss */
div.columns .one_quarter {
  display: inline;
  float: left;
  width: 23.33333%;
  margin: 0 0.83333%;
}
/* line 923, ../scss/_desktop.scss */
div.columns .one_half {
  display: inline;
  float: left;
  width: 48.33333%;
  margin: 0 0.83333%;
}
/* line 924, ../scss/_desktop.scss */
div.columns .three_quarters {
  display: inline;
  float: left;
  width: 73.33333%;
  margin: 0 0.83333%;
}
/* line 925, ../scss/_desktop.scss */
div.columns .one_third {
  display: inline;
  float: left;
  width: 31.66667%;
  margin: 0 0.83333%;
}
/* line 926, ../scss/_desktop.scss */
div.columns .two_thirds {
  display: inline;
  float: left;
  width: 65%;
  margin: 0 0.83333%;
}
/* line 927, ../scss/_desktop.scss */
div.columns .one_fifth {
  display: inline;
  float: left;
  width: 18.33333%;
  margin: 0 0.83333%;
}
/* line 928, ../scss/_desktop.scss */
div.columns .two_fifths {
  display: inline;
  float: left;
  width: 38.33333%;
  margin: 0 0.83333%;
}
/* line 929, ../scss/_desktop.scss */
div.columns .three_fifths {
  display: inline;
  float: left;
  width: 58.33333%;
  margin: 0 0.83333%;
}
/* line 930, ../scss/_desktop.scss */
div.columns .four_fifths {
  display: inline;
  float: left;
  width: 78.33333%;
  margin: 0 0.83333%;
}

/* Tabs
   ========================================================================== */
/* Slideshow
   ========================================================================== */
/* line 945, ../scss/_desktop.scss */
.slideshow {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* Gallery
   ========================================================================== */
/* line 956, ../scss/_desktop.scss */
.gallery {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
  margin-top: 1.414px;
  margin-bottom: 1.414px;
}
/* line 961, ../scss/_desktop.scss */
.gallery .row {
  display: block;
  width: 101.66667%;
  margin: 0 -0.83333%;
  *zoom: 1;
}
/* line 23, ../scss/_grid.scss */
.gallery .row:before, .gallery .row:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
.gallery .row:after {
  clear: both;
}
/* line 965, ../scss/_desktop.scss */
.gallery figure img {
  border-radius: 5px;
  background: white;
  padding: 0.707px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 972, ../scss/_desktop.scss */
.gallery .row figure {
  margin-bottom: 0.707px;
}
/* line 974, ../scss/_desktop.scss */
.gallery .row.one figure {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}
/* line 975, ../scss/_desktop.scss */
.gallery .row.two figure {
  display: inline;
  float: left;
  width: 48.33333%;
  margin: 0 0.83333%;
}
/* line 976, ../scss/_desktop.scss */
.gallery .row.three figure {
  display: inline;
  float: left;
  width: 31.66667%;
  margin: 0 0.83333%;
}
/* line 977, ../scss/_desktop.scss */
.gallery .row.four figure {
  display: inline;
  float: left;
  width: 23.33333%;
  margin: 0 0.83333%;
}
/* line 978, ../scss/_desktop.scss */
.gallery .row.five figure {
  display: inline;
  float: left;
  width: 18.33333%;
  margin: 0 0.83333%;
}
/* line 979, ../scss/_desktop.scss */
.gallery .row.six figure {
  display: inline;
  float: left;
  width: 15%;
  margin: 0 0.83333%;
}

/* line 984, ../scss/_desktop.scss */
#lightGallery-Gallery img {
  border: #fff solid 10px !important;
}

/* line 988, ../scss/_desktop.scss */
#lightGallery-Gallery .thumb_cont .thumb > img {
  border: none !important;
}

/* Contact Form
   ========================================================================== */
/* line 996, ../scss/_desktop.scss */
form ul .gfield, form .gform_fields .gfield {
  padding: 0 !important;
}

/* line 1002, ../scss/_desktop.scss */
.gform_body input[type="text"], .gform_body textarea {
  background: #f5f5f5;
  border: none !important;
  resize: none;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  border-radius: 5px;
  padding: 10px;
}
/* line 1012, ../scss/_desktop.scss */
.gform_body input[type="text"]:focus, .gform_body textarea:focus {
  background: #ececec;
  outline: none;
}
/* line 1018, ../scss/_desktop.scss */
.gform_body label {
  margin-top: 15px;
  font-weight: 100 !important;
  text-transform: lowercase;
}
/* line 1022, ../scss/_desktop.scss */
.gform_body label .gfield_required {
  color: #023f88;
}

/* line 1029, ../scss/_desktop.scss */
.gform_footer input[type="submit"] {
  background: #023f88;
  border: none !important;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: .85em;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
/* line 1042, ../scss/_desktop.scss */
.gform_footer input[type="submit"]:hover {
  background: #1D3C6A;
}

/* Blockquote
   ========================================================================== */
/* line 1052, ../scss/_desktop.scss */
blockquote.quote {
  position: relative;
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}
/* line 1056, ../scss/_desktop.scss */
blockquote.quote p {
  padding: 0 1.414px;
  font-size: 2.2rem;
}
/* line 1060, ../scss/_desktop.scss */
blockquote.quote .author {
  font-size: 2.2rem;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Accordion
   ========================================================================== */
/* line 1073, ../scss/_desktop.scss */
.accordion {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
  border-bottom: 1px solid #c7d5d9;
  padding-bottom: 0.707px;
  margin-bottom: 0.707px;
  position: relative;
  cursor: pointer;
}
/* line 1081, ../scss/_desktop.scss */
.accordion .accordion-title {
  cursor: pointer;
  color: #023f88;
}
/* line 1085, ../scss/_desktop.scss */
.accordion .accordion-title:hover {
  color: #047eff;
}
/* line 1089, ../scss/_desktop.scss */
.accordion .accordion-title:after {
  content: '▼';
  font-size: 1.2rem;
  margin-left: 0.707px;
  line-height: 1em;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
/* line 1098, ../scss/_desktop.scss */
.accordion .accordion-title.active:after {
  content: '▲';
}
/* line 1102, ../scss/_desktop.scss */
.accordion .accordion-content {
  display: none;
  margin-top: 0.707px;
}

/* Footer
   ========================================================================== */
/* line 1111, ../scss/_desktop.scss */
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #333;
  z-index: 99999999;
}

/* line 1123, ../scss/_desktop.scss */
#footer-wrapper #footer {
  margin-top: 60px;
}
/* line 1125, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content {
  *zoom: 1;
  padding: 30px 0;
  border-top: #ececec solid 1px;
}
/* line 23, ../scss/_grid.scss */
#footer-wrapper #footer #footer-content:before, #footer-wrapper #footer #footer-content:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
#footer-wrapper #footer #footer-content:after {
  clear: both;
}
/* line 1130, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .details p {
  margin: 0;
  font-size: .9em;
}
/* line 1134, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .details a.email {
  margin-top: 15px;
}
/* line 1138, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .social-media {
  margin: 35px 0 0 0;
}
/* line 1140, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .social-media li {
  list-style: none;
  padding: 0;
  float: left;
  margin: 1px;
}
/* line 1146, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .social-media li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #9B9B9B;
  border-radius: 15px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: .6;
}
/* line 1157, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .social-media li a:hover {
  opacity: 1;
}
/* line 1164, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .nav .col {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  margin: 35px 0 0 0;
}
/* line 1169, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .nav .col ul {
  border-left: #ececec solid 1px;
  margin: 0 0 0 30px;
  padding-left: 15px;
}
/* line 1173, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .nav .col ul li {
  list-style: none;
  padding: 0;
}
/* line 1176, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .nav .col ul li a {
  color: #9B9B9B;
  font-size: .85em;
  line-height: 1.75em;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 1184, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .nav .col ul li a:hover {
  color: #023f88;
}
/* line 1198, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-base {
  background: #f6f6f6;
  border-top: #ececec solid 1px;
  padding: 10px 0 150px 0;
  font-size: .8em;
}
/* line 1203, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-base p.copyright {
  text-align: right;
}

/* line 1210, ../scss/_desktop.scss */
.footer-nav {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
}
/* line 1213, ../scss/_desktop.scss */
.footer-nav ul {
  padding: 0;
  margin: 0;
}
/* line 1217, ../scss/_desktop.scss */
.footer-nav ul li {
  display: inline-block;
  margin-right: 1.414px;
  font-size: 1.2rem;
}

/* Media Queries
   ========================================================================== */
@media screen and (max-width: 1000px) {
  /* line 1232, ../scss/_desktop.scss */
  .wrapper {
    padding: 0 1.414px;
  }

  /* line 1238, ../scss/_desktop.scss */
  .full-width-wrapper .full-width {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 2.828px;
    padding-right: 2.828px;
  }
}
@media screen and (min-width: 1250px) {
  /* line 1254, ../scss/_desktop.scss */
  .banner .bx-wrapper .bx-viewport .bxslider {
    min-height: 600px;
  }
  /* line 1256, ../scss/_desktop.scss */
  .banner .bx-wrapper .bx-viewport .bxslider li {
    max-height: 600px;
  }

  /* line 1267, ../scss/_desktop.scss */
  .banner-internal {
    max-height: 600px;
  }
}
/*--[ Menu ]--------------------------------------------------------------------------------*/
/*--[ Menu ]--------------------------------------------------------------------------------*/
/* line 6, ../scss/_menu_dropdown.scss */
#menu-toggle {
  display: none;
  height: 30px;
  width: 35px;
  background: black url("../images/icon-menu.png") no-repeat center;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 0;
  top: 30px;
  border-radius: 5px;
}

@media screen and (min-width: 700px) {
  /* line 32, ../scss/_menu_dropdown.scss */
  #nav-wrapper {
    z-index: 1000;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    height: 100px;
    position: fixed;
    width: 100%;
    box-shadow: #666 0px 0px 5px;
  }
  /* line 41, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 1.5rem;
    position: relative;
    max-width: 960px;
  }
  /* line 48, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav {
    display: block;
    width: 101.66667%;
    margin: 0 -0.83333%;
    *zoom: 1;
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
  }
  /* line 23, ../scss/_grid.scss */
  #nav-wrapper .menu-header #main-nav:before, #nav-wrapper .menu-header #main-nav:after {
    content: "";
    display: table;
  }
  /* line 27, ../scss/_grid.scss */
  #nav-wrapper .menu-header #main-nav:after {
    clear: both;
  }
}
/* line 60, ../scss/_menu_dropdown.scss */
#main-nav .menu ul {
  margin: 0;
}

/* line 64, ../scss/_menu_dropdown.scss */
#main-nav .menu {
  display: inline;
  float: left;
  width: 98.33333%;
  margin: 0 0.83333%;
  float: right;
  padding: 0;
  width: auto;
  margin: 0;
}
/* line 71, ../scss/_menu_dropdown.scss */
#main-nav .menu li {
  position: relative;
  float: left;
  margin-right: 1em;
  list-style: none;
}
/* line 77, ../scss/_menu_dropdown.scss */
#main-nav .menu li:last-child {
  margin-right: 0;
}
/* line 81, ../scss/_menu_dropdown.scss */
#main-nav .menu li.current-menu-item, #main-nav .menu li.current-menu-ancestor, #main-nav .menu li.current-menu-parent {
  color: #023f88;
}
/* line 86, ../scss/_menu_dropdown.scss */
#main-nav .menu li a {
  font-weight: 100;
  display: block;
  padding-left: 0.5em;
  color: #b0b0b0;
  text-align: right;
  padding: 25px 20px;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 102, ../scss/_menu_dropdown.scss */
#main-nav .menu li.active a, #main-nav .menu li:hover a {
  color: #023f88;
}
/* line 106, ../scss/_menu_dropdown.scss */
#main-nav .menu li.current_page_item, #main-nav .menu li.active {
  color: #fff;
  background: #023f88;
  /* Old browsers */
  background: -moz-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #023f88), color-stop(100%, #1d3c6a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #023f88 0%, #1d3c6a 100%);
  /* IE10+ */
  background: linear, to bottom, #023f88 0%, #1d3c6a 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023f88', endColorstr='#1d3c6a',GradientType=0 );
  /* IE6-9 */
  border-radius: 0 0 5px 5px;
}
/* line 117, ../scss/_menu_dropdown.scss */
#main-nav .menu li.current_page_item.active a, #main-nav .menu li.current_page_item:hover a, #main-nav .menu li.active.active a, #main-nav .menu li.active:hover a {
  color: #fff;
}
/* line 122, ../scss/_menu_dropdown.scss */
#main-nav .menu li.menu-parent > a:after {
  font-family: 'IcoMoon';
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  content: '';
  color: #023f88;
  font-size: 1.4rem;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
/* line 132, ../scss/_menu_dropdown.scss */
#main-nav .menu li .children {
  padding: 0;
  display: none;
  position: absolute;
  background: #fafafa;
  z-index: 1000;
}
/* line 139, ../scss/_menu_dropdown.scss */
#main-nav .menu li .children li {
  float: none;
  position: relative;
  margin-right: 0;
}
/* line 144, ../scss/_menu_dropdown.scss */
#main-nav .menu li .children li.menu-parent > a:after {
  position: absolute;
  right: 9px;
  top: 3px;
}
/* line 150, ../scss/_menu_dropdown.scss */
#main-nav .menu li .children li a {
  width: 9em;
}
/* line 154, ../scss/_menu_dropdown.scss */
#main-nav .menu li .children .children {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

/* line 168, ../scss/_menu_dropdown.scss */
#main-nav li:hover .sub-menu {
  display: block;
}
/* line 171, ../scss/_menu_dropdown.scss */
#main-nav li .sub-menu {
  display: none;
  margin: 5px 0 0 0;
  padding: 0;
  float: right;
  opacity: .95;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: #666 0 0 7px;
}
/* line 181, ../scss/_menu_dropdown.scss */
#main-nav li .sub-menu li {
  float: none;
  margin: 0;
}
/* line 184, ../scss/_menu_dropdown.scss */
#main-nav li .sub-menu li a {
  width: 150px;
  padding: 5px;
  color: #333 !important;
  font-family: "museo_slab500",serif !important;
  border-bottom: #ccc solid 1px;
}
/* line 190, ../scss/_menu_dropdown.scss */
#main-nav li .sub-menu li a:hover {
  color: #f60 !important;
}

/* line 200, ../scss/_menu_dropdown.scss */
#main-nav .top-menu {
  float: right;
  margin: 5px 175px 5px 0;
}
/* line 204, ../scss/_menu_dropdown.scss */
#main-nav .top-menu li {
  float: left;
  list-style: none;
  border-left: #ff6600 solid 1px;
  padding: 2px 0 2px 5px;
  margin-left: 5px;
  line-height: 10px;
}
/* line 212, ../scss/_menu_dropdown.scss */
#main-nav .top-menu li:first-child {
  border: none;
}
/* line 216, ../scss/_menu_dropdown.scss */
#main-nav .top-menu li a {
  color: #ff6600;
  font-size: 1rem;
  font-family: 'museo_slab700', serif;
}

/* line 227, ../scss/_menu_dropdown.scss */
.sidebar {
  padding: 70px 50px 0 0;
}
/* line 230, ../scss/_menu_dropdown.scss */
.sidebar li {
  list-style: none;
}
/* line 233, ../scss/_menu_dropdown.scss */
.sidebar li a {
  color: #9b9b9b;
  font-size: .95em;
  padding: 6px 0;
  display: block;
}
/* line 240, ../scss/_menu_dropdown.scss */
.sidebar li a:hover {
  color: #023f88;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  /* line 255, ../scss/_menu_dropdown.scss */
  #header-wrapper {
    padding: 0;
  }

  /* line 258, ../scss/_menu_dropdown.scss */
  #menu-toggle {
    display: block;
  }

  /* line 263, ../scss/_menu_dropdown.scss */
  #main-nav .menu {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    text-align: center;
    background: #333;
    margin-top: 70px;
  }
  /* line 273, ../scss/_menu_dropdown.scss */
  #main-nav .menu li {
    float: none;
    display: block;
    text-align: left;
    margin-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 280, ../scss/_menu_dropdown.scss */
  #main-nav .menu li:hover, #main-nav .menu li.current-menu-item, #main-nav .menu li.current-menu-parent {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 286, ../scss/_menu_dropdown.scss */
  #main-nav .menu li a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    color: white;
  }
  /* line 291, ../scss/_menu_dropdown.scss */
  #main-nav .menu li.menu-parent > a:after {
    position: absolute;
    right: 17px;
    top: 14px;
    color: white;
  }
  /* line 298, ../scss/_menu_dropdown.scss */
  #main-nav .menu li.active a, #main-nav .menu li:hover a {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 302, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu {
    display: block;
    max-width: 100%;
    width: 100%;
    zoom: 1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin: 0;
    float: none;
    box-shadow: none;
  }
  /* line 314, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li {
    float: none;
    position: static;
    display: block !important;
    opacity: 1 !important;
    zoom: 1;
  }
  /* line 321, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li a {
    width: 100%;
    padding-left: 1.8em;
    border-bottom: none;
    color: #fff !important;
  }
  /* line 327, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu {
    position: relative;
    left: 0;
  }
  /* line 330, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu li {
    padding-left: 0;
  }
  /* line 332, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu li a {
    padding-left: 2.4em;
  }

  /* line 343, ../scss/_menu_dropdown.scss */
  #nav-wrapper {
    padding: 0;
    z-index: 99999;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 349, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  /* line 355, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header.visible {
    max-height: 1000px;
  }
  /* line 357, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header.visible #searchform {
    display: none;
  }
  /* line 362, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav {
    padding: 0;
    font-size: 1.4rem;
  }
  /* line 366, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav #searchform {
    width: 40%;
    margin-right: 50px;
    margin-top: 13px;
  }
  /* line 372, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav .top-menu {
    float: left;
    margin: 0;
    padding: 0;
  }
  /* line 376, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav .top-menu li {
    margin-top: 10px;
  }
  /* line 378, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav .top-menu li a {
    padding: 10px 15px;
    display: block;
  }
  /* line 386, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav .menu.visible {
    height: auto;
  }

  /* line 409, ../scss/_menu_dropdown.scss */
  .js-nav #nav-wrapper .menu-header {
    max-height: 5000px;
  }
}
/* line 3, ../scss/_forms.scss */
form input[type="email"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="url"], form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="time"], form input[type="week"], form textarea, form button, form select[multiple=multiple] {
  display: inline-block;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  width: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../scss/_forms.scss */
form .gfield_error input, form .gfield_error textarea, form .gfield_error button, form .gfield_error select {
  border-color: #b94a48;
  box-shadow: inset 0 1px 3px #b94a48;
}
/* line 19, ../scss/_forms.scss */
form .gfield_error input:focus, form .gfield_error textarea:focus, form .gfield_error button:focus, form .gfield_error select:focus {
  outline: auto 5px #b94a48;
}
/* line 25, ../scss/_forms.scss */
form select {
  width: 100%;
}
/* line 29, ../scss/_forms.scss */
form select[multiple=multiple] {
  padding: 0.8em 0.6em;
  line-height: 1.6;
}
/* line 34, ../scss/_forms.scss */
form button {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
/* line 41, ../scss/_forms.scss */
form input[type=button], form input[type=reset], form input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  padding: 0.58em 0.6em;
}
/* line 50, ../scss/_forms.scss */
form button[disabled] {
  cursor: default;
}
/* line 55, ../scss/_forms.scss */
form input[disabled] {
  cursor: default;
}
/* line 58, ../scss/_forms.scss */
form input[type=checkbox], form input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
/* line 65, ../scss/_forms.scss */
form input[type=search]::-webkit-search-cancel-button, form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 71, ../scss/_forms.scss */
form button::-moz-focus-inner, form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 76, ../scss/_forms.scss */
form .ginput_full {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.3em;
}
/* line 81, ../scss/_forms.scss */
form .ginput_left, form .ginput_right {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
  margin-bottom: 0.3em;
}
/* line 87, ../scss/_forms.scss */
form .ginput_left {
  margin-right: 4%;
}
/* line 91, ../scss/_forms.scss */
form .gfield_time_hour, form .gfield_time_minute, form .gfield_time_ampm {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 2%;
}
/* line 96, ../scss/_forms.scss */
form .gfield_time_hour input, form .gfield_time_minute input, form .gfield_time_ampm input {
  width: 80%;
}
/* line 99, ../scss/_forms.scss */
form .gfield_time_hour label, form .gfield_time_minute label, form .gfield_time_ampm label {
  width: 16%;
  margin: 0 2%;
}
/* line 105, ../scss/_forms.scss */
form ul, form .gform_fields {
  list-style: none;
  padding: 0;
}
/* line 109, ../scss/_forms.scss */
form ul .gfield, form .gform_fields .gfield {
  padding: 0.7em 1em;
}
/* line 113, ../scss/_forms.scss */
form ul .gsection, form .gform_fields .gsection {
  padding: 2em 0;
  background: none;
}
/* line 119, ../scss/_forms.scss */
form .gfield_label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold;
}
/* line 125, ../scss/_forms.scss */
form .gfield_required {
  color: #b94a48;
  margin-left: 5px;
}
/* line 134, ../scss/_forms.scss */
form .validation_message {
  position: absolute;
  width: 155px;
  left: -175px;
  top: 2.5em;
  background: #b94a48;
  color: white;
  padding: 0.2em 0.5em;
  box-sizing: content-box;
  text-align: center;
}
/* line 144, ../scss/_forms.scss */
form .validation_message:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 154, ../scss/_forms.scss */
form .validation_message:after {
  border-color: rgba(185, 74, 72, 0);
  border-left-color: #b94a48;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
/* line 163, ../scss/_forms.scss */
form .gform_validation_container {
  display: none;
}
/* line 168, ../scss/_forms.scss */
form .gfield_checkbox input, form .gfield_radio input {
  margin-right: 0.5em;
}
/* line 173, ../scss/_forms.scss */
form .gf_progressbar_wrapper {
  background: #fafafa;
  padding: 0.7em 1em 1.2em;
  border-bottom: 1px solid #eee;
}
/* line 179, ../scss/_forms.scss */
form .gf_progressbar {
  border-radius: 4px;
  overflow: hidden;
  color: white;
  font-weight: bold;
  background: white;
}
/* line 186, ../scss/_forms.scss */
form .gf_progressbar_percentage {
  background-image: -webkit-linear-gradient( #023f88 0, #047eff 100%);
  background-image: linear-gradient( #023f88 0, #047eff 100%);
  padding: 0.1em 0.5em;
}

@media screen and (max-width: 1350px) {
  /* line 195, ../scss/_forms.scss */
  form .validation_message {
    position: relative;
    top: 5px;
    left: auto;
  }
  /* line 199, ../scss/_forms.scss */
  form .validation_message:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 209, ../scss/_forms.scss */
  form .validation_message:after {
    border-color: rgba(185, 74, 72, 0);
    border-bottom-color: #b94a48;
    border-width: 5px;
    left: 50%;
    top: -5px;
    margin-left: -5px;
  }
}
/* jQuery UI date picker ------------------------------------------------------*/
/* line 223, ../scss/_forms.scss */
.ui-widget {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
}

/* line 230, ../scss/_forms.scss */
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1.4rem;
  list-style: none;
  font-family: "lucida sans", "lucida grande", lucida , sans-serif;
  background-color: #FFF;
  font-size: 1.4rem;
  border: 4px solid #C1C1C1;
  width: 15.5em;
  padding: 2.5em .5em .5em .5em;
  position: relative;
}

/* line 248, ../scss/_forms.scss */
.ui-datepicker-div,
#ui-datepicker-div {
  z-index: 9999;
  display: none;
}

/* line 252, ../scss/_forms.scss */
.ui-datepicker-inline {
  float: left;
  display: block;
}

/* line 256, ../scss/_forms.scss */
.ui-datepicker-control {
  display: none;
}

/* line 259, ../scss/_forms.scss */
.ui-datepicker-current {
  display: none;
}

/* line 263, ../scss/_forms.scss */
.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  background-color: #eeeeee;
}

/* line 269, ../scss/_forms.scss */
.ui-datepicker-next {
  left: 14.6em;
}

/* line 273, ../scss/_forms.scss */
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background-color: #dadada;
}

/* line 277, ../scss/_forms.scss */
.ui-datepicker-next a,
.ui-datepicker-prev a {
  text-indent: -999999px;
  width: 1.3em;
  height: 1.4em;
  display: block;
  font-size: 1.4rem;
  background-image: url(images/datepicker_arrow_left.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}

/* line 289, ../scss/_forms.scss */
.ui-datepicker-next a {
  background-image: url(images/datepicker_arrow_right.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 294, ../scss/_forms.scss */
.ui-datepicker-header select {
  border: 1px solid #D3D3D3;
  color: #555;
  background-color: #E6E6E6;
  font-size: 1.4rem;
  line-height: 1.4em;
  position: absolute;
  top: 0.5em;
  margin: 0 !important;
}

/* line 305, ../scss/_forms.scss */
.ui-datepicker-header option:focus,
.ui-datepicker-header option:hover {
  background-color: #dadada;
}

/* line 308, ../scss/_forms.scss */
.ui-datepicker-header select.ui-datepicker-new-month {
  width: 7em;
  left: 2.2em;
}

/* line 312, ../scss/_forms.scss */
.ui-datepicker-header select.ui-datepicker-new-year {
  width: 5em;
  left: 9.4em;
}

/* line 316, ../scss/_forms.scss */
table.ui-datepicker {
  width: 15.5em;
  text-align: right;
}

/* line 320, ../scss/_forms.scss */
table.ui-datepicker td a {
  padding: .1em;
  display: block;
  color: #555;
  background-color: #E6E6E6;
  cursor: pointer;
  border: 1px solid #FFF;
  text-align: center;
}

/* line 329, ../scss/_forms.scss */
table.ui-datepicker td a:hover {
  border: 1px solid #FFF;
  color: #212121;
  background-color: #DADADA;
  text-decoration: none;
}

/* line 335, ../scss/_forms.scss */
table.ui-datepicker td a:active {
  border: 1px solid #AAA;
  color: #212121;
  background-color: #FFF;
  text-decoration: none;
}

/* line 341, ../scss/_forms.scss */
table.ui-datepicker .ui-datepicker-title-row td {
  padding: .2em 0;
  text-align: center;
  font-size: 1.3rem;
  color: #222;
  text-transform: uppercase;
}

/* line 348, ../scss/_forms.scss */
table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222;
  padding: 0.3em 0;
}

/* line 353, ../scss/_forms.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, aside .widget ul a:hover {
  color: #00a8cd !important;
}

/* UI border color */
/* line 357, ../scss/_forms.scss */
.ui-widget-header, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-color: #00a8cd !important;
}

/* Datepicker */
/* line 362, ../scss/_forms.scss */
#ui-datepicker-div {
  padding: 20px !important;
}

/* line 365, ../scss/_forms.scss */
#ui-datepicker-div, .ui-datepicker-title {
  color: #5e5e5e !important;
}

/* line 368, ../scss/_forms.scss */
.ui-widget-content {
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #ebebeb !important;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin-top: -3px;
}

/* line 377, ../scss/_forms.scss */
.ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid !important;
  border-left: none !important;
}

/* line 384, ../scss/_forms.scss */
.ui-datepicker-header {
  -webkit-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}

/* line 388, ../scss/_forms.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none !important;
  border: 1px solid #e1e1e1 !important;
}

/* line 392, ../scss/_forms.scss */
.ui-datepicker table {
  margin: 0 !important;
}

/* line 395, ../scss/_forms.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none !important;
}

/* line 398, ../scss/_forms.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid !important;
}

/* line 402, ../scss/_forms.scss */
.ui-datepicker .ui-datepicker-next {
  left: auto;
}

/* line 406, ../scss/_forms.scss */
.ui-datepicker-next, .ui-datepicker-prev {
  background: none;
}

@media screen and (max-width: 480px) {
  /* line 10, ../scss/_woocommerce.scss */
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    width: 100% !important;
  }
  /* line 17, ../scss/_woocommerce.scss */
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary {
    width: 100% !important;
  }
  /* line 24, ../scss/_woocommerce.scss */
  .woocommerce ul.products li.product {
    width: 48.1% !important;
  }
  /* line 27, ../scss/_woocommerce.scss */
  .woocommerce ul.products li.product:nth-child(even) {
    margin-right: 0 !important;
  }

  /* line 38, ../scss/_woocommerce.scss */
  .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100% !important;
  }
  /* line 45, ../scss/_woocommerce.scss */
  .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary {
    width: 100% !important;
  }
}
/* line 52, ../scss/_woocommerce.scss */
div.pp_woocommerce {
  overflow: visible !important;
}
/* line 54, ../scss/_woocommerce.scss */
div.pp_woocommerce .ppt, div.pp_woocommerce .pp_description {
  display: none !important;
}
/* line 57, ../scss/_woocommerce.scss */
div.pp_woocommerce .pp_details {
  padding-top: 0 !important;
}

/* ==========================================================================
   Images
   ========================================================================== */
/* line 9, ../scss/_images.scss */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* line 14, ../scss/_images.scss */
.alignleft {
  float: left;
  clear: left;
  margin: 0.38em 1.62em 0.38em 0;
}

/* line 19, ../scss/_images.scss */
.alignright {
  float: right;
  clear: right;
  margin: 0.38em 0 0.38em 1.62em;
}

/* line 24, ../scss/_images.scss */
.aligncenter {
  margin: 0 auto 1.62em;
  display: block;
}

/* line 28, ../scss/_images.scss */
div.wp-caption {
  text-align: center;
  background: #11161a;
  border: 1px solid #1a1f23;
  outline: 4px solid #0d1015;
  padding: 0 !important;
  text-align: center !important;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 40, ../scss/_images.scss */
div.wp-caption img {
  margin: 0;
  padding: 5px 5px 0;
  outline: 0;
  border: 0;
}

/* line 46, ../scss/_images.scss */
p.wp-caption-text {
  margin: 0 !important;
  padding: 0 3px 3px !important;
  font-weight: bold;
  clear: both;
  font-size: 1.3rem;
  color: #eee;
}

/* ==========================================================================
   Comments
   ========================================================================== */
/* line 5, ../scss/_comments.scss */
ol.comment-list {
  margin: 0 0 1em !important;
  padding: 0;
}

/* line 9, ../scss/_comments.scss */
ol.comment-list img.avatar {
  margin: 8px 10px 0 0;
  padding: 4px;
  position: absolute;
  left: 1em;
  top: 0;
  border: 1px solid #1a1f23;
}

/* line 17, ../scss/_comments.scss */
ol.comment-list li {
  margin: 1em 0;
  padding: 8px 0 8px 7em;
  list-style: none;
  overflow: hidden;
  position: relative;
}

/* line 24, ../scss/_comments.scss */
ol.comment-list > li:nth-child(odd) {
  background-color: #fafafa;
  border: 1px solid #EEEEEE;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

/* line 29, ../scss/_comments.scss */
ol.comment-list li header {
  margin: 0;
  line-height: 1.5em;
}

/* line 33, ../scss/_comments.scss */
ol.comment-list li article nav {
  clear: both;
  display: block;
  padding-right: 1em;
  text-align: right;
}

/* line 39, ../scss/_comments.scss */
ol.comment-list li ul, ol.comment-list #respond {
  margin: 0 1em  0 0 !important;
  padding: 0;
  background: white;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}

/* line 45, ../scss/_comments.scss */
ol.comment-list li .comment-text {
  border: 2px solid #ebebeb;
  overflow: hidden;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 10px 0;
}

/* line 54, ../scss/_comments.scss */
ol.comment-list li.bypostauthor .comment-text, ol.comment-list li.bypostauthor img.avatar {
  border-color: #D4E2EB;
}

/* line 57, ../scss/_comments.scss */
ol.comment-list li .comment-text p {
  margin: 0 0 10px !important;
}

/* line 60, ../scss/_comments.scss */
ol.comment-list li p.meta {
  font-weight: normal;
  background: transparent;
  padding: 0;
  font-style: italic;
  color: #777;
  font-size: 1.2rem;
  margin: 0 0 10px !important;
}

/* line 69, ../scss/_comments.scss */
ol.comment-list li p.meta strong {
  font-weight: bold;
}

/* Respond form
   ========================================================================== */
/* line 76, ../scss/_comments.scss */
#respond {
  margin: 2em 0;
}

/* line 84, ../scss/_comments.scss */
#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
input#s {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 0.375em;
  width: 50%;
  margin: 0 4px 0 0;
  outline: 0;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  color: #6d667d;
  border: 0px solid #ccc;
  font-weight: normal;
  text-indent: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  border: 1px #fff solid;
  border-style: none solid solid none;
}

/* line 111, ../scss/_comments.scss */
input#s {
  display: inline-block;
  width: 40%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 120, ../scss/_comments.scss */
input#s:focus {
  width: 57%;
}

/* line 134, ../scss/_comments.scss */
.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius input#s {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}

/* line 141, ../scss/_comments.scss */
#respond textarea {
  width: 98%;
  margin-right: 0;
}

/* line 145, ../scss/_comments.scss */
#respond label {
  font-size: 1.4rem;
  font-weight: bold;
}

/* ==========================================================================
   Plugins and Extensions
   ========================================================================== */
/*
 * Pace progress bar
 */
/* line 9, ../scss/_plugins.scss */
.pace .pace-progress {
  background: #023f88;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  opacity: 1;
  -webkit-transition: width 1s, opacity 500ms, height 500ms;
  -moz-transition: width 1s, opacity 500ms, height 500ms;
  transition: width 1s, opacity 500ms, height 500ms;
}

/* line 21, ../scss/_plugins.scss */
.pace-inactive .pace-progress {
  opacity: 0;
  height: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 34, ../scss/_plugins.scss */
.carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 36, ../scss/_plugins.scss */
.carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 38, ../scss/_plugins.scss */
.carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 57, ../scss/_plugins.scss */
.carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 62, ../scss/_plugins.scss */
.carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* line 67, ../scss/_plugins.scss */
.carousel .owl-item {
  float: left;
}
/* line 70, ../scss/_plugins.scss */
.carousel .owl-item img {
  width: 100%;
}

/* display none until init */
/* line 78, ../scss/_plugins.scss */
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 80, ../scss/_plugins.scss */
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
/* line 90, ../scss/_plugins.scss */
.grabbing {
  cursor: hand;
}

/* fix */
/* line 98, ../scss/_plugins.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/********************************* Core ******************************/
/* line 214, ../scss/_plugins.scss */
[data-tooltip] {
  position: relative;
  display: inline-block;
}
/* line 217, ../scss/_plugins.scss */
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 228, ../scss/_plugins.scss */
[data-tooltip]:before {
  content: '';
  border: 6px solid transparent;
}
/* line 233, ../scss/_plugins.scss */
[data-tooltip]:after {
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 1.4rem;
  line-height: 11px;
  content: attr(data-tooltip);
  white-space: nowrap;
}
/* line 139, ../scss/_plugins.scss */
[data-tooltip].simptip-position-top:before {
  border-top-color: #323232;
}
/* line 140, ../scss/_plugins.scss */
[data-tooltip].simptip-position-top:after {
  background-color: #323232;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
[data-tooltip].simptip-position-bottom:before {
  border-bottom-color: #323232;
}
/* line 140, ../scss/_plugins.scss */
[data-tooltip].simptip-position-bottom:after {
  background-color: #323232;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
[data-tooltip].simptip-position-left:before {
  border-left-color: #323232;
}
/* line 140, ../scss/_plugins.scss */
[data-tooltip].simptip-position-left:after {
  background-color: #323232;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
[data-tooltip].simptip-position-right:before {
  border-right-color: #323232;
}
/* line 140, ../scss/_plugins.scss */
[data-tooltip].simptip-position-right:after {
  background-color: #323232;
  color: #ecf0f1;
}
/* line 146, ../scss/_plugins.scss */
[data-tooltip].simptip-position-top.half-arrow:before {
  border-right: 7px solid #323232;
}
/* line 146, ../scss/_plugins.scss */
[data-tooltip].simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #323232;
}
/* line 242, ../scss/_plugins.scss */
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
/* line 244, ../scss/_plugins.scss */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  opacity: 1;
  visibility: visible;
}

/******************************* Position ****************************/
/* line 256, ../scss/_plugins.scss */
.simptip-position-right:before, .simptip-position-left:before, .simptip-position-right:after, .simptip-position-left:after {
  bottom: 50%;
}
/* line 257, ../scss/_plugins.scss */
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
}
/* line 258, ../scss/_plugins.scss */
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px;
}
/* line 262, ../scss/_plugins.scss */
.half-arrow.simptip-position-right:before, .half-arrow.simptip-position-left:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent;
}
/* line 272, ../scss/_plugins.scss */
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before, .simptip-multiline.simptip-position-right:after, .simptip-multiline.simptip-position-left:after {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
/* line 277, ../scss/_plugins.scss */
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before {
  margin-bottom: 0;
}
/* line 280, ../scss/_plugins.scss */
.simptip-multiline.half-arrow.simptip-position-right:before, .simptip-multiline.half-arrow.simptip-position-left:before {
  margin-bottom: -2px;
}

/* line 292, ../scss/_plugins.scss */
.simptip-position-right:before, .simptip-position-right:after {
  left: 100%;
}
/* line 293, ../scss/_plugins.scss */
.simptip-position-right:before {
  margin-left: -2px;
}
/* line 294, ../scss/_plugins.scss */
.simptip-position-right:after {
  margin-left: 10px;
}
/* line 298, ../scss/_plugins.scss */
.simptip-position-right.simptip-movable:before {
  margin-left: -10px;
}
/* line 299, ../scss/_plugins.scss */
.simptip-position-right.simptip-movable:after {
  margin-left: 2px;
}
/* line 301, ../scss/_plugins.scss */
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 305, ../scss/_plugins.scss */
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px;
}
/* line 312, ../scss/_plugins.scss */
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232;
}

/* line 325, ../scss/_plugins.scss */
.simptip-position-left:before, .simptip-position-left:after {
  right: 100%;
}
/* line 326, ../scss/_plugins.scss */
.simptip-position-left:before {
  margin-right: -2px;
}
/* line 327, ../scss/_plugins.scss */
.simptip-position-left:after {
  margin-right: 10px;
}
/* line 331, ../scss/_plugins.scss */
.simptip-position-left.simptip-movable:before {
  margin-right: -10px;
}
/* line 332, ../scss/_plugins.scss */
.simptip-position-left.simptip-movable:after {
  margin-right: 2px;
}
/* line 334, ../scss/_plugins.scss */
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* line 337, ../scss/_plugins.scss */
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px;
}
/* line 344, ../scss/_plugins.scss */
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232;
}

/* line 355, ../scss/_plugins.scss */
.simptip-position-bottom:before, .simptip-position-top:before, .simptip-position-bottom:after, .simptip-position-top:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 360, ../scss/_plugins.scss */
.simptip-position-bottom:after, .simptip-position-top:after {
  width: auto;
}
/* line 364, ../scss/_plugins.scss */
.half-arrow.simptip-position-bottom:before, .half-arrow.simptip-position-top:before {
  border-style: none;
  border-right: 7px solid #323232;
}

/* line 377, ../scss/_plugins.scss */
.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%;
}
/* line 378, ../scss/_plugins.scss */
.simptip-position-bottom:before {
  margin-top: -5px;
}
/* line 379, ../scss/_plugins.scss */
.simptip-position-bottom:after {
  margin-top: 7px;
}
/* line 381, ../scss/_plugins.scss */
.simptip-position-bottom:hover:before, .simptip-position-bottom:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 386, ../scss/_plugins.scss */
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px;
}
/* line 387, ../scss/_plugins.scss */
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px;
}
/* line 389, ../scss/_plugins.scss */
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
/* line 394, ../scss/_plugins.scss */
.simptip-position-bottom.simptip-movable.half-arrow:before {
  margin-top: -10px;
}
/* line 402, ../scss/_plugins.scss */
.simptip-position-bottom.half-arrow:before {
  margin-top: 0;
  border-top: 7px solid transparent;
}

/* line 415, ../scss/_plugins.scss */
.simptip-position-top:before, .simptip-position-top:after {
  bottom: 100%;
}
/* line 416, ../scss/_plugins.scss */
.simptip-position-top:before {
  margin-bottom: -5px;
}
/* line 417, ../scss/_plugins.scss */
.simptip-position-top:after {
  margin-bottom: 7px;
}
/* line 419, ../scss/_plugins.scss */
.simptip-position-top:hover:before, .simptip-position-top:hover:after {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
/* line 424, ../scss/_plugins.scss */
.simptip-position-top.simptip-movable:before {
  margin-bottom: -15px;
}
/* line 425, ../scss/_plugins.scss */
.simptip-position-top.simptip-movable:after {
  margin-bottom: -3px;
}
/* line 427, ../scss/_plugins.scss */
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
/* line 432, ../scss/_plugins.scss */
.simptip-position-top.simptip-movable.half-arrow:before {
  margin-bottom: -10px;
}
/* line 440, ../scss/_plugins.scss */
.simptip-position-top.half-arrow:before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent;
}

/******************************* Features ****************************/
/* line 454, ../scss/_plugins.scss */
.simptip-movable:before, .simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 463, ../scss/_plugins.scss */
.simptip-smooth:after {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 470, ../scss/_plugins.scss */
.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

/* line 479, ../scss/_plugins.scss */
.simptip-multiline:after {
  height: auto;
  width: 150px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left;
}

/**************************** Diverse Colors *************************/
/* line 139, ../scss/_plugins.scss */
.simptip-success.simptip-position-top:before {
  border-top-color: #62c462;
}
/* line 140, ../scss/_plugins.scss */
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462;
}
/* line 140, ../scss/_plugins.scss */
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462;
}
/* line 140, ../scss/_plugins.scss */
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462;
}
/* line 140, ../scss/_plugins.scss */
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1;
}
/* line 146, ../scss/_plugins.scss */
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462;
}
/* line 146, ../scss/_plugins.scss */
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462;
}

/* line 139, ../scss/_plugins.scss */
.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de;
}
/* line 140, ../scss/_plugins.scss */
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de;
}
/* line 140, ../scss/_plugins.scss */
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de;
}
/* line 140, ../scss/_plugins.scss */
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de;
}
/* line 140, ../scss/_plugins.scss */
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
/* line 146, ../scss/_plugins.scss */
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de;
}
/* line 146, ../scss/_plugins.scss */
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de;
}

/* line 139, ../scss/_plugins.scss */
.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c;
}
/* line 140, ../scss/_plugins.scss */
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c;
}
/* line 140, ../scss/_plugins.scss */
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c;
}
/* line 140, ../scss/_plugins.scss */
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c;
}
/* line 140, ../scss/_plugins.scss */
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
/* line 146, ../scss/_plugins.scss */
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c;
}
/* line 146, ../scss/_plugins.scss */
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c;
}

/* line 139, ../scss/_plugins.scss */
.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22;
}
/* line 140, ../scss/_plugins.scss */
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22;
}
/* line 140, ../scss/_plugins.scss */
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22;
}
/* line 140, ../scss/_plugins.scss */
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
/* line 139, ../scss/_plugins.scss */
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22;
}
/* line 140, ../scss/_plugins.scss */
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
/* line 146, ../scss/_plugins.scss */
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22;
}
/* line 146, ../scss/_plugins.scss */
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22;
}

/*--[ Tablets ]--------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  /* line 5, ../scss/_tablet.scss */
  .wrapper {
    padding: 0 1.414px;
  }

  /* line 9, ../scss/_tablet.scss */
  #content {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 16, ../scss/_tablet.scss */
  .standard {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 24, ../scss/_tablet.scss */
  .left_image .image {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
    margin-bottom: 1.414px;
    text-align: center;
  }
  /* line 29, ../scss/_tablet.scss */
  .left_image .content {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 38, ../scss/_tablet.scss */
  .right_image .image {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
    margin-bottom: 1.414px;
    text-align: center;
  }
  /* line 43, ../scss/_tablet.scss */
  .right_image .content {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 51, ../scss/_tablet.scss */
  .bx-wrapper .bx-viewport {
    box-shadow: none;
    min-height: 50px !important;
  }

  /* line 59, ../scss/_tablet.scss */
  div.columns-1 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 60, ../scss/_tablet.scss */
  div.columns-2 .single-column {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 61, ../scss/_tablet.scss */
  div.columns-3 .single-column {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 62, ../scss/_tablet.scss */
  div.columns-4 .single-column {
    display: inline;
    float: left;
    width: 23.33333%;
    margin: 0 0.83333%;
  }

  /* line 63, ../scss/_tablet.scss */
  div.columns-5 .single-column {
    display: inline;
    float: left;
    width: 23.33333%;
    margin: 0 0.83333%;
  }

  /* line 64, ../scss/_tablet.scss */
  div.columns-6 .single-column {
    display: inline;
    float: left;
    width: 23.33333%;
    margin: 0 0.83333%;
  }

  /* line 66, ../scss/_tablet.scss */
  div.columns .one_quarter {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 67, ../scss/_tablet.scss */
  div.columns .one_half {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 68, ../scss/_tablet.scss */
  div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 69, ../scss/_tablet.scss */
  div.columns .one_third {
    display: inline;
    float: left;
    width: 31.66667%;
    margin: 0 0.83333%;
  }

  /* line 70, ../scss/_tablet.scss */
  div.columns .two_thirds {
    display: inline;
    float: left;
    width: 65%;
    margin: 0 0.83333%;
  }

  /* line 71, ../scss/_tablet.scss */
  div.columns .one_fifth {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 72, ../scss/_tablet.scss */
  div.columns .two_fifths {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
  }

  /* line 73, ../scss/_tablet.scss */
  div.columns .three_fifths {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 74, ../scss/_tablet.scss */
  div.columns .four_fifths {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 76, ../scss/_tablet.scss */
  #sidebar {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 80, ../scss/_tablet.scss */
  .booking-search .yellow {
    width: 50%;
  }
}
/*--[ Mobiles ]--------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  /* line 5, ../scss/_mobile.scss */
  body {
    font-size: 1.25rem;
  }

  /* line 9, ../scss/_mobile.scss */
  .wrapper {
    padding: 0 1.414px;
    width: 90%;
  }

  /* line 14, ../scss/_mobile.scss */
  #logo {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    text-align: center;
  }

  /* line 19, ../scss/_mobile.scss */
  #content {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 27, ../scss/_mobile.scss */
  .standard {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 35, ../scss/_mobile.scss */
  .full-width-wrapper .full-width {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 2.828px;
    padding-right: 2.828px;
  }

  /* line 47, ../scss/_mobile.scss */
  .left_image .image {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 1.414px;
  }
  /* line 51, ../scss/_mobile.scss */
  .left_image .content {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 60, ../scss/_mobile.scss */
  .right_image .image {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 1.414px;
  }
  /* line 64, ../scss/_mobile.scss */
  .right_image .content {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 71, ../scss/_mobile.scss */
  div.columns.columns-1 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 72, ../scss/_mobile.scss */
  div.columns.columns-2 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 73, ../scss/_mobile.scss */
  div.columns.columns-3 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 74, ../scss/_mobile.scss */
  div.columns.columns-4 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 75, ../scss/_mobile.scss */
  div.columns.columns-5 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 76, ../scss/_mobile.scss */
  div.columns.columns-6 .single-column {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 79, ../scss/_mobile.scss */
  div.columns .one_quarter {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 80, ../scss/_mobile.scss */
  div.columns .one_half {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 81, ../scss/_mobile.scss */
  div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 82, ../scss/_mobile.scss */
  div.columns .one_third {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 83, ../scss/_mobile.scss */
  div.columns .two_thirds {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 84, ../scss/_mobile.scss */
  div.columns .one_fifth {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 85, ../scss/_mobile.scss */
  div.columns .two_fifths {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 86, ../scss/_mobile.scss */
  div.columns .three_fifths {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 87, ../scss/_mobile.scss */
  div.columns .four_fifths {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 93, ../scss/_mobile.scss */
  .gallery .row {
    display: block;
    width: 101.66667%;
    margin: 0 -0.83333%;
    *zoom: 1;
  }
  /* line 23, ../scss/_grid.scss */
  .gallery .row:before, .gallery .row:after {
    content: "";
    display: table;
  }
  /* line 27, ../scss/_grid.scss */
  .gallery .row:after {
    clear: both;
  }
  /* line 97, ../scss/_mobile.scss */
  .gallery .row.one figure {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }
  /* line 98, ../scss/_mobile.scss */
  .gallery .row.two figure {
    display: inline;
    float: left;
    width: 48.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }
  /* line 99, ../scss/_mobile.scss */
  .gallery .row.three figure {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }
  /* line 100, ../scss/_mobile.scss */
  .gallery .row.four figure {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }
  /* line 101, ../scss/_mobile.scss */
  .gallery .row.five figure {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }
  /* line 102, ../scss/_mobile.scss */
  .gallery .row.six figure {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    margin-bottom: 0.5em;
  }

  /* line 106, ../scss/_mobile.scss */
  #sidebar {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
  }

  /* line 110, ../scss/_mobile.scss */
  #subpages {
    display: none;
  }

  /* line 114, ../scss/_mobile.scss */
  #searchform {
    display: inline;
    float: left;
    width: 98.33333%;
    margin: 0 0.83333%;
    text-align: center;
    margin: 1.414px 0;
  }

  /* line 123, ../scss/_mobile.scss */
  #footer-wrapper #footer {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    padding: 1.414px 0;
  }
  /* line 131, ../scss/_mobile.scss */
  #footer-wrapper #footer nav ul li {
    display: block;
    float: none;
  }
  /* line 137, ../scss/_mobile.scss */
  #footer-wrapper #footer nav ul .sit-link {
    float: none;
  }

  /* line 147, ../scss/_mobile.scss */
  #logo {
    background: #fff;
    width: auto !important;
    top: 20px;
    position: absolute;
  }

  /* line 157, ../scss/_mobile.scss */
  #nav-wrapper .wrapper {
    width: 100%;
    padding: 0;
  }
  /* line 163, ../scss/_mobile.scss */
  #nav-wrapper .wrapper #main-nav .menu li a {
    padding: 15px;
  }
  /* line 165, ../scss/_mobile.scss */
  #nav-wrapper .wrapper #main-nav .menu li a:hover {
    color: #fff;
  }

  /* line 175, ../scss/_mobile.scss */
  .banner {
    margin-top: 0;
  }
  /* line 178, ../scss/_mobile.scss */
  .banner .bx-wrapper .bx-viewport {
    height: 100%;
  }
  /* line 180, ../scss/_mobile.scss */
  .banner .bx-wrapper .bx-viewport .bxslider {
    height: 100%;
    min-height: 200px;
  }
  /* line 183, ../scss/_mobile.scss */
  .banner .bx-wrapper .bx-viewport .bxslider li {
    min-height: 150px;
    max-height: 300px;
  }
  /* line 186, ../scss/_mobile.scss */
  .banner .bx-wrapper .bx-viewport .bxslider li img {
    height: 100%;
    width: auto;
  }

  /* line 196, ../scss/_mobile.scss */
  .banner-internal {
    min-height: 150px;
    max-height: 300px;
    margin-top: 0;
  }
  /* line 200, ../scss/_mobile.scss */
  .banner-internal img {
    height: auto;
    width: 100%;
  }

  /* line 206, ../scss/_mobile.scss */
  .booking-search {
    margin-top: -50px;
  }
  /* line 208, ../scss/_mobile.scss */
  .booking-search .yellow {
    width: 100%;
  }
  /* line 211, ../scss/_mobile.scss */
  .booking-search .blue {
    margin: -10px 0 0 0 !important;
    border-radius: 0;
  }
  /* line 214, ../scss/_mobile.scss */
  .booking-search .blue .wrapper {
    width: 90% !important;
    margin: 0 auto;
  }
  /* line 217, ../scss/_mobile.scss */
  .booking-search .blue .wrapper .icon {
    margin: 10px;
    display: none;
  }

  /* line 225, ../scss/_mobile.scss */
  .amenities ul li {
    width: 50px;
  }
  /* line 227, ../scss/_mobile.scss */
  .amenities ul li .icon {
    width: 50px;
    height: 50px;
  }

  /* line 233, ../scss/_mobile.scss */
  #footer-wrapper #footer #footer-base p.copyright {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  /* line 242, ../scss/_mobile.scss */
  #main-wrapper #main #main-content #content {
    padding: 30px 0 0 0;
  }

  /* line 247, ../scss/_mobile.scss */
  .booking-search form #btn-submit {
    width: 100%;
    border-radius: 5px;
    margin: 0;
  }
  /* line 252, ../scss/_mobile.scss */
  .booking-search form input[type="text"] {
    width: 100% !important;
    margin: 0 0 5px 0;
  }
}
/* ==========================================================================
   Print Stylesheet
   ========================================================================== */
@media print {
  /* line 6, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }

  /* line 12, ../scss/_print.scss */
  nav,
  #main-nav,
  #searchform,
  #contact-details,
  #sidebar {
    display: none !important;
  }

  /* line 16, ../scss/_print.scss */
  #content {
    width: 100%;
  }

  /* line 18, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* line 20, ../scss/_print.scss */
  a:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/_print.scss */
  abbr:after {
    content: " (" attr(title) ")";
  }

  /* line 24, ../scss/_print.scss */
  .ir a:after {
    content: "";
  }

  /* Don't show links for images */
  /* line 26, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 28, ../scss/_print.scss */
  img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  /* line 32, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 34, ../scss/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
