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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../../files/sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../../../files/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../../../files/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../../../files/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/**
 * Set consistent quote types.
 */
/* line 181, ../../../files/sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../../../files/sass/_normalize.scss */
figure {
  margin: 0;
}

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

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../../../files/sass/_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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../../../files/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../../../files/sass/_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.
 */
/* line 337, ../../../files/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 348, ../../../files/sass/_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 361, ../../../files/sass/_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 4+.
 */
/* line 370, ../../../files/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

/** variables **/
@font-face {
  font-family: 'SweetSansOnAirHeavy';
  src: url("sweetsansonair-heavy-webfont.eot");
  src: url("sweetsansonair-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("sweetsansonair-heavy-webfont.woff") format("woff"), url("sweetsansonair-heavy-webfont.ttf") format("truetype"), url("sweetsansonair-heavy-webfont.svg#SweetSansOnAirHeavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SweetSansOnAirRegular';
  src: url("sweetsansonair-regular-webfont.eot");
  src: url("sweetsansonair-regular-webfont.eot?#iefix") format("embedded-opentype"), url("sweetsansonair-regular-webfont.woff") format("woff"), url("sweetsansonair-regular-webfont.ttf") format("truetype"), url("sweetsansonair-regular-webfont.svg#SweetSansOnAirRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SweetSansOnAirMedium';
  src: url("sweetsansonair-medium-webfont.eot");
  src: url("sweetsansonair-medium-webfont.eot?#iefix") format("embedded-opentype"), url("sweetsansonair-medium-webfont.woff") format("woff"), url("sweetsansonair-medium-webfont.ttf") format("truetype"), url("sweetsansonair-medium-webfont.svg#SweetSansOnAirMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 57, ../../../files/sass/_global.scss */
.sweet-sans-on-air-regular {
  font-family: 'SweetSansOnAirRegular', Arial, sans-serif;
}

/* line 61, ../../../files/sass/_global.scss */
.sweet-sans-on-air-medium {
  font-family: 'SweetSansOnAirMedium', Arial, sans-serif;
}

/* line 65, ../../../files/sass/_global.scss */
.sweet-sans-on-air-heavy {
  font-family: 'SweetSansOnAirHeavy', Arial, sans-serif;
}

/* line 69, ../../../files/sass/_global.scss */
html, body {
  background-color: black;
  color: #e6e6e6;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

/* line 78, ../../../files/sass/_global.scss */
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 650px;
  min-width: 1260px;
  overflow: hidden;
  background-image: url("../images/shared/grid_bg_tile.jpg");
  background-position: 0 0;
  background-repeat: repeat-x;
}

/* line 90, ../../../files/sass/_global.scss */
#header {
  position: relative;
  width: 100%;
  height: 119px;
  background-image: url("../images/shared/header_bg.png");
  background-repeat: repeat-x;
}

/* line 97, ../../../files/sass/_global.scss */
.header-center {
  position: relative;
  top: 10px;
  left: 20px;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}

/* line 106, ../../../files/sass/_global.scss */
.header-ad {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 728px;
  height: 90px;
  /*background: #900*/
}

/* line 115, ../../../files/sass/_global.scss */
.header-voice-logo {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 413px;
  height: 119px;
}

/* line 123, ../../../files/sass/_global.scss */
.header-tune-in {
  position: absolute;
  bottom: 10px;
  left: 153px;
  width: 161px;
  height: 36px;
}

/* line 131, ../../../files/sass/_global.scss */
.header-sponsor {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 180px;
  height: 80px;
}

/* line 139, ../../../files/sass/_global.scss */
#content {
  position: relative;
  width: 100%;
  height: 847px;
  background-image: url("../images/shared/bg_desktop.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

/* line 149, ../../../files/sass/_global.scss */
#footer {
  position: relative;
  width: 100%;
  height: 36px;
  padding-top: 15px;
  background: #1e1e1e;
}

/* line 157, ../../../files/sass/_global.scss */
#footer .nbc-logo {
  float: left;
  margin-top: -6px;
  margin-left: 7px;
  margin-right: 4px;
}

/* line 164, ../../../files/sass/_global.scss */
#footer .footer-link {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #363638;
  color: #a7a7b7;
  font-size: 11px;
}

/* line 172, ../../../files/sass/_global.scss */
#footer .footer-link.last {
  border-right: none;
}

/* line 176, ../../../files/sass/_global.scss */
.footer-link a {
  color: #616161;
  text-decoration: none;
}

/* line 181, ../../../files/sass/_global.scss */
.footer-link a:hover {
  color: #e62222;
}

/* line 185, ../../../files/sass/_global.scss */
#footer-social {
  float: right;
  margin-top: -10px;
}

/* line 190, ../../../files/sass/_global.scss */
#footer-social .social-icons {
  background-image: url("../images/shared/footer_share_btns.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

/* line 201, ../../../files/sass/_global.scss */
#footer-social .footer-fb {
  background-position: 0 -28px;
}

/* line 205, ../../../files/sass/_global.scss */
#footer-social .footer-fb:hover {
  background-position: 0 0;
}

/* line 209, ../../../files/sass/_global.scss */
#footer-social .footer-tw {
  background-position: -26px -28px;
  width: 33px;
}

/* line 214, ../../../files/sass/_global.scss */
#footer-social .footer-tw:hover {
  background-position: -26px 0;
}

/* line 218, ../../../files/sass/_global.scss */
#footer-social .footer-gp {
  background-position: -59px -28px;
}

/* line 222, ../../../files/sass/_global.scss */
#footer-social .footer-gp:hover {
  background-position: -59px 0;
}

/* line 226, ../../../files/sass/_global.scss */
#guide {
  display: none;
  position: fixed;
  top: 0;
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.01;
}

/* line 238, ../../../files/sass/_global.scss */
.btn {
  cursor: pointer;
}

/* line 242, ../../../files/sass/_global.scss */
.overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 250, ../../../files/sass/_global.scss */
#preloaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 259, ../../../files/sass/_global.scss */
#loadingOverlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 267, ../../../files/sass/_global.scss */
.loading-overlay-background {
  margin: 0 auto;
  position: relative;
  top: 38%;
  width: 89px;
  height: 89px;
  background-image: url("../images/overlay/loader_sprite.png");
}

@-webkit-keyframes play {
  /* line 283, ../../../files/sass/_global.scss */
  from {
    background-position: 0 0;
  }

  /* line 284, ../../../files/sass/_global.scss */
  to {
    background-position: 0 -2700px;
  }
}

@-moz-keyframes play {
  /* line 288, ../../../files/sass/_global.scss */
  from {
    background-position: 0 0;
  }

  /* line 289, ../../../files/sass/_global.scss */
  to {
    background-position: 0 -2700px;
  }
}

@-ms-keyframes play {
  /* line 293, ../../../files/sass/_global.scss */
  from {
    background-position: 0 0;
  }

  /* line 294, ../../../files/sass/_global.scss */
  to {
    background-position: 0 -2700px;
  }
}

@-o-keyframes play {
  /* line 298, ../../../files/sass/_global.scss */
  from {
    background-position: 0 0;
  }

  /* line 299, ../../../files/sass/_global.scss */
  to {
    background-position: 0 -2700px;
  }
}

@keyframes play {
  /* line 303, ../../../files/sass/_global.scss */
  from {
    background-position: 0 0;
  }

  /* line 304, ../../../files/sass/_global.scss */
  to {
    background-position: 0 -2700px;
  }
}

/* line 307, ../../../files/sass/_global.scss */
.no-left-border {
  border-left: none !important;
}

/** variables **/
/* line 14, ../../../files/sass/_timeline.scss */
#timelineContentWrapper {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 600px;
  margin-left: 100%;
}

/* line 23, ../../../files/sass/_timeline.scss */
#timelineHeader {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -511px;
  width: 1022px;
  height: 48px;
  /*background-image: url("../images/shared/timeline_headerline.png");*/
  background-position: 0 40px;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#timelineHeader .first-title{
	float: left;
}
#timelineHeader .second-title{
	float: right;
}

/* line 40, ../../../files/sass/_timeline.scss */
#timelineContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*margin-left: 100%;*/
  /*background-image: url("../images/shared/timeline_shadow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-bottom: 46px;*/
}

/* line 53, ../../../files/sass/_timeline.scss */
.no-touch #timelineContent {
  transition: left 0.7s;
  -webkit-transition: left 0.7s;
  -ms-transition: left 0.7s;
  -moz-transition: left 0.7s;
  -o-transition: left 0.7s;
}

/* line 57, ../../../files/sass/_timeline.scss */
#timelineContent.no-animation {
  transition: left 0s;
  -webkit-transition: left 0s;
  -ms-transition: left 0s;
  -moz-transition: left 0s;
  -o-transition: left 0s;
}

/*.timeline-next {
	position: absolute;
	top: 650px;
	right: 0;
	width: 50px;
	height: 50px;
	background: #999;
}

.timeline-prev {
	position: absolute;
	top: 650px;
	left: 0;
	width: 50px;
	height: 50px;
	background: #999;
}*/
/* line 79, ../../../files/sass/_timeline.scss */
.timeline-grid-template {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*.timeline-grid-template.3-3 {
	width: $grid-width*3;
	height: $grid-height*3;
}

.timeline-grid-template.3-2 {
	width: $grid-width*2;
	height: $grid-height*3;
}

.timeline-grid-template.2-3 {
	width: $grid-width*3;
	height: $grid-height*2;
}*/
/* line 102, ../../../files/sass/_timeline.scss */
.timeline-grid {
  position: absolute;
  /*float: left;*/
  top: 0;
  left: 0;
  /*background: #999;*/
}

/* line 110, ../../../files/sass/_timeline.scss */
.timeline-grid .content {
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
  word-wrap: break-word;
  overflow: hidden;
  padding: 10px;
}

/* line 132, ../../../files/sass/_timeline.scss */
.no-touch .timeline-grid-template .timeline-grid.scaleout {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

/* line 137, ../../../files/sass/_timeline.scss */
.no-touch .timeline-grid-template .timeline-grid.scaled {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 0.9;
}

/* line 144, ../../../files/sass/_timeline.scss */
.no-touch .timeline-grid-template.left-fade .timeline-grid.scaled,
.no-touch .timeline-grid-template.right-fade .timeline-grid.scaled {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -o-transition: none;
  cursor: default;
  opacity: 1;
}

/* line 151, ../../../files/sass/_timeline.scss */
.timeline-grid .content.featured {
  border: 5px solid #fdec63;
}

/* line 155, ../../../files/sass/_timeline.scss */
.timeline-grid .content.official {
  border: 5px solid #ff0700;
}

/* line 159, ../../../files/sass/_timeline.scss */
.timeline-grid a {
  text-decoration: none;
  color: #e62222;
}

/* line 164, ../../../files/sass/_timeline.scss */
.timeline-grid .content .profile-image {
  position: relative;
  width: 48px;
  height: 48px;
}

/* line 170, ../../../files/sass/_timeline.scss */
.timeline-grid .content .user-full-name {
  position: relative;
}

/* line 174, ../../../files/sass/_timeline.scss */
.timeline-grid .content .user-full-name a {
  color: #e6e6e6;
}

/* line 178, ../../../files/sass/_timeline.scss */
.timeline-grid .content .user-screen-name {
  position: relative;
  color: #a7a7b7;
}

/* line 183, ../../../files/sass/_timeline.scss */
.timeline-grid .content .content-text {
  position: relative;
  margin-top: 15px;
}

/* line 188, ../../../files/sass/_timeline.scss */
.timeline-grid .content .content-time {
  position: relative;
  color: #a7a7b7;
}

/* line 193, ../../../files/sass/_timeline.scss */
.timeline-grid .content .content-image {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 200, ../../../files/sass/_timeline.scss */
.vertical-table {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
}

/* line 207, ../../../files/sass/_timeline.scss */
.vertical-cell {
  display: inline-block;
}

/* line 217, ../../../files/sass/_timeline.scss */
.timeline-grid .content .social-network-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

/* line 227, ../../../files/sass/_timeline.scss */
.timeline-grid .content .featured-tag,
.timeline-grid .content .official-tag {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 87px;
  height: 71px;
}

/* line 236, ../../../files/sass/_timeline.scss */
.timeline-grid .user-info-container {
  position: absolute;
  top: 20px;
  left: 70px;
}

/* line 242, ../../../files/sass/_timeline.scss */
.timeline-grid .container-align-bottom {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 172px;
}

/* line 249, ../../../files/sass/_timeline.scss */
.timeline-grid .media-container {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 192px;
  height: 192px;
  overflow: hidden;
}

/* line 259, ../../../files/sass/_timeline.scss */
.timeline-grid .featured .media-container,
.timeline-grid .official .media-container {
  top: 9px;
  left: 9px;
  width: 182px;
  height: 182px;
}

/* line 266, ../../../files/sass/_timeline.scss */
.timeline-grid .media-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/shared/black_opacity_80.png");
  background-repeat: repeat;
}

/* line 276, ../../../files/sass/_timeline.scss */
.timeline-grid .text-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

/* line 283, ../../../files/sass/_timeline.scss */
.timeline-grid .play-btn {
  position: absolute;
  width: 87px;
  height: 87px;
  background: url(../images/shared/grid_play_btn.png) 0 0 no-repeat;
}

/* line 290, ../../../files/sass/_timeline.scss */
.timeline-grid .photo .play-btn {
  position: absolute;
  width: 87px;
  height: 87px;
  background: url(../images/shared/grid_gallery_btn.png) 0 0 no-repeat;
}

/* Grid 1x1 content */
/* line 299, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1,
.timeline-grid-1-1 .vertical-table {
  width: 200px;
  height: 200px;
}

/* line 304, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1.timeline-grid .play-btn {
  top: 153px;
  right: 18px;
  background: url(../images/shared/grid_play_btn_small.png) 0 0 no-repeat;
  width: 31px;
}

/* line 311, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1.timeline-grid .photo .play-btn {
  top: 153px;
  right: 18px;
  background: url(../images/shared/grid_gallery_btn_small.png) 0 0 no-repeat;
  width: 31px;
}

/* line 318, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1 .content {
  width: 172px;
  height: 172px;
  margin: 4px;
  background: url(../images/shared/module_bg_1_1.jpg) 0 0 no-repeat;
}

/* line 326, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1 .content.featured,
.timeline-grid-1-1 .content.official {
  height: 162px;
  width: 162px;
}

/* line 332, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1 .profile-image {
  /*width: 30px;
  height: 30px;*/
}

/* line 337, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1 .user-info-container {
  position: relative;
  top: 0;
  left: 0;
  /*top: $user-info-container-top - 18px;
  left: $user-info-container-left - 18px;*/
  width: 145px;
}

/* line 347, ../../../files/sass/_timeline.scss */
.timeline-grid-1-1 .featured .user-info-container,
.timeline-grid-1-1 .official .user-info-container {
  width: 110px;
}

/* Grid 1x2 content */
/* line 352, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 {
  width: 400px;
  height: 200px;
}

/* line 357, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .content {
  width: 372px;
  height: 172px;
  margin: 4px;
  /*background: #00A500;*/
  background: url(../images/shared/module_bg_1_2.jpg) 0 0 no-repeat;
}

/* line 365, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .content-media {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 392px;
  height: 392px;
}

/* line 373, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .media-container {
  width: 392px;
  /*height: ($grid-content-height + $grid-content-margin + $grid-content-padding) * 2 + ($grid-content-padding * 2);*/
}

/* line 378, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .container-align-bottom {
  width: 362px;
}

/* line 383, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .content.featured,
.timeline-grid-1-2 .content.official {
  height: 162px;
  width: 362px;
}

/* line 390, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .featured .media-container,
.timeline-grid-1-2 .official .media-container {
  height: 182px;
  width: 382px;
}

/* line 397, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .featured .container-align-bottom,
.timeline-grid-1-2 .official .container-align-bottom {
  bottom: 19px;
  left: 19px;
}

/* line 404, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .featured .play-btn,
.timeline-grid-1-2 .official .play-btn,
.timeline-grid-1-2 .play-btn {
  left: 156px;
  top: 35px;
}

/* line 409, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .user-info-container {
  width: 270px;
}

/* line 415, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .container-align-bottom .user-info-container,
.timeline-grid-1-2 .featured .container-align-bottom .user-info-container,
.timeline-grid-1-2 .official .container-align-bottom .user-info-container {
  top: 10px;
  left: 60px;
}

/* line 420, ../../../files/sass/_timeline.scss */
.timeline-grid-1-2 .media-container-overlay {
  background-image: url("../images/shared/grid_content_gradient.png");
  background-position: 0 -200px;
  background-repeat: repeat-x;
  background-color: transparent;
  opacity: 1;
}

/* Grid 2x2 content */
/* line 430, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2,
.timeline-grid-2-2 .vertical-table {
  width: 400px;
  height: 400px;
}

/* line 435, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .content {
  width: 372px;
  height: 372px;
  margin: 4px;
  /*background: #1C1CBB;*/
  background: url(../images/shared/module_bg_2_2.jpg) 0 0 no-repeat;
}

/* line 444, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .content.featured,
.timeline-grid-2-2 .content.official {
  height: 362px;
  width: 362px;
}

/* line 451, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .content-media {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 392px;
  height: 392px;
}

/* line 459, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .container-align-bottom {
  width: 372px;
}

/* line 463, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .media-container {
  width: 392px;
  height: 392px;
}

/* line 469, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .featured .media-container,
.timeline-grid-2-2 .official .media-container {
  height: 382px;
  width: 382px;
}

/* line 477, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .featured .vertical-table,
.timeline-grid-2-2 .official .vertical-table {
  width: 100%;
  height: 100%;
}

/* line 483, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .featured .container-align-bottom,
.timeline-grid-2-2 .official .container-align-bottom {
  bottom: 19px;
  left: 19px;
}

/* line 488, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .media-container-overlay {
  background-image: url("../images/shared/grid_content_gradient.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: transparent;
  opacity: 1;
}

/*.timeline-grid-2-2 .content .content-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/* line 506, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .featured .play-btn,
.timeline-grid-2-2 .official .play-btn,
.timeline-grid-2-2 .play-btn {
  left: 156px;
  top: 156px;
}

/* line 511, ../../../files/sass/_timeline.scss */
.timeline-grid-2-2 .container-align-bottom .user-info-container {
  top: 5px;
  left: 60px;
  width: 300px;
}

/* line 517, ../../../files/sass/_timeline.scss */
.timeline-grid-template {
  /*@include vendor-prefix(transition, all 0.7s linear 0s);*/
  -webkit-transform: translateZ(0px);
}

.timeline-grid-template.flat {
  background-color: #ffffff;
  padding-bottom: 3px;
}

/*
.timeline-grid-template.left-fade,
.timeline-grid-template.right-fade {
	opacity: 0.5;
}
*/
/* line 529, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .timeline-grid-template.left-fade.one {
  animation: slantLeft 0.8s ease 0s normal forwards 1;
  -webkit-animation: slantLeft 0.8s ease 0s normal forwards 1;
  -ms-animation: slantLeft 0.8s ease 0s normal forwards 1;
  -moz-animation: slantLeft 0.8s ease 0s normal forwards 1;
  -o-animation: slantLeft 0.8s ease 0s normal forwards 1;
}

/* line 532, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .timeline-grid-template.left-fade.two {
  animation: slantLeftTwo 0.8s ease 0s normal forwards 1;
  -webkit-animation: slantLeftTwo 0.8s ease 0s normal forwards 1;
  -ms-animation: slantLeftTwo 0.8s ease 0s normal forwards 1;
  -moz-animation: slantLeftTwo 0.8s ease 0s normal forwards 1;
  -o-animation: slantLeftTwo 0.8s ease 0s normal forwards 1;
}

@-webkit-keyframes slantLeft {
  /* line 537, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 538, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -webkit-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -ms-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -moz-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -o-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    margin-left: -11px;
    opacity: 0.7;
  }
}

@keyframes slantLeft {
  /* line 542, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 543, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -webkit-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -ms-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -moz-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -o-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    margin-left: -11px;
    opacity: 0.7;
  }
}

@-webkit-keyframes slantLeftTwo {
  /* line 547, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 548, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -webkit-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -ms-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -moz-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -o-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    margin-left: 46px;
    opacity: 0.7;
  }
}

@keyframes slantLeftTwo {
  /* line 552, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 553, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -webkit-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -ms-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -moz-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -o-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    margin-left: 46px;
    opacity: 0.7;
  }
}

@-webkit-keyframes slantLeftOut {
  /* line 557, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -webkit-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -ms-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -moz-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -o-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    margin-left: -11px;
    opacity: 0.7;
  }

  /* line 558, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slantLeftOut {
  /* line 562, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -webkit-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -ms-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -moz-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    -o-transform: perspective(1000px) rotateY(-15deg) translateZ(-85px);
    margin-left: -11px;
    opacity: 0.7;
  }

  /* line 563, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes slantLeftOutTwo {
  /* line 567, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -webkit-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -ms-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -moz-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -o-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    margin-left: 46px;
    opacity: 0.7;
  }

  /* line 568, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slantLeftOutTwo {
  /* line 572, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -webkit-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -ms-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -moz-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    -o-transform: perspective(1000px) rotateY(-17deg) translateZ(-262px);
    margin-left: 46px;
    opacity: 0.7;
  }

  /* line 573, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

/* line 577, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .timeline-grid-template.right-fade.one {
  animation: slantRight 0.8s ease 0s normal forwards 1;
  -webkit-animation: slantRight 0.8s ease 0s normal forwards 1;
  -ms-animation: slantRight 0.8s ease 0s normal forwards 1;
  -moz-animation: slantRight 0.8s ease 0s normal forwards 1;
  -o-animation: slantRight 0.8s ease 0s normal forwards 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

/* line 582, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .timeline-grid-template.right-fade.two {
  animation: slantRightTwo 0.8s ease 0s normal forwards 1;
  -webkit-animation: slantRightTwo 0.8s ease 0s normal forwards 1;
  -ms-animation: slantRightTwo 0.8s ease 0s normal forwards 1;
  -moz-animation: slantRightTwo 0.8s ease 0s normal forwards 1;
  -o-animation: slantRightTwo 0.8s ease 0s normal forwards 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

@-webkit-keyframes slantRight {
  /* line 588, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }

  /* line 589, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    margin-left: 27px;
    opacity: 0.7;
  }
}

@keyframes slantRight {
  /* line 593, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }

  /* line 594, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    margin-left: 27px;
    opacity: 0.7;
  }
}

@-webkit-keyframes slantRightTwo {
  /* line 598, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }

  /* line 599, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    margin-left: -39px;
    opacity: 0.7;
  }
}

@keyframes slantRightTwo {
  /* line 603, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }

  /* line 604, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    margin-left: -39px;
    opacity: 0.7;
  }
}

@-webkit-keyframes slantRightOut {
  /* line 608, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    margin-left: 0px;
    opacity: 0.7;
  }

  /* line 609, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes slantRightOut {
  /* line 613, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-130px);
    margin-left: 0px;
    opacity: 0.7;
  }

  /* line 614, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes slantRightOutTwo {
  /* line 618, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    margin-left: -39px;
    opacity: 0.7;
  }

  /* line 619, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }
}

@keyframes slantRightOutTwo {
  /* line 623, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -webkit-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -ms-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -moz-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    -o-transform: perspective(1000px) rotateY(24deg) translateZ(-400px);
    margin-left: -39px;
    opacity: 0.7;
  }

  /* line 624, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0) translateZ(0px);
    opacity: 1;
  }
}

/* line 627, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .ui-draggable-dragging .timeline-grid-template.left-fade.one {
  animation: slantLeftOut 0.1s linear 0s normal forwards 1;
  -webkit-animation: slantLeftOut 0.1s linear 0s normal forwards 1;
  -ms-animation: slantLeftOut 0.1s linear 0s normal forwards 1;
  -moz-animation: slantLeftOut 0.1s linear 0s normal forwards 1;
  -o-animation: slantLeftOut 0.1s linear 0s normal forwards 1;
}

/* line 631, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .ui-draggable-dragging .timeline-grid-template.left-fade.two {
  animation: slantLeftOutTwo 0.1s linear 0s normal forwards 1;
  -webkit-animation: slantLeftOutTwo 0.1s linear 0s normal forwards 1;
  -ms-animation: slantLeftOutTwo 0.1s linear 0s normal forwards 1;
  -moz-animation: slantLeftOutTwo 0.1s linear 0s normal forwards 1;
  -o-animation: slantLeftOutTwo 0.1s linear 0s normal forwards 1;
}

/* line 635, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .ui-draggable-dragging .timeline-grid-template.right-fade.one {
  animation: slantRightOut 0.1s linear 0s normal forwards 1;
  -webkit-animation: slantRightOut 0.1s linear 0s normal forwards 1;
  -ms-animation: slantRightOut 0.1s linear 0s normal forwards 1;
  -moz-animation: slantRightOut 0.1s linear 0s normal forwards 1;
  -o-animation: slantRightOut 0.1s linear 0s normal forwards 1;
}

/* line 639, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .ui-draggable-dragging .timeline-grid-template.right-fade.two {
  animation: slantRightOutTwo 0.1s linear 0s normal forwards 1;
  -webkit-animation: slantRightOutTwo 0.1s linear 0s normal forwards 1;
  -ms-animation: slantRightOutTwo 0.1s linear 0s normal forwards 1;
  -moz-animation: slantRightOutTwo 0.1s linear 0s normal forwards 1;
  -o-animation: slantRightOutTwo 0.1s linear 0s normal forwards 1;
}

/* line 644, ../../../files/sass/_timeline.scss */
.no-touch.no-cssanimations .timeline-grid-template.left-fade,
.no-touch.no-cssanimations .timeline-grid-template.right-fade {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
}

@-webkit-keyframes flat {
  /* line 650, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 651, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes flat {
  /* line 655, ../../../files/sass/_timeline.scss */
  0% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }

  /* line 656, ../../../files/sass/_timeline.scss */
  100% {
    transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -webkit-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -ms-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -moz-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    -o-transform: perspective(1000px) rotateY(0deg) translateZ(0px);
    margin-left: 0px;
    opacity: 1;
  }
}

/* line 659, ../../../files/sass/_timeline.scss */
.no-touch.cssanimations .timeline-grid-template.flat {
  animation: flat 0.2s ease 0s normal forwards 1;
  -webkit-animation: flat 0.2s ease 0s normal forwards 1;
  -ms-animation: flat 0.2s ease 0s normal forwards 1;
  -moz-animation: flat 0.2s ease 0s normal forwards 1;
  -o-animation: flat 0.2s ease 0s normal forwards 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

/* line 665, ../../../files/sass/_timeline.scss */
#timelineScroller {
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  height: 28px;
  opacity: 0;
}

/* line 675, ../../../files/sass/_timeline.scss */
.timeline-scroller-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background-color: #cc0600;
}

/* line 684, ../../../files/sass/_timeline.scss */
.timeline-scroller-parent {
  width: 73%;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -34%;
}

/* line 692, ../../../files/sass/_timeline.scss */
.timeline-scroller-handle {
  position: absolute;
  top: -6px;
  padding-top: 5px;
  width: 221px;
  height: 46px;
  left: 45%;
  margin-left: -110px;
  cursor: pointer;
  background-image: url("../images/shared/timelinescroll_handle.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  /*-webkit-transform: translateZ(0px);*/
}

/* line 708, ../../../files/sass/_timeline.scss */
.timeline-scroller-handle:hover,
.timeline-scroller-handle:active {
  background-position: 0px -51px;
}

#backToLatest {
	position: absolute;
	display: none;
	background-color: #bd241a;
	background-image: url("../images/shared/back_to_latest_desktop.png");
	background-position: 50% 50%;
	background-size: 20px 202px;
	background-repeat: no-repeat;
	width: 38px;
	height: 600px;
	top: 66px;
	right: 0px;
	box-shadow: -5px 3px 15px #000;
	cursor: pointer;
}
#backToLatest .latest {
	display: none;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 18px;
	color: #fff;
}
#backToLatest .arrows {
	position: absolute;
	display: none;
	font-size: 36px;
	left: 12px;
}
#backToLatest .arrows.first {
	top: 0;
}
#backToLatest .arrows.last {
	bottom: 0;
}
#backToLatest .latest.last {
	top: 68px;
	left: -11px;
}
#backToLatest  .latest.first {
	top: 145px;
	left: -14px;
}

/* line 729, ../../../files/sass/_timeline.scss */
#timelineDate {
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 69px;
  padding: 0;
  font-size: 14px;
  background-image: url("../images/shared/timeline_footer.png");
  background-position: 0 21px;
  background-repeat: repeat-x;
  display: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}

/* line 744, ../../../files/sass/_timeline.scss */
.timeline-date-content {
  position: relative;
  width: 1200px;
  height: 69px;
  margin: 0 auto;
}

/* line 751, ../../../files/sass/_timeline.scss */
.timeline-date-week {
  position: relative;
  color: #ffffff;
  cursor: pointer;
  width: 74px;
  height: 69px;
  float: left;
  text-align: center;
}

/* line 762, ../../../files/sass/_timeline.scss */
.timeline-date-week.titles {
  width: 100px;
}

/* line 766, ../../../files/sass/_timeline.scss */
.timeline-date-week:hover {
  color: #fff;
}

/* line 770, ../../../files/sass/_timeline.scss */
.timeline-date-week.current {
  color: #FFF;
  cursor: default;
}

/* line 775, ../../../files/sass/_timeline.scss */
.timeline-date-week .timeline-date-background {
  height: 31px;
  padding: 37px 0px 1px;
  white-space: nowrap;
}

/* line 784, ../../../files/sass/_timeline.scss */
.timeline-date-week.current .timeline-date-background {
  background-color: transparent;
  background-image: url("../images/shared/timeline_date_selected.png");
  background-position: center top;
  background-repeat: no-repeat; 
}

.timeline-date-week.titles .timeline-date-background {
}

/* line 789, ../../../files/sass/_timeline.scss */
.timeline-date-week.disabled,
.timeline-date-week.disabled:hover {
  color: #333;
  cursor: default;
}

/* line 794, ../../../files/sass/_timeline.scss */
.timeline-date-week.disabled .timeline-date-separator {
  border-right: 1px solid #333;
}

/* line 798, ../../../files/sass/_timeline.scss */
.timeline-date-separator {
  display: none;
  position: absolute;
  width: 7px;
  height: 14px;
  top: 0px;
  right: -4px;
  border-right: 1px solid #e62222;
}

/* line 808, ../../../files/sass/_timeline.scss */
.social-content {
  position: relative;
}

/* line 812, ../../../files/sass/_timeline.scss */
.social-content-twitter {
  width: 500px;
  margin-bottom: 100px;
  color: #FF0000 !important;
  /*-webkit-transform: perspective( 600px ) rotateY( 35deg );
  -moz-transform: perspective( 600px ) rotateY( 35deg );
  -o-transform: perspective( 600px ) rotateY( 35deg );
  transform: perspective( 600px ) rotateY( 35deg );*/
}

/* line 822, ../../../files/sass/_timeline.scss */
.social-content-twitter.social-content-preview {
  width: 300px;
  /*height: 300px;*/
}

/* line 827, ../../../files/sass/_timeline.scss */
.h-entry .e-entry-content .e-entry-title {
  color: #FF0000 !important;
}

/* line 831, ../../../files/sass/_timeline.scss */
#timelinePrevContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 203px;
  height: 100%;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  opacity: 0;
}

/* line 841, ../../../files/sass/_timeline.scss */
#timelinePrev {
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 100%;
  /*opacity: .2;
  background: #000;*/
}

/* line 852, ../../../files/sass/_timeline.scss */
#timelinePrevContainer:hover .timeline-prev-arrow,
#timelinePrevContainer.active .timeline-prev-arrow {
  background-position: 0 0;
}

/* line 856, ../../../files/sass/_timeline.scss */
.timeline-prev-blank-button, .timeline-next-blank-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 864, ../../../files/sass/_timeline.scss */
.timeline-prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -112px;
  width: 103px;
  height: 161px;
  background: url("../images/overlay/overlay_arrow_left.png") -103px 0 no-repeat;
}

/* line 874, ../../../files/sass/_timeline.scss */
#timelineNextContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 203px;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}

/* line 884, ../../../files/sass/_timeline.scss */
#timelineNext {
  position: absolute;
  top: 0;
  right: 0;
  width: 103px;
  height: 100%;
  /*opacity: .2;
  background: #000;*/
}

/* line 895, ../../../files/sass/_timeline.scss */
#timelineNextContainer:hover .timeline-next-arrow,
#timelineNextContainer.active .timeline-next-arrow {
  background-position: -117px 0;
}

/* line 899, ../../../files/sass/_timeline.scss */
.timeline-next-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -112px;
  width: 103px;
  height: 161px;
  background: url("../images/overlay/overlay_arrow_right.png") 0 0 no-repeat;
}

/* line 909, ../../../files/sass/_timeline.scss */
#noContent {
  width: 500px;
  height: 170px;
  top: 350px;
  left: 50%;
  margin-left: -250px;
  background-image: url("../images/shared/nocontent_line.png");
  background-position: 0 55px;
  background-repeat: no-repeat;
  color: #e62222;
  text-align: center;
  position: absolute;
  display: none;
  z-index: 5;
}

/* line 925, ../../../files/sass/_timeline.scss */
#noContent .nocontent-title {
  font-size: 40px;
}

/* line 929, ../../../files/sass/_timeline.scss */
#noContent .nocontent-message {
  font-size: 20px;
  margin-top: 20px;
}

/* line 934, ../../../files/sass/_timeline.scss */
#noContent .nocontent-reset {
  color: #e6e6e6;
  width: 130px;
  height: 27px;
  background: #c00;
  padding: 10px 0px 0px 0px;
  font-size: 12px;
  text-align: center;
  margin: 20px auto 0;
}

/* line 945, ../../../files/sass/_timeline.scss */
#noContent .nocontent-reset:hover {
  background: #3f0200;
}

/* line 2, ../../../files/sass/_overlayContent.scss */
#contentOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1260px;
  display: none;
  word-wrap: break-word;
}

/* line 13, ../../../files/sass/_overlayContent.scss */
.content-overlay-background {
  background: #000;
  opacity: 0.6;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

/* line 19, ../../../files/sass/_overlayContent.scss */
.content-overlay-social-network-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

/* line 27, ../../../files/sass/_overlayContent.scss */
.overlay-close {
  position: absolute;
  width: 420px;
  height: 40px;
  background-image: url("../images/overlay/overlay_close_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  top: 10px;
  left: 10px;
  padding: 5px 0px 0px 9px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

/* line 42, ../../../files/sass/_overlayContent.scss */
.overlay-close .close-btn {
  background-image: url("../images/overlay/overlay_close.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 31px;
  height: 32px;
}

/* line 50, ../../../files/sass/_overlayContent.scss */
.overlay-close .close-btn:hover {
  background-position: -39px 0;
}

/* line 54, ../../../files/sass/_overlayContent.scss */
.content-overlay-content {
  position: relative;
  width: 500px;
  height: 500px;
  top: 240px;
  margin: 0 auto;
  padding: 20px;
  background-image: url("../images/overlay/overlay_bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  border: 8px solid #ffffff;
  font-family: Arial, sans-serif;
  color: #e6e6e6;
  -webkit-transition: left 0.3s width 0.3s;
  transition: left 0.3s width 0.3s;
}

/* line 69, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.media {
  width: 990px;
}

/* line 74, ../../../files/sass/_overlayContent.scss */
.content-overlay-content a {
  color: #e62222;
  text-decoration: none;
}

/* line 79, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .text-content {
  position: relative;
  /*top: 10px;
  left: 10px;*/
  margin: 0px 0 0 0px;
  width: 480px;
  float: left;
}

/* line 89, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.official.gallery .text-content,
.content-overlay-content.exclusive.gallery .text-content {
  position: absolute;
  right: 20px;
  top: 470px;
}

/* line 95, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .media-content {
  position: relative;
  /*top: 10px;
  left: 500px;*/
  margin: 0px 0 0 10px;
  float: left;
  text-align: center;
  height: 500px;
  max-width: 500px;
}

/* line 111, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .vertical-table {
  height: 500px;
  background-image: url("../images/shared/black_opacity_20.png");
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 118, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .profile-image {
  position: relative;
  width: 48px;
  height: 48px;
}

/* line 124, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .user-info-container {
  position: absolute;
  top: 0;
  left: 60px;
  font-size: 22px;
}

/* line 130, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .user-full-name {
  position: relative;
  color: #ffffff;
}

/* line 135, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .user-full-name a {
  color: #ffffff;
}

/* line 139, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .user-screen-name {
  position: relative;
  color: #ffffff;
}

/* line 145, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.official.video .user-full-name,
.content-overlay-content.exclusive.video .user-full-name {
  margin: -8px 0px 8px;
}

/* line 149, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .original-content {
  background-image: url("../images/shared/black_opacity_20.png");
  background-position: 0 0;
  background-repeat: repeat;
  padding: 12px 20px;
  float: right;
  font-size: 12px;
  margin-top: -8px;
}

/* line 159, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .original-content:hover {
  background-image: none;
  background-color: #c0120e;
  color: #e6e6e6;
}

/* line 165, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .action-icons {
  background-image: url("../images/overlay/action_icons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 171, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.facebook .likes-count {
  position: relative;
  font-size: 11px;
  padding-top: 5px;
  float: left;
  background-position: 0px -2px;
  padding-left: 25px;
  margin-right: 13px;
  height: 15px;
  margin-top: -3px;
}

/* line 183, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.facebook .shares-count {
  position: relative;
  font-size: 11px;
  margin-top: 2px;
  float: left;
  background-position: 0px -29px;
  padding-left: 24px;
}

/* line 192, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.instagram .likes-count {
  position: relative;
  font-size: 11px;
  margin-top: 2px;
  float: left;
  background-position: 0px -54px;
  padding-left: 25px;
  margin-right: 13px;
  height: 15px;
}

/* line 203, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.instagram .comments-count {
  position: relative;
  font-size: 11px;
  margin-top: 2px;
  float: left;
  background-position: 0px -77px;
  padding-left: 24px;
}

/* line 212, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .content-text {
  position: relative;
  font-size: 28px;
  margin-top: 50px;
}

/* line 217, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.video .content-text {
  font-size: 12px;
}

/* line 222, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.gallery .content-text {
  display: none;
}

/* line 227, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .content-time {
  position: relative;
}

/* line 231, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .content-image {
  position: relative;
}

/* line 235, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .social-network-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

/* line 243, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .action-buttons {
  position: absolute;
  top: 480px;
  width: 480px;
  min-height: 20px;
  color: #e6e6e6;
  font-size: 12px;
}

/* line 255, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .action-buttons a {
  color: #e6e6e6;
  text-decoration: none;
}

/* line 260, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-action-icon a {
  background-image: url("../images/overlay/twitter_action_icons.png");
  background-position: -10px -6px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

/* line 267, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-reply {
  position: relative;
  float: left;
  margin-right: 10px;
}

/* line 273, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-retweet {
  position: relative;
  float: left;
  margin-right: 10px;
}

/* line 279, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-retweet a {
  background-position: -10px -33px;
}

/* line 283, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-favorite {
  position: relative;
  float: left;
  margin-right: 10px;
}

/* line 289, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .twitter-favorite a {
  background-position: -10px -59px;
}

/* line 293, ../../../files/sass/_overlayContent.scss */
.content-overlay-content a:hover {
  color: #e62222;
}

/* line 309, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.video {
  width: 780px !important;
}

/* line 314, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.official.video,
.content-overlay-content.exclusive.video {
  height: 520px !important;
}

/* line 319, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.official.video .video-container,
.content-overlay-content.exclusive.video .video-container {
  height: 435px !important;
}

/* line 323, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .video-container {
  width: 780px;
  height: 440px;
}

/* line 327, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.video .text-content {
  width: 760px;
  background-image: url("../images/shared/black_opacity_20.png");
  background-repeat: repeat;
  padding: 0px 10px;
  margin-top: 10px;
  height: 60px;
}

/* line 336, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.gallery {
  width: 745px !important;
  height: 570px;
  background-image: url("../images/overlay/gallery_bg.jpg");
}

/* line 342, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container {
  width: 745px;
  height: 610px;
  /*background: #900;*/
}

/* line 348, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .image-title {
  position: relative;
  margin-top: -10px;
  height: 28px;
}

/* line 354, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .image-container {
  position: relative;
  margin-top: 5px;
  margin-left: 0px;
  width: 745px;
  height: 400px;
  background-color: #000;
  text-align: center;
}

/* line 364, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .image-caption {
  position: relative;
  margin-top: 10px;
  font-size: 13px;
  height: 35px;
  background-image: url("../images/shared/black_opacity_20.png");
  background-repeat: repeat;
  padding: 10px;
}

/* line 373, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .image-count {
  display: block;
  position: absolute;
  right: 31px;
  top: 370px;
  width: 63px;
  text-align: center;
}

/* line 381, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnails-container {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  height: 80px;
}

/* line 389, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnail-image {
  position: relative;
  width: 102px;
  height: 65px;
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  cursor: pointer;
  overflow: hidden;
}

/* line 400, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnail-image img {
  width: 100%;
}

/* line 404, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnail-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}

/* line 414, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnail-image.current {
  cursor: default;
}

/* line 418, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .thumbnail-image.current .thumbnail-image-overlay {
  display: none;
}

/* line 422, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .gallery-arrows {
  background-image: url("../images/overlay/gallery_arrows.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 428, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .prev-image {
  position: absolute;
  top: 400px;
  right: 64px;
  width: 30px;
  height: 30px;
  background-position: 0 0;
}

/* line 437, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .prev-image:hover {
  background-position: 0 -37px;
}

/* line 441, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .next-image {
  position: absolute;
  top: 400px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-position: -37px 0;
}

/* line 450, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .next-image:hover {
  background-position: -37px -37px;
}

/* line 454, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .gallery-container .gallery-ad {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 300px;
  height: 250px;
  background: #900;
}

/* line 463, ../../../files/sass/_overlayContent.scss */
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  bottom: -5px !important;
}

/* line 467, ../../../files/sass/_overlayContent.scss */
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  height: 6px !important;
  margin: 5px 0 !important;
}

/* line 472, ../../../files/sass/_overlayContent.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e62222 !important;
}

/* line 476, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons {
  position: absolute;
  color: #e6e6e6;
  font-size: 12px;
  right: 0px;
  width: auto;
  top: 18px;
}

/* line 485, ../../../files/sass/_overlayContent.scss */
.content-overlay-content.video .share-buttons {
  top: 39px;
}

/* line 489, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons .share-buttons-link {
  background-position: 0px -102px;
  padding-left: 20px;
  float: left;
  margin-right: 10px;
}

/* line 496, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons .share-twitter-link {
  background-position: 0 -123px;
  padding-left: 24px;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  margin-top: -5px;
  cursor: pointer;
}

/* line 506, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons .share-twitter-link:hover {
  background-position: 0 -150px;
  color: #e62222;
}

/* line 511, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons .share-facebook-link {
  background-position: 0 -178px;
  padding-left: 18px;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  margin-top: -5px;
  cursor: pointer;
}

/* line 521, ../../../files/sass/_overlayContent.scss */
.content-overlay-content .share-buttons .share-facebook-link:hover {
  background-position: 0 -207px;
  color: #e62222;
}

/* line 526, ../../../files/sass/_overlayContent.scss */
.content-overlay-prev {
  position: absolute;
  top: 400px;
  left: 0;
  width: 103px;
  height: 161px;
  background-image: url("../images/overlay/overlay_arrow_left.png");
  background-repeat: no-repeat;
  background-position: -103px 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

/* line 539, ../../../files/sass/_overlayContent.scss */
.content-overlay-prev:hover {
  background-position: 0 0;
}

/* line 543, ../../../files/sass/_overlayContent.scss */
.content-overlay-next {
  position: absolute;
  top: 400px;
  left: 0;
  width: 103px;
  height: 161px;
  background-image: url("../images/overlay/overlay_arrow_right.png");
  /*-webkit-transition: left 0.3s;
  transition: left 0.3s;*/
}

/* line 554, ../../../files/sass/_overlayContent.scss */
.content-overlay-next:hover {
  background-position: -117px 0;
}

/** Vote Overlay **/
/* line 560, ../../../files/sass/_overlayContent.scss */
#voteOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1260px;
  display: none;
}

/* line 570, ../../../files/sass/_overlayContent.scss */
.vote-content {
  position: relative;
  width: 788px;
  height: 90%;
  top: 5%;
  margin: 0 auto;
}

/** NAVIGATION **/
/* line 8, ../../../files/sass/_content.scss */
#navigationContainer {
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: url("../images/shared/mainNav_bg.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  display: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

/* line 19, ../../../files/sass/_content.scss */
#seasonFilter {
  position: absolute;
  top: 0;
  left: 10px;
  width: 170px;
  height: 32px;
  background-image: url("../images/shared/menu_arrow.png");
  background-position: 152px 5px;
  background-repeat: no-repeat;
  font-size: 13px;
  padding: 17px 10px 0px 12px;
  cursor: pointer;
}

/* line 34, ../../../files/sass/_content.scss */
#seasonFilter:hover,
#seasonFilter.active {
  margin-top: 5px;
  background-position: 152px -40px;
  padding: 12px 10px 1px 12px;
}

/* line 41, ../../../files/sass/_content.scss */
.season-filter-label {
  position: relative;
}

/* line 45, ../../../files/sass/_content.scss */
#seasonFilterNav {
  background-image: url("../images/shared/filter_menu_bg.png");
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
  width: 198px;
  padding: 10px 0 8px 0;
  top: 16px;
  left: -10px;
  font-size: 13px;
  display: none;
}

/* line 58, ../../../files/sass/_content.scss */
#seasonFilterNav .filter-seasons {
  cursor: pointer;
  padding: 2px 0 0 7px;
}

/* line 65, ../../../files/sass/_content.scss */
#seasonFilterNav .filter-seasons:hover {
  background-color: #ff0000;
}

/* line 71, ../../../files/sass/_content.scss */
#seasonFilterNav .filter-seasons.last {
  border-bottom: 1px solid #ff0000;
}

/* line 75, ../../../files/sass/_content.scss */
#seasonFilterNav .filter-seasons.disabled {
  opacity: 0.5;
}

/* line 79, ../../../files/sass/_content.scss */
#seasonFilterNav .season-comingsoon {
  float: right;
  margin-right: 30px;
}

/* line 85, ../../../files/sass/_content.scss */
#filters {
  position: absolute;
  top: 0;
  left: 215px;
  width: 180px;
  height: 32px;
  background-image: url("../images/shared/menu_arrow.png");
  background-position: 140px 5px;
  background-repeat: no-repeat;
  font-size: 13px;
  padding: 17px 10px 0px 12px;
  cursor: pointer;
}

/* line 100, ../../../files/sass/_content.scss */
#filters:hover,
#filters.active {
  margin-top: 5px;
  background-position: 140px -40px;
  padding: 12px 10px 1px 12px;
}

/* line 107, ../../../files/sass/_content.scss */
#moduleButtons {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 470px;
  height: 45px;
  font-size: 14px;
}

/* line 116, ../../../files/sass/_content.scss */
#moduleButtons .disabled {
  display: none;
}

/* disabled buttons
#moduleButtons .btn:hover {
	color: $font-color-red;
}
*/
/* line 126, ../../../files/sass/_content.scss */
.disabled .btn {
  cursor: default;
}

/* line 130, ../../../files/sass/_content.scss */
#pollButton {
  position: relative;
  float: left;
  height: 16px;
  padding: 6px 15px 6px 60px;
  border-right: 1px solid #e62222;
}

/* line 138, ../../../files/sass/_content.scss */
#pollButton .btn-icons {
  background-position: 0 0;
}

/* line 144, ../../../files/sass/_content.scss */
#pollButton:hover .btn-icons {
  background-position: -40px 0;
}

/* line 148, ../../../files/sass/_content.scss */
#topFansButton {
  position: relative;
  float: left;
  height: 16px;
  padding: 6px 15px 6px 60px;
  border-right: 1px solid #e62222;
}

/* line 156, ../../../files/sass/_content.scss */
#topFansButton .btn-icons {
  background-position: 0 -40px;
}

/* line 162, ../../../files/sass/_content.scss */
#topFansButton:hover .btn-icons {
  background-position: -40px -40px;
}

/* line 166, ../../../files/sass/_content.scss */
#voteButton {
  position: relative;
  float: left;
  height: 16px;
  padding: 6px 15px 6px 60px;
  border-right: 1px solid #e62222;
}

/* line 176, ../../../files/sass/_content.scss */
#voteButton .btn-icons {
  background-position: 0 -80px;
}

/* line 182, ../../../files/sass/_content.scss */
#voteButton:hover {
}

/* line 189, ../../../files/sass/_content.scss */
#voteButton:hover .btn-icons {
  background-position: -40px -80px;
}

/* line 194, ../../../files/sass/_content.scss */
#heatMapButton {
  position: relative;
  float: left;
  height: 16px;
  padding: 6px 15px 6px 60px;
  border-right: 1px solid #e62222;
}

/* line 204, ../../../files/sass/_content.scss */
#heatMapButton .btn-icons {
  background-position: 0 -120px;
}

/* line 210, ../../../files/sass/_content.scss */
#heatMapButton:hover .btn-icons {
  background-position: -40px -120px;
}

/* line 214, ../../../files/sass/_content.scss */
#helpButton {
  position: relative;
  float: right;
  display: none;
  height: 16px;
  padding: 6px 15px 6px 60px;
}

/* line 221, ../../../files/sass/_content.scss */
#helpButton .btn-icons {
  background-position: 0 -160px;
}

/* line 232, ../../../files/sass/_content.scss */
#helpButton:hover .btn-icons {
  background-position: -40px -160px;
}

/* line 236, ../../../files/sass/_content.scss */
.btn-icons {
  background-image: url("../images/shared/cta_icons.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 80px 200px;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 19px;
  top: -6px;
}

/* line 247, ../../../files/sass/_content.scss */
#timelineContainer {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 800px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

/* line 263, ../../../files/sass/_content.scss */
.touch #timelinePrev,
.touch #timelineNext {
  display: block;
}

/** Filters **/
/* line 5, ../../../files/sass/_filter.scss */
#filtersOverlay {
  position: absolute;
  top: 50px;
  left: 215px;
  display: none;
  z-index: 5;
}
#filtersOverlay .menu-item {
	background: none;
	width: 198px;
	height: 21px;
	font-size: 15px;
	padding: 2px 0 0 7px;
	width: 198px;
}
#filtersOverlay .menu-item:hover {
	background-color: #e62222;
}
#filtersOverlay .menu-item.active {
	background-image: url(../images/shared/filter_check_mark.png);
	background-position: 168px 1px;
	background-repeat: no-repeat;
}

/* line 18, ../../../files/sass/_filter.scss */
.filters-overlay-background {
  width: 100%;
  height: 100%;
}

/* line 23, ../../../files/sass/_filter.scss */
.filters-overlay-background img {
  width: 100%;
  height: 100%;
}

.filters-column {
  display: inline-block;
  min-width: 180px;
  padding-right: 10px;
}

/* line 28, ../../../files/sass/_filter.scss */
.filter-btn {
  position: relative;
  min-width: 80px;
  min-height: 19px;
  font-size: 12px;
  padding: 1px 0 0 12px;
  cursor: pointer;
}

/* line 36, ../../../files/sass/_filter.scss */
.disabled .filter-btn {
  cursor: default;
}

/* line 41, ../../../files/sass/_filter.scss */
.filter-checkbox {
  position: relative;
  width: 22px;
  height: 20px;
  background: url("../images/shared/filter_check_box.png") 0 0 no-repeat;
  float: left;
  margin: -3px -1px 0 0;
}

/* line 50, ../../../files/sass/_filter.scss */
.filter-check-mark {
  position: relative;
  width: 22px;
  height: 20px;
  background: url("../images/shared/filter_check_mark.png") 0 0 no-repeat;
  display: none;
}

/* line 58, ../../../files/sass/_filter.scss */
.filter-btn.checked .filter-check-mark {
  display: block;
}

.filter-btn.active {
  background-color: #460200;
}

/* line 62, ../../../files/sass/_filter.scss */
.filter-label {
  position: relative;
  float: left;
  padding-top: 3px;
}

/* line 67, ../../../files/sass/_filter.scss */
.filters-section-label {
  font-size: 20px;
  color: #e6e6e6;
  padding-left: 12px;
}

/* line 72, ../../../files/sass/_filter.scss */
.touch .filters-content {
  left: 15px;
}

/* line 76, ../../../files/sass/_filter.scss */
.filters-content {
  position: relative;
  left: 0;
  padding: 12px 0 8px 0;
}

/* line 83, ../../../files/sass/_filter.scss */
.filters-border {
  display: inline-block;
  min-width: 190px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  padding: 12px 0 20px 0;
  margin: 0 6px 15px 0;
}

/* line 90, ../../../files/sass/_filter.scss */
.filters-source {
  position: relative;
  clear: both;
  min-height: 60px;
}

/* line 96, ../../../files/sass/_filter.scss */
.filters-source .filter-btn {
  float: none;
}

/* line 100, ../../../files/sass/_filter.scss */
.filter-exclusive {
  position: relative;
}

/* line 105, ../../../files/sass/_filter.scss */
.filter-official {
  position: relative;
}

/* line 110, ../../../files/sass/_filter.scss */
.filter-social {
  position: relative;
}

/* line 115, ../../../files/sass/_filter.scss */
.filters-people {
  position: relative;
  clear: both;
}

/* line 122, ../../../files/sass/_filter.scss */
.filters-people.disabled,
.filters-content-type.disabled,
.filters-people-artists.disabled {
  opacity: 0.4;
}

/* line 126, ../../../files/sass/_filter.scss */
.filters-people-coach {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

/* line 134, ../../../files/sass/_filter.scss */
.filters-people-artists {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

/* line 141, ../../../files/sass/_filter.scss */
.filters-people-artists .artist-blocks {
  float: left;
  margin-left: 10px;
}

/* line 146, ../../../files/sass/_filter.scss */
.filters-content-type {
  position: relative;
  clear: both;
}

/* line 151, ../../../files/sass/_filter.scss */
.filter-content-photos, .filter-content-videos, .filter-content-text {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 20px;
}

/* line 172, ../../../files/sass/_filter.scss */
.filters-actions {
  position: relative;
  height: 50px;
  margin-top: 20px;
}

/* line 178, ../../../files/sass/_filter.scss */
.filters-accept {
  position: absolute;
  width: 95px;
  height: 24px;
  background: #e20b06;
  top: 0;
  left: 0;
  padding: 8px 0px 0px 0px;
  font-size: 14px;
  text-align: center;
}

/* line 191, ../../../files/sass/_filter.scss */
.filters-accept:hover,
.filters-reset:hover {
  background: #3f0200;
}

/* line 196, ../../../files/sass/_filter.scss */
.filters-reset {
  position: absolute;
  top: 0;
  left: 100px;
  position: absolute;
  width: 95px;
  height: 24px;
  background: #e20b06;
  padding: 8px 0px 0px 0px;
  font-size: 14px;
  text-align: center;
}

/* line 213, ../../../files/sass/_filter.scss */
.touch .filters-overlay-close {
  left: 1200px;
}

/* line 217, ../../../files/sass/_filter.scss */
.filters-overlay-close {
  position: absolute;
  top: 10px;
  left: 1410px;
  width: 32px;
  height: 32px;
  background-image: url("../images/shared/filter_close_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 228, ../../../files/sass/_filter.scss */
.filters-overlay-close:hover {
  background-position: 0 -33px;
}

/** SPLASH **/
/* line 6, ../../../files/sass/_splash.scss */
#splashMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none;
}

/* line 16, ../../../files/sass/_splash.scss */
.splash-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/shared/grid_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  opacity: .9;
}

/* line 28, ../../../files/sass/_splash.scss */
#helpSplash, #pollSplash {
  display: none;
}

/* line 32, ../../../files/sass/_splash.scss */
.splash-message-content {
  position: relative;
  width: 1190px;
  height: 593px;
  top: 103px;
  /*left: 45px;*/
  margin: 0 auto;
  background-image: url("../images/shared/welcomescreen_bg.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
}

/* line 44, ../../../files/sass/_splash.scss */
.touch .splash-message-content {
  top: 3px;
}

/* line 48, ../../../files/sass/_splash.scss */
.splash-header {
  position: relative;
  width: 1000px;
  margin: 10px auto 0 auto;
  height: 78px;
  background-image: url("../images/shared/timeline_headerline.png");
  background-position: 0 96px;
  background-repeat: no-repeat;
  font-size: 34px;
  text-align: center;
  padding-top: 22px;
}

/* line 61, ../../../files/sass/_splash.scss */
.splash-header-linetwo {
  line-height: 21px;
  font-size: 35px;
}

/* line 66, ../../../files/sass/_splash.scss */
.splash-description {
  position: relative;
  width: 1030px;
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 21px;
}

/* line 74, ../../../files/sass/_splash.scss */
.splash-modules-border {
  border: 1px solid #980f0e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

/* line 79, ../../../files/sass/_splash.scss */
.red {
  color: #e62222;
}

/* line 83, ../../../files/sass/_splash.scss */
.button {
  width: 200px;
  height: 30px;
  background: #e20b06;
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 5px 0px;
  font-size: 16px;
  text-align: center;
  border: 0px;
  color: #fff;
  cursor: pointer;
}
/* line 96, ../../../files/sass/_splash.scss */
.button a {
  color: #fff;
  text-decoration: none;
}

/* line 103, ../../../files/sass/_splash.scss */
.button:hover,
.button.active {
  background: #3f0200;
}

/* line 107, ../../../files/sass/_splash.scss */
.button-inverse {
  width: 200px;
  height: 30px;
  background: #3f0200;
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 5px 0px;
  font-size: 16px;
  text-align: center;
  border: 0px;
  color: #fff;
  cursor: pointer;
}
/* line 120, ../../../files/sass/_splash.scss */
.button-inverse a {
  color: #fff;
  text-decoration: none;
}

/* line 127, ../../../files/sass/_splash.scss */
.button-inverse:hover,
.button-invers.active {
  background: #e20b06;
}

/* --------- help splash ---------- */
/* line 133, ../../../files/sass/_splash.scss */
#helpSplash .splash-modules {
  position: absolute;
  top: 270px;
  left: 81px;
  width: 1030px;
  height: 210px;
}

/* line 141, ../../../files/sass/_splash.scss */
#helpSplash .splash-module-title {
  position: absolute;
  top: -35px;
  left: 0px;
  text-align: center;
  width: 290px;
  font-size: 18px;
}

/* line 151, ../../../files/sass/_splash.scss */
#helpSplash .splash-module-icon {
  position: absolute;
  left: 10px;
  top: 20px;
}

/* line 157, ../../../files/sass/_splash.scss */
.splash-module-text {
  position: absolute;
  top: 135px;
  text-align: center;
  width: 260px;
  left: 17px;
  font-size: 12px;
  line-height: 25px;
}

/* line 167, ../../../files/sass/_splash.scss */
.splash-module-browse {
  position: absolute;
  top: 0;
  left: 15px;
  width: 290px;
  height: 210px;
}

/* line 175, ../../../files/sass/_splash.scss */
.splash-module-browse .splash-module-text {
  top: 155px;
}

/* line 179, ../../../files/sass/_splash.scss */
.splash-module-filter {
  position: absolute;
  top: 0;
  left: 365px;
  width: 290px;
  height: 210px;
}

/* line 187, ../../../files/sass/_splash.scss */
.splash-module-participate {
  position: absolute;
  top: 0;
  left: 715px;
  width: 290px;
  height: 210px;
}

/* line 195, ../../../files/sass/_splash.scss */
.splash-module-hashtag {
  color: #e62222;
  font-size: 14px;
  font-weight: bold;
}

/* line 201, ../../../files/sass/_splash.scss */
.splash-module-participate .splash-module-text {
  top: 105px;
}

/* line 206, ../../../files/sass/_splash.scss */
.splash-open-timeline {
  position: absolute;
  width: 220px;
  height: 32px;
  background: #c00;
  bottom: 33px;
  left: 50%;
  margin-left: -110px;
  padding: 10px 0px 0px 0px;
  font-size: 21px;
  text-align: center;
}

/* line 219, ../../../files/sass/_splash.scss */
.splash-open-timeline:hover {
  background: #3f0200;
}

/* line 223, ../../../files/sass/_splash.scss */
.splash-overlay-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 33px;
  height: 33px;
  background-image: url("../images/shared/filter_close_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 234, ../../../files/sass/_splash.scss */
.splash-overlay-close:hover {
  background-position: 0 -35px;
}

/* --------- poll splash ---------- */
/* line 240, ../../../files/sass/_splash.scss */
#pollSplash .splash-header {
  height: 58px;
  background-position: 0 76px;
}

/* line 245, ../../../files/sass/_splash.scss */
#pollSplash .splash-modules {
  position: absolute;
  top: 100px;
  height: 460px;
  left: 20px;
  width: 1160px;
}

/* line 253, ../../../files/sass/_splash.scss */
#pollSplash .splash-module-poll {
  float: left;
  width: 567px;
}

/* line 258, ../../../files/sass/_splash.scss */
#pollSplash .splash-module-poll-stream {
  float: left;
  width: 567px;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

/* --------- top fan ---------- */
/* line 272, ../../../files/sass/_splash.scss */
#topFanSplash .splash-header {
  background-position: 0 76px;
  height: 58px;
}
/* line 277, ../../../files/sass/_splash.scss */
#topFanSplash .splash-modules {
  position: absolute;
  top: 100px;
  height: 460px;
  left: 20px;
  width: 1150px;
}
/* line 285, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-emailentry {
  padding: 10px 20px 0px;
  background: #750300;
  width: 524px;
  height: 450px;
  display: none;
  position: relative;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 296, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-emailentry {
  margin: 0 auto;
  float: none;
}
/* line 301, ../../../files/sass/_splash.scss */
#topFanSplash .form-back {
  position: absolute;
  width: 80px;
  font-size: 14px;
  cursor: pointer;
  right: 20px;
  top: 16px;
}
/* line 310, ../../../files/sass/_splash.scss */
#topFanSplash .form-back-btn {
  background-image: url("../images/shared/back_arrow_btn.png");
  background-position: 0 0;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -8px;
  right: 0px;
}
/* line 320, ../../../files/sass/_splash.scss */
#topFanSplash .form-back:hover .form-back-btn {
  background-position: 0 -34px;
}
/* line 324, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-form {
  height: 100%;
  margin-top: 10px;
}
/* line 330, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-landing,
#topFanSplash .centered .splash-module-tweetthanks {
  width: 1105px;
}
/* line 333, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-landing .landing-sub-title,
#topFanSplash .centered .splash-module-tweetthanks .landing-sub-title {
  width: 700px;
}
/* line 337, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-landing .landing-options,
#topFanSplash .centered .splash-module-tweetthanks .landing-options {
  margin: 20px auto 10px;
}
/* line 341, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-landing .splash-modules-border,
#topFanSplash .centered .splash-module-tweetthanks .splash-modules-border {
  width: 545px;
  margin-left: 280px;
}
/* line 346, ../../../files/sass/_splash.scss */
#topFanSplash .centered .splash-module-landing .official-rules,
#topFanSplash .centered .splash-module-tweetthanks .official-rules {
  width: 610px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
/* line 356, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing,
#topFanSplash .splash-module-tweetthanks {
  padding: 17px 20px 0px;
  background: #750300;
  height: 450px;
  width: 524px;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  /*#enterSweepsTwitter.button {
  	background: url("../images/topfan/enter_twitter_bg.jpg") 0 0 no-repeat;
  }
  
  #enterSweepsTwitter.button:hover {
  	background-position: 0 -46px;
  }*/
}
/* line 364, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .landing-title,
#topFanSplash .splash-module-tweetthanks .landing-title {
  font-size: 32px;
  text-align: center;
}
/* line 369, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .landing-sub-title,
#topFanSplash .splash-module-tweetthanks .landing-sub-title {
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  width: 430px;
  margin: 0px auto;
}
/* line 377, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .landing-options,
#topFanSplash .splash-module-tweetthanks .landing-options {
  margin: 10px auto;
  position: relative;
  width: 520px;
}
/* line 383, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .options-title,
#topFanSplash .splash-module-tweetthanks .options-title {
  margin: 0 auto;
  width: 210px;
  font-size: 22px;
}
/* line 389, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .redline,
#topFanSplash .splash-module-tweetthanks .redline {
  width: 190px;
  border-bottom: 1px solid #e62222;
  position: absolute;
  top: 13px;
}
/* line 396, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .redline.left,
#topFanSplash .splash-module-tweetthanks .redline.left {
  left: 0px;
}
/* line 400, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .redline.right,
#topFanSplash .splash-module-tweetthanks .redline.right {
  right: 0px;
}
/* line 404, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .splash-modules-border,
#topFanSplash .splash-module-tweetthanks .splash-modules-border {
  height: 185px;
  width: 525px;
  margin: 0 auto;
  text-align: center;
  background-color: #460200;
  padding: 10px 0px 0px;
  line-height: 20px;
  font-size: 18px;
}
/* line 415, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .button,
#topFanSplash .splash-module-tweetthanks .button {
  margin-top: 10px;
  width: 220px;
}
/* line 420, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .follow-twitter,
#topFanSplash .splash-module-tweetthanks .follow-twitter {
  margin: 5px auto;
}
/* line 424, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .circle,
#topFanSplash .splash-module-tweetthanks .circle {
  background-color: #a10101;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  width: 27px;
  display: inline-block;
  height: 22px;
  padding: 2px 0px;
  margin-right: 5px;
}
/* line 434, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsTwitter #placeHolder,
#topFanSplash .splash-module-tweetthanks #enterSweepsTwitter #placeHolder {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
/* line 443, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsTwitter.button:hover #placeHolder,
#topFanSplash .splash-module-tweetthanks #enterSweepsTwitter.button:hover #placeHolder {
  display: block;
}
/* line 455, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsTwitter .twitter-logo,
#topFanSplash .splash-module-tweetthanks #enterSweepsTwitter .twitter-logo {
  position: absolute;
  top: 17px;
  left: 17px;
}
/* line 461, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsTwitter a,
#topFanSplash .splash-module-tweetthanks #enterSweepsTwitter a {
  padding-left: 22px;
}
/* line 465, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .splash-modules-border.last,
#topFanSplash .splash-module-tweetthanks .splash-modules-border.last {
  background: none transparent;
  border: none;
  height: 45px;
}
/* line 471, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsEmail,
#topFanSplash .splash-module-tweetthanks #enterSweepsEmail {
  text-decoration: underline;
  cursor: pointer;
}
/* line 476, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing #enterSweepsEmail:hover,
#topFanSplash .splash-module-tweetthanks #enterSweepsEmail:hover {
  color: #999999;
}
/* line 480, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .official-rules,
#topFanSplash .splash-module-tweetthanks .official-rules {
  clear: both;
  text-align: center;
}
/* line 484, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .official-rules .official-rules-title,
#topFanSplash .splash-module-tweetthanks .official-rules .official-rules-title {
  font-size: 14px;
}
/* line 488, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .official-rules .official-rules-title a,
#topFanSplash .splash-module-tweetthanks .official-rules .official-rules-title a {
  color: #e62222;
}
/* line 492, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .official-rules .official-rules-title a:hover,
#topFanSplash .splash-module-tweetthanks .official-rules .official-rules-title a:hover {
  color: #999999;
}
/* line 496, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-landing .official-rules .official-rules-text,
#topFanSplash .splash-module-tweetthanks .official-rules .official-rules-text {
  font-size: 10px;
  color: #e6e6e6;
  text-transform: uppercase;
}
/* line 506, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners {
  float: right;
  padding: 10px 20px 0px;
  background: #930400;
  width: 530px;
  height: 456px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 515, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .weekly-winners-title {
  position: relative;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 12px;
  width: 505px;
  clear: both;
}
/* line 524, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .weekly-title {
  text-align: center;
  font-size: 26px;
  margin-top: 8px;
  margin-right: 30px;
}
/* line 531, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winners-date {
  display: inline-block;
}
/* line 535, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .redline {
  width: 150px;
  border-bottom: 1px solid #e62222;
  position: absolute;
  top: 9px;
}
/* line 542, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .redline.left {
  left: 0px;
}
/* line 546, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .redline.right {
  right: 0px;
}
/* line 550, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners #weeklyWinnersList {
  height: 375px;
  width: 535px;
  overflow: hidden;
}
/* line 555, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners #weeklyWinnersList .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 560, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners #weeklyWinnersList .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 566, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .weekly-winners-left {
  float: left;
  margin-bottom: 10px;
}
/* line 571, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .weekly-winners-right {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 577, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-block {
  border: 1px solid #e62222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  clear: both;
  float: left;
  width: 250px;
  height: 54px;
  margin-bottom: 3px;
  display: table;
  padding: 3px 0px;
}
/* line 589, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .odd {
  background-color: #750400;
}
/* line 593, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .even {
  background-color: #840401;
}
/* line 597, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-num {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}
/* line 604, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-name {
  font-size: 15px;
  line-height: 15px;
}
/* line 609, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-pic {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
/* line 616, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-info {
  display: table-cell;
  vertical-align: middle;
  width: 165px;
}
/* line 622, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .winner-handle {
  font-size: 12px;
  color: #a7a7b7;
}
/* line 627, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-weeklywinners .weeklywinners-legal {
  font-size: 10px;
  line-height: 10px;
  margin-top: 4px;
  color: #a7a7b7;
}
/* line 636, ../../../files/sass/_splash.scss */
#topFanSplash .splash-module-tweetthanks {
  display: none;
}
/* line 639, ../../../files/sass/_splash.scss */
#topFanSplash #thankYouContainer {
  position: relative;
  text-align: center;
}
/* line 644, ../../../files/sass/_splash.scss */
#topFanSplash #thankYouContainer .form-title {
  padding-bottom: 25px;
  border-bottom: #ff0000 1px solid;
  padding-bottom: 25px;
  margin-bottom: 15px;
  height: 15px;
}
/* line 652, ../../../files/sass/_splash.scss */
#topFanSplash #thankYouContainer .form-title .emailentry-title {
  float: none;
  font-size: 28px;
  text-align: center;
}
/* line 658, ../../../files/sass/_splash.scss */
#topFanSplash #thankYouContainer .thank-you-description {
  /*padding-top: 85px;*/
  line-height: 24px;
}
/* line 663, ../../../files/sass/_splash.scss */
#topFanSplash .congrats-big {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* line 677, ../../../files/sass/_splash.scss */
#heatMapSplash .splash-header {
  height: 55px;
  background-position: 0 65px;
}
/* line 682, ../../../files/sass/_splash.scss */
#heatMapSplash .splash-map-description {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}
/* line 688, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-title {
  text-align: center;
  font-size: 26px;
  margin-top: 8px;
  margin-right: 30px;
}
/* line 695, ../../../files/sass/_splash.scss */
#heatMapSplash #heatMapShowAll {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: default;
}
/* line 703, ../../../files/sass/_splash.scss */
#heatMapSplash #heatMapShowAll.button,
#heatMapSplash #heatMapShowAll.button-inverse {
  width: 110px;
  height: 22px;
  padding: 10px 0px 5px 0px;
  font-size: 14px;
  cursor: pointer;
}
/* line 710, ../../../files/sass/_splash.scss */
#heatMapSplash #heatMapShowAll.active {
  cursor: default;
}
/* line 714, ../../../files/sass/_splash.scss */
#heatMapSplash .splash-module-heat-map {
  padding: 10px 20px 0px;
  background: #750300;
  width: 524px;
  height: 445px;
  position: relative;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 724, ../../../files/sass/_splash.scss */
#heatMapSplash .redline {
  width: 160px;
  border-bottom: 1px solid #e62222;
  position: absolute;
  top: 25px;
}
/* line 731, ../../../files/sass/_splash.scss */
#heatMapSplash .redline.left {
  left: 10px;
}
/* line 735, ../../../files/sass/_splash.scss */
#heatMapSplash .redline.right {
  right: 10px;
}
/* line 739, ../../../files/sass/_splash.scss */
#heatMapSplash .map-title {
  text-align: center;
  color: #e62222;
  font-size: 16px;
  padding-top: 5px;
}
/* line 746, ../../../files/sass/_splash.scss */
#heatMapSplash .map-title .total {
  font-size: 17px;
}
/* line 750, ../../../files/sass/_splash.scss */
#heatMapSplash .numbers .twitter-logo {
  display: inline-block;
}
/* line 754, ../../../files/sass/_splash.scss */
#heatMapSplash .numbers {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}
/* line 760, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-map {
  width: 525px;
  position: relative;
  height: 390px;
  overflow: hidden;
}
/* line 767, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-map-subtitle {
  position: relative;
  top: -30px;
  font-size: 14px;
  text-align: center;
}
/* line 774, ../../../files/sass/_splash.scss */
#heatMapSplash .splash-module-heat-map-filters {
  float: right;
  padding: 10px 20px 0px;
  background: #930400;
  width: 530px;
  height: 445px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 784, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-map-filters-subtitle {
  position: relative;
  text-align: center;
  font-size: 13px;
  margin-right: 30px;
}
/* line 791, ../../../files/sass/_splash.scss */
#heatMapSplash .splash-modules {
  position: absolute;
  top: 110px;
  height: 460px;
  left: 20px;
  width: 1150px;
}
/* line 799, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-map-teams {
  display: block;
  margin-top: 11px;
}
/* line 804, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team {
  background-color: #740400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  /*display: table;*/
  margin-bottom: 8px;
  width: 530px;
  cursor: pointer;
  position: relative;
  height: 83px;
}
/* line 814, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .heat-team-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
/* line 824, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .select-arrow {
  background-image: url("../images/heatmap/team_select_arrow.png");
  background-position: 0 0;
  width: 14px;
  height: 27px;
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -13px;
  display: none;
}
/* line 836, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-name {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
}
/* line 842, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-img {
  /*display: table-cell;*/
  float: left;
  width: 83px;
  height: 83px;
  text-align: left;
  overflow: hidden;
  padding: 0px 25px 0px 0px;
}
/* line 850, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0;
  margin: 0;
  width: 83px;
  height: 83px;
}
/* line 859, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-info {
  width: 260px;
  /*display: table-cell;
  vertical-align: middle;*/
  float: left;
  margin-top: 25px;
  padding-right: 10px;
}
/* line 868, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-hashtag {
  line-height: 0px;
  font-size: 15px;
  margin-top: 5px;
}
/* line 873, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .circle {
  /*@include vendor-prefix(border-radius, 20px);*/
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -1px;
  background: url("../images/heatmap/team_circles.png") 0 0 no-repeat;
}
/* line 885, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-tweet {
  width: 125px;
  /*display: table-cell;
  vertical-align: middle;*/
  /*float: left;*/
  margin-top: 46px;
  z-index: 5;
  position: absolute;
  left: 385px;
}
/* line 896, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .button {
  width: 120px;
  height: 59px;
  padding: 10px 25px 10px 50px;
  font-size: 14px;
  text-decoration: none;
  border: none;
}
/* line 905, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .team-tweet .twitter-logo {
  position: absolute;
  top: 10px;
  left: 15px;
}
/* line 911, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team .place-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 921, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team.active .heat-team-button {
  cursor: default;
}
/* line 925, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team.active {
  background-color: #530400;
  /*margin-left: -1px;*/
  width: 531px;
  /*cursor: default;*/
}
/* line 930, ../../../files/sass/_splash.scss */
#heatMapSplash .heat-team.active .select-arrow {
  display: block;
}
/* line 935, ../../../files/sass/_splash.scss */
#heatMapSplash .adam .team-hashtag {
  color: #fe6b04;
  /*.circle { background-color: $teamAdam; }*/
}
/* line 940, ../../../files/sass/_splash.scss */
#heatMapSplash .blake .team-hashtag {
  color: #fdff00;
}
/* line 942, ../../../files/sass/_splash.scss */
#heatMapSplash .blake .team-hashtag .circle {
  background-position: 0 -14px;
}
/* line 945, ../../../files/sass/_splash.scss */
#heatMapSplash .xtina .team-hashtag {
  color: #96d4e9;
}
/* line 947, ../../../files/sass/_splash.scss */
#heatMapSplash .xtina .team-hashtag .circle {
  background-position: 0 -28px;
}
#heatMapSplash .shakira .team-hashtag {
  color: #96d4e9;
}
/* line 947, ../../../files/sass/_splash.scss */
#heatMapSplash .shakira .team-hashtag .circle {
  background-position: 0 -28px;
}

/* line 950, ../../../files/sass/_splash.scss */
#heatMapSplash .ceelo .team-hashtag {
  color: white;
}
/* line 952, ../../../files/sass/_splash.scss */
#heatMapSplash .ceelo .team-hashtag .circle {
  background-position: 0 -42px;
}
#heatMapSplash .usher .team-hashtag {
  color: white;
}
/* line 952, ../../../files/sass/_splash.scss */
#heatMapSplash .usher .team-hashtag .circle {
  background-position: 0 -42px;
}

/* line 958, ../../../files/sass/_splash.scss */
.no-touch #heatMapSplash .heat-team:hover {
  background-color: #530400;
  /*margin-left: -1px;*/
  width: 531px;
  /*cursor: default;*/
}
/* line 963, ../../../files/sass/_splash.scss */
.no-touch #heatMapSplash .heat-team:hover .select-arrow {
  display: block;
}

/* line 968, ../../../files/sass/_splash.scss */
#voteSplash {
  position: relative;
  width: 880px;
  background: none transparent;
}
/* line 973, ../../../files/sass/_splash.scss */
#voteSplash .splash-module-vote {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
  width: 835px;
  height: 593px;
}

/* line 983, ../../../files/sass/_splash.scss */
.vote-splash-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/shared/black_opacity_60.png") repeat;
  display: none;
}
.mobile, .mobile-inline{
	display: none;
}
.desktop-inline{
	display: inline;
}
.desktop{
	display: block;
}
#menuSplash{
	display: none;
}
