@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 0.9; }
  to {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  from {
    opacity: 0.9; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 0.9; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype"), url("../fonts/roboto/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype"), url("../fonts/roboto/Roboto-Thin.svg#Roboto") format("svg"); }

/* ============================================== */
/* ============================================== */
/* ============================================== */
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("/assets/fonts/MonoSocialIconsFont-1.10.eot");
  src: url("/assets/fonts/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/MonoSocialIconsFont-1.10.woff") format("woff"), url("/assets/fonts/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("/assets/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("/assets/fonts/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.social, .social:before, a#speaker, a#speaker:before,
a.splash-links, a.splash-links:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.social:before, a#speaker:before, a.splash-links:before {
  content: attr(title);
  margin-right: 0.3em; }

/* ============================================== */
/* ============================================== */
.dark .link-btn {
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  line-height: 1;
  padding: 4px 14px 4px 14px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-transform: uppercase; }
  .dark .link-btn span {
    color: #333333;
    font-size: 18px;
    line-height: 1; }

/* ============================================== */
/* ============================================== */
/* ==================
  VIEW : Each scrollable "page" uses the view as the base setting
*/
/*
@mixin transition-expand($duration: 0.5s){
  -webkit-transition: all $duration ease;
  -moz-transition: all $duration ease;
  transition: all $duration ease;
}
*/
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
html, body {
  font-family: arial;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

h1 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 2.5em;
  margin-top: 0em;
  margin-bottom: 0em; }

h2 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.75em;
  margin-top: 0em;
  margin-bottom: 0em; }

h3 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  margin-top: 0em;
  margin-bottom: 0em; }

h4 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.25em;
  margin-top: 0em;
  margin-bottom: 0em; }

h5 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.1em;
  margin-top: 0em;
  margin-bottom: 0em; }

h6 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0em; }

nav {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0em; }

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.7em;
  font-weight: lighter;
  margin-top: 1em; }

a {
  border: 0; }
  a img {
    border: 0; }

span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.7em;
  font-weight: lighter; }

em {
  font-style: normal;
  font-weight: bold; }

blockquote {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: lighter;
  font-style: italic; }

blockquote {
  background: #f9f9f9;
  margin: 0.5em 10px;
  padding: .5em 10px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em; }

blockquote p {
  display: inline; }

#wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

/* ============================================== */
/* ============================================== */
.light body, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light span {
  color: #333333; }

.light a, .light a:visited {
  color: #333333;
  text-decoration: none; }

.light a:hover {
  color: #ffffff;
  background-color: #7a0040; }

.dark body, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark span {
  color: #ffffff; }

.dark a, .dark a:visited {
  color: #ffffff;
  text-decoration: none; }

.dark a:hover {
  color: #ffffff;
  background-color: #7a0040; }

/* ============================================== */
::selection {
  background: #7a0040;
  /* Safari */
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #7a0040;
  /* Firefox */
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  background: #7a0040;
  /* Webkit */
  color: #ffffff;
  text-shadow: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ============================================== */
/* ============================================== */
.btn {
  color: #fff !important;
  background-color: #2e0018;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.75;
  transition: all .4s ease 0s;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover {
    background-color: black !important; }

.btn-transparent {
  background: transparent !important;
  border: 1px solid #fff; }
  .btn-transparent:hover {
    background-color: #fff !important;
    color: #000 !important; }

.btn-large {
  padding-left: 70px;
  padding-right: 70px; }

.row {
  margin: 0 auto;
  margin-bottom: 4em; }
  .row .col2 {
    width: 46%;
    float: left; }
    .row .col2:nth-child(2n) {
      margin-left: 5%; }
    @media (max-width: 767px) {
      .row .col2 {
        width: 100%; }
        .row .col2:nth-child(2n) {
          margin-left: 0; } }

#header.fixed-nav:before {
  content: "";
  display: block;
  top: 0;
  z-index: 5;
  height: 55px;
  width: 100%;
  background: #121212;
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 0)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#logo, #logo-light {
  position: absolute;
  top: 8px;
  left: 50%;
  margin: 0 auto;
  margin-left: -200px;
  width: 400px;
  height: 44px;
  z-index: 15;
  text-align: center; }
  @media (max-width: 767px) {
    #logo, #logo-light {
      width: 200px;
      height: 22px;
      top: 15px;
      left: 10px;
      margin-left: 0; } }

.fixed-nav #logo, .fixed-nav #logo-light {
  display: none; }

.fixed-nav #logo-light {
  display: block; }

header#header {
  top: 0;
  position: fixed;
  height: 3em;
  width: 100%;
  z-index: 10; }
  header#header .spotify-follow {
    position: absolute;
    top: 15px;
    right: 10px; }
    @media (max-width: 767px) {
      header#header .spotify-follow {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      header#header .spotify-follow {
        left: 10px; } }
  header#header nav ul li a {
    outline: 0;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #7a0040; }
    header#header nav ul li a:hover {
      background-color: white; }
  header#header.fixed-nav nav ul li a {
    font-size: 12px;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 0; }
    header#header.fixed-nav nav ul li a:hover {
      background-color: #7a0040; }
  header#header nav {
    top: 0;
    position: absolute;
    width: 100%; }
    header#header nav ul {
      list-style-type: none; }
      @media (min-width: 768px) and (max-width: 1023px) {
        header#header nav ul {
          display: none; } }
      @media (max-width: 767px) {
        header#header nav ul {
          display: none; } }
      header#header nav ul li {
        float: left;
        margin-right: 10px; }
        header#header nav ul li a {
          color: #7a0040;
          text-decoration: none; }
  header#header.fixed-nav nav ul li a {
    color: white; }

.menu-active {
  overflow: hidden; }

#mobilemenu {
  display: none;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #222222;
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center; }
  #mobilemenu:after {
    content: "";
    display: table;
    clear: both; }
  #mobilemenu a {
    color: #fff;
    font-size: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin-top: 0.3em;
    text-decoration: none;
    border-bottom: 0; }
    #mobilemenu a:hover {
      border-bottom: 2px solid #fff; }
  #mobilemenu li {
    margin-top: 25px; }
  #mobilemenu ul {
    list-style-type: none; }

.lt-ie9 header .hamburger {
  display: none; }

.hamburger {
  outline: 0;
  width: 58px;
  height: 68px;
  padding: 16px 16px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  border: 0; }
  .hamburger:visited, .hamburger.active, .hamburger.hover {
    border: 0;
    text-decoration: none; }
  @media (max-width: 767px) {
    .hamburger {
      display: block;
      top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hamburger {
      top: 0px;
      display: block; } }
  @media (min-width: 1024px) {
    .hamburger {
      display: none; } }
  .hamburger:hover {
    background: none; }
    .hamburger:hover span {
      background: white; }
  .hamburger span {
    width: 28px;
    height: 4px;
    display: block;
    background: white;
    margin-bottom: 5px;
    z-index: 20;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased; }

@-webkit-keyframes skip {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes skip {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

.next-marker {
  transition: all .2s linear;
  width: 100%;
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 32px; }
  .next-marker svg {
    fill: #fff;
    -webkit-animation: skip 3s infinite;
    animation: skip 3s infinite; }

#splash {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 85%;
  position: relative;
  background: transparent;
  background-attachment: fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')"; }
  @media (max-width: 767px) {
    #splash {
      background-position: 40%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #splash {
      background-position: 30%; } }
  #splash h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1;
    visibility: visible; }
  #splash video.bgvideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url("/assets/images/train.jpg") no-repeat;
    background-size: cover;
    transition: 1s opacity; }

#splash2 {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  background: url("/assets/images/snow_bg.jpg") no-repeat #0e0c17;
  background-attachment: fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')"; }

#splash3 {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  background: url("/assets/images/snow_bg.jpg") no-repeat #0e0c17;
  background-attachment: fixed;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')"; }

#single {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  height: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  background: #2e0018; }
  #single:after {
    content: "";
    display: table;
    clear: both; }
  #single .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #single .buttons {
    box-sizing: border-box; }
  #single .link-btn {
    margin-top: 20px;
    background-color: #fff;
    color: #333333;
    margin-right: 5px; }
    #single .link-btn:hover {
      color: #ffffff;
      background-color: #7a0040; }
      #single .link-btn:hover span {
        color: #ffffff !important; }
  #single h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px;
    margin-top: 0.1em;
    margin-bottom: 0.1em; }
  #single h2 {
    font-family: "Roboto-Thin", sans-serif;
    font-size: 2em; }
  #single h3 {
    font-family: "Roboto-Thin", sans-serif;
    margin-top: 2em; }
  #single .btn {
    margin-top: 30px; }
  #single .album-cover {
    display: block;
    float: left;
    width: 400px;
    height: 400px; }
    #single .album-cover img {
      display: block; }
  #single .content {
    display: block;
    float: left;
    text-align: left;
    margin-left: 60px;
    margin-top: 40px; }
  @media (max-width: 767px) {
    #single .album-cover {
      width: 300px;
      height: 300px;
      margin: 0 auto;
      display: block;
      float: none; }
    #single .content {
      margin: 0 auto;
      margin-top: 30px;
      display: block;
      float: none;
      text-align: center; }
    #single h1 {
      font-size: 1.5em;
      letter-spacing: 0.4em; }
    #single h2 {
      font-size: 12px; }
    #single h3 {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #single .album-cover {
      width: 300px;
      height: 300px;
      margin-left: 20px; }
    #single .content {
      margin-left: 20px; }
    #single h1 {
      font-size: 2em;
      letter-spacing: 0.2em; }
    #single h2 {
      font-size: 18px; }
    #single h3 {
      font-size: 16px; } }

#album {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  height: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  background: #2e0018; }
  #album:after {
    content: "";
    display: table;
    clear: both; }
  #album .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #album .buttons {
    box-sizing: border-box; }
  #album .link-btn {
    margin-top: 20px;
    background-color: #fff;
    color: #333333;
    margin-right: 5px; }
    #album .link-btn:hover {
      color: #ffffff;
      background-color: #7a0040; }
      #album .link-btn:hover span {
        color: #ffffff !important; }
  #album h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-size: 2em; }
  #album h2 {
    font-family: "Roboto-Thin", sans-serif;
    font-size: 2em; }
  #album h3 {
    font-family: "Roboto-Thin", sans-serif; }
  #album .btn {
    margin-top: 30px; }
  #album .row {
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      #album .row {
        max-width: 300px; } }
  #album .col {
    display: block;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-right: 50px; }
    #album .col:nth-child(2n) {
      margin-left: 0px; }
      @media (max-width: 767px) {
        #album .col:nth-child(2n) {
          margin-left: 0;
          margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #album .col {
        margin-right: 5px; } }
  #album a.album-cover {
    display: block;
    width: 300px;
    height: 300px; }
    #album a.album-cover img {
      width: 300px; }
  @media (max-width: 767px) {
    #album .album-cover img {
      margin: 0 auto;
      display: block; }
    #album h1 {
      font-size: 1.5em;
      letter-spacing: 0.4em; }
    #album h2 {
      font-size: 12px; }
    #album h3 {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #album .album-cover img {
      margin: 0 auto; }
    #album h1 {
      font-size: 2em;
      letter-spacing: 0.2em; }
    #album h2 {
      font-size: 18px; }
    #album h3 {
      font-size: 16px; } }

#music {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  height: auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  background-color: #0e2534;
  background-image: url("/assets/images/sibiria-white-bg.jpg");
  background-size: cover;
  padding-bottom: 20px; }
  #music:after {
    content: "";
    display: table;
    clear: both; }
  #music .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #music h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px;
    margin-top: 0.1em;
    margin-bottom: 0.1em; }
  #music h2 {
    font-family: "Roboto-Thin", sans-serif;
    font-size: 2em; }
  #music h3 {
    font-family: "Roboto-Thin", sans-serif; }
  #music a#spotifyPlayer {
    display: block;
    width: 300px;
    height: 380px; }
  #music img {
    width: 300px;
    height: 380px; }
  #music iframe {
    display: none; }
  @media (max-width: 767px) {
    #music h1 {
      font-size: 1.5em;
      letter-spacing: 0.4em; }
    #music h2 {
      font-size: 12px; }
    #music h3 {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #music h1 {
      font-size: 2em;
      letter-spacing: 0.2em; }
    #music h2 {
      font-size: 18px; }
    #music h3 {
      font-size: 16px; } }
  #music .music-stores {
    margin-top: 60px;
    display: inline-block; }
    #music .music-stores a {
      outline: 0;
      font-size: 4em;
      color: #7a0040; }
      #music .music-stores a:hover {
        background: transparent !important;
        color: white; }

#bio {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: relative;
  height: auto;
  text-align: center;
  position: relative;
  background: url("/assets/images/train-bg-2.jpg") no-repeat black;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center; }
  #bio:after {
    content: "";
    display: table;
    clear: both; }
  #bio .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #bio h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px;
    color: #999999; }
  #bio h2 {
    font-size: 2em;
    color: #999999; }
  #bio h3 {
    color: #999999; }
  #bio p {
    font-size: 1.1em;
    color: #999999; }
  @media (max-width: 767px) {
    #bio h1 {
      font-size: 3em;
      letter-spacing: 0.4em; }
    #bio h2  {
      font-size: 1.5em; }
    #bio p {
      margin-top: 2em;
      font-size: 1em; } }
  #bio .subtitle {
    margin: 0 auto;
    margin-top: 1em;
    font-size: 1.3em;
    font-style: italic;
    color: #999999;
    width: 50%;
    max-width: 500px;
    display: block; }
    @media (max-width: 767px) {
      #bio .subtitle {
        width: 80%; } }
    #bio .subtitle.caption {
      color: #999999;
      font-size: 1.1em; }
  #bio .row {
    text-align: justify;
    width: 80%; }
    #bio .row:after {
      content: "";
      display: table;
      clear: both; }

#lyrics {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: relative;
  height: auto;
  text-align: center;
  position: relative;
  background: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center; }
  #lyrics:after {
    content: "";
    display: table;
    clear: both; }
  #lyrics .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #lyrics h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px; }
  #lyrics h2 {
    font-size: 2em;
    color: #5E6472; }
  #lyrics p {
    font-size: 1.1em;
    color: #5E6472; }
  @media (max-width: 767px) {
    #lyrics h1 {
      font-size: 3em;
      letter-spacing: 0.4em; }
    #lyrics h2  {
      font-size: 1.5em; }
    #lyrics p {
      margin-top: 2em;
      font-size: 1em; } }
  #lyrics .lyric-links {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 800px;
    color: #ccc; }
    @media (max-width: 767px) {
      #lyrics .lyric-links {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 300px; } }
    #lyrics .lyric-links a {
      display: inline-block;
      margin-left: 10px;
      margin-top: 10px;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #ccc; }
      @media (max-width: 767px) {
        #lyrics .lyric-links a {
          line-height: 13px;
          font-size: 12px; } }

#store {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  height: auto;
  box-sizing: border-box;
  position: relative;
  background: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding-top: 10px; }
  #store:after {
    content: "";
    display: table;
    clear: both; }
  #store .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #store h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    color: #7a0040; }
  #store h2 {
    font-size: 2em; }
  #store p {
    font-size: 1.1em;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #7a0040; }
    @media (max-width: 767px) {
      #store p {
        width: 80%; } }
  #store .music-stores {
    margin-top: 60px;
    display: inline-block; }
    #store .music-stores a {
      outline: 0;
      font-size: 4em;
      color: #2e0018; }
      #store .music-stores a:hover {
        background: transparent !important;
        color: white; }
  @media (max-width: 767px) {
    #store h1 {
      margin-top: 1em;
      font-size: 3em; } }
  #store .row {
    width: 80%; }
    #store .row:after {
      content: "";
      display: table;
      clear: both; }

#songs {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  height: auto;
  background: url("/assets/images/train-bg-bw.jpg") no-repeat #0e0c17;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')";
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  box-sizing: border-box;
  position: relative;
  text-align: center; }
  #songs:after {
    content: "";
    display: table;
    clear: both; }
  #songs .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #songs h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    max-width: 800px; }
  #songs h2 {
    font-size: 2em; }
  #songs .row {
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      #songs .row {
        max-width: 300px; } }
  #songs .row.follow {
    margin-top: 40px;
    display: inline-block;
    width: 100%; }
  #songs .music-stores {
    margin-top: 60px;
    display: inline-block;
    width: 100%; }
    #songs .music-stores a {
      outline: 0;
      font-size: 4em;
      color: #610033; }
      #songs .music-stores a:hover {
        background: transparent !important;
        color: white; }
  #songs .song {
    display: block;
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    background-repeat: no-repeat; }
    #songs .song:nth-child(3n) {
      margin-left: 0px; }
      @media (max-width: 767px) {
        #songs .song:nth-child(3n) {
          margin-left: 0;
          margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #songs .song {
        margin-right: 5px;
        width: 250px;
        height: 250px;
        background-size: 250px 250px; } }
    #songs .song#sc-trooper {
      background-image: url(/assets/images/music/cover_trooper.jpg); }
    #songs .song#sc-seven {
      background-image: url(/assets/images/music/cover_seven.jpg); }
    #songs .song#sc-twysi {
      background-image: url(/assets/images/music/cover_twysi.jpg); }
    #songs .song#sc-collide {
      background-image: url(/assets/images/music/cover_collide.jpg); }
    #songs .song#sc-moscow {
      background-image: url(/assets/images/music/cover_moscow.jpg); }
    #songs .song#sc-close {
      background-image: url(/assets/images/music/cover_close_enough.jpg); }
    #songs .song a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #songs .song a:hover {
        background: #121212;
        opacity: 0.5; }

#videos {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  min-height: 600px;
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url("/assets/images/train-bg.jpg") no-repeat #0e0c17;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')";
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding-top: 10px; }
  #videos .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #videos .simple-row {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px; }
  #videos h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    margin-top: 1em; }
  #videos .video {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    width: 853px;
    height: 480px;
    -webkit-box-shadow: 0px 15px 62px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 15px 62px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 15px 62px -11px rgba(0, 0, 0, 0.75);
    background-size: 853px 480px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #videos .video {
        width: 640px;
        height: 360px;
        background-size: 640px 360px; } }
    @media (max-width: 767px) {
      #videos .video {
        width: 340px;
        height: 191px;
        background-size: 340px 191px; } }
    #videos .video#video-main {
      background-image: url(/assets/images/video_moscow.jpg); }
    #videos .video a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0;
      opacity: 0.7;
      background-image: url(/assets/images/play-v-120-single.png);
      background-repeat: no-repeat;
      background-size: 120px 120px;
      background-position: 50%; }
      #videos .video a:hover {
        opacity: 0.3;
        background-color: transparent; }
  #videos #video-thumbs {
    position: relative;
    width: 853px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #videos #video-thumbs {
        width: 640px; } }
    @media (max-width: 767px) {
      #videos #video-thumbs {
        width: 340px; } }
    #videos #video-thumbs .video-thumb {
      display: block;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      width: 190px;
      height: 107px;
      background-size: 190px 107px;
      background-repeat: no-repeat; }
      #videos #video-thumbs .video-thumb a {
        display: block;
        width: 100%;
        height: 100%;
        outline: 0;
        opacity: 0.7;
        background-image: url(/assets/images/play-v-40-single.png);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: 50%; }
        #videos #video-thumbs .video-thumb a:hover {
          opacity: 0.3;
          background-color: transparent; }
      @media (max-width: 767px) {
        #videos #video-thumbs .video-thumb {
          width: 160px;
          height: 90px;
          margin-right: 0px; } }
      @media (min-width: 1024px) {
        #videos #video-thumbs .video-thumb:nth-child(4n) {
          margin-right: 0;
          float: right; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        #videos #video-thumbs .video-thumb:nth-child(3n) {
          margin-right: 0;
          float: right; } }
      @media (max-width: 767px) {
        #videos #video-thumbs .video-thumb:nth-child(2n) {
          margin-right: 0;
          float: right; } }
      #videos #video-thumbs .video-thumb#thumb-twysi {
        background-image: url(/assets/images/video_twysi.jpg); }
      #videos #video-thumbs .video-thumb#thumb-trooper {
        background-image: url(/assets/images/video_trooper.jpg); }
      #videos #video-thumbs .video-thumb#thumb-ps {
        background-image: url(/assets/images/video_ps.jpg); }
      #videos #video-thumbs .video-thumb#thumb-wmhb {
        background-image: url(/assets/images/video_wmhb.jpg); }
      #videos #video-thumbs .video-thumb#thumb-htm {
        background-image: url(/assets/images/video_htm.jpg); }
      #videos #video-thumbs .video-thumb#thumb-numb {
        background-image: url(/assets/images/video_numb.jpg); }
      #videos #video-thumbs .video-thumb#thumb-mmbm {
        background-image: url(/assets/images/video_mmbm.jpg); }
      #videos #video-thumbs .video-thumb#thumb-tmo {
        background-image: url(/assets/images/video_tmo.jpg); }
      #videos #video-thumbs .video-thumb#thumb-collide {
        background-image: url(/assets/images/video_collide.jpg); }
      #videos #video-thumbs .video-thumb#thumb-moscow {
        background-image: url(/assets/images/video_moscow.jpg); }

#contact {
  display: inline-block;
  /* Remember, when no padding is set the margin of the first child element
    will collapse with this. Touching the element above this view instead... */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  height: auto;
  box-sizing: border-box;
  position: relative;
  background: #0e2534;
  background-image: url("/assets/images/sibiria-white-bg.jpg");
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$bg-image, sizingMethod='scale')";
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding-top: 10px; }
  #contact:after {
    content: "";
    display: table;
    clear: both; }
  #contact .view {
    margin-top: 4em;
    margin-bottom: 4em; }
  #contact h1 {
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
    font-family: "Roboto-Thin", sans-serif;
    font-size: 3em;
    letter-spacing: 0.2em;
    color: #7a0040; }
  #contact h2 {
    font-size: 2em; }
  #contact p {
    font-size: 1.1em;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #7a0040; }
    @media (max-width: 767px) {
      #contact p {
        width: 80%; } }
  #contact .social-media-icons {
    display: inline-block; }
    #contact .social-media-icons a {
      outline: 0;
      font-size: 4em;
      color: #7a0040; }
      #contact .social-media-icons a:hover {
        background: transparent !important;
        color: #0e2534; }
  #contact .contactinfo {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 1em;
    color: #7a0040; }
    #contact .contactinfo a {
      color: #7a0040; }
      #contact .contactinfo a:hover {
        color: white; }
  @media (max-width: 767px) {
    #contact h1 {
      margin-top: 1em;
      font-size: 3em; } }
  #contact .row {
    margin-bottom: 1em; }
    #contact .row:after {
      content: "";
      display: table;
      clear: both; }

.wf-loading #splash #campaign h1,
.wf-loading #splash #campaign h2,
.wf-loading #splash #campaign h3,
.wf-loading #splash #campaign h4 {
  visibility: hidden !important; }

.wf-active #splash #campaign h1,
.wf-active #splash #campaign h2,
.wf-active #splash #campaign h3,
.wf-active #splash #campaign h4 {
  visibility: visible !important;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

#splash #campaign {
  text-align: center;
  padding-top: 23%;
  position: relative;
  /*
		#videoSplash{
			position: relative;
		}

		a#playVideo {
			$diameter : 120px;
			display: block;

			width: $diameter;
			height: $diameter;
			background: url("/assets/images/play-v-120.png") no-repeat transparent;
			position: absolute;
			left: 50%;
			top: 170%;

			@include tablet(){
				top: 160%;
			}
			@include mobile(){
				top: 180%;
			}

			margin-top: -$diameter/2;
			margin-left: -$diameter/2;
			&:hover {
				background-position: center bottom;
			}
		}

		*/ }
  #splash #campaign .btn {
    margin-top: 30px; }
  #splash #campaign h1, #splash #campaign h2, #splash #campaign h3, #splash #campaign a {
    font-family: "Roboto-Thin", sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #7a0040; }
  #splash #campaign .with-bg {
    background-color: rgba(122, 0, 64, 0.7); }
  #splash #campaign h1 {
    font-size: 60px;
    max-width: 900px;
    letter-spacing: 50px;
    margin: 0 auto; }
    #splash #campaign h1 a {
      outline: none; }
    #splash #campaign h1 a:hover {
      outline: none;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  #splash #campaign h2 {
    font-size: 1.5em;
    line-height: 1.7em; }
  #splash #campaign h3 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 2em; }
  @media (max-width: 767px) {
    #splash #campaign h1 {
      font-size: 40px;
      letter-spacing: 10px; }
      #splash #campaign h1 a:hover {
        color: #7a0040; }
    #splash #campaign h2 {
      font-size: 1.2em; }
    #splash #campaign h3 {
      font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #splash #campaign h1 {
      font-size: 90px;
      letter-spacing: 30px; }
      #splash #campaign h1 a:hover {
        color: #7a0040; }
    #splash #campaign h2 {
      font-size: 1.3em; }
    #splash #campaign h3 {
      font-size: 1.2em; } }
  #splash #campaign #speaker {
    position: absolute;
    border: none;
    width: 165px;
    height: 65px;
    left: 50%;
    margin-left: -82.5px;
    margin-top: -60px;
    font-size: 150px;
    color: #fff;
    border: none;
    /*
			background: url("/assets/images/speaker-150.png") no-repeat transparent;
			background-position: center top;
			&:hover{
				background-position: center bottom;
			}
			*/ }
    #splash #campaign #speaker:hover {
      color: #7a0040;
      text-decoration: none;
      background: transparent; }
  #splash #campaign #splashLinks {
    position: absolute;
    border: none;
    width: 340px;
    height: 85px;
    left: 50%;
    margin-left: -170px;
    margin-top: 0px; }
    #splash #campaign #splashLinks a {
      font-size: 75px;
      color: #fff;
      border: none;
      float: left;
      display: block; }
      #splash #campaign #splashLinks a:hover {
        color: #7a0040;
        text-decoration: none;
        background: transparent; }
    @media (max-width: 767px) {
      #splash #campaign #splashLinks {
        margin-left: -100px;
        width: 200px;
        margin-top: 20px; }
        #splash #campaign #splashLinks a {
          font-size: 45px; } }
  #splash #campaign iframe {
    z-index: 50; }

footer {
  height: 70px;
  width: 100%;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    footer {
      height: 140px; } }
  footer a, footer span {
    margin-top: 10px;
    font-size: 16px; }
  footer a {
    text-decoration: none;
    border: none;
    color: #fff; }
  footer span.copyright, footer span.contact {
    float: left;
    display: block;
    margin-left: 25px;
    margin-top: 25px;
    font-size: 12px; }
    @media (max-width: 767px) {
      footer span.copyright, footer span.contact {
        font-size: 10px; } }
  @media (max-width: 767px) {
    footer span.contact {
      margin-top: 5px;
      clear: both; } }
  footer a.social {
    float: right;
    font-size: 30px;
    color: black;
    transition: all 0.5s ease; }
    @media (max-width: 767px) {
      footer a.social {
        clear: left; } }
    footer a.social:hover {
      margin-top: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  footer a.social.right {
    margin-right: 20px; }

#modal {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 20; }
  #modal iframe {
    border: none;
    margin: auto auto;
    display: block;
    margin-top: 100px; }
  #modal iframe.soundcloud {
    width: 650px;
    height: 650px;
    margin-top: 100px; }
    @media (max-width: 767px) {
      #modal iframe.soundcloud {
        width: 350px;
        height: 350px; } }

.overlay {
  display: block !important; }
