@import url("fonts/icons/style.css");
/*
Theme Name: WP Sandpit
Version: 3.4
Author: Ryan Berry
Author URI: http://berrymultimedia.net.au/
*/
/* =[ 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;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

/* 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 69, ../scss/style.scss */
.wrapper {
  display: block;
}

/* =[ Type ]================================================================= */
/* line 5, ../scss/_typography.scss */
body {
  font-size: 1.4rem;
  line-height: 1.62;
  text-align: left;
  font-family: 'Helvetica Neue', 'Open Sans', Arial, Helvetica, Sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: white;
  font-size-adjust: auto;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

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

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

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

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

/* line 27, ../scss/_typography.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 30, ../scss/_typography.scss */
ul li {
  list-style: none;
  padding: 0;
}

/* line 35, ../scss/_typography.scss */
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .9em;
}

/* line 44, ../scss/_typography.scss */
p.intro {
  font-family: "lane_-_narrowregular";
  font-size: 2.25rem;
  line-height: 1.394;
  color: #fff;
  padding: 10% 0;
}

/* line 52, ../scss/_typography.scss */
a.top {
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: .1em;
}

/* =[ Headings ]================ */
/* line 60, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "lane_-_narrowregular", "Open Sans", "Helvetica Neue", Arial, Helvetica, Sans-serif;
  color: white;
  font-weight: normal;
}
/* line 65, ../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 70, ../scss/_typography.scss */
h1 {
  font-size: 5.65258rem;
  margin-top: 1.9994rem;
  margin-bottom: 1.414rem;
}

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

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

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

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

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

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

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

/* line 115, ../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 123, ../scss/_typography.scss */
article blockquote p:last-child {
  margin-bottom: 0;
}

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

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

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

/* line 162, ../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 177, ../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 187, ../scss/_typography.scss */
table {
  width: 100%;
}

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

/* ==========================================================================
   Desktop
   ========================================================================== */
/* line 5, ../scss/_desktop.scss */
html {
  background: #141414;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #141414 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #141414), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #141414 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #141414 0%, black 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #141414 0%, black 100%);
  /* IE10+ */
  background: radial, ellipse center, #141414 0%, black 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

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

/* line 25, ../scss/_desktop.scss */
body {
  width: 100%;
  min-height: 100%;
  height: 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 34, ../scss/_desktop.scss */
body.admin-bar {
  padding-top: 32px;
}

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

/* line 45, ../scss/_desktop.scss */
.clearfix {
  clear: both;
  margin: 0px;
  padding: 0px;
}

/* line 51, ../scss/_desktop.scss */
.col {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
/* line 55, ../scss/_desktop.scss */
.col li {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

/* line 61, ../scss/_desktop.scss */
.mobile {
  display: none;
}

/* line 65, ../scss/_desktop.scss */
.image {
  position: relative;
}
/* line 67, ../scss/_desktop.scss */
.image img {
  width: 100%;
  height: auto;
}

/* Sections
   ========================================================================== */
/* line 78, ../scss/_desktop.scss */
.wrapper {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
/* line 84, ../scss/_desktop.scss */
.wrapper .section {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
/* line 87, ../scss/_desktop.scss */
.wrapper .section .section-content {
  display: block;
  width: 101.83713%;
  margin: 0 -0.91856%;
  *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;
}

/* line 94, ../scss/_desktop.scss */
.background {
  width: 100%;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

/* Header
   ========================================================================== */
/* line 102, ../scss/_desktop.scss */
.social-media {
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 999;
}
/* line 108, ../scss/_desktop.scss */
.social-media .icons li {
  float: left;
  margin-right: 5px;
}
/* line 111, ../scss/_desktop.scss */
.social-media .icons li a {
  display: block;
}
/* line 113, ../scss/_desktop.scss */
.social-media .icons li a:hover {
  opacity: .7;
}

/* Banner
   ========================================================================== */
/* line 124, ../scss/_desktop.scss */
.header {
  position: relative;
  height: auto;
  max-height: 50%;
}
/* line 130, ../scss/_desktop.scss */
.header .feature {
  width: 100%;
  min-height: 300px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 137, ../scss/_desktop.scss */
.header .feature .bx-wrapper {
  height: 100%;
}
/* line 139, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  border: none;
}
/* line 143, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-viewport img {
  width: 100%;
  height: auto;
}
/* line 150, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 16px;
  height: 33px;
  opacity: .6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 159, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background: url("../images/arrow-previous.png") no-repeat left top;
}
/* line 162, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background: url("../images/arrow-next.png") no-repeat left top;
}
/* line 165, ../scss/_desktop.scss */
.header .feature .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
}
/* line 173, ../scss/_desktop.scss */
.header .feature img {
  width: 100%;
  height: auto;
}

/* Home Page
   ========================================================================== */
/* line 184, ../scss/_desktop.scss */
ul.galleries {
  *zoom: 1;
}
/* line 185, ../scss/_desktop.scss */
ul.galleries li {
  float: left;
  position: relative;
  margin: 0 !important;
}
/* line 189, ../scss/_desktop.scss */
ul.galleries li ul.gallery {
  margin: 0;
  width: 100%;
}
/* line 192, ../scss/_desktop.scss */
ul.galleries li ul.gallery li {
  display: none;
  width: 100%;
}
/* line 195, ../scss/_desktop.scss */
ul.galleries li ul.gallery li:first-child {
  display: block;
}
/* line 198, ../scss/_desktop.scss */
ul.galleries li ul.gallery li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: .7;
  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;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 212, ../scss/_desktop.scss */
ul.galleries li ul.gallery li .title {
  position: absolute;
  font-family: "great_vibesregular";
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 230, ../scss/_desktop.scss */
ul.galleries li ul.gallery li .border {
  width: 20%;
  margin: auto;
  display: block;
  border-bottom: #fff solid 1px;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 246, ../scss/_desktop.scss */
ul.galleries li ul.gallery li:hover .title {
  color: #96ecdf;
}
/* line 249, ../scss/_desktop.scss */
ul.galleries li ul.gallery li:hover img {
  opacity: .85;
}
/* line 252, ../scss/_desktop.scss */
ul.galleries li ul.gallery li:hover .border {
  border-bottom: #96ecdf solid 1px;
}
/* line 23, ../scss/_grid.scss */
ul.galleries:before, ul.galleries:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
ul.galleries:after {
  clear: both;
}

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

/* line 266, ../scss/_desktop.scss */
hr {
  border: none;
  height: 1px;
  margin: 5% 0;
}

/* Main Content
   ========================================================================== */
/* line 278, ../scss/_desktop.scss */
#main-wrapper #main {
  padding: 16.968px 0;
}

/* Content
   ========================================================================== */
/* line 291, ../scss/_desktop.scss */
#content {
  display: inline;
  float: left;
  width: 73.16287%;
  margin: 0 0.91856%;
  float: right;
  padding: 6% 0;
}
/* line 294, ../scss/_desktop.scss */
#content .archive-title {
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 16.968px;
  padding-bottom: 10px;
}
/* line 304, ../scss/_desktop.scss */
#content article.hentry header h3 {
  margin: 0;
}
/* line 308, ../scss/_desktop.scss */
#content article.hentry header time {
  margin-bottom: 0;
  font-size: 1.4rem;
}
/* line 312, ../scss/_desktop.scss */
#content article.hentry header .meta {
  margin-bottom: 16.968px;
  margin-top: 0;
  font-size: 1.4rem;
}

/* line 329, ../scss/_desktop.scss */
#content.full-width {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}

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

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

/* Team
   ========================================================================== */
/* line 365, ../scss/_desktop.scss */
ul.list li {
  border-bottom: #222 solid 1px;
  *zoom: 1;
  padding: 15px 0px;
  margin: 0 0 15px 0;
}
/* line 23, ../scss/_grid.scss */
ul.list li:before, ul.list li:after {
  content: "";
  display: table;
}
/* line 27, ../scss/_grid.scss */
ul.list li:after {
  clear: both;
}
/* line 370, ../scss/_desktop.scss */
ul.list li:last-child {
  border-bottom: none;
}
/* line 374, ../scss/_desktop.scss */
ul.list li .image img {
  width: 100%;
  height: auto;
}
/* line 379, ../scss/_desktop.scss */
ul.list li .name {
  color: #96ecdf;
  display: block;
}
/* line 383, ../scss/_desktop.scss */
ul.list li .title {
  color: #96ecdf;
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: .1em;
}

/* Sidebar
   ========================================================================== */
/* line 398, ../scss/_desktop.scss */
#sidebar {
  display: inline;
  float: left;
  width: 14.82954%;
  margin: 0 0.91856%;
  position: fixed;
  top: 30%;
  margin: auto;
  min-height: 300px;
  max-width: 250px;
  min-width: 200px;
}
/* line 410, ../scss/_desktop.scss */
#sidebar #angletop {
  position: relative;
  background: url("../images/bg-angle-black.png") no-repeat right bottom;
  padding-bottom: 60px;
}
/* line 414, ../scss/_desktop.scss */
#sidebar #angletop #logo {
  padding: 50px 15px;
  /* &:after {
     content:'';
     line-height: 0;
     font-size: 0;
     width: 0;
     height: 0;
     border-right: 0 solid transparent;
     border-top: 0 solid transparent;
     border-left: 200px solid #000;
     border-bottom: 50px solid transparent;
     position: absolute;
     bottom: -50px;
     right: 0px;
   } */
}
/* line 416, ../scss/_desktop.scss */
#sidebar #angletop #logo img {
  width: 70%;
  margin: auto;
  display: block;
}
/* line 437, ../scss/_desktop.scss */
#sidebar #anglebottom {
  position: relative;
  margin-top: -55px;
  padding-top: 60px;
  background: url("../images/bg-angle-white.png") no-repeat left top;
}
/* line 442, ../scss/_desktop.scss */
#sidebar #anglebottom #opening-hours {
  padding: 10px 15px 30px 15px;
  	/*&:before {
      content:'';
      line-height: 0;
      font-size: 0;
      width: 0;
      height: 0;
      border-left: 0 solid transparent;
      border-bottom: 0 solid transparent;
      border-right: 200px solid #fff;
      border-top: 50px solid transparent;
      position: absolute;
      top: -50px;
      right: 0px;
    } */
}
/* line 444, ../scss/_desktop.scss */
#sidebar #anglebottom #opening-hours h3 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: .1em;
  text-align: center;
  color: #000;
}
/* line 452, ../scss/_desktop.scss */
#sidebar #anglebottom #opening-hours ul {
  width: 100%;
}
/* line 454, ../scss/_desktop.scss */
#sidebar #anglebottom #opening-hours ul li {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
  text-align: center;
  color: #000;
  font-size: .9em;
}
/* line 477, ../scss/_desktop.scss */
#sidebar a.book-online {
  display: block;
  color: #fff;
  border: #fff solid 1px;
  padding: 15px;
  text-align: center;
  font-size: 1.25em;
  margin: 10px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "lane_-_narrowregular";
}
/* line 491, ../scss/_desktop.scss */
#sidebar a.book-online:hover {
  color: #96ecdf;
  border: #96ecdf solid 1px;
}

/* Services
   ========================================================================== */
/* line 504, ../scss/_desktop.scss */
ul.services li {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
/* line 507, ../scss/_desktop.scss */
ul.services li .subtitle {
  color: #96ecdf;
  font-size: 1.25em;
  display: block;
  font-family: "lane_-_narrowregular";
}
/* line 514, ../scss/_desktop.scss */
ul.services li ul.service-items {
  margin-bottom: 30px;
}
/* line 516, ../scss/_desktop.scss */
ul.services li ul.service-items li {
  padding: 10px 0 0 0;
  margin-right: 30px;
  font-size: .9em;
}
/* line 521, ../scss/_desktop.scss */
ul.services li ul.service-items li .price {
  float: right;
}

/* Products
   ========================================================================== */
/* line 536, ../scss/_desktop.scss */
.products li {
  border-bottom: 1px solid white;
  margin-bottom: 30px !important;
  padding: 15px 0;
  min-height: 250px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 547, ../scss/_desktop.scss */
.products li a {
  color: #fff;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 554, ../scss/_desktop.scss */
.products li a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
/* line 565, ../scss/_desktop.scss */
.products li a .title {
  display: block;
  padding: 30px 0 0 0;
}
/* line 569, ../scss/_desktop.scss */
.products li a:hover {
  color: #96ecdf;
  text-decoration: none !important;
}
/* line 574, ../scss/_desktop.scss */
.products li:hover {
  border-bottom: 1px solid #96ecdf;
}
/* line 576, ../scss/_desktop.scss */
.products li:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* Contact
   ========================================================================== */
/* line 586, ../scss/_desktop.scss */
#map {
  width: 100%;
  height: 100%;
  background: #222;
}

/* line 592, ../scss/_desktop.scss */
.gform_wrapper {
  margin: 0 !important;
}
/* line 594, ../scss/_desktop.scss */
.gform_wrapper .gfield {
  padding: 0 !important;
}
/* line 596, ../scss/_desktop.scss */
.gform_wrapper .gfield .gfield_required {
  color: #96ecdf;
}
/* line 599, ../scss/_desktop.scss */
.gform_wrapper .gfield input.medium, .gform_wrapper .gfield textarea {
  border: none;
  background: #222;
  border: #666 solid 1px;
  padding: 10px !important;
  width: 100% !important;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 610, ../scss/_desktop.scss */
.gform_wrapper .gfield input.medium:focus, .gform_wrapper .gfield textarea:focus {
  background: #333;
}
/* line 614, ../scss/_desktop.scss */
.gform_wrapper .gfield label {
  font-size: .85em;
  font-weight: 100 !important;
  color: #CCC;
  font-family: 'Open Sans';
}
/* line 621, ../scss/_desktop.scss */
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 624, ../scss/_desktop.scss */
.gform_wrapper .gform_footer input[type="submit"] {
  border: none;
  background: none;
  color: #fff;
  font-size: 1.5em;
  float: right;
  font-family: "lane_-_narrowregular";
}
/* line 631, ../scss/_desktop.scss */
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #96ecdf;
}

/* line 639, ../scss/_desktop.scss */
form ul .gfield, form .gform_fields .gfield {
  padding: 0;
}

/* line 643, ../scss/_desktop.scss */
.address {
  font-family: "lane_-_narrowregular";
  color: #96ecdf;
  font-size: 1.25em;
}

/* line 649, ../scss/_desktop.scss */
.phone {
  font-family: "lane_-_narrowregular";
  font-size: 2em;
}

/* Search form
   ========================================================================== */
/* line 659, ../scss/_desktop.scss */
.search-form > label {
  position: relative;
  display: inline-block;
  width: 58%;
}
/* line 664, ../scss/_desktop.scss */
.search-form > label .search-field {
  padding: 0.5em 0.6em 0.5em 2em;
}
/* line 668, ../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 678, ../scss/_desktop.scss */
.search-form .search-submit {
  width: 40%;
  display: inline-block;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
/* line 688, ../scss/_desktop.scss */
.content-blocks {
  display: block;
  width: 101.83713%;
  margin: 0 -0.91856%;
  *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 695, ../scss/_desktop.scss */
.heading {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin-left: 1.0416666666666665%;
  margin-right: 1.0416666666666665%;
}

/* line 703, ../scss/_desktop.scss */
.standard {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}

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

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

/* Full width text block
   ========================================================================== */
/* line 719, ../scss/_desktop.scss */
.full-width-wrapper {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}
/* line 722, ../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 730, ../scss/_desktop.scss */
.full-width-wrapper .full-width .center {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}

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

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

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

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

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

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

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

/* line 756, ../scss/_desktop.scss */
div.columns .one {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}
/* line 757, ../scss/_desktop.scss */
div.columns .one_quarter {
  display: inline;
  float: left;
  width: 23.16287%;
  margin: 0 0.91856%;
}
/* line 758, ../scss/_desktop.scss */
div.columns .one_half {
  display: inline;
  float: left;
  width: 48.16287%;
  margin: 0 0.91856%;
}
/* line 759, ../scss/_desktop.scss */
div.columns .three_quarters {
  display: inline;
  float: left;
  width: 73.16287%;
  margin: 0 0.91856%;
}
/* line 760, ../scss/_desktop.scss */
div.columns .one_third {
  display: inline;
  float: left;
  width: 31.49621%;
  margin: 0 0.91856%;
}
/* line 761, ../scss/_desktop.scss */
div.columns .two_thirds {
  display: inline;
  float: left;
  width: 64.82954%;
  margin: 0 0.91856%;
}
/* line 762, ../scss/_desktop.scss */
div.columns .one_fifth {
  display: inline;
  float: left;
  width: 18.16287%;
  margin: 0 0.91856%;
}
/* line 763, ../scss/_desktop.scss */
div.columns .two_fifths {
  display: inline;
  float: left;
  width: 38.16287%;
  margin: 0 0.91856%;
}
/* line 764, ../scss/_desktop.scss */
div.columns .three_fifths {
  display: inline;
  float: left;
  width: 58.16287%;
  margin: 0 0.91856%;
}
/* line 765, ../scss/_desktop.scss */
div.columns .four_fifths {
  display: inline;
  float: left;
  width: 78.16287%;
  margin: 0 0.91856%;
}

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

/* Gallery
   ========================================================================== */
/* line 791, ../scss/_desktop.scss */
.gallery {
  margin-top: 16.968px;
  margin-bottom: 16.968px;
}
/* line 796, ../scss/_desktop.scss */
.gallery .row {
  display: block;
  width: 101.83713%;
  margin: 0 -0.91856%;
  *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 800, ../scss/_desktop.scss */
.gallery figure img {
  border-radius: 5px;
  background: white;
  padding: 8.484px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 807, ../scss/_desktop.scss */
.gallery .row figure {
  margin-bottom: 8.484px;
}
/* line 809, ../scss/_desktop.scss */
.gallery .row.one figure {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}
/* line 810, ../scss/_desktop.scss */
.gallery .row.two figure {
  display: inline;
  float: left;
  width: 48.16287%;
  margin: 0 0.91856%;
}
/* line 811, ../scss/_desktop.scss */
.gallery .row.three figure {
  display: inline;
  float: left;
  width: 31.49621%;
  margin: 0 0.91856%;
}
/* line 812, ../scss/_desktop.scss */
.gallery .row.four figure {
  display: inline;
  float: left;
  width: 23.16287%;
  margin: 0 0.91856%;
}
/* line 813, ../scss/_desktop.scss */
.gallery .row.five figure {
  display: inline;
  float: left;
  width: 18.16287%;
  margin: 0 0.91856%;
}
/* line 814, ../scss/_desktop.scss */
.gallery .row.six figure {
  display: inline;
  float: left;
  width: 14.82954%;
  margin: 0 0.91856%;
}

/* Blockquote
   ========================================================================== */
/* line 822, ../scss/_desktop.scss */
blockquote.quote {
  position: relative;
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
}
/* line 826, ../scss/_desktop.scss */
blockquote.quote p {
  padding: 0 16.968px;
  font-size: 2.2rem;
}
/* line 830, ../scss/_desktop.scss */
blockquote.quote .author {
  font-size: 2.2rem;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Accordion
   ========================================================================== */
/* line 843, ../scss/_desktop.scss */
.accordion {
  display: inline;
  float: left;
  width: 98.16287%;
  margin: 0 0.91856%;
  border-bottom: 1px solid #c7d5d9;
  padding-bottom: 8.484px;
  margin-bottom: 8.484px;
  position: relative;
  cursor: pointer;
}
/* line 851, ../scss/_desktop.scss */
.accordion .accordion-title {
  cursor: pointer;
  color: #96ecdf;
}
/* line 855, ../scss/_desktop.scss */
.accordion .accordion-title:hover {
  color: #b8ffff;
}
/* line 859, ../scss/_desktop.scss */
.accordion .accordion-title:after {
  content: '▼';
  font-size: 1.2rem;
  margin-left: 8.484px;
  line-height: 1em;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
/* line 872, ../scss/_desktop.scss */
.accordion .accordion-content {
  display: none;
  margin-top: 8.484px;
}

/* Footer
   ========================================================================== */
/* line 882, ../scss/_desktop.scss */
#footer-wrapper {
  background: #121212;
  padding: 15px 0 100px 0;
}
/* line 888, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content {
  *zoom: 1;
  padding: 16.968px 0;
}
/* 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 892, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content ul.footer-nav {
  float: left;
}
/* line 894, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content ul.footer-nav li {
  float: left;
  padding: 0 5px;
}
/* line 899, ../scss/_desktop.scss */
#footer-wrapper #footer #footer-content .copyright {
  text-align: right;
  color: #666;
  font-size: .75em;
  float: right;
}

/*.footer-nav {
	@include column(12);
	
	ul {
		padding: 0;
		margin: 0;
		
		li {
			display: inline-block;
			margin-right: $gap;
			
			font-size: 1.2rem;
		}
	}
}*/
/* Media Queries
   ========================================================================== */
@media screen and (max-width: 1200px) {
  /* line 931, ../scss/_desktop.scss */
  .wrapper {
    padding: 15px;
    width: 100%;
  }

  /* line 938, ../scss/_desktop.scss */
  .full-width-wrapper .full-width {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 33.936px;
    padding-right: 33.936px;
  }

  /* line 946, ../scss/_desktop.scss */
  #content {
    padding: 5% 0;
  }
  /* line 949, ../scss/_desktop.scss */
  #content div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 955, ../scss/_desktop.scss */
  p.intro {
    font-family: "lane_-_narrowregular";
    font-size: 2rem;
    line-height: 1.394;
    color: #fff;
    padding: 0;
  }

  /* line 963, ../scss/_desktop.scss */
  #sidebar #anglebottom {
    margin-top: -45px;
  }
}
@media screen and (max-width: 960px) {
  /* line 974, ../scss/_desktop.scss */
  #content div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 980, ../scss/_desktop.scss */
  ul.galleries li ul.gallery li .title {
    font-size: 1.25em;
  }

  /* line 983, ../scss/_desktop.scss */
  p.intro {
    font-size: 1.75rem;
  }
}
/*--[ Menu ]--------------------------------------------------------------------------------*/
/*--[ Menu ]--------------------------------------------------------------------------------*/
/* line 6, ../scss/_menu_dropdown.scss */
#menu-toggle {
  display: none;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  display: none;
  background: url("../images/icon-menu.png") no-repeat center;
}

@media screen and (min-width: 850px) {
  /* line 26, ../scss/_menu_dropdown.scss */
  #nav-wrapper {
    z-index: 1000;
  }
  /* line 28, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header {
    max-width: 1500px;
    margin: 0 auto;
    display: block;
    padding: 0;
    margin-top: -20px;
    font-size: 1.4rem;
  }
  /* line 34, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav {
    display: inline;
    float: left;
    width: 73.16287%;
    margin: 0 0.91856%;
    float: right;
  }
}
/* line 44, ../scss/_menu_dropdown.scss */
#main-nav .menu {
  float: left;
  padding: 0;
  background: #000;
  width: 100%;
}
/* line 51, ../scss/_menu_dropdown.scss */
#main-nav .menu li {
  position: relative;
  float: left;
  list-style: none;
  width: 14.25%;
}
/* line 59, ../scss/_menu_dropdown.scss */
#main-nav .menu li:last-child {
  margin-right: 0;
}
/* line 63, ../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 {
  background: #96ecdf;
  color: #000;
}
/* line 68, ../scss/_menu_dropdown.scss */
#main-nav .menu li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: .1em;
}
/* line 78, ../scss/_menu_dropdown.scss */
#main-nav .menu li.active a, #main-nav .menu li:hover a {
  background: #96ecdf;
  color: #000;
}
/* line 83, ../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: #96ecdf;
  font-size: 1.4rem;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
/* line 93, ../scss/_menu_dropdown.scss */
#main-nav .menu li .sub-menu {
  padding: 0;
  display: none;
  position: absolute;
  background: #fafafa;
  z-index: 1000;
}
/* line 100, ../scss/_menu_dropdown.scss */
#main-nav .menu li .sub-menu li {
  float: none;
  position: relative;
  margin-right: 0;
}
/* line 105, ../scss/_menu_dropdown.scss */
#main-nav .menu li .sub-menu li.menu-parent > a:after {
  position: absolute;
  right: 9px;
  top: 3px;
}
/* line 111, ../scss/_menu_dropdown.scss */
#main-nav .menu li .sub-menu li a {
  width: 9em;
}
/* line 115, ../scss/_menu_dropdown.scss */
#main-nav .menu li .sub-menu .sub-menu {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 850px) {
  /* line 130, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }
  /* line 135, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav .menu li a {
    font-size: .7em;
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 850px) {
  /* line 152, ../scss/_menu_dropdown.scss */
  #menu-toggle {
    display: block;
  }

  /* line 155, ../scss/_menu_dropdown.scss */
  #main-nav .menu {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    text-align: center;
    background: #333;
    padding-top: 50px;
  }
  /* line 165, ../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);
    width: 100%;
  }
  /* line 173, ../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 179, ../scss/_menu_dropdown.scss */
  #main-nav .menu li a {
    padding: 10px;
    color: white;
    text-align: right;
  }
  /* line 185, ../scss/_menu_dropdown.scss */
  #main-nav .menu li.menu-parent > a:after {
    position: absolute;
    right: 17px;
    top: 14px;
    color: white;
  }
  /* line 192, ../scss/_menu_dropdown.scss */
  #main-nav .menu li.active a, #main-nav .menu li.active a:hover {
    background: #96ecdf;
  }
  /* line 196, ../scss/_menu_dropdown.scss */
  #main-nav .menu li:hover a {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 200, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu {
    position: static;
    display: none;
    max-width: 100%;
    zoom: 1;
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 207, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li {
    float: none;
    position: static;
    display: block !important;
    opacity: 1 !important;
    zoom: 1;
  }
  /* line 214, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li a {
    width: 100%;
    padding-left: 1.8em;
  }
  /* line 218, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu {
    position: relative;
    left: 0;
  }
  /* line 221, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu li {
    padding-left: 0;
  }
  /* line 223, ../scss/_menu_dropdown.scss */
  #main-nav .menu li .sub-menu li .sub-menu li a {
    padding-left: 2.4em;
  }

  /* line 233, ../scss/_menu_dropdown.scss */
  #nav-wrapper {
    padding: 0;
    z-index: 999999;
    position: absolute;
    top: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 239, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  /* line 244, ../scss/_menu_dropdown.scss */
  #nav-wrapper .menu-header #main-nav {
    padding: 0;
    font-size: 1.4rem;
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    width: 100%;
    margin: 0;
  }

  /* line 267, ../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( #96ecdf 0, #b8ffff 100%);
  background-image: linear-gradient( #96ecdf 0, #b8ffff 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 225, ../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 243, ../scss/_forms.scss */
.ui-datepicker-div,
#ui-datepicker-div {
  z-index: 9999;
  display: none;
}

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

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

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

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

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

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

/* line 272, ../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 284, ../scss/_forms.scss */
.ui-datepicker-next a {
  background-image: url(images/datepicker_arrow_right.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 289, ../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 300, ../scss/_forms.scss */
.ui-datepicker-header option:focus,
.ui-datepicker-header option:hover {
  background-color: #dadada;
}

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

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

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

/* line 315, ../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 324, ../scss/_forms.scss */
table.ui-datepicker td a:hover {
  border: 1px solid #FFF;
  color: #212121;
  background-color: #DADADA;
  text-decoration: none;
}

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

/* line 336, ../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 343, ../scss/_forms.scss */
table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222;
  padding: 0.3em 0;
}

@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: #96ecdf;
  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: 850px) {
  /* line 8, ../scss/_tablet.scss */
  .mobile {
    display: block;
  }

  /* line 12, ../scss/_tablet.scss */
  .mobile-menu {
    display: none;
  }

  /* line 16, ../scss/_tablet.scss */
  #content {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 23, ../scss/_tablet.scss */
  .standard {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 31, ../scss/_tablet.scss */
  .left_image .image {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
    margin-bottom: 16.968px;
    text-align: center;
  }
  /* line 36, ../scss/_tablet.scss */
  .left_image .content {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 45, ../scss/_tablet.scss */
  .right_image .image {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
    margin-bottom: 16.968px;
    text-align: center;
  }
  /* line 50, ../scss/_tablet.scss */
  .right_image .content {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

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

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

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

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

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

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

  /* line 64, ../scss/_tablet.scss */
  div.columns .one_quarter {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 65, ../scss/_tablet.scss */
  div.columns .one_half {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 66, ../scss/_tablet.scss */
  div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 67, ../scss/_tablet.scss */
  div.columns .one_third {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 68, ../scss/_tablet.scss */
  div.columns .two_thirds {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 69, ../scss/_tablet.scss */
  div.columns .one_fifth {
    display: inline;
    float: left;
    width: 31.49621%;
    margin: 0 0.91856%;
  }

  /* line 70, ../scss/_tablet.scss */
  div.columns .two_fifths {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 71, ../scss/_tablet.scss */
  div.columns .three_fifths {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 72, ../scss/_tablet.scss */
  div.columns .four_fifths {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 74, ../scss/_tablet.scss */
  #sidebar {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    display: none;
  }

  /* line 80, ../scss/_tablet.scss */
  #mobile-header {
    position: absolute;
    z-index: 99999;
    width: 100%;
  }
  /* line 84, ../scss/_tablet.scss */
  #mobile-header #angletop {
    position: relative;
    background: url("../images/bg-angle-black.png") no-repeat right bottom;
    padding: 20px 0 60px 0;
    width: 25%;
    margin: 0 15px;
    float: left;
  }
  /* line 91, ../scss/_tablet.scss */
  #mobile-header #angletop #logo {
    padding: 50px 15px;
    float: none;
  }
  /* line 94, ../scss/_tablet.scss */
  #mobile-header #angletop #logo a {
    display: block;
  }
  /* line 96, ../scss/_tablet.scss */
  #mobile-header #angletop #logo a img {
    width: 70%;
    margin: auto;
    display: block;
  }
  /* line 104, ../scss/_tablet.scss */
  #mobile-header #book {
    margin: 15px 0 0 15px;
  }
  /* line 106, ../scss/_tablet.scss */
  #mobile-header #book a {
    padding: 10px 5px;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    background: #96ecdf;
  }

  /* line 117, ../scss/_tablet.scss */
  #opening-hours {
    position: absolute;
    bottom: 0;
  }
  /* line 120, ../scss/_tablet.scss */
  #opening-hours .toggleButton {
    display: block;
    margin: 15px 0;
    border: #fff solid 1px;
    padding: 15px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  /* line 132, ../scss/_tablet.scss */
  #opening-hours .toggleButton:hover {
    border: #96ecdf solid 1px;
    color: #96ecdf;
  }
  /* line 138, ../scss/_tablet.scss */
  #opening-hours .toggleContent {
    max-height: 0;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  /* line 145, ../scss/_tablet.scss */
  #opening-hours .toggleContent .hours {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
    text-align: center;
    font-size: .85em;
    border-bottom: #fff solid 1px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  /* line 153, ../scss/_tablet.scss */
  #opening-hours .toggleContent.expand {
    max-height: 300px;
  }
  /* line 156, ../scss/_tablet.scss */
  #opening-hours .toggleContent h3 {
    display: none;
  }

  /* line 162, ../scss/_tablet.scss */
  .social-media {
    top: 15px;
    right: 15px;
    position: absolute;
  }

  /* line 171, ../scss/_tablet.scss */
  .header {
    max-height: none;
  }
  /* line 175, ../scss/_tablet.scss */
  .header .feature .bx-wrapper .bx-viewport {
    height: 100%;
  }

  /* line 195, ../scss/_tablet.scss */
  .galleries.columns .one_half {
    width: 50%;
  }
  /* line 198, ../scss/_tablet.scss */
  .galleries.columns .one_half ul.gallery li.one_half {
    width: 50%;
  }
  /* line 200, ../scss/_tablet.scss */
  .galleries.columns .one_half ul.gallery li.one_half .title {
    font-size: 2em;
  }
  /* line 203, ../scss/_tablet.scss */
  .galleries.columns .one_half ul.gallery li.one_half .border {
    bottom: 35%;
  }

  /* line 211, ../scss/_tablet.scss */
  p.intro {
    margin: 15px 0 0 0;
    padding: 5% 0;
  }
}
/*--[ Mobiles ]--------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  /* line 5, ../scss/_mobile.scss */
  body {
    font-size: 1.4rem;
  }

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

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

  /* line 19, ../scss/_mobile.scss */
  #main-wrapper #main {
    padding: 0;
  }

  /* line 23, ../scss/_mobile.scss */
  #content {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    padding: 0;
  }

  /* line 28, ../scss/_mobile.scss */
  .mobile {
    display: block;
  }

  /* line 32, ../scss/_mobile.scss */
  .header {
    height: auto;
    max-height: none;
  }

  /* line 37, ../scss/_mobile.scss */
  .standard {
    width: 100% !important;
  }

  /* line 44, ../scss/_mobile.scss */
  #opening-hours {
    position: relative;
    width: 98%;
    margin: auto;
  }
  /* line 48, ../scss/_mobile.scss */
  #opening-hours .toggleButton {
    display: block;
    margin: 15px 0;
    border: #fff solid 1px;
    padding: 15px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: "lane_-_narrowregular";
  }
  /* line 60, ../scss/_mobile.scss */
  #opening-hours .toggleButton:hover {
    border: #96ecdf solid 1px;
    color: #96ecdf;
  }
  /* line 66, ../scss/_mobile.scss */
  #opening-hours .toggleContent {
    max-height: 0;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  /* line 73, ../scss/_mobile.scss */
  #opening-hours .toggleContent .hours {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Sans-serif;
    text-align: center;
    font-size: .85em;
    border-bottom: #fff solid 1px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  /* line 81, ../scss/_mobile.scss */
  #opening-hours .toggleContent.expand {
    max-height: 300px;
  }
  /* line 84, ../scss/_mobile.scss */
  #opening-hours .toggleContent h3 {
    display: none;
  }

  /* line 90, ../scss/_mobile.scss */
  .social-media {
    top: 10px;
    right: 100px;
    position: absolute;
    display: none;
  }

  /* line 97, ../scss/_mobile.scss */
  .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 102, ../scss/_mobile.scss */
  .mobile-menu ul li {
    float: left;
    width: auto;
    background: #96ecdf;
    display: block;
    min-width: 35px;
    height: 35px;
    border-left: #fff solid 1px;
  }
  /* line 111, ../scss/_mobile.scss */
  .mobile-menu ul li#book {
    color: #fff;
    text-transform: uppercase;
    font-size: .85em;
    padding: 0 10px;
    text-align: center;
  }
  /* line 117, ../scss/_mobile.scss */
  .mobile-menu ul li#book:first-child {
    border: none;
  }
  /* line 121, ../scss/_mobile.scss */
  .mobile-menu ul li#fb {
    background: #96ecdf url("../images/icon-fb-white.png") no-repeat center;
  }
  /* line 124, ../scss/_mobile.scss */
  .mobile-menu ul li#instagram {
    background: #96ecdf url("../images/icon-instagram-white.png") no-repeat center;
  }
  /* line 127, ../scss/_mobile.scss */
  .mobile-menu ul li#menu-toggle {
    background: #96ecdf url("../images/icon-menu.png") no-repeat center;
  }
  /* line 130, ../scss/_mobile.scss */
  .mobile-menu ul li a {
    color: #fff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  /* line 143, ../scss/_mobile.scss */
  .galleries.columns .two_fifths {
    width: 50%;
  }

  /* line 148, ../scss/_mobile.scss */
  p.intro {
    margin: 15px 0 0 0;
  }

  /* line 152, ../scss/_mobile.scss */
  .col {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }

  /* line 161, ../scss/_mobile.scss */
  .standard {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

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

  /* line 181, ../scss/_mobile.scss */
  .left_image .image {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 16.968px;
  }
  /* line 185, ../scss/_mobile.scss */
  .left_image .content {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 194, ../scss/_mobile.scss */
  .right_image .image {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 16.968px;
  }
  /* line 198, ../scss/_mobile.scss */
  .right_image .content {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 207, ../scss/_mobile.scss */
  .gallery .row {
    display: block;
    width: 101.83713%;
    margin: 0 -0.91856%;
    *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 211, ../scss/_mobile.scss */
  .gallery .row.one figure {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }
  /* line 212, ../scss/_mobile.scss */
  .gallery .row.two figure {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }
  /* line 213, ../scss/_mobile.scss */
  .gallery .row.three figure {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }
  /* line 214, ../scss/_mobile.scss */
  .gallery .row.four figure {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }
  /* line 215, ../scss/_mobile.scss */
  .gallery .row.five figure {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }
  /* line 216, ../scss/_mobile.scss */
  .gallery .row.six figure {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    margin-bottom: 0.5em;
  }

  /* line 220, ../scss/_mobile.scss */
  #sidebar {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    display: none;
  }

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

  /* line 229, ../scss/_mobile.scss */
  #searchform {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
    text-align: center;
    margin: 16.968px 0;
  }

  /* line 238, ../scss/_mobile.scss */
  #footer-wrapper #footer {
    max-width: 1500px;
    margin: 0 auto;
    display: block;
    padding: 16.968px 0;
  }
  /* line 241, ../scss/_mobile.scss */
  #footer-wrapper #footer #footer-content {
    padding: 15px;
  }
  /* line 247, ../scss/_mobile.scss */
  #footer-wrapper #footer #footer-content nav ul li {
    display: block;
    float: none;
  }
  /* line 253, ../scss/_mobile.scss */
  #footer-wrapper #footer #footer-content nav ul .sit-link {
    float: none;
  }

  /* line 263, ../scss/_mobile.scss */
  #map {
    height: 300px;
    max-height: none;
  }
}
@media screen and (max-width: 700px) {
  /* line 275, ../scss/_mobile.scss */
  .header .feature .bx-wrapper .bx-viewport img {
    min-height: 200px;
    width: auto;
    max-width: none;
    max-height: 300px;
    height: auto;
  }
  /* line 284, ../scss/_mobile.scss */
  .header .feature img {
    min-height: 200px;
    width: auto;
    max-width: none;
    max-height: 300px;
    height: auto;
  }

  /* line 297, ../scss/_mobile.scss */
  #mobile-header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    	/*#book {
      	margin: 15px 0 0 15px;
      	a {
        	padding: 10px 5px;
        	font-size: .75em;
        	text-transform: uppercase;
        	letter-spacing: .1em;
        	color: #000;
        	background: $link-base;
      	}
    	}*/
  }
  /* line 301, ../scss/_mobile.scss */
  #mobile-header #angletop {
    position: relative;
    background: url("../images/bg-angle-black.png") no-repeat right bottom;
    padding: 10px 0 40px 0;
    width: 30%;
    margin: 0 15px;
    float: left;
  }
  /* line 308, ../scss/_mobile.scss */
  #mobile-header #angletop #logo {
    padding: 50px 15px;
    float: none;
  }
  /* line 311, ../scss/_mobile.scss */
  #mobile-header #angletop #logo a {
    display: block;
  }
  /* line 313, ../scss/_mobile.scss */
  #mobile-header #angletop #logo a img {
    width: 70%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 339, ../scss/_mobile.scss */
  div.columns .one_fifth {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 340, ../scss/_mobile.scss */
  div.columns .two_fifths {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 341, ../scss/_mobile.scss */
  div.columns .three_fifths {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 344, ../scss/_mobile.scss */
  #mobile-header {
    	/*#book {
      	margin: 15px 0 0 15px;
      	a {
        	padding: 10px 5px;
        	font-size: .75em;
        	text-transform: uppercase;
        	letter-spacing: .1em;
        	color: #000;
        	background: $link-base;
      	}
    	}*/
  }
  /* line 345, ../scss/_mobile.scss */
  #mobile-header #angletop {
    padding-bottom: 40px;
    width: 40%;
  }

  /* line 371, ../scss/_mobile.scss */
  .galleries.columns .two_fifths ul.gallery li .title {
    font-size: 1.25em;
  }
  /* line 374, ../scss/_mobile.scss */
  .galleries.columns .two_fifths ul.gallery li .border {
    bottom: 30%;
  }

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

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

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

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

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

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

  /* line 392, ../scss/_mobile.scss */
  div.columns .one_quarter {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 393, ../scss/_mobile.scss */
  div.columns .one_half {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 394, ../scss/_mobile.scss */
  div.columns .three_quarters {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 395, ../scss/_mobile.scss */
  div.columns .one_third {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 396, ../scss/_mobile.scss */
  div.columns .two_thirds {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 397, ../scss/_mobile.scss */
  div.columns .one_fifth {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }

  /* line 398, ../scss/_mobile.scss */
  div.columns .two_fifths {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 399, ../scss/_mobile.scss */
  div.columns .three_fifths {
    display: inline;
    float: left;
    width: 48.16287%;
    margin: 0 0.91856%;
  }

  /* line 400, ../scss/_mobile.scss */
  div.columns .four_fifths {
    display: inline;
    float: left;
    width: 98.16287%;
    margin: 0 0.91856%;
  }
}
/* ==========================================================================
   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;
  }
}
