@import url(http://fonts.googleapis.com/css?family=Oswald:700|Varela|Montserrat:700);
/*
Theme Name: Rias Bluebird
Theme URI: http://konceptdesignstudio.com
Author: Matt Boorstin
Author URI: http://konceptdesignstudio.com
Description: KDS Standard Theme
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basefull
Tags:

Based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
@font-face {
  font-family: 'YesevaOne-Regular';
  src: url("assets/fonts/YesevaOne.eot");
  src: url("assets/fonts/YesevaOne.eot?#iefix") format("embedded-opentype"), url("assets/fonts/YesevaOne.woff") format("woff"), url("assets/fonts/YesevaOne.ttf") format("truetype"), url("assets/fonts/YesevaOne.otf") format("opentype"), url("assets/fonts/YesevaOne.svg#YesevaOne-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 p {
  font-size: 16px;

  @include phone-sm {
    
  }

  @include phone-ls {
    
  }

  @include tablet {
    
  }

  @include sm-desktop {
    
  }

  @include desktop {
    
  }

  @include biggie {
    
  }

}
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*Hiding Text and Image Replacement*/
/*.logo{
    @include hide-text;
}*/
/* 
 * transitions
 * @include transition(color .3s ease);
*/
/*
 .element p {
   @include vertical-align;
  }
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* normalize.css v3.0.1 | 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 9, scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, scss/_normalize.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 55, scss/_normalize.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 65, scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 167, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, scss/_normalize.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/11.
 */
/* line 264, scss/_normalize.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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, scss/_normalize.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 320, scss/_normalize.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 333, scss/_normalize.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 345, scss/_normalize.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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, scss/_normalize.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 369, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, scss/_normalize.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 406, scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 423, scss/_normalize.scss */
td,
th {
  padding: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, scss/_h5bp-global.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 25, scss/_h5bp-global.scss */
::-moz-selection {
  background: #a4ebff;
  text-shadow: none;
}

/* line 30, scss/_h5bp-global.scss */
::selection {
  background: #a4ebff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 39, scss/_h5bp-global.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 57, scss/_h5bp-global.scss */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 65, scss/_h5bp-global.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 75, scss/_h5bp-global.scss */
textarea {
  resize: vertical;
}

/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
/* line 15, scss/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 22, scss/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, scss/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 32, scss/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 56, scss/_swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 63, scss/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 70, scss/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 78, scss/_swiper.scss */
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
/* line 91, scss/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 100, scss/_swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 104, scss/_swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/* line 110, scss/_swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 125, scss/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 131, scss/_swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 137, scss/_swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 141, scss/_swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 145, scss/_swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 151, scss/_swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 155, scss/_swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 159, scss/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 172, scss/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 175, scss/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 183, scss/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 186, scss/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 189, scss/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 193, scss/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 196, scss/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 199, scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 208, scss/_swiper.scss */
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 212, scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 217, scss/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
/* line 221, scss/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 233, scss/_swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 242, scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 251, scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 263, scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 275, scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 287, scss/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 300, scss/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
/* line 305, scss/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 312, scss/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

/* line 315, scss/_swiper.scss */
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
/* line 319, scss/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 322, scss/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

/* line 336, scss/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 345, scss/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 349, scss/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

/* line 360, scss/_swiper.scss */
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
/* line 364, scss/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 370, scss/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 378, scss/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 386, scss/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 395, scss/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 399, scss/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 415, scss/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 426, scss/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  /* line 430, scss/_swiper.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  /* line 435, scss/_swiper.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Posts and pages
   ========================================================================== */
/* line 8, scss/_page-post.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 13, scss/_page-post.scss */
.byline,
.updated {
  display: none;
}

/* line 18, scss/_page-post.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 24, scss/_page-post.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/* line 28, scss/_page-post.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 35, scss/_page-post.scss */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 42, scss/_page-post.scss */
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 48, scss/_page-post.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

/* line 54, scss/_page-post.scss */
.wp-caption-text {
  text-align: center;
}

/* line 58, scss/_page-post.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 62, scss/_page-post.scss */
.site-main .gallery {
  margin-bottom: 1.5em;
}

/* line 69, scss/_page-post.scss */
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

/* line 76, scss/_page-post.scss */
.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 89, scss/_page-post.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
/* line 8, scss/_site.scss */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */
/* line 19, scss/_site.scss */
body {
  font-family: 'Varela', sans-serif;
  font-size: 18px;
  color: #59595b;
  padding: 0;
  margin: 0;
  background-color: #ececec;
}

/* line 28, scss/_site.scss */
#page {
  background: url(ui/background-texture.png) 0 0 repeat;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* line 38, scss/_site.scss */
a,
a:visited {
  color: #06F;
  text-decoration: none;
}

/* ==========================================================================
   Images
   ========================================================================== */
/* line 50, scss/_site.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* line 60, scss/_site.scss */
.yeseva {
  font-family: 'YesevaOne-Regular', serif;
}

/* line 64, scss/_site.scss */
.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

/* line 69, scss/_site.scss */
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* line 74, scss/_site.scss */
.varela {
  font-family: 'Varela', sans-serif;
}

/* line 78, scss/_site.scss */
h1 {
  font-size: 1.66666666666667em;
  /* 30px */
}

/* line 81, scss/_site.scss */
h2 {
  font-size: 2.2em;
  /* 40px */
}

/* line 84, scss/_site.scss */
h3 {
  font-size: 1.38888888888889em;
  /* 25px */
}

/* line 87, scss/_site.scss */
h4 {
  margin: 0;
  font-size: 1em;
  /* 18px */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f17831;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* line 97, scss/_site.scss */
h1, h2, h3, h5, h6 {
  font-family: 'YesevaOne-Regular', serif;
  margin: 0;
  color: #5d89c0;
  letter-spacing: .05em;
}

/* line 104, scss/_site.scss */
p {
  margin-bottom: 1.5em;
}

/* line 108, scss/_site.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 112, scss/_site.scss */
address {
  margin: 0 0 1.5em;
}

/* line 116, scss/_site.scss */
.small-caps {
  font-variant: small-caps;
}

/* line 120, scss/_site.scss */
.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* ==========================================================================
   Alignment
   ========================================================================== */
/* line 128, scss/_site.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 133, scss/_site.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 138, scss/_site.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Accessiblity
   ========================================================================== */
/* Text meant only for screen readers */
/* line 150, scss/_site.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 157, scss/_site.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* ==========================================================================
   Clearings
   ========================================================================== */
/* line 192, scss/_site.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.column-container:before,
.column-container:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

/* line 203, scss/_site.scss */
.clear:after,
.entry-content:after,
.column-container:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ==========================================================================
   Wrap
   ========================================================================== */
/* line 213, scss/_site.scss */
.header-wrap,
.wrap,
.footer-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 92%;
}
/* line 86, scss/_mixins.scss */
.header-wrap:before, .header-wrap:after,
.wrap:before,
.wrap:after,
.footer-wrap:before,
.footer-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 91, scss/_mixins.scss */
.header-wrap:after,
.wrap:after,
.footer-wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 213, scss/_site.scss */
  .header-wrap,
  .wrap,
  .footer-wrap {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 213, scss/_site.scss */
  .header-wrap,
  .wrap,
  .footer-wrap {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 213, scss/_site.scss */
  .header-wrap,
  .wrap,
  .footer-wrap {
    width: 1100px;
  }
}
@media (min-width: 1600px) {
  /* line 213, scss/_site.scss */
  .header-wrap,
  .wrap,
  .footer-wrap {
    width: 1300px;
  }
}

/* line 238, scss/_site.scss */
.header-wrap {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 238, scss/_site.scss */
  .header-wrap {
    height: 89px;
  }
}
@media (min-width: 992px) {
  /* line 238, scss/_site.scss */
  .header-wrap {
    height: 136px;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* Gravity Forms */
/* line 266, scss/_site.scss */
.gform_fields {
  color: #39607a;
}

/* line 274, scss/_site.scss */
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}

/* line 280, scss/_site.scss */
div.signup .gform_wrapper .top_label input.medium, div.signup .gform_wrapper .top_label select.medium {
  width: 100%;
  margin-bottom: 1em;
  padding: .75em;
  background-color: #f3f5f4;
  font-size: .85em;
}

/* line 288, scss/_site.scss */
div.signup .gform_wrapper .gform_footer input.button, div.signup .gform_wrapper .gform_footer input[type=submit] {
  color: white;
  padding: .5em 2em .5em 2em;
  width: 100%;
  background: #c2b202;
  border: none;
  text-transform: uppercase;
}

/* line 297, scss/_site.scss */
div.signup select {
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-active: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  overflow: hidden;
  text-overflow: '';
  text-indent: 0.01px;
  white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 316, scss/_site.scss */
  div.signup select {
    background-image: url("ui/15xvbd5.png");
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
/* line 327, scss/_site.scss */
.site-header {
  padding: .5em 0;
  box-shadow: 0 0 5px #555;
  background-color: #FFF;
}
@media (min-width: 768px) {
  /* line 327, scss/_site.scss */
  .site-header {
    background: url(ui/orange-line.png) 0 45px repeat-x white;
    background: url(ui/svg/orange-bar.svg) 0 45px no-repeat white;
    padding: 0;
    background-position: 0 center;
  }
}

/* line 341, scss/_site.scss */
.site-branding {
  float: left;
  width: 37%;
  padding: 0 1.25vw;
  background-color: #FFF;
}
@media (min-width: 768px) {
  /* line 341, scss/_site.scss */
  .site-branding {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 89px;
  }
}
@media (min-width: 992px) {
  /* line 341, scss/_site.scss */
  .site-branding {
    height: 136px;
  }
}
@media (min-width: 1200px) {
  /* line 341, scss/_site.scss */
  .site-branding {
    width: 37%;
  }
}
@media (min-width: 1600px) {
  /* line 341, scss/_site.scss */
  .site-branding {
    /*width: 390px;*/
  }
}

/* line 379, scss/_site.scss */
.site-branding img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 379, scss/_site.scss */
  .site-branding img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* line 394, scss/_site.scss */
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

/* line 400, scss/_site.scss */
header.entry-header {
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 400, scss/_site.scss */
  header.entry-header {
    margin-top: 2em;
  }
}

/* line 410, scss/_site.scss */
.site-main {
  margin: 0 0 0 0;
}

/* line 414, scss/_site.scss */
.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

/* line 420, scss/_site.scss */
.site-footer {
  clear: both;
  width: 100%;
  /*margin-bottom: -25px;*/
}

/* ==========================================================================
   Menus
   ========================================================================== */
@media (min-width: 768px) {
  /* line 438, scss/_site.scss */
  .menu-main-menu-container {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 444, scss/_site.scss */
  .main-menu-wrap {
    text-align: right;
  }
}

/* line 450, scss/_site.scss */
.main-navigation ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
}

/* line 457, scss/_site.scss */
.main-navigation li {
  display: inline-block;
  padding: 1em;
  margin: 0;
}

/* line 463, scss/_site.scss */
.main-navigation a {
  display: block;
  color: #888;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 471, scss/_site.scss */
.menu-main-menu-container ul {
  text-align: right;
}

@media (min-width: 768px) {
  /* line 475, scss/_site.scss */
  .menu-main-menu-container li.home {
    display: none;
  }
}

/* line 482, scss/_site.scss */
.menu-main-menu-container li {
  display: inline-block;
  vertical-align: middle;
  padding: 1vw 0;
}

/* line 488, scss/_site.scss */
.menu-main-menu-container a {
  display: block;
  vertical-align: middle;
  line-height: 3;
  padding: 0;
  font-family: 'YesevaOne-Regular', serif;
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}
@media (min-width: 768px) {
  /* line 488, scss/_site.scss */
  .menu-main-menu-container a {
    display: inline-block;
    padding: 0 2vw;
    line-height: 1;
    font-size: 20px;
  }
}

/* line 506, scss/_site.scss */
.menu-main-menu-container li:last-child a {
  padding-right: 0;
}

@media (min-width: 768px) {
  /* line 510, scss/_site.scss */
  .menu-main-menu-container li:nth-child(n+3) a {
    border-left: 2px solid #d7d7d7;
  }
}

/* line 517, scss/_site.scss */
.menu-main-menu-container li:hover a {
  color: #f17831;
}

/* line 522, scss/_site.scss */
ul#menu-social-menu {
  margin: 0 60px 0 0;
  padding: 0;
  text-align: right;
}
@media (min-width: 530px) {
  /* line 522, scss/_site.scss */
  ul#menu-social-menu {
    margin: 0 80px 0 0;
  }
}
@media (min-width: 768px) {
  /* line 522, scss/_site.scss */
  ul#menu-social-menu {
    margin: 10px 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* line 522, scss/_site.scss */
  ul#menu-social-menu {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  /* line 522, scss/_site.scss */
  ul#menu-social-menu {
    margin-bottom: 19px;
  }
}

/* line 546, scss/_site.scss */
ul#menu-social-menu li {
  display: inline-block;
}

/* line 550, scss/_site.scss */
ul#menu-social-menu li.contact-link a {
  color: gray;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  /* line 550, scss/_site.scss */
  ul#menu-social-menu li.contact-link a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 550, scss/_site.scss */
  ul#menu-social-menu li.contact-link a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 550, scss/_site.scss */
  ul#menu-social-menu li.contact-link a {
    font-size: 16px;
  }
}

/* line 570, scss/_site.scss */
ul#menu-social-menu li.contact-link a:hover {
  color: #f17831;
}

/* line 574, scss/_site.scss */
ul#menu-social-menu li span {
  margin: 0 24px 0 0;
}
@media (min-width: 768px) {
  /* line 574, scss/_site.scss */
  ul#menu-social-menu li span {
    margin: 0 10px 0 0;
  }
}

/* line 582, scss/_site.scss */
ul#menu-social-menu li span.location {
  margin: 0;
}
@media (min-width: 992px) {
  /* line 582, scss/_site.scss */
  ul#menu-social-menu li span.location {
    margin: 0 10px 0 0;
  }
}

/* line 590, scss/_site.scss */
ul#menu-social-menu li span.display-text {
  display: none;
}
@media (min-width: 768px) {
  /* line 590, scss/_site.scss */
  ul#menu-social-menu li span.display-text {
    display: inline;
  }
}

/* line 598, scss/_site.scss */
ul#menu-social-menu li.social {
  display: none;
  margin-left: 6px;
}
@media (min-width: 992px) {
  /* line 598, scss/_site.scss */
  ul#menu-social-menu li.social {
    display: inline;
  }
}

/* line 607, scss/_site.scss */
.menu-toggle {
  display: none;
}

/* the mobile menu */
@media screen and (max-width: 767px) {
  /* line 614, scss/_site.scss */
  .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    padding: 4px;
    background: rgba(93, 137, 192, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
  }

  /* line 625, scss/_site.scss */
  .icon-bar {
    display: block;
    margin: 4px;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  /* line 634, scss/_site.scss */
  .main-navigation ul {
    display: none;
  }

  /* line 638, scss/_site.scss */
  .main-navigation {
    float: none;
    width: 100%;
  }

  /* line 643, scss/_site.scss */
  .main-navigation ul {
    /*border: 1px solid red;*/
    text-align: center;
  }

  /* line 648, scss/_site.scss */
  .site-branding {
    position: absolute;
    top: 0;
    width: 150px;
    margin: 0 auto;
    z-index: 10;
    background-color: transparent;
  }
  /* line 667, scss/_site.scss */
  .main-navigation .mobile-menu,
  .main-navigation .menu-0 {
    display: block;
    width: 100%;
    clear: both;
    margin: 1em 0 0;
    margin: 0;
  }

  /* line 676, scss/_site.scss */
  .main-navigation .mobile-menu li,
  .main-navigation .menu-0 li {
    width: 100%;
    text-align: center;
    background: #59595b;
    background: rgba(93, 137, 192, 0.25);
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 0;
  }

  /* line 687, scss/_site.scss */
  .main-navigation .mobile-menu li.secondary-button,
  .main-navigation .menu-0 li.secondary-button {
    width: 100%;
    text-align: center;
    background: #848c8d;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 0;
  }

  /* line 697, scss/_site.scss */
  .main-navigation #menu-main-menu-two.mobile-menu li:last-child {
    margin-top: 1px;
  }

  /* line 701, scss/_site.scss */
  .main-navigation li.home {
    display: block;
    border-top: 16px solid #FFF;
  }

  /* line 706, scss/_site.scss */
  .main-navigation li.contact {
    display: block;
    border-bottom: 6px solid #FFF;
  }

  /* line 711, scss/_site.scss */
  .main-navigation .mobile-menu li a {
    /*color: #fff;*/
  }

  /* line 716, scss/_site.scss */
  #menu-social-menu.mobile-menu,
  #menu-social-menu.menu-0 {
    float: none;
    margin: 0;
  }

  /* line 721, scss/_site.scss */
  #menu-social-menu.mobile-menu li,
  #menu-social-menu.menu-0 li {
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 0;
  }

  /* line 730, scss/_site.scss */
  #menu-social-menu.mobile-menu li a,
  #menu-social-menu.menu-0 li a {
    color: #FFF;
    height: auto;
    width: auto;
    padding: 1em 0;
    font-size: .8em;
    line-height: 1;
  }
  /* line 749, scss/_site.scss */
  #menu-social-menu.mobile-menu li.instagram,
  #menu-social-menu.mobile-menu li.twitter,
  #menu-social-menu.mobile-menu li.facebook,
  #menu-social-menu.menu-0 li.instagram,
  #menu-social-menu.menu-0 li.twitter,
  #menu-social-menu.menu-0 li.facebook,
  #site-navigation .telephone {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  /* line 648, scss/_site.scss */
  .site-branding {
    width: 182px;
  }
}
@media screen and (max-width: 767px) and (min-width: 530px) {
  /* line 648, scss/_site.scss */
  .site-branding {
    top: -2px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  /* line 730, scss/_site.scss */
  #menu-social-menu.mobile-menu li a,
  #menu-social-menu.menu-0 li a {
    padding: 15px 40px;
  }
}

/* end (max-width: 767px) */
/* line 757, scss/_site.scss */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 764, scss/_site.scss */
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 771, scss/_site.scss */
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ==========================================================================
   Sprites
   ========================================================================== */
/* line 782, scss/_site.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 787, scss/_site.scss */
.sprite.close-sm {
  width: 40px;
  height: 40px;
}

/* line 792, scss/_site.scss */
.sprite.close {
  width: 63px;
  height: 63px;
}

/* line 797, scss/_site.scss */
.sprite.next-arrow-slider {
  background-position: 0px -1033px;
  width: 34px;
  height: 65px;
}

/* line 803, scss/_site.scss */
.sprite.next-arrow-sm {
  background-position: 0px -1198px;
  width: 27px;
  height: 50px;
}

/* line 809, scss/_site.scss */
.sprite.next-arrow {
  width: 24px;
  height: 24px;
}

/* line 814, scss/_site.scss */
.sprite.previous-arrow-slider {
  width: 34px;
  height: 65px;
}

/* line 819, scss/_site.scss */
.sprite.previous-arrow-sm {
  width: 27px;
  height: 50px;
}

/* line 824, scss/_site.scss */
.sprite.previous-arrow {
  width: 24px;
  height: 24px;
}

/* line 829, scss/_site.scss */
svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* line 842, scss/_site.scss */
svg.icon.icon-telephone,
svg.icon.icon-location,
svg.icon.icon-facebook,
svg.icon.icon-twitter,
svg.icon.icon-instagram,
svg.icon.icon-time {
  width: 26px;
  height: 26px;
  fill: #5d89c0;
}
@media (min-width: 768px) {
  /* line 842, scss/_site.scss */
  svg.icon.icon-telephone,
  svg.icon.icon-location,
  svg.icon.icon-facebook,
  svg.icon.icon-twitter,
  svg.icon.icon-instagram,
  svg.icon.icon-time {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  /* line 842, scss/_site.scss */
  svg.icon.icon-telephone,
  svg.icon.icon-location,
  svg.icon.icon-facebook,
  svg.icon.icon-twitter,
  svg.icon.icon-instagram,
  svg.icon.icon-time {
    width: 26px;
    height: 26px;
  }
}

/* line 859, scss/_site.scss */
footer svg.icon.icon-telephone,
footer svg.icon.icon-time {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

/* line 867, scss/_site.scss */
footer svg.icon.icon-facebook,
footer svg.icon.icon-twitter,
footer svg.icon.icon-instagram {
  width: 26px;
  height: 26px;
  fill: #FFF;
}

/* line 874, scss/_site.scss */
svg.icon.icon-previous-slide,
svg.icon.icon-next-slide {
  width: 40px;
  height: 70px;
  fill: #FFF;
}

/* line 880, scss/_site.scss */
svg.icon.icon-close-menu {
  width: 20px;
  height: 20px;
  fill: #5d89c0;
}

/* line 886, scss/_site.scss */
svg.icon.icon-close-menu:hover {
  fill: red;
}

/* line 891, scss/_site.scss */
svg.icon.icon-previous-menu,
svg.icon.icon-next-menu {
  width: 24px;
  height: 24px;
  fill: #59595b;
}

/* line 897, scss/_site.scss */
svg.icon.icon-mail {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  left: 4px;
}

/* ==========================================================================
   Hover effects   ========================================================================== */
/* Shutter Out Horizontal */
/* line 911, scss/_site.scss */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 928, scss/_site.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f17831;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 951, scss/_site.scss */
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

/* line 957, scss/_site.scss */
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 962, scss/_site.scss */
ul#menu-social-menu {
  transform: translatez(0);
}

/* line 966, scss/_site.scss */
.rotate {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

/* line 970, scss/_site.scss */
.rotate:hover {
  transform: rotate(360deg);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  /* line 976, scss/_site.scss */
  25% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  /* line 981, scss/_site.scss */
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-pulse {
  /* line 988, scss/_site.scss */
  25% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  /* line 993, scss/_site.scss */
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 999, scss/_site.scss */
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1014, scss/_site.scss */
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* ==========================================================================
   Home
   ========================================================================== */
/* so our menu can be 100% high */
/* line 1032, scss/_site.scss */
html,
body,
#page {
  min-height: 100%;
  height: 100%;
}

/* line 1039, scss/_site.scss */
#masthead,
.site-content,
#colophon {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 300ms, top 300ms;
  -moz-transition: opacity 300ms, top 300ms;
  transition: opacity 300ms, top 300ms;
}

/* line 1046, scss/_site.scss */
.home #colophon {
  margin-top: .7vw;
}

/*we don't want scroll bars when the menu is active if this content is taller than the menu*/
/* line 1053, scss/_site.scss */
#masthead.inactive,
.site-content.inactive,
#colophon.inactive {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 1059, scss/_site.scss */
.swiper-container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 1064, scss/_site.scss */
  .home-slider .swiper-container {
    padding-bottom: 25px;
  }

  /* line 1068, scss/_site.scss */
  .home-slider .swiper-pagination {
    bottom: 0;
  }
}
/* line 1073, scss/_site.scss */
.two-x-one-outer {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 1084, scss/_site.scss */
.two-x-one-inner {
  padding-top: 50%;
  /* height/width of image */
  display: block;
  height: 0;
  /*background-color: rgba($blue, .25);*/
}

/* line 1092, scss/_site.scss */
.swiper-button-prev-home-slider,
.swiper-button-next-home-slider {
  display: none;
}
@media (min-width: 768px) {
  /* line 1092, scss/_site.scss */
  .swiper-button-prev-home-slider,
  .swiper-button-next-home-slider {
    display: block;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    /*background-image: url(ui/sprite.png);*/
    /*background-position: 0px -1800px;*/
    /*background-repeat: no-repeat;*/
  }
}

/* line 1110, scss/_site.scss */
.swiper-button-prev-home-slider.swiper-button-custom {
  left: 10px;
}

/* line 1114, scss/_site.scss */
.swiper-button-next-home-slider.swiper-button-custom {
  right: 10px;
  text-align: right;
  /*background-position: 64px -1033px;*/
}

/* line 1120, scss/_site.scss */
.swiper-button-custom.swiper-button-disabled {
  opacity: .35;
}

/* line 1124, scss/_site.scss */
.home-content {
  overflow: hidden;
}

/* line 1128, scss/_site.scss */
article.home-content {
  margin: .5em 0 1.5em;
}
@media (min-width: 768px) {
  /* line 1128, scss/_site.scss */
  article.home-content {
    margin: 3em 0 2em;
  }
}

/* line 1136, scss/_site.scss */
article.home-content h2 {
  margin-bottom: 6px;
  line-height: 1.15;
}

/* line 1141, scss/_site.scss */
article.home-content p {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 1145, scss/_site.scss */
  article.home-content.about-us {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 1153, scss/_site.scss */
  article.home-content.about-us div {
    border-right: 2px solid #d7d7d7;
    padding-right: 10%;
  }
}

@media (min-width: 768px) {
  /* line 1161, scss/_site.scss */
  article.home-content.weekly-specials {
    float: right;
    width: 45%;
  }
}

/* line 1169, scss/_site.scss */
.special {
  margin-bottom: 1.5em;
}

/* line 1173, scss/_site.scss */
a.button {
  display: inline-block;
  vertical-align: middle;
  padding: 1.125em 2.25em;
  background-color: #5d89c0;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .05em;
  white-space: nowrap;
}

/* line 1185, scss/_site.scss */
.button .raquo-effect {
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -0.17em;
}

/* home page menus */
/* line 1193, scss/_site.scss */
.menu-links a {
  position: relative;
  width: 49.7%;
  text-align: center;
}

/* line 1199, scss/_site.scss */
.menu-links a#brunch-link {
  float: left;
}

/* line 1203, scss/_site.scss */
.menu-links a#lunch-link {
  float: right;
}

/* line 1208, scss/_site.scss */
.menu-links h2,
.menu-left h2 {
  position: absolute;
  top: 24vw;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 9.25vw;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 0 5px #4F4F4F;
  text-align: center;
}
@media (min-width: 1200px) {
  /* line 1208, scss/_site.scss */
  .menu-links h2,
  .menu-left h2 {
    font-size: 105px;
  }
}

/* line 1224, scss/_site.scss */
.menu-left h2 {
  top: auto;
  font-size: 10.25vw;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  /* line 1224, scss/_site.scss */
  .menu-left h2 {
    font-size: 105px;
  }
}

/* line 1234, scss/_site.scss */
span.one-x-two-point-one-outer {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 1246, scss/_site.scss */
span.one-x-two-point-one-inner {
  padding-top: 120%;
  display: block;
  height: 0;
  /*background-color: rgba(93, 137, 192, 0.25);*/
}

/* line 1252, scss/_site.scss */
#menu-slider {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 300ms, top 300ms;
  -moz-transition: opacity 300ms, top 300ms;
  transition: opacity 300ms, top 300ms;
}

/* line 1266, scss/_site.scss */
#menu-slider.active {
  height: 100%;
  opacity: 1;
  overflow-y: auto;
}

/* line 1272, scss/_site.scss */
.menu-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  background-color: #FFF;
  text-align: right;
  z-index: 12;
  -webkit-transition: right 500ms, right 500ms;
  -moz-transition: right 500ms, right 500ms;
  transition: right 500ms, right 500ms;
}
@media (min-width: 768px) {
  /* line 1272, scss/_site.scss */
  .menu-nav {
    position: absolute;
    top: 20px;
    right: -100%;
    padding-top: 0;
    background-color: transparent;
  }
}

/* line 1295, scss/_site.scss */
.menu-nav.active {
  right: 0;
}
@media (min-width: 768px) {
  /* line 1295, scss/_site.scss */
  .menu-nav.active {
    right: 20px;
  }
}

/* line 1303, scss/_site.scss */
.menu-nav > div {
  cursor: pointer;
  margin-right: 40px;
}
@media (min-width: 768px) {
  /* line 1303, scss/_site.scss */
  .menu-nav > div {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 1315, scss/_site.scss */
  .menu-nav .next-arrow {
    top: 80px;
  }
}

/* line 1322, scss/_site.scss */
a#close-menu {
  top: 7px;
  margin-right: 40px;
}
@media (min-width: 768px) {
  /* line 1322, scss/_site.scss */
  a#close-menu {
    top: 0;
    margin-right: 0;
  }
}

/* line 1332, scss/_site.scss */
.swiper-button-disabled {
  opacity: .35;
}

/* line 1336, scss/_site.scss */
.menu-swiper-container {
  width: 100%;
  height: 100%;
}

/* line 1340, scss/_site.scss */
#menu-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

/* line 1344, scss/_site.scss */
#menu-slider .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 60px;
}
@media (min-width: 768px) {
  /* line 1344, scss/_site.scss */
  #menu-slider .swiper-slide {
    padding-top: 0;
  }
}

/* line 1354, scss/_site.scss */
.menu-left {
  position: relative;
  height: 25vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 530px) {
  /* line 1354, scss/_site.scss */
  .menu-left {
    height: 30vh;
  }
}
@media (min-width: 768px) {
  /* line 1354, scss/_site.scss */
  .menu-left {
    width: 50%;
    height: 100%;
    min-height: 100%;
    float: left;
  }
}

/* line 1373, scss/_site.scss */
.menu-right {
  position: relative;
  overflow-y: auto;
  top: 5vw;
  opacity: 0;
  height: 100%;
  padding: 3vw 3% 3vw;
  background-color: #FFF;
  -webkit-transition: top 0.7s, opacity 0.3s;
  -moz-transition: top 0.7s, opacity 0.3s;
  transition: top 0.7s, opacity 0.3s;
}
@media (min-width: 768px) {
  /* line 1373, scss/_site.scss */
  .menu-right {
    top: 1vw;
    width: 50%;
    float: right;
    padding: 2vw 8vw 3vw 1.5%;
    -webkit-transition: top 0.3s, opacity 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
  }
}
@media (min-width: 992px) {
  /* line 1373, scss/_site.scss */
  .menu-right {
    padding: 1.5vw 3% 3vw 1.5%;
  }
}

/* line 1400, scss/_site.scss */
.menu-right.active {
  top: 0;
  opacity: 1;
}

@media (min-width: 992px) {
  /* line 1405, scss/_site.scss */
  .menu-right .column {
    width: 20vw;
  }
}

@media (min-width: 992px) {
  /* line 1412, scss/_site.scss */
  .menu-right .column.column-one {
    float: left;
  }
}

@media (min-width: 992px) {
  /* line 1419, scss/_site.scss */
  .menu-right .column.column-two {
    float: left;
    margin-left: 3.5vw;
  }
}

/* line 1427, scss/_site.scss */
.menu-title {
  margin-bottom: 3vw;
}

/* line 1431, scss/_site.scss */
.menu-title h3 {
  font-size: 24px;
}
@media (min-width: 1600px) {
  /* line 1431, scss/_site.scss */
  .menu-title h3 {
    font-size: 2.25vw;
  }
}

/* line 1439, scss/_site.scss */
.menu-title p {
  font-size: 18px;
  margin: .5vw 0 0;
}
@media (min-width: 1600px) {
  /* line 1439, scss/_site.scss */
  .menu-title p {
    font-size: 1.35vw;
  }
}

/* line 1448, scss/_site.scss */
.menu-item h4 {
  font-size: 16px;
}
@media (min-width: 1600px) {
  /* line 1448, scss/_site.scss */
  .menu-item h4 {
    font-size: .9vw;
  }
}

/* line 1456, scss/_site.scss */
.menu-item > div {
  margin: .5vw 0 3vw;
  font-size: 16px;
}
@media (min-width: 530px) {
  /* line 1456, scss/_site.scss */
  .menu-item > div {
    margin: .25vw 0 1.75vw;
  }
}
@media (min-width: 1600px) {
  /* line 1456, scss/_site.scss */
  .menu-item > div {
    font-size: 1vw;
  }
}

/* line 1470, scss/_site.scss */
#open-menu,
a#close-menu {
  position: relative;
  z-index: 100;
}

/* line 1477, scss/_site.scss */
#page_overlay {
  position: relative;
}

/* line 1481, scss/_site.scss */
#page_overlay.page_overlay {
  display: none;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 300ms, top 300ms;
  -moz-transition: opacity 300ms, top 300ms;
  transition: opacity 300ms, top 300ms;
}

/* line 1490, scss/_site.scss */
#page_overlay.page_overlay.active {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  opacity: 1;
  -webkit-transition: width 300ms, left 300ms;
  -moz-transition: width 300ms, left 300ms;
  transition: width 300ms, left 300ms;
}

/* line 1503, scss/_site.scss */
#page_overlay.page_overlay.active:before {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #FFF;
  z-index: 2;
  -webkit-transition: height 300ms 100ms;
  -moz-transition: height 300ms 100ms;
  transition: height 300ms 100ms;
}
@media (min-width: 768px) {
  /* line 1503, scss/_site.scss */
  #page_overlay.page_overlay.active:before {
    width: 51%;
    height: 100%;
    left: -100%;
    z-index: 1;
    background-color: #cce3ff;
    -webkit-transition: left 300ms 100ms;
    -moz-transition: left 300ms 100ms;
    transition: left 300ms 100ms;
  }
}

/* line 1528, scss/_site.scss */
#page_overlay.page_overlay.active:after {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0%;
  background-color: #FFF;
  z-index: 1;
  -webkit-transition: height 300ms 100ms;
  -moz-transition: height 300ms 100ms;
  transition: height 300ms 100ms;
}
@media (min-width: 768px) {
  /* line 1528, scss/_site.scss */
  #page_overlay.page_overlay.active:after {
    width: 50%;
    height: 100%;
    top: 0;
    bottom: initial;
    right: -100%;
    z-index: 2;
    -webkit-transition: right 300ms 100ms;
    -moz-transition: right 300ms 100ms;
    transition: right 300ms 100ms;
  }
}

/* line 1554, scss/_site.scss */
#page_overlay.page_overlay.active.open {
  -webkit-transition: width 300ms 100ms, left 300ms 100ms;
  -moz-transition: width 300ms 100ms, left 300ms 100ms;
  transition: width 300ms 100ms, left 300ms 100ms;
}

/* line 1560, scss/_site.scss */
#page_overlay.page_overlay.active.open:before {
  height: 56.5vw;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  transition: height 300ms;
}
@media (min-width: 768px) {
  /* line 1560, scss/_site.scss */
  #page_overlay.page_overlay.active.open:before {
    left: 0%;
    height: 100%;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    transition: left 300ms;
  }
}

/* line 1575, scss/_site.scss */
#page_overlay.page_overlay.active.open:after {
  height: 80%;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  transition: height 300ms;
}
@media (min-width: 768px) {
  /* line 1575, scss/_site.scss */
  #page_overlay.page_overlay.active.open:after {
    right: 0%;
    height: 100%;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    transition: right 300ms;
  }
}

/* line 1590, scss/_site.scss */
#page_overlay.page_overlay.active.open .vertical_center {
  opacity: 1;
  -webkit-transition: opacity 300ms 300ms;
  -moz-transition: opacity 300ms 300ms;
  transition: opacity 300ms 300ms;
}

/* ==========================================================================
   Media
   ========================================================================== */
/* line 1603, scss/_site.scss */
.gallery-title {
  text-align: center;
}

/* line 1607, scss/_site.scss */
ul#filters {
  margin: .4em 0 2em;
  padding: 0;
  text-align: center;
  list-style: none;
}

/* line 1614, scss/_site.scss */
ul#filters li {
  display: inline-block;
  vertical-align: middle;
  line-height: .5;
}

/* line 1620, scss/_site.scss */
ul#filters a {
  color: #231f20;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

/* line 1628, scss/_site.scss */
ul#filters a.active,
ul#filters a:hover {
  border-color: #f17831;
}

/* line 1632, scss/_site.scss */
ul#filters span {
  display: inline-block;
  margin: 0 .4em;
}

/* line 1637, scss/_site.scss */
a.gallery-wrap {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1vw;
}

/*a.gallery-wrap:nth-child(5n) {
    margin-right: 0;
}*/
/* line 1647, scss/_site.scss */
span.one-x-one-outer {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 1659, scss/_site.scss */
span.one-x-one-inner {
  padding-top: 130%;
  display: block;
  height: 0;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */
/* line 1672, scss/_site.scss */
#map-canvas {
  width: 100%;
  height: 40vw;
  margin-top: 1em;
  border: 2px solid #d7d7d7;
}
@media (min-width: 530px) {
  /* line 1672, scss/_site.scss */
  #map-canvas {
    width: 96%;
    height: 36vw;
  }
}
@media (min-width: 768px) {
  /* line 1672, scss/_site.scss */
  #map-canvas {
    width: 100%;
    height: 34vw;
  }
}

/* line 1689, scss/_site.scss */
#map-canvas img {
  max-width: none !important;
}

/* line 1693, scss/_site.scss */
hr.orange-fill {
  margin: 2em 0 0;
  height: 5px;
  border: none;
  background-color: #f17831;
}

/* line 1700, scss/_site.scss */
.contact-wrap {
  overflow: hidden;
  border: 2px solid #d7d7d7;
  border-top: none;
  padding: .5em 5%;
  background-color: #FFF;
}
@media (min-width: 768px) {
  /* line 1700, scss/_site.scss */
  .contact-wrap {
    padding: 2em 2.5% 1em;
  }
}

/* line 1712, scss/_site.scss */
.contact-blurb {
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 1712, scss/_site.scss */
  .contact-blurb {
    float: left;
    width: 50%;
  }
}

/* line 1723, scss/_site.scss */
.contact-wrap p {
  margin: 5px 0 16px;
}

@media (min-width: 768px) {
  /* line 1727, scss/_site.scss */
  .contact-info {
    float: right;
    width: 42%;
  }
}

/* line 1735, scss/_site.scss */
.contact-wrap .button {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 530px) {
  /* line 1735, scss/_site.scss */
  .contact-wrap .button {
    /*float: right;*/
    width: auto;
    padding-right: 2.5em;
    margin-bottom: 0;
    text-align: left;
  }
}

/* line 1752, scss/_site.scss */
.button .email-icon {
  position: relative;
  top: -2px;
  left: 4px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 1763, scss/_site.scss */
footer {
  background: #f17831;
  color: #fff;
  text-align: left;
  padding: 1em 1em 0;
  margin: 2em 0 0 0;
}

/* line 1771, scss/_site.scss */
ul.menu-footer-menu {
  margin: 0 0 16px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

/* line 1778, scss/_site.scss */
ul.menu-footer-menu li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 .75em;
  border-left: 2px solid #FFF;
  font-size: .9em;
  line-height: 1;
}
@media (min-width: 768px) {
  /* line 1778, scss/_site.scss */
  ul.menu-footer-menu li {
    margin-bottom: 0;
    font-size: 1.1em;
  }
}

/* line 1792, scss/_site.scss */
ul.menu-footer-menu li:first-child {
  border: none;
  padding-left: 0;
}

/* line 1797, scss/_site.scss */
ul.menu-footer-menu li a {
  color: #FFF;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 1802, scss/_site.scss */
ul.menu-footer-menu li a:hover {
  color: #231f20;
}

/* line 1806, scss/_site.scss */
.site-footer ul#menu-social-menu {
  margin: 0;
  text-align: center;
  font-size: .9em;
}

/* line 1812, scss/_site.scss */
.site-footer ul#menu-social-menu li {
  display: inline-block;
  margin-bottom: 1em;
  margin-left: 6px;
}

/* line 1818, scss/_site.scss */
.site-footer ul#menu-social-menu li.contact-link a {
  color: #FFF;
}

/* line 1822, scss/_site.scss */
.site-footer ul#menu-social-menu li.contact-link a:hover {
  color: #231f20;
}

/* line 1826, scss/_site.scss */
.site-footer ul#menu-social-menu li.contact-link.time {
  display: none;
}
@media (min-width: 530px) {
  /* line 1826, scss/_site.scss */
  .site-footer ul#menu-social-menu li.contact-link.time {
    display: inline-block;
    margin-left: 0;
  }
}

@media (min-width: 530px) {
  /* line 1835, scss/_site.scss */
  .site-footer ul#menu-social-menu li.contact-link.time .sprite.time {
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  /* line 1835, scss/_site.scss */
  .site-footer ul#menu-social-menu li.contact-link.time .sprite.time {
    margin-right: 10px;
  }
}

/* line 1846, scss/_site.scss */
.site-footer ul#menu-social-menu li span {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 1846, scss/_site.scss */
  .site-footer ul#menu-social-menu li span {
    margin-right: 12px;
  }
}

/* line 1855, scss/_site.scss */
.raw-svg-sizer {
  width: 55px;
  margin: 0 auto 1em;
}

/* line 1860, scss/_site.scss */
.raw-svg-pad {
  display: block !important;
  position: relative;
  padding-bottom: 49.42805538832%;
  fill: #fff;
}

/* line 1867, scss/_site.scss */
svg#Layer_1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* responsive-nav.js 1.0.39 by @viljamis */
/* line 4, scss/_responsive-nav.scss */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

/* line 12, scss/_responsive-nav.scss */
.nav-collapse li {
  width: 100%;
  display: block;
}

/* line 17, scss/_responsive-nav.scss */
.js .menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* line 26, scss/_responsive-nav.scss */
.menu.opened {
  max-height: 9999px;
}

/* line 30, scss/_responsive-nav.scss */
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  /* line 41, scss/_responsive-nav.scss */
  .js #menu-main-menu.menu-0 {
    position: relative !important;
  }

  /* line 45, scss/_responsive-nav.scss */
  .js #menu-main-menu.menu-0.closed,
  .js #menu-main-menu.menu-0.open {
    max-height: none;
    position: relative !important;
    overflow: visible;
  }

  /* line 50, scss/_responsive-nav.scss */
  .nav-toggle {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 9, scss/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 18, scss/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 35, scss/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 48, scss/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 65, scss/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 70, scss/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 15, scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 32, scss/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 37, scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, scss/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

  /* line 51, scss/_print.scss */
  img {
    max-width: 100% !important;
  }

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

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