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

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

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

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

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

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

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

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

/* line 131, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 173, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/_normalize.scss */
p,
pre {
  margin: 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/_normalize.scss */
q {
  quotes: none;
}

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

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

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

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

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

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

/* line 298, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../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 5 and Chrome
 * on OS X.
 */
/* line 491, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* line 58, ../scss/_mixins.scss */
.cf {
  *zoom: 1;
}
/* line 46, ../scss/_mixins.scss */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 51, ../scss/_mixins.scss */
.cf:after {
  clear: both;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_vendor.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/** THEME
===================================*/
/* line 28, ../scss/_vendor.scss */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 41, ../scss/_vendor.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 50, ../scss/_vendor.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

/* PAGER */
/* line 63, ../scss/_vendor.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 72, ../scss/_vendor.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 79, ../scss/_vendor.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border: 2px solid black;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 93, ../scss/_vendor.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 100, ../scss/_vendor.scss */
.bx-wrapper .bx-prev {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center;
  opacity: 0.5;
}

/* line 110, ../scss/_vendor.scss */
.bx-wrapper .bx-next {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center;
  opacity: 0.5;
}

/* line 119, ../scss/_vendor.scss */
.bx-wrapper .bx-prev:hover {
  opacity: 1;
}

/* line 123, ../scss/_vendor.scss */
.bx-wrapper .bx-next:hover {
  opacity: 1;
}

/* line 128, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 300;
}

/* line 139, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 145, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 149, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 159, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 164, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 174, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 181, ../scss/_vendor.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 186, ../scss/_vendor.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 193, ../scss/_vendor.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 202, ../scss/_vendor.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

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

/* line 253, ../scss/_vendor.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 260, ../scss/_vendor.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 270, ../scss/_vendor.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 280, ../scss/_vendor.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 284, ../scss/_vendor.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 288, ../scss/_vendor.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

/* line 300, ../scss/_vendor.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 306, ../scss/_vendor.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 315, ../scss/_vendor.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 327, ../scss/_vendor.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
}

/* line 333, ../scss/_vendor.scss */
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  padding: 2px;
  background-position: 0px 0px;
  background: url(../img/controls/close.png) no-repeat;
  background-image: url(../img/controls/close.svg), none;
  border: none;
}
/* line 346, ../scss/_vendor.scss */
.fancybox-close:link, .fancybox-close:visited {
  border: none;
}

/* line 350, ../scss/_vendor.scss */
a.fancybox-nav,
a.fancybox-nav:link {
  border: none;
}

/* line 354, ../scss/_vendor.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 366, ../scss/_vendor.scss */
.fancybox-prev {
  left: 0;
}

/* line 370, ../scss/_vendor.scss */
.fancybox-next {
  right: 0;
}

/* line 374, ../scss/_vendor.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 385, ../scss/_vendor.scss */
.fancybox-prev span {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center;
}

/* line 394, ../scss/_vendor.scss */
.fancybox-next span {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center;
}

/* line 403, ../scss/_vendor.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 407, ../scss/_vendor.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 419, ../scss/_vendor.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 424, ../scss/_vendor.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 428, ../scss/_vendor.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 432, ../scss/_vendor.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

/* line 442, ../scss/_vendor.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 448, ../scss/_vendor.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

/* line 463, ../scss/_vendor.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 467, ../scss/_vendor.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

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

/* line 492, ../scss/_vendor.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 498, ../scss/_vendor.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 502, ../scss/_vendor.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@keyframes sheds-fade-fill {
  0% {
    fill: #d7ca35;
  }
  10% {
    fill: #6b9fae;
  }
  30% {
    fill: #c8572c;
  }
  50% {
    fill: #4f3a1c;
  }
  70% {
    fill: #5b773b;
  }
  90% {
    fill: #d7ca35;
  }
}
@-webkit-keyframes sheds-fade-fill {
  0% {
    fill: #d7ca35;
  }
  10% {
    fill: #6b9fae;
  }
  30% {
    fill: #c8572c;
  }
  50% {
    fill: #4f3a1c;
  }
  70% {
    fill: #5b773b;
  }
  90% {
    fill: #d7ca35;
  }
}
@keyframes sheds-fade-color {
  0% {
    color: #d7ca35;
  }
  10% {
    color: #6b9fae;
  }
  30% {
    color: #c8572c;
  }
  50% {
    color: #4f3a1c;
  }
  70% {
    color: #5b773b;
  }
  90% {
    color: #d7ca35;
  }
}
@-webkit-keyframes sheds-fade-color {
  0% {
    color: #d7ca35;
  }
  10% {
    color: #6b9fae;
  }
  30% {
    color: #c8572c;
  }
  50% {
    color: #4f3a1c;
  }
  70% {
    color: #5b773b;
  }
  90% {
    color: #d7ca35;
  }
}
@keyframes sheds-fade-bg {
  0% {
    background: #6b9fae;
  }
  25% {
    background: #5b773b;
  }
  50% {
    background: #d7ca35;
  }
  75% {
    background: #c8572c;
  }
  100% {
    background: #6b9fae;
  }
}
@-webkit-keyframes sheds-fade-bg {
  0% {
    background: #6b9fae;
  }
  25% {
    background: #5b773b;
  }
  50% {
    background: #d7ca35;
  }
  75% {
    background: #c8572c;
  }
  100% {
    background: #6b9fae;
  }
}
@-moz-keyframes sheds-fade-bg {
  0% {
    background: #6b9fae;
  }
  25% {
    background: #5b773b;
  }
  50% {
    background: #d7ca35;
  }
  75% {
    background: #c8572c;
  }
  100% {
    background: #6b9fae;
  }
}
@-ms-keyframes sheds-fade-bg {
  0% {
    background: #6b9fae;
  }
  25% {
    background: #5b773b;
  }
  50% {
    background: #d7ca35;
  }
  75% {
    background: #c8572c;
  }
  100% {
    background: #6b9fae;
  }
}
@-o-keyframes sheds-fade-bg {
  0% {
    background: #6b9fae;
  }
  25% {
    background: #5b773b;
  }
  50% {
    background: #d7ca35;
  }
  75% {
    background: #c8572c;
  }
  100% {
    background: #6b9fae;
  }
}
/* line 1, ../scss/_footer.scss */
.footer {
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  text-transform: uppercase;
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(48, 49, 54, 0.8);
  text-align: left;
  color: #d7ca35;
  z-index: 500;
}
/* line 5, ../scss/_footer.scss */
.footer > div {
  display: inline-block;
  vertical-align: middle;
}
/* line 9, ../scss/_footer.scss */
.footer:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
}
@media (max-width: 959px) {
  /* line 9, ../scss/_footer.scss */
  .footer:before {
    display: none;
  }
}
@media (max-width: 959px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    position: absolute;
    height: 241px;
    top: 100vh;
    padding-top: 20px;
  }
}
/* line 35, ../scss/_footer.scss */
.footer h3 {
  display: inline-block;
  vertical-align: middle;
}
/* line 39, ../scss/_footer.scss */
.footer ul, .footer div {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* line 45, ../scss/_footer.scss */
.footer li {
  display: inline-block;
  vertical-align: middle;
}
/* line 48, ../scss/_footer.scss */
.footer li a {
  display: block;
}
/* line 52, ../scss/_footer.scss */
.footer .svg {
  height: 18px;
  width: 18px;
}
/* line 53, ../scss/_footer.scss */
.footer .svg path {
  fill: #d7ca35;
}
/* line 59, ../scss/_footer.scss */
.footer .sheds-links {
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .3em;
  font-weight: 300;
  margin-left: 20px;
}
/* line 65, ../scss/_footer.scss */
.footer .sheds-links li {
  margin: 0 2px;
}
/* line 68, ../scss/_footer.scss */
.footer .sheds-links a {
  display: block;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 72, ../scss/_footer.scss */
.footer .sheds-links a .svg path {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 77, ../scss/_footer.scss */
.footer .sheds-links a.ts-site-link:hover {
  color: #c8572c;
}
/* line 81, ../scss/_footer.scss */
.footer .sheds-links a.ts-fb-link:hover .svg path {
  fill: #5b773b;
}
/* line 86, ../scss/_footer.scss */
.footer .sheds-links a.ts-tw-link:hover .svg path {
  fill: #6b9fae;
}
/* line 91, ../scss/_footer.scss */
.footer .sheds-links a.ts-ig-link:hover .svg path {
  fill: #c8572c;
}
/* line 96, ../scss/_footer.scss */
.footer .purchase {
  margin: 0 20px;
}
@media (max-width: 959px) {
  /* line 96, ../scss/_footer.scss */
  .footer .purchase {
    margin: 20px;
    margin-bottom: 0;
  }
}
/* line 102, ../scss/_footer.scss */
.footer .purchase a {
  text-decoration: none;
  position: relative;
  padding-right: 100px;
  text-align: right;
  display: inline-block;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 109, ../scss/_footer.scss */
.footer .purchase a:hover {
  color: #5b773b;
}
@media (max-width: 959px) {
  /* line 102, ../scss/_footer.scss */
  .footer .purchase a {
    padding: 0;
  }
}
/* line 116, ../scss/_footer.scss */
.footer .purchase h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5em;
}
/* line 123, ../scss/_footer.scss */
.footer .purchase img {
  width: auto;
  position: absolute;
  right: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 959px) {
  /* line 123, ../scss/_footer.scss */
  .footer .purchase img {
    height: 80px;
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 959px) {
  /* line 141, ../scss/_footer.scss */
  .footer .purchase:hover img {
    height: 80px;
    top: auto;
    right: auto;
  }
}
/* line 152, ../scss/_footer.scss */
.footer .credits {
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
  line-height: 1.5em;
}
@media (min-width: 960px) {
  /* line 152, ../scss/_footer.scss */
  .footer .credits {
    width: 60%;
    text-align: left;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  /* line 152, ../scss/_footer.scss */
  .footer .credits {
    width: 37%;
    text-align: left;
  }
}
@media (max-width: 959px) {
  /* line 152, ../scss/_footer.scss */
  .footer .credits {
    width: auto;
    text-align: center;
    padding: 20px;
  }
}
/* line 170, ../scss/_footer.scss */
.footer .credits a {
  text-decoration: none;
  font-weight: bold;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 175, ../scss/_footer.scss */
.footer .credits a:hover {
  color: #6b9fae;
}
@media (min-width: 960px) {
  /* line 179, ../scss/_footer.scss */
  .footer .credits > div {
    display: inline-block;
    margin: 0 5%;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  /* line 179, ../scss/_footer.scss */
  .footer .credits > div {
    margin: 0;
  }
}
/* line 189, ../scss/_footer.scss */
.footer .credits .heist a {
  display: inline-block;
}
/* line 192, ../scss/_footer.scss */
.footer .credits .heist img {
  height: 16px;
  vertical-align: middle;
}

/* line 206, ../scss/_footer.scss */
.footer .purchase img {
  height: 40px;
  top: -7px;
  right: 40px;
}
@media (max-width: 959px) {
  /* line 206, ../scss/_footer.scss */
  .footer .purchase img {
    height: 80px;
    top: auto;
    right: auto;
  }
}

@media (max-width: 959px) {
  /* line 223, ../scss/_footer.scss */
  .footer > div {
    display: block;
    text-align: center;
  }
}
/* line 231, ../scss/_footer.scss */
div.share {
  z-index: 100;
  position: absolute;
  height: 100%;
  color: #d7ca35;
  top: 0;
  right: 0;
  padding-right: 20px;
}
/* line 233, ../scss/_footer.scss */
div.share:before {
  content: '';
  position: absolute;
  top: 0;
  border-right: 53px solid #d7ca35;
  left: -53px;
  border-bottom: none;
  border-top: 50px solid transparent;
  border-left: none;
  z-index: -1;
  display: none;
}
@media (max-width: 959px) {
  /* line 233, ../scss/_footer.scss */
  div.share:before {
    display: none;
  }
}
@media (max-width: 959px) {
  /* line 231, ../scss/_footer.scss */
  div.share {
    position: relative;
    height: 50px;
    width: 100%;
    padding: 0;
  }
}
/* line 262, ../scss/_footer.scss */
div.share span {
  margin-left: -20px;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .4em;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_footer.scss */
  div.share span {
    margin-left: 0;
  }
}
/* line 273, ../scss/_footer.scss */
div.share span:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 2px;
  background: #c8572c;
  vertical-align: middle;
}
/* line 282, ../scss/_footer.scss */
div.share .svg {
  height: 28px;
  width: 28px;
  margin-right: 6px;
}
/* line 283, ../scss/_footer.scss */
div.share .svg path {
  fill: #d7ca35;
}
/* line 290, ../scss/_footer.scss */
div.share a {
  vertical-align: middle;
  display: inline-block;
}
/* line 293, ../scss/_footer.scss */
div.share a .svg {
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
/* line 296, ../scss/_footer.scss */
div.share a.fb .svg {
  height: 26px;
}
/* line 300, ../scss/_footer.scss */
div.share a:hover .svg path {
  fill: #6b9fae;
}

/* line 1, ../scss/_madrid.scss */
.cnt {
  padding: 30px;
}

/* line 10, ../scss/_madrid.scss */
.hidden {
  opacity: 0;
}

/* line 12, ../scss/_madrid.scss */
::-webkit-input-placeholder {
  color: #000;
}

/* line 16, ../scss/_madrid.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/* line 20, ../scss/_madrid.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

/* line 24, ../scss/_madrid.scss */
:-ms-input-placeholder {
  color: #000;
}

/* line 27, ../scss/_madrid.scss */
.errors {
  display: none;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

/* line 33, ../scss/_madrid.scss */
.stats {
  width: 260px;
}

/* line 36, ../scss/_madrid.scss */
.stats .item {
  width: 100%;
  font-size: 11px;
  color: #000;
  margin-bottom: 10px;
}

/* line 42, ../scss/_madrid.scss */
.stats .item .progress {
  width: 100px;
  height: 20px;
  color: #fff;
  background-color: #333;
}

/* line 48, ../scss/_madrid.scss */
.stats .item .progress span {
  width: 1%;
  height: 100%;
  display: block;
  background-color: blue;
}

/*
.vids{
	position:relative;
}

.vids .holder{
	position:absolute;	
	width:560px;
	height:315px;
	pointer-events:none;
}
.vids .black{
	background-color: #000;
	width:100%;
	height:100%;
	position: absolute;
	z-index: 1000;
	left:0;
	top:0;
}

.vids .vid{
	opacity:0;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
}
.vids.grid .holder{
	border:solid 1px red;
	position: relative;
	float:left;
	width:320px;
	height:180px;
}

.vids .vid iframe{
	width:100% !important;
	height:100% !important;
}

 ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
#controls{
	margin-left:30px;
	margin-top:30px;
}
#controls li{
	float:left;
	margin-right:20px;
}
#controls li a{
	text-decoration:none;
	display:block;
	width:26px;
	padding-top:6px;
	height:20px;
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:12px;
}



#hold-1{
	
}
#hold-2{
}
#hold-3{

}
#vid-1{
	z-index:10;
}
#vid-2{
	z-index:9;
	
}
#vid-3{
	z-index:8;
}

a.toggle{
	padding:10px;
	width:100px;
	display:block;
	background-color:#000;
	color:#fff;
}

*/
/* line 1, ../scss/_explore.scss */
#explore-view {
  background-color: black;
}
/* line 6, ../scss/_explore.scss */
#explore-view .explore-bottom {
  *zoom: 1;
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 3px 0;
}
/* line 46, ../scss/_mixins.scss */
#explore-view .explore-bottom:before, #explore-view .explore-bottom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 51, ../scss/_mixins.scss */
#explore-view .explore-bottom:after {
  clear: both;
}
/* line 14, ../scss/_explore.scss */
#explore-view .instructions {
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  color: #d7ca35;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0px;
  top: 42%;
  text-align: center;
  width: 900px;
  left: 50%;
  margin-left: -450px;
}
@media (max-width: 959px) {
  /* line 14, ../scss/_explore.scss */
  #explore-view .instructions {
    width: 100%;
    font-size: 11px;
    margin-left: 0;
    left: 0;
  }
}
/* line 36, ../scss/_explore.scss */
#explore-view #controls {
  margin-left: 0px;
  margin-top: 0px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 36, ../scss/_explore.scss */
  #explore-view #controls {
    float: none;
    width: 220px;
    margin: 0 auto;
  }
}
/* line 46, ../scss/_explore.scss */
#explore-view #controls li {
  float: none;
  display: inline-block;
  margin: 4px;
  width: auto;
  vertical-align: middle;
  color: #d7ca35;
}
/* line 53, ../scss/_explore.scss */
#explore-view #controls li.rooms {
  font-size: 9px;
  letter-spacing: .1em;
}
@media (max-width: 959px) {
  /* line 53, ../scss/_explore.scss */
  #explore-view #controls li.rooms {
    display: block;
  }
}
/* line 62, ../scss/_explore.scss */
#explore-view #controls li a {
  text-decoration: none;
  display: block;
  padding-top: 6px;
  height: 20px;
  background-color: #d7ca35;
  background-repeat: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #303136;
  text-align: center;
  font-size: 15px;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 1.2em;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 81, ../scss/_explore.scss */
#explore-view #controls li a span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0em;
}
/* line 90, ../scss/_explore.scss */
#explore-view #controls li a.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 1, ../scss/_film.scss */
#film-view {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 3, ../scss/_film.scss */
#film-view .film-bottom {
  *zoom: 1;
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 3px 0;
  height: 50px;
}
/* line 46, ../scss/_mixins.scss */
#film-view .film-bottom:before, #film-view .film-bottom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 51, ../scss/_mixins.scss */
#film-view .film-bottom:after {
  clear: both;
}
/* line 12, ../scss/_film.scss */
#film-view .film-big-play {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-image: url(../img/play.svg);
  background-repeat: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
  display: none;
}

/* line 13, ../scss/sheds.scss */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
}

/* line 23, ../scss/sheds.scss */
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

/* line 32, ../scss/sheds.scss */
body {
  text-align: center;
  background-color: black;
  min-height: 100vh;
}

/* line 38, ../scss/sheds.scss */
a {
  color: #d7ca35;
  text-decoration: underline;
}

/* line 45, ../scss/sheds.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/* line 49, ../scss/sheds.scss */
.xx {
  width: 1164px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 49, ../scss/sheds.scss */
  .xx {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 300px;
  }
}

/* line 67, ../scss/sheds.scss */
.bg-overlay {
  background-image: url(../img/bg/room1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* line 81, ../scss/sheds.scss */
.curtain {
  background: black;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

/* line 96, ../scss/sheds.scss */
#main-view {
  min-height: 139px;
}

/* line 100, ../scss/sheds.scss */
.main-in {
  height: 139px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -119.5px;
}
@media (max-width: 959px) {
  /* line 100, ../scss/sheds.scss */
  .main-in {
    margin-top: -219.5px;
  }
}

/* line 111, ../scss/sheds.scss */
.title {
  margin: 0 auto;
  text-align: center;
}
/* line 116, ../scss/sheds.scss */
.title h1 {
  font-size: 42px;
  color: #d7ca35;
  font-weight: 100;
  margin: 0;
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media (max-width: 959px) {
  /* line 116, ../scss/sheds.scss */
  .title h1 {
    font-size: 24px;
  }
}
/* line 130, ../scss/sheds.scss */
.title h3 {
  color: #d7ca35;
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .6em;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* line 147, ../scss/sheds.scss */
.tbird .svg {
  height: auto;
}

/* line 152, ../scss/sheds.scss */
.main-menu {
  margin-top: 20px;
}
/* line 154, ../scss/sheds.scss */
.main-menu a {
  display: inline-block;
  margin-top: 36px;
  font-size: 24px;
  border-bottom: 5px solid rgba(239, 32, 46, 0.5);
  text-decoration: none;
  line-height: .9em;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 164, ../scss/sheds.scss */
.main-menu a:hover {
  letter-spacing: .1em;
}

/* line 173, ../scss/sheds.scss */
#main-view,
.interior-view {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  overflow: auto;
  padding-bottom: 100px;
}
@media (max-width: 959px) {
  /* line 173, ../scss/sheds.scss */
  #main-view,
  .interior-view {
    bottom: auto;
    height: 100vh;
    position: absolute;
    padding: 0;
  }
}
/* line 189, ../scss/sheds.scss */
#main-view .close-film-view,
#main-view .close-view,
.interior-view .close-film-view,
.interior-view .close-view {
  font-family: 'Comfortaa';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 50px;
  line-height: .8em;
  position: absolute;
  top: 10px;
  right: 12px;
  text-decoration: none;
  font-weight: 100;
  color: #c8572c;
  display: none;
}

/* line 205, ../scss/sheds.scss */
.vc {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 212, ../scss/sheds.scss */
.vid-window {
  width: 700px;
  height: 280px;
  overflow: hidden;
  position: relative;
  color: #d7ca35;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 212, ../scss/sheds.scss */
  .vid-window {
    width: 100%;
    height: 40.8vw;
  }
}
/* line 225, ../scss/sheds.scss */
.vid-window.film-window {
  width: 100%;
  height: 40.8vw;
}
/* line 229, ../scss/sheds.scss */
.vid-window .vids, .vid-window .holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 236, ../scss/sheds.scss */
.vid-window .vids {
  z-index: 1;
}
/* line 244, ../scss/sheds.scss */
.vid-window .holder, .vid-window .vid {
  pointer-events: none;
}

/* line 252, ../scss/sheds.scss */
.tablet .vid-window .holder, .tablet .vid-window .vid, .mobile .vid-window .holder, .mobile .vid-window .vid {
  pointer-events: auto;
}

/* line 258, ../scss/sheds.scss */
.loading-msg {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

/* line 265, ../scss/sheds.scss */
#bigload {
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
/* line 272, ../scss/sheds.scss */
#bigload .in {
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #c8572c;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 283, ../scss/sheds.scss */
.film-launch,
.explore-button {
  position: relative;
  z-index: 200;
  border-radius: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-top: 20px;
  background-color: #d7ca35;
  color: #303136;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  -ms-transform: translateZ(0);
  -ms-backface-visibility: hidden;
  -ms-perspective: 1000;
  -o-transform: translateZ(0);
  -o-backface-visibility: hidden;
  -o-perspective: 1000;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  /*
  &.film-launch {
  	&:hover {
  		background-color: $tsgreen;
  	}
  }
  */
}
/* line 300, ../scss/sheds.scss */
.film-launch:hover,
.explore-button:hover {
  padding: 5px 50px;
  background: #6b9fae;
  /* webkit chrome, safari, mobile */
  -webkit-animation-name: sheds-fade-bg;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  /* mozilla ff */
  -moz-animation-name: sheds-fade-bg;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  /* microsoft ie */
  -ms-animation-name: sheds-fade-bg;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  /* microsoft ie */
  -o-animation-name: sheds-fade-bg;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* line 320, ../scss/sheds.scss */
.mobile-message {
  color: #d7ca35;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 20px;
  text-transform: none;
  letter-spacing: .1em;
}
/* line 329, ../scss/sheds.scss */
.mobile-message p {
  margin-bottom: 10px;
}

/* line 334, ../scss/sheds.scss */
.desktop .mobile-message {
  display: none;
}

/* line 339, ../scss/sheds.scss */
.film-player-buttons,
.player-buttons {
  display: none;
  position: absolute;
  right: 30px;
  top: 10px;
  text-align: right;
}
@media (max-width: 959px) {
  /* line 339, ../scss/sheds.scss */
  .film-player-buttons,
  .player-buttons {
    float: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
}
/* line 356, ../scss/sheds.scss */
.film-player-buttons a,
.player-buttons a {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 366, ../scss/sheds.scss */
.film-player-buttons a:hover,
.player-buttons a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 372, ../scss/sheds.scss */
.film-player-buttons .film-play-pause.paused,
.film-player-buttons .explore-play-pause.paused,
.player-buttons .film-play-pause.paused,
.player-buttons .explore-play-pause.paused {
  background-image: url(../img/play.svg);
}
/* line 375, ../scss/sheds.scss */
.film-player-buttons .film-play-pause.playing,
.film-player-buttons .explore-play-pause.playing,
.player-buttons .film-play-pause.playing,
.player-buttons .explore-play-pause.playing {
  background-image: url(../img/pause.svg);
}
/* line 380, ../scss/sheds.scss */
.film-player-buttons .film-rewind,
.film-player-buttons .explore-rewind,
.player-buttons .film-rewind,
.player-buttons .explore-rewind {
  margin-right: 10px;
  background-image: url(../img/rewind.svg);
}

/* line 387, ../scss/sheds.scss */
.vid {
  height: 315px;
  width: 560px;
}
@media (min-width: 960px) {
  /* line 387, ../scss/sheds.scss */
  .vid {
    /* position: absolute;
    top: 50%;
    margin-top: -157px;
    left: 50%;
    margin-left: -280px;	*/
  }
}
@media (max-width: 959px) {
  /* line 387, ../scss/sheds.scss */
  .vid {
    max-width: 100%;
  }
}
