/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. 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.
 */
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.
 */
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.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes arrowblink {
  from {
    background-position: 0px;
  }
  to {
    background-position: -490px;
  }
}
@keyframes arrowblink {
  from {
    background-position: 0px;
  }
  to {
    background-position: -490px;
  }
}
@-webkit-keyframes loader {
  from {
    background-position: 0px;
  }
  to {
    background-position: -392px;
  }
}
@keyframes loader {
  from {
    background-position: 0px;
  }
  to {
    background-position: -392px;
  }
}
@font-face {
  font-family: 'redbull';
  src: url('../../../bedroom/assets/fonts/redbull_v-1.1.eot');
  src: url('../../../bedroom/assets/fonts/redbull_v-1.1.eot#iefix') format('embedded-opentype'), url('../../../bedroom/assets/fonts/redbull_v-1.1-IcoMoon.svg') format('svg'), url('../../../bedroom/assets/fonts/redbull_v-1.1.woff') format('woff'), url('../../../bedroom/assets/fonts/redbull_v-1.1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
@font-face {
  font-family: 'redbull_1';
  src: url('../../../bedroom/assets/fonts/redbull_v-1.1.eot');
  src: url('../../../bedroom/assets/fonts/redbull_v-1.1.eot#iefix') format('embedded-opentype'), url('../../../bedroom/assets/fonts/redbull_v-1.1.woff') format('woff'), url('../../../bedroom/assets/fonts/redbull_v-1.1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 15px 13px 14px 13px;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 2px solid #fff;
  white-space: nowrap;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -2px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  max-height: 207px;
  padding-bottom: 5px;
  background: #000;
  color: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  font-size: 1.4em;
  text-align: left;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 2px solid #fff;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 2px solid #ffffff;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 13px;
  top: 22px;
  border-radius: 0;
  background-clip: padding-box;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-search {
  display: none;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: #fff url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2.png') no-repeat 100% -22px;
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);*/
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  /*background: #fff url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2-spinner.gif') no-repeat 100%;
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom-gr/assets/css/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);*/
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #fff;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);*/
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid #fff;
  border-top-color: transparent;
  background: #000;
  border-top: none;
  border-top: 2px solid #000 !important;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  filter: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
  border-top: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-listwrapper {
  overflow-y: auto;
  max-height: 200px;
}
.select2-results {
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #fc1156;
  background: #1e1e1e;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: transparent;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  /*background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);*/
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #fff;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/*! jQuery UI - v1.10.3 - 2013-12-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.tabs.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 50px 50px 30px 50px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ff-primary-font {
  font-family: "Roboto", helvetica, sans-serif;
}
.ff-secondary-font {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
  display: block !important;
}
.mejs-overlay-play.playing .mejs-overlay-button {
  display: none;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 167px;
  height: 115px;
  margin: -50px 0 0 -83px;
  background: url(../../../bedroom/assets/images/branding/btn-video-play.png) center center no-repeat;
}
.home .mejs-overlay-button {
  display: none;
}
@media only screen and (max-width:767px) {
  .mejs-overlay-button {
    background-size: 84px 58px;
    width: 84px;
    height: 58px;
    margin-left: -42px;
    margin-top: - 29px;
  }
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../../../bedroom/assets/images/loader.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 20px;
  padding: 30px 0;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
  width: 26px;
  height: 26px;
}
.mejs-container .mejs-controls div.mejs-play,
.mejs-container .mejs-controls div.mejs-pause {
  width: 78px;
  height: 46px;
  margin-top: -15px;
}
.mejs-container .mejs-controls div.mejs-play button,
.mejs-container .mejs-controls div.mejs-pause button {
  width: 68px;
  height: 46px;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: solid 0px transparent;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  display: none;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background: url(../../../bedroom/assets/images/branding/play-retina_small.png) center center no-repeat;
  background-size: 142px 118px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.mejs-controls .mejs-play:hover button {
  background: url(../../../bedroom/assets/images/branding/play-retina_small-hover.png) center center no-repeat;
  background-size: 142px 118px;
}
.mejs-controls .mejs-pause button {
  background: url(../../../bedroom/assets/images/branding/pause-retina_small.png) center center no-repeat;
  background-size: 142px 118px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.mejs-controls .mejs-pause:hover button {
  background: url(../../../bedroom/assets/images/branding/pause-retina_small-hover.png) center center no-repeat;
  background-size: 142px 118px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(255, 255, 255, 0.15);
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(48, 47, 44, 0.5);
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: url(../../../bedroom/assets/images/bgr-texture.png) top left repeat-x #fed143;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button {
  display: none !important;
}
.mejs-controls .mejs-unfullscreen-button {
  display: none !important;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 56px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 56px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: transparent;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper {
  display: none;
  z-index: 60;
  position: relative;
  width: 60px;
  height: 40px;
  top: -5px;
  left: -10px;
  *zoom: 1;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper:before,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper:after {
  content: " ";
  display: table;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper:after {
  clear: both;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper .item {
  width: 6px;
  height: 40px;
  background-color: #333;
  float: left;
  margin-right: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper .item:hover,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper .item.hover {
  padding-top: 10px;
  margin-top: -10px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper .item__isset {
  background-color: #fed143;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(20, 20, 20, 0.8);
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(http://www.redbullbedroomjam.gr/wp-content/themes/bedroom/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
.home .mejs-container .mejs-controls {
  visibility: hidden !important;
}
html {
  height: 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: content-box;
}
body {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  font-family: "Roboto", helvetica, sans-serif;
  -webkit-font-smoothing: 'antialiased';
  font-size: 10px;
  color: #fff;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  body {
    height: auto;
  }
}
.js-mobile body {
  overflow: auto;
  overflow-x: hidden;
  height: auto;
}
.js-mobile body.left-slide-open,
.js-mobile body.right-slide-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.bgr-clip {
  position: relative;
}
.bgr-clip canvas {
  top: 0;
  position: absolute;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
}
.bgr-clip span {
  position: relative;
  z-index: 3;
}
.buffer-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.buffer-wrapper #buffer-canvas {
  visibility: hidden;
}
.buffer-wrapper .buffer-font {
  font-family: "redbull_1";
  visibility: hidden;
}
canvas {
  -webkit-transform: translated3d(0, 0, 0);
  -moz-transform: translated3d(0, 0, 0);
  -o-transform: translated3d(0, 0, 0);
  transform: translated3d(0, 0, 0);
}
.slimScrollDiv {
  -webkit-overflow-scrolling: touch;
}
.hide {
  display: none !important;
}
.js-mobile .bgr-clip span {
  background-size: 400px 400px;
}
.js-mobile .bgr-clip-white span {
  background: url(../../../bedroom/assets/images/bgr-texture.png) #ffffff center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.js-mobile .bgr-clip-yellow span {
  background: url(../../../bedroom/assets/images/bgr-texture.png) #ffd22f center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.js-mobile .slide-section .bgr-clip-white span {
  display: inline;
}
.loader {
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin: 0 0 0 -75px;
  width: 150px;
  height: 80px;
  color: #f41053;
  text-align: center;
}
.loader__image {
  display: block;
  background-image: url(../../../bedroom/assets/images/branding/loader_sprite.png);
  width: 49px;
  height: 49px;
  margin: 0 auto 10px;
  -webkit-animation: 0.7s steps(8, end) normal none infinite loader;
  animation: 0.7s steps(8, end) normal none infinite loader;
}
h1,
.h1 {
  color: #ffd22f;
  font-size: 4.8em;
  line-height: 1.2em;
}
.page-section h1,
.page-section .h1 {
  font-size: 3.42em;
}
@media only screen and (max-width:767px) {
  h1,
  .h1 {
    font-size: 3.3em;
  }
}
h2,
.h2 {
  color: #ffd22f;
  font-size: 3.6em;
  line-height: 1.2em;
}
.page-section h2,
.page-section .h2 {
  font-size: 2.57em;
}
@media only screen and (max-width:900px) {
  h2,
  .h2 {
    font-size: 3.2em;
  }
  .page-section h2,
  .page-section .h2 {
    font-size: 2.28em;
  }
}
@media only screen and (max-width:767px) {
  h2,
  .h2 {
    font-size: 2.5em;
  }
  .page-section h2,
  .page-section .h2 {
    font-size: 1.78em;
  }
}
h3,
.h3 {
  color: #fff;
  font-size: 2.2em;
  line-height: 1.2em;
}
.page-section h3,
.page-section .h3 {
  font-size: 1.57em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
p {
  font-size: 1.6em;
  line-height: 1.2em;
  -webkit-font-smoothing: 'antialiased';
}
.page-section p {
  font-size: 1.14em;
  line-height: 1.2em;
}
@media only screen and (max-width:767px) {
  p {
    font-size: 1.5em;
  }
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px solid transparent;
}
.highlight {
  color: #fc1156;
}
.yellow {
  color: #ffd22f;
}
.light-bgr {
  color: #000;
}
.light-bgr a {
  color: #000;
}
.light-bgr h1,
.light-bgr .h1,
.light-bgr h2,
.light-bgr .h2,
.light-bgr h3,
.light-bgr .h3 {
  color: #000;
}
.menu,
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu li a {
  text-decoration: none;
}
.menu li a:hover {
  text-decoration: none;
}
.menu-top {
  text-align: right;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 2.6em;
  line-height: 1.2em;
}
@media only screen and (max-width:479px) {
  .menu-top {
    font-size: 1.8em;
  }
}
.menu-top li {
  margin: 0 0 16px 0;
}
.menu-top li a {
  color: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.menu-top li a:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.menu-top__dark {
  padding-top: 50px;
}
@media only screen and (max-width:767px) {
  .menu-top__dark {
    padding-top: 30px;
  }
}
.menu-top__dark li a {
  color: #242424;
}
@media only screen and (max-width:479px) {
  .menu-top__dark .sign-out .icon_rb {
    line-height: 1.2em;
  }
}
.to-do-menu .to-do-header {
  background-color: #242424;
  padding: 15px 75px 15px 20px;
  color: #fff;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.2em;
  position: relative;
}
.to-do-menu .to-do-header_main {
  color: #ffd800;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 1.4em;
  line-height: 1.2em;
}
.to-do-menu .to-do-header .to-do-icon {
  color: #f41053;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 3em;
  line-height: 1.2em;
}
.to-do-menu ul {
  background-color: #f41053;
}
.to-do-menu li {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-align: left;
  font-size: 2.0em;
  line-height: 1.2em;
  background: url(../../../bedroom/assets/images/branding/list-line.png) center -5px no-repeat;
  background-size: 430px 14px;
  position: relative;
}
.to-do-menu li a {
  color: #fff;
  display: block;
  padding: 18px 30px 15px 20px;
  position: relative;
}
.to-do-menu li a:after {
  content: 'a';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-family: 'redbull';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  vertical-align: bottom;
  color: #fff;
}
.to-do-menu li:first-child {
  background: none;
}
.to-do-menu li:first-child a {
  padding-top: 15px;
}
.menu-bottom {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: right;
}
@media only screen and (max-width:479px) {
  .menu-bottom {
    font-size: 1.4em;
  }
}
.menu-bottom li {
  margin: 0 0 8px 0;
}
.menu-bottom li a {
  color: #999;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.menu-bottom li a:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.menu-register {
  width: 100%;
  *zoom: 1;
  -webkit-padding-start: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 60px;
}
.menu-register:before,
.menu-register:after {
  content: " ";
  display: table;
}
.menu-register:after {
  clear: both;
}
@media only screen and (max-width:767px) {
  .menu-register {
    margin-bottom: 30px;
  }
}
.menu-register li {
  width: 33.33%;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  background-color: #2a2a2a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-register li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 20px 0 40px 0;
  margin-bottom: -20px;
}
.menu-register li:hover,
.menu-register li.current {
  background-color: #f41053;
}
.menu-register li.current:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f41053;
}
@media only screen and (max-width:767px) {
  .menu-register li.current:after {
    display: none;
  }
}
/*=Buttons----------------------
-----------------------------*/
.btn {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn > span:first-child {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  position: relative;
  padding: 20px 60px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 0 50% -28.5px;
  -moz-transform-origin: 0 50% -28.5px;
  transform-origin: 0 50% -28.5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: url(../../../bedroom/assets/images/bgr-texture__large.png) center center no-repeat;
  -webkit-font-smoothing: antialiased;
  background-size: 600px 600px;
}
.btn > span:first-child:before,
.btn > span:first-child .before {
  content: attr(data-hover);
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  padding: 20px 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transform: translateZ(0) rotateX(-90deg);
  -moz-transform: translateZ(0) rotateX(-90deg);
  -o-transform: translateZ(0) rotateX(-90deg);
  transform: translateZ(0) rotateX(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background: url(../../../bedroom/assets/images/bgr-texture__large.png) center center no-repeat;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  background-size: 600px 600px;
}
.btn > span:first-child:hover,
.btn > span:first-child.hover {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.btn.random-bgr_1 .before {
  background-position: top left;
}
.btn.random-bgr_2 .before {
  background-position: top right;
}
.btn.random-bgr_3 .before {
  background-position: bottom left;
}
.btn.random-bgr_4 .before {
  background-position: bottom right;
}
.btn.random-bgr_5 .before {
  background-position: center center;
}
.btn__flip {
  -webkit-perspective: 0px;
  -moz-perspective: 0px;
  -ms-perspective: 0px;
  perspective: 0px;
  overflow: hidden;
}
.btn__flip > span:first-child {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  padding: 0;
  width: 100%;
}
.btn__flip > span:first-child:before {
  display: none;
}
.btn__flip:before,
.btn__flip .before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  background: url(../../../bedroom/assets/images/bgr-texture__large.png) center center no-repeat;
  background-size: 600px 600px;
}
.btn__flip:hover > span:first-child {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: none;
}
.js-mobile .btn__flip:hover > span:first-child {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.btn__flip:hover:before,
.btn__flip:hover .before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.btn__flip.hover > span:first-child {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: none;
}
.btn__flip.hover:before,
.btn__flip.hover .before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.btn__withbefore > span:first-child {
  z-index: 2;
}
.btn__withbefore:before {
  display: none !important;
}
.btn__withbefore .before {
  z-index: 1;
}
.btn.btn_diffont > span:first-child:before {
  font-family: 'redbull';
  font-weight: normal;
  font-style: normal;
  vertical-align: bottom;
  text-transform: none;
  font-size: 1.5em;
  line-height: 0.82em;
}
.btn.btn_diffont:before {
  font-family: 'redbull';
  font-weight: normal;
  font-style: normal;
  vertical-align: bottom;
  text-transform: none;
}
.js-mobile .btn > span:first-child:hover {
  -webkit-transform: rotateX(0deg) translateY(0px);
  -moz-transform: rotateX(0deg) translateY(0px);
  -o-transform: rotateX(0deg) translateY(0px);
  transform: rotateX(0deg) translateY(0px);
}
.js-mobile .btn.hover > span:first-child {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn__pink > span:first-child {
  background-color: #f71054;
}
.btn__pink > span:first-child:before {
  background-color: #f71054;
}
.btn__pink > span:first-child.hoverBefore {
  background-color: #920a32;
}
.btn__pink > span:first-child:hover:before,
.btn__pink > span:first-child.hover:before {
  background-color: #920a32;
}
.btn__pink:before,
.btn__pink .before {
  background-color: #920a32;
}
.btn__blue > span:first-child {
  background-color: #3fcdfd;
}
.btn__blue > span:first-child:before {
  background-color: #3fcdfd;
}
.btn__blue > span:first-child.hoverBefore {
  background-color: #267b98;
}
.btn__blue > span:first-child:hover:before,
.btn__blue > span:first-child.hover:before {
  background-color: #267b98;
}
.btn__blue:before,
.btn__blue .before {
  background-color: #267b98;
}
.btn__darkblue > span:first-child {
  background-color: #3c5b97;
}
.btn__darkblue > span:first-child:before {
  background-color: #3c5b97;
}
.btn__darkblue > span:first-child.hoverBefore {
  background-color: #24375b;
}
.btn__darkblue > span:first-child:hover:before,
.btn__darkblue > span:first-child.hover:before {
  background-color: #24375b;
}
.btn__darkblue:before,
.btn__darkblue .before {
  background-color: #24375b;
}
.btn__brown > span:first-child {
  background-color: #7c5641;
}
.btn__brown > span:first-child:before {
  background-color: #7c5641;
}
.btn__brown > span:first-child.hoverBefore {
  background-color: #4a3427;
}
.btn__brown > span:first-child:hover:before,
.btn__brown > span:first-child.hover:before {
  background-color: #4a3427;
}
.btn__brown:before,
.btn__brown .before {
  background-color: #4a3427;
}
.btn__red > span:first-child {
  background-color: #fc363c;
}
.btn__red > span:first-child:before {
  background-color: #fc363c;
}
.btn__red > span:first-child.hoverBefore {
  background-color: #972024;
}
.btn__red > span:first-child:hover:before,
.btn__red > span:first-child.hover:before {
  background-color: #972024;
}
.btn__red:before,
.btn__red .before {
  background-color: #972024;
}
.btn__gray > span:first-child {
  background-color: #474747;
}
.btn__gray > span:first-child:before {
  background-color: #474747;
}
.btn__gray > span:first-child.hoverBefore {
  background-color: #1c1c1c;
}
.btn__gray > span:first-child:hover:before,
.btn__gray > span:first-child.hover:before {
  background-color: #1c1c1c;
}
.btn__gray:before,
.btn__gray .before {
  background-color: #1c1c1c;
}
button.btn {
  background: none !important;
  border: none !important;
  position: relative !important;
  padding: 0;
}
button.btn:focus {
  outline: 0px solid transparent;
  border: none !important;
}
button.btn:hover,
button.btn.hover {
  outline: 0px solid transparent;
  border: none !important;
}
button.btn:hover span:first-child,
button.btn.hover span:first-child {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
canvas {
  display: block;
  position: relative;
  top: 50%;
  left: 0;
}
/*=Forms----------------------
-----------------------------*/
form {
  *zoom: 1;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form input[type="text"],
form input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none;
}
form input[type="text"],
form input[type="password"],
form input[type="checkbox"],
form select,
form textarea {
  background: transparent;
}
form .icheckbox {
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
form .icheckbox.hover {
  border-color: #ffd22f;
}
form .icheckbox.checked {
  background: url(../../../bedroom/assets/images/icons/checked.png) center center no-repeat;
}
form fieldset {
  display: block;
  border: none;
}
form .form-item {
  text-align: left;
}
/*=Main menu-------
    -----------------*/
.login-form {
  float: right;
  margin: 0 0 45px 0;
  width: 230px;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  padding: 15px 5px;
  padding-right: 5px !important;
  border: 3px solid #000;
  width: 219px;
  color: #000;
  font-size: 1.4em;
}
.login-form input[type="text"].placeholder,
.login-form input[type="password"].placeholder {
  color: #000000;
}
.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.login-form input[type="text"].error,
.login-form input[type="password"].error {
  border-color: #f71054;
}
.login-form input[type="text"] {
  margin-bottom: -3px;
}
.login-form button {
  margin: 25px 0 0;
  width: 235px;
  font-size: 1.8em;
}
.login-form button span {
  width: 115px;
}
.login-form .loader {
  position: relative;
  margin: 20px auto 0 auto;
  left: 0;
  top: 0;
  bottom: 0;
  height: 49px;
  display: none;
}
.login-form .login-error {
  background: red;
  display: block;
  margin: 18px 0 8px 0px;
  color: #fff;
  text-align: left;
  background-color: #f71054;
  background: url(../../../bedroom/assets/images/branding/error-label-vertical.png) top left no-repeat;
  font-size: 1.2em;
  position: relative;
  display: table;
  height: 69px;
  width: 235px;
}
.login-form .login-error .error {
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  padding-bottom: 9px;
}
.login-form .login-error .error:before {
  content: ' ';
  display: block;
  width: 23px;
  height: 20px;
  background: url(../../../bedroom/assets/images/icons/error.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-right: 5px;
  left: 15px;
}
/*=Bands page-------
    -----------------*/
.bands-search-form input[type="text"] {
  padding: 0;
  margin: 10px auto;
  width: 90%;
  background: none;
  border: none;
  outline: 0px solid transparent;
  font-size: 4.6em;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:900px) {
  .bands-search-form input[type="text"] {
    font-size: 2em;
  }
}
/*=Registration-------
    -----------------*/
.register-form {
  margin: 0 auto 60px auto;
  width: 480px;
}
@media only screen and (max-width:900px) {
  .register-form {
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (max-width:900px) {
  .register-form h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.register-form p {
  margin: 0 0 20px 0 !important;
  font-size: 0.85em;
  line-height: 1.4em;
}
.register-form .highlight {
  text-decoration: none;
  border-bottom: 1px solid #fc1156;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.register-form .highlight:hover {
  border-bottom: 1px solid transparent;
}
.register-form .form-item.form-item_submit {
  margin-top: 50px;
}
@media only screen and (max-width:900px) {
  .register-form .form-item.form-item_submit {
    margin: 20px 20px 30px 20px;
  }
}
@media only screen and (max-width:900px) {
  .register-form .btn {
    margin-left: -15px;
  }
}
@media only screen and (max-width:900px) {
  .register-form button[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
  .register-form button[type="submit"] span {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
.register-form .bandphoto-wrapper {
  position: absolute;
  top: 0;
  width: 178px;
  height: 178px;
  float: left;
  background: #000000 url(../../../bedroom/assets/images/loader_paused.png) no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width:900px) {
  .register-form .bandphoto-wrapper {
    float: none;
    margin: 0 auto;
    position: relative;
  }
}
.register-form .bandphoto-wrapper #bandphoto {
  position: relative;
  width: 174px;
  height: 174px;
  border: 2px solid #fff;
  cursor: pointer;
  background: url(../../../bedroom/assets/images/branding/upload-bgr.png) center center no-repeat;
  background-size: 174px 174px;
}
.register-form .bandphoto-wrapper #bandphoto:after {
  content: 'Upload your files';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 174px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
.register-form .bandphoto-wrapper #bandphoto:before {
  content: ' ';
  background: url(../../../bedroom/assets/images/branding/plus.png) center center no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.register-form .bandphoto-wrapper #bandphoto .fallback {
  position: absolute;
  left: 0;
  top: 0;
}
.register-form .bandphoto-wrapper #bandphoto .uploadify object {
  width: 174px;
  height: 174px;
}
.register-form .bandphoto-wrapper #bandphoto .uploadify-queue {
  display: none;
}
.register-form .bandphoto-wrapper .bandphoto-image {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 174px;
  height: 174px;
  display: none;
}
.register-form .bandphoto-wrapper .bandphoto-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.register-form .bandphoto-wrapper.with-img .bandphoto-loader {
  display: none;
}
.register-form .bandphoto-wrapper.with-img .bandphoto-image {
  display: block;
}
.register-form .bandphoto-wrapper.with-img #bandphoto {
  background: none;
}
.register-form .bandphoto-wrapper.with-img #bandphoto:after {
  display: none;
}
.register-form .bandphoto-wrapper.with-img #bandphoto:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.register-form .bandphoto-wrapper.with-img #bandphoto:hover:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form .bandphoto-wrapper.loading .bandphoto-loader {
  display: block;
  z-index: 4;
}
.register-form .bandphoto-wrapper.loading .bandphoto-image {
  display: none;
}
.register-form .bandphoto-wrapper.loading #bandphoto {
  background: #000;
  z-index: 3;
}
.register-form .bandphoto-wrapper.loading #bandphoto:after {
  display: none;
}
.register-form .bandphoto-wrapper.loading #bandphoto:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.register-form .bandphoto-wrapper.loading #bandphoto:hover:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.register-form .bandphoto-wrapper.croping .bandphoto-loader {
  display: none;
}
.register-form .bandphoto-wrapper.croping #bandphoto {
  background: #000000 url(../../../bedroom/assets/images/loader_paused.png) no-repeat;
  background-position: 50% 50%;
}
.register-form .bandphoto__error-message {
  display: none;
  background: url(../../../bedroom/assets/images/branding/error-label.png) -13px 0 no-repeat;
  height: 59px;
  margin-left: 198px;
}
@media only screen and (max-width:900px) {
  .register-form .bandphoto__error-message {
    margin: -20px auto 20px;
    width: 260px;
    text-align: left;
  }
}
.register-form .bandphoto__error-message .error {
  display: inline-block;
  background: url(../../../bedroom/assets/images/icons/error.png) 13px 17px no-repeat;
  height: 100%;
  padding: 11px 10px 10px 50px;
  vertical-align: middle;
  font-size: 1.14em;
  line-height: 1.2em;
}
.register-form .bandphoto__error-message.show {
  display: block;
}
.register-form .infopane {
  background-color: #ffd22f;
  padding: 20px 30px;
  margin-bottom: 15px;
  font-size: 1.16em;
  line-height: 1.2em;
  color: #262626;
}
@media only screen and (max-width:900px) {
  .register-form .infopane {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 15px 10px 15px;
  }
}
.register-form .infopane_rock {
  margin-bottom: 20px;
}
.register-form .infopane h1,
.register-form .infopane h2 {
  color: #262626;
}
.register-form .infopane h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
.register-form .infopane ul,
.register-form .infopane ol {
  *zoom: 1;
  list-style: none;
  padding-left: 0;
}
.register-form .infopane ul:before,
.register-form .infopane ol:before,
.register-form .infopane ul:after,
.register-form .infopane ol:after {
  content: " ";
  display: table;
}
.register-form .infopane ul:after,
.register-form .infopane ol:after {
  clear: both;
}
.register-form .infopane ul li,
.register-form .infopane ol li {
  list-style: none;
  margin-top: 10px;
}
.register-form .infopane ul li:first-child,
.register-form .infopane ol li:first-child {
  margin-top: 0;
}
.register-form fieldset {
  width: 480px;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
  *zoom: 1;
}
.register-form fieldset:before,
.register-form fieldset:after {
  content: " ";
  display: table;
}
.register-form fieldset:after {
  clear: both;
}
@media only screen and (max-width:900px) {
  .register-form fieldset {
    width: auto;
    margin: 0 35px;
  }
}
.register-form fieldset h2 {
  margin-left: 0;
  margin-right: 0;
}
.register-form fieldset.birthday-picker {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width:900px) {
  .register-form fieldset.social {
    margin: 0 35px 0 75px;
  }
}
.register-form fieldset.fieldset_bandphoto {
  text-align: left;
  position: relative;
  min-height: 228px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset.fieldset_bandphoto {
    margin: 0 20px;
    text-align: center;
    min-height: 0;
  }
}
.register-form fieldset.fieldset_bandphoto h2 {
  text-align: left;
  margin: 0px 0 5px 198px;
  padding: 40px 0 0 0;
}
@media only screen and (max-width:900px) {
  .register-form fieldset.fieldset_bandphoto h2 {
    text-align: center;
    margin: 0px 0 20px 0;
    padding-top: 0;
  }
}
.register-form fieldset.fieldset_bandphoto p {
  padding-top: 0;
  font-size: 1.12em;
  line-height: 1.2em;
  color: #fff;
  margin-left: 198px !important;
}
@media only screen and (max-width:900px) {
  .register-form fieldset.fieldset_bandphoto p {
    margin: 20px auto 40px auto !important;
    width: 178px;
    color: #4d4d4d;
    color: rgba(255, 255, 255, 0.3);
  }
}
.register-form fieldset input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
}
.register-form fieldset input.placeholder {
  color: #4d4d4d;
}
.register-form fieldset input::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input:-ms-input-placeholder {
  color: #4d4d4d;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form fieldset input.placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.register-form fieldset input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form fieldset input[type="text"],
.register-form fieldset input[type="password"] {
  border: 2px solid #fff;
  background: #000;
  display: block;
  padding: 18px 13px 18px 13px;
  width: 450px;
  color: #fff;
  font-size: 1.14em;
}
.register-form fieldset input[type="text"].placeholder,
.register-form fieldset input[type="password"].placeholder {
  color: #4d4d4d;
}
.register-form fieldset input[type="text"]::-webkit-input-placeholder,
.register-form fieldset input[type="password"]::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input[type="text"]:-moz-placeholder,
.register-form fieldset input[type="password"]:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input[type="text"]::-moz-placeholder,
.register-form fieldset input[type="password"]::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset input[type="text"]:-ms-input-placeholder,
.register-form fieldset input[type="password"]:-ms-input-placeholder {
  color: #4d4d4d;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form fieldset input[type="text"].placeholder,
.register-form fieldset input[type="password"].placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.register-form fieldset input[type="text"]::-webkit-input-placeholder,
.register-form fieldset input[type="password"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input[type="text"]:-moz-placeholder,
.register-form fieldset input[type="password"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input[type="text"]::-moz-placeholder,
.register-form fieldset input[type="password"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset input[type="text"]:-ms-input-placeholder,
.register-form fieldset input[type="password"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width:900px) {
  .register-form fieldset input[type="text"],
  .register-form fieldset input[type="password"] {
    width: 100%;
    margin-left: -15px;
  }
}
.register-form fieldset input[type="text"]:-webkit-autofill,
.register-form fieldset input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-text-fill-color: #fff;
}
.register-form fieldset textarea,
.register-form fieldset .textarea {
  border: 2px solid #fff;
  background: #000;
  display: block;
  padding: 18px 13px 18px 13px;
  width: 450px;
  height: 59px;
  resize: none;
  color: #fff;
  font-size: 1.14em;
}
.register-form fieldset textarea.placeholder,
.register-form fieldset .textarea.placeholder {
  color: #4d4d4d;
}
.register-form fieldset textarea::-webkit-input-placeholder,
.register-form fieldset .textarea::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset textarea:-moz-placeholder,
.register-form fieldset .textarea:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset textarea::-moz-placeholder,
.register-form fieldset .textarea::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset textarea:-ms-input-placeholder,
.register-form fieldset .textarea:-ms-input-placeholder {
  color: #4d4d4d;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form fieldset textarea.placeholder,
.register-form fieldset .textarea.placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.register-form fieldset textarea::-webkit-input-placeholder,
.register-form fieldset .textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset textarea:-moz-placeholder,
.register-form fieldset .textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset textarea::-moz-placeholder,
.register-form fieldset .textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset textarea:-ms-input-placeholder,
.register-form fieldset .textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width:900px) {
  .register-form fieldset textarea,
  .register-form fieldset .textarea {
    width: 100%;
    margin-left: -15px;
  }
}
.register-form fieldset .select-custom {
  font-size: 1.14em;
}
.register-form fieldset .select-custom.placeholder {
  color: #4d4d4d;
}
.register-form fieldset .select-custom::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset .select-custom:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset .select-custom::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.register-form fieldset .select-custom:-ms-input-placeholder {
  color: #4d4d4d;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.register-form fieldset .select-custom.placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.register-form fieldset .select-custom::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset .select-custom:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset .select-custom::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.register-form fieldset .select-custom:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .select-custom {
    width: 100%;
  }
}
.register-form fieldset .select-custom .select2-choice {
  width: 450px;
  background-color: #000;
}
.register-form fieldset .select-custom .select2-choice.placeholder {
  color: #4d4d4d;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width:900px) {
  .register-form fieldset .select-custom .select2-choice {
    width: 100%;
    margin-left: -15px;
  }
}
.js-mobile .register-form fieldset .select-custom {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 18px 13px 18px 13px;
  width: 450px;
  position: relative;
}
@media only screen and (max-width:1024px) {
  .js-mobile .register-form fieldset .select-custom {
    width: 480px;
  }
}
@media only screen and (max-width:900px) {
  .js-mobile .register-form fieldset .select-custom {
    width: 100%;
  }
}
.js-mobile .register-form fieldset .select-custom:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width:900px) {
  .js-mobile .register-form fieldset .select-custom {
    width: 100%;
    box-sizing: content-box;
    margin-left: -15px;
  }
}
.js-mobile .register-form fieldset .select-birthday select {
  margin-bottom: -2px;
}
.register-form fieldset .select-birthday .select2-container {
  margin-left: -2px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .select-birthday .select2-container {
    margin-left: 0;
    margin-bottom: -2px;
  }
}
.register-form fieldset .select-birthday .select2-container .select2-choice {
  width: 131px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .select-birthday .select2-container .select2-choice {
    width: 100%;
    margin-left: -15px;
  }
}
.register-form fieldset .select-birthday .form-item__inner__first .select2-container {
  margin-left: 0px;
}
.register-form fieldset .select-birthday .form-item__inner__first .select2-container .select2-choice {
  width: 132px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .select-birthday .form-item__inner__first .select2-container .select2-choice {
    width: 100%;
    margin-left: -15px;
  }
}
.register-form fieldset .form-item {
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
.register-form fieldset .form-item__inner {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__inner {
    display: block;
  }
}
.register-form fieldset .form-item:first-child {
  margin-top: 0;
}
.register-form fieldset .form-item:first-child input[type="text"],
.register-form fieldset .form-item:first-child input[type="password"],
.register-form fieldset .form-item:first-child .select-custom {
  margin-top: 0;
}
.register-form fieldset .form-item__twoinline input[type="text"],
.register-form fieldset .form-item__twoinline input[type="password"] {
  width: 211px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-right: -6px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__twoinline input[type="text"]:first-child,
  .register-form fieldset .form-item__twoinline input[type="password"]:first-child {
    margin-bottom: -3px;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__twoinline input[type="text"],
  .register-form fieldset .form-item__twoinline input[type="password"] {
    width: 100%;
    margin-left: -15px;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__twoinline {
    margin-bottom: 10px;
  }
}
.register-form fieldset .form-item__separator {
  clear: both;
  margin-top: 20px;
}
.register-form fieldset .form-item__social {
  position: relative;
}
.register-form fieldset .form-item__social .icon_rb {
  display: block;
  position: absolute;
  color: #4d4d4d;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.8em;
  line-height: 1em;
  top: 50%;
  margin-top: -0.5em;
  left: 20px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__social .icon_rb {
    left: -35px;
    top: auto;
    bottom: 17px;
    margin-top: 0;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__social .tooltip {
    right: 55px;
    padding: 0 35px 0 35px;
  }
}
.register-form fieldset .form-item__social__twitter .icon_rb {
  font-size: 1.5em;
}
.register-form fieldset .form-item__social__youtube .icon_rb {
  font-size: 2.2em;
  left: 18px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__social__youtube .icon_rb {
    left: -37px;
  }
}
.register-form fieldset .form-item__social input {
  padding-left: 53px;
  width: 415px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__social input {
    margin-left: -55px;
    width: 100%;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__social .validation-error {
    margin-left: -55px;
    width: 100%;
    padding-left: 35px;
    right: 0px;
  }
  .register-form fieldset .form-item__social .validation-error .error {
    margin-left: -45px;
  }
  .register-form fieldset .form-item__social .tooltip {
    margin-right: -40px;
    margin-left: -55px;
    width: 100%;
    padding-left: 55px;
    right: 0px;
    padding-right: 15px;
  }
  .register-form fieldset .form-item__social .tooltip .text {
    margin: 0 -35px -15px -35px;
    margin-left: -55px;
    margin-right: -15px;
  }
}
.register-form fieldset .form-item.parent-with-error,
.register-form fieldset .form-item .parent-with-error {
  z-index: 3;
}
.register-form fieldset .form-item.parent-with-error input[type="text"],
.register-form fieldset .form-item .parent-with-error input[type="text"],
.register-form fieldset .form-item.parent-with-error input[type="password"],
.register-form fieldset .form-item .parent-with-error input[type="password"],
.register-form fieldset .form-item.parent-with-error .icheckbox,
.register-form fieldset .form-item .parent-with-error .icheckbox,
.register-form fieldset .form-item.parent-with-error .select2-choice,
.register-form fieldset .form-item .parent-with-error .select2-choice {
  border-color: #fc1156;
  color: #fc1156;
}
@media only screen and (max-width:479px) {
  .register-form fieldset .form-item.parent-with-error .icheckbox,
  .register-form fieldset .form-item .parent-with-error .icheckbox {
    top: 78px;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item.parent-with-error .tooltip,
  .register-form fieldset .form-item .parent-with-error .tooltip {
    z-index: 3;
    margin-top: -79px;
  }
}
.register-form fieldset .form-item__input.parent-valid:after,
.register-form fieldset .form-item__select.parent-valid:after,
.register-form fieldset .form-item__checkbox.parent-valid:after,
.register-form fieldset .form-item__textbox.parent-valid:after,
.register-form fieldset .form-item__input .parent-valid:after,
.register-form fieldset .form-item__select .parent-valid:after,
.register-form fieldset .form-item__checkbox .parent-valid:after,
.register-form fieldset .form-item__textbox .parent-valid:after {
  content: ' ';
  width: 17px;
  height: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  background: url(../../../bedroom/assets/images/icons/success.png) center center no-repeat;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__input.parent-valid:after,
  .register-form fieldset .form-item__select.parent-valid:after,
  .register-form fieldset .form-item__checkbox.parent-valid:after,
  .register-form fieldset .form-item__textbox.parent-valid:after,
  .register-form fieldset .form-item__input .parent-valid:after,
  .register-form fieldset .form-item__select .parent-valid:after,
  .register-form fieldset .form-item__checkbox .parent-valid:after,
  .register-form fieldset .form-item__textbox .parent-valid:after {
    margin-top: 0;
    top: auto;
    bottom: 23px;
    right: 10px;
  }
}
.register-form fieldset .form-item__input.parent-valid input[type="text"],
.register-form fieldset .form-item__select.parent-valid input[type="text"],
.register-form fieldset .form-item__checkbox.parent-valid input[type="text"],
.register-form fieldset .form-item__textbox.parent-valid input[type="text"],
.register-form fieldset .form-item__input .parent-valid input[type="text"],
.register-form fieldset .form-item__select .parent-valid input[type="text"],
.register-form fieldset .form-item__checkbox .parent-valid input[type="text"],
.register-form fieldset .form-item__textbox .parent-valid input[type="text"],
.register-form fieldset .form-item__input.parent-valid input[type="password"],
.register-form fieldset .form-item__select.parent-valid input[type="password"],
.register-form fieldset .form-item__checkbox.parent-valid input[type="password"],
.register-form fieldset .form-item__textbox.parent-valid input[type="password"],
.register-form fieldset .form-item__input .parent-valid input[type="password"],
.register-form fieldset .form-item__select .parent-valid input[type="password"],
.register-form fieldset .form-item__checkbox .parent-valid input[type="password"],
.register-form fieldset .form-item__textbox .parent-valid input[type="password"],
.register-form fieldset .form-item__input.parent-valid .select2-choice,
.register-form fieldset .form-item__select.parent-valid .select2-choice,
.register-form fieldset .form-item__checkbox.parent-valid .select2-choice,
.register-form fieldset .form-item__textbox.parent-valid .select2-choice,
.register-form fieldset .form-item__input .parent-valid .select2-choice,
.register-form fieldset .form-item__select .parent-valid .select2-choice,
.register-form fieldset .form-item__checkbox .parent-valid .select2-choice,
.register-form fieldset .form-item__textbox .parent-valid .select2-choice {
  color: #fff;
}
.register-form fieldset .form-item__select.parent-valid:after,
.register-form fieldset .form-item__select .parent-valid:after {
  right: 38px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__select.parent-valid:after,
  .register-form fieldset .form-item__select .parent-valid:after {
    right: 30px;
  }
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__textbox.parent-valid:after,
  .register-form fieldset .form-item__textbox .parent-valid:after {
    margin-top: 0;
    top: 44px;
  }
}
.register-form fieldset .form-item__bandmembers .validation-error {
  display: none;
}
.register-form fieldset .form-item__bandmembers.parent-with-error .validation-error {
  display: table;
}
.register-form fieldset .form-item__bandmembers.parent-valid:after {
  content: ' ';
  width: 17px;
  height: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  background: url(../../../bedroom/assets/images/icons/success.png) center center no-repeat;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__bandmembers.parent-valid:after {
    margin-top: 0;
    top: auto;
    bottom: 80px;
  }
}
.register-form fieldset .form-item__bandmembers.parent-valid:before {
  content: ' ';
  width: 17px;
  height: 14px;
  position: absolute;
  left: 202px;
  top: 50%;
  margin-top: -5px;
  background: url(../../../bedroom/assets/images/icons/success.png) center center no-repeat;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item__bandmembers.parent-valid:before {
    margin-top: 0;
    left: auto;
    bottom: 23px;
    top: auto;
    right: 18px;
  }
}
.register-form fieldset .form-item_checkbox {
  margin: 9px 0 0;
  min-height: 28px;
}
.register-form fieldset .form-item_checkbox label {
  font-size: 1.14em;
  line-height: 1.2em;
  margin-left: 30px;
  display: block;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item_checkbox label {
    margin-left: 15px;
    margin-right: -15px;
  }
}
.register-form fieldset .form-item_checkbox .icheckbox {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.register-form fieldset .form-item_checkbox .icheckbox.checked {
  background-color: #000;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .form-item_checkbox .icheckbox {
    left: -15px;
  }
}
.register-form fieldset .validation-error,
.register-form fieldset .tooltip {
  position: absolute;
  display: table;
  right: -304px;
  top: 50%;
  margin-top: -29px;
  width: 303px;
  height: 59px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .validation-error,
  .register-form fieldset .tooltip {
    position: relative;
    right: 15px;
    top: 0;
    margin: 20px 0 20px 0;
    width: 100%;
    padding: 0 15px;
  }
}
.register-form fieldset .validation-error {
  background: url(../../../bedroom/assets/images/branding/error-label.png) 0 0 no-repeat;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .validation-error {
    background: #fc1156;
  }
}
.register-form fieldset .validation-error .error {
  display: block;
  height: 100%;
  width: 239px;
  padding-left: 61px;
  display: table-cell !important;
  vertical-align: middle;
  font-size: 1.14em;
  line-height: 1.2em;
}
.register-form fieldset .validation-error .error:before {
  content: ' ';
  display: block;
  width: 23px;
  height: 20px;
  background: url(../../../bedroom/assets/images/icons/error.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-right: 5px;
  left: 25px;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .validation-error .error {
    background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
    background-size: 600px 600px;
    display: block !important;
    font-size: .857em;
    width: auto;
    margin: 0 -15px 0 -15px;
    padding-right: 15px;
    z-index: 2;
    position: relative;
    padding-top: 21px;
    padding-bottom: 15px;
    margin-bottom: -15px;
    height: 35px;
  }
  .register-form fieldset .validation-error .error:before {
    margin-top: -17px;
  }
  .register-form fieldset .validation-error:after {
    content: '';
    position: absolute;
    z-index: 0;
    z-index: 1;
    left: 40px;
    bottom: -11px;
    width: 0px;
    height: 0px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fc1156;
  }
}
.register-form fieldset p {
  color: #4d4d4d;
  color: rgba(255, 255, 255, 0.3);
}
.register-form fieldset .tooltip {
  background: url(../../../bedroom/assets/images/branding/tooltip-label.png) center center no-repeat;
  display: none;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .tooltip {
    background: #434343;
  }
}
.register-form fieldset .tooltip .text {
  height: 100%;
  width: 270px;
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 1.2em;
}
@media only screen and (max-width:900px) {
  .register-form fieldset .tooltip .text {
    background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
    background-size: 600px 600px;
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0 -15px -15px -15px;
    padding: 15px;
    height: 44px;
  }
  .register-form fieldset .tooltip:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 39px;
    bottom: -12px;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #434343;
  }
}
.register-form fieldset #tags {
  line-height: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.register-form fieldset #tags .tag {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 30px;
  line-height: 30px;
  background-color: #444;
  margin-right: 19px;
}
.register-form fieldset #tags .tag .tag-remove {
  height: 30px;
  width: 20px;
  position: absolute;
  z-index: 3;
  left: 5px;
  top: 0px;
  cursor: pointer !important;
  line-height: 30px;
  font-size: 1.4em;
  text-decoration: none;
}
.register-form fieldset #tags .tag .tag-remove:before {
  content: 'e';
  font-family: 'redbull';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  vertical-align: bottom;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  color: #000;
}
.register-form fieldset #tags .tag .tag-remove:hover:before {
  color: #fed143;
}
.register-form fieldset #tags .tag .content {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  padding: 0 39px 0 30px;
  margin-right: -19px;
  position: relative;
  z-index: 2;
}
.register-form fieldset #tags .tag:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -19px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #444;
}
.register-form fieldset .form-item__tagholder-wrapper {
  z-index: 3;
}
.register-form fieldset .form-item__tagholder-wrapper .textarea {
  height: auto;
  max-height: 350px;
  min-height: 59px;
}
.register-form fieldset .tagholder {
  width: 200px;
  position: absolute;
  display: none;
  left: 0;
  top: 40px;
  z-index: 100;
}
.register-form fieldset .tagholder .tag {
  display: block;
  padding: 10px 15px;
  width: 170px;
  cursor: pointer;
  background-color: #464646;
  border-top: 1px solid #575757;
  text-decoration: none;
  color: #fff;
}
.register-form fieldset .tagholder .tag:hover,
.register-form fieldset .tagholder .tag.hover {
  color: #fed12f;
}
.register-form fieldset .tagholder .tag:first-child {
  border-top: none;
}
.ui-dialog {
  padding: 0;
}
.dialog-opacity .ui-dialog {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.ui-dialog .ui-dialog-content {
  padding-right: 60px;
}
.ui-dialog .ui-dialog-titlebar {
  position: static;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2em;
}
@media only screen and (max-width:479px) {
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1.86em;
  }
}
.ui-dialog .ui-button {
  font-size: 1.6em;
}
.ui-dialog .ui-button .ui-button-text {
  padding: 15px 30px;
}
.ui-dialog .ui-button .ui-button-text:before {
  padding: 15px 0;
}
.ui-dialog .ui-button.ui-dialog-titlebar-close {
  font-size: 3em !important;
  line-height: 1em;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  border: none;
  z-index: 20;
  top: 30px;
  right: 17px;
}
.ui-dialog .ui-button.ui-dialog-titlebar-close:focus {
  outline: 0px solid transparent;
}
.ui-dialog .ui-button.ui-dialog-titlebar-close .ui-button-text {
  text-indent: 0;
  background: none;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin-bottom: 30px;
  margin-right: 40px;
}
.ui-dialog img {
  width: 480px;
  height: auto;
}
.ui-dialog .slimScrollBar {
  position: absolute !important;
}
.ui-dialog .slimScrollDiv {
  padding-right: 25px;
}
.ui-dialog__light {
  background-color: #f6ca2d;
}
.ui-dialog__light .ui-button.ui-dialog-titlebar-close {
  color: #000;
}
.ui-dialog__dark {
  background-color: #474747;
}
.ui-dialog__dark .ui-dialog-titlebar {
  background: #222222;
  padding: 20px 0;
}
.ui-dialog__dark .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  color: #f6ca2d;
}
.ui-dialog__dark .ui-button.ui-dialog-titlebar-close {
  color: #fff;
}
.ui-dialog__page {
  padding: 0 10px 20px 40px;
}
.ui-dialog__page .ui-dialog-titlebar {
  margin: 0 -10px 20px -40px;
}
.ui-dialog__page .ui-dialog-content {
  padding: 0;
  padding-right: 30px;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.4em;
}
.ui-dialog__page .ui-dialog-content ul,
.ui-dialog__page .ui-dialog-content ol {
  padding-left: 20px;
}
.ui-dialog__comments .ui-dialog-titlebar {
  padding: 20px 40px;
}
.ui-dialog__comments .comments {
  padding-right: 0;
  margin-right: 15px;
}
.ui-dialog_win {
  background-color: #f11052;
  padding-left: 25px;
}
.ui-dialog_win .win-dialog {
  text-align: center;
}
.ui-dialog_win .win-dialog h3 {
  margin-top: 0;
  padding-top: 0;
}
.ui-dialog_win .win-dialog p {
  font-size: 1.17em;
}
.ui-dialog_win .ui-button {
  color: #fff;
}
.ui-dialog_win .ui-dialog-titlebar {
  background: url(../../../bedroom/assets/images/shows/win-tickets.jpg) center bottom no-repeat;
  min-height: 148px;
  margin-bottom: 20px;
  margin-left: -25px;
}
.ui-widget-overlay__custom {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.dialog-opacity-close .ui-widget-overlay__custom {
  background: rgba(0, 0, 0, 0);
}
.ui-widget-overlay__customnotransition {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0s ease 0s;
  -moz-transition: background 0s ease 0s;
  -o-transition: background 0s ease 0s;
  -ms-transition: background 0s ease 0s;
  transition: background 0s ease 0s;
}
.dialog-opacity-close .ui-widget-overlay__customnotransition {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.icon {
  display: block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-decoration: none;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}
.icon__bars {
  font-size: 28px;
}
.icon_rb {
  font-family: 'redbull';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
}
.icon_micro {
  width: 40px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: url(../../../bedroom/assets/images/icons/micro.png) center center no-repeat;
  background-size: 40px 40px;
}
.icon_noise {
  display: block;
  margin: 8px auto 0 auto;
}
.icon_noise__twitter {
  width: 19px;
  height: 13px;
  background: url(../../../bedroom/assets/images/icons/twitter-feed.png) center center no-repeat;
  margin-bottom: 2px;
}
.icon_noise__instagram {
  width: 15px;
  height: 15px;
  background: url(../../../bedroom/assets/images/icons/instagram-feed.png) center center no-repeat;
}
.icon_noise__facebook {
  width: 15px;
  height: 15px;
  background: url(../../../bedroom/assets/images/icons/facebook-feed.png) center center no-repeat;
}
.icon_bandinfo {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 16px;
  background: url(../../../bedroom/assets/images/icons/bandinfo_sprite.png) no-repeat;
}
.icon_bandinfo__members {
  background-position: 0px 0px;
}
.icon_bandinfo__joined {
  background-position: -24px 0px;
}
.icon_bandinfo__region {
  background-position: -48px 0px;
}
.icon_bandinfo__website {
  background-position: -92px 0px;
}
.icon_bandinfo__tags {
  background-position: -72px 0px;
}
.icon_sort__small {
  background-size: auto 22px;
  height: 22px;
  width: 19px;
  margin: 10px auto;
}
.icon_sort {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 32px;
  height: 38px;
  background: url(../../../bedroom/assets/images/icons/sort_sprite.png) no-repeat;
}
.fix-scroll-section .status .icon_sort {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
@media only screen and (max-width:767px) {
  .fix-scroll-section .status .icon_sort {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.fix-scroll-section .item-stripe .icon_sort {
  background-size: auto 22px;
  height: 22px;
  width: 19px;
  margin: 10px auto;
}
@media only screen and (max-width:767px) {
  .icon_sort {
    background-size: auto 22px;
    height: 22px;
    width: 19px;
    margin: 10px auto;
  }
}
.lt-ie10 .fix-scroll-section .status .icon_sort {
  background-size: auto 22px;
  height: 22px;
  width: 19px;
  margin: 10px auto;
  margin-top: 8px !important;
}
.icon_sort__incr {
  background-position: 0 0;
}
.icon_sort__decr {
  background-position: -34px 0;
}
.fix-scroll-section .icon_sort__decr {
  background-position: -19px 0;
}
@media only screen and (max-width:767px) {
  .icon_sort__decr {
    background-position: -19px 0;
  }
}
.icon_sort__alphabet {
  background-position: -68px 0;
}
.fix-scroll-section .icon_sort__alphabet {
  background-position: -38px 0;
  width: 20px;
}
@media only screen and (max-width:767px) {
  .icon_sort__alphabet {
    background-position: -38px 0;
    width: 20px;
  }
}
/*---=Global---------------
--------------------------*/
.main {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-slide-open .main,
.user-slide-open .main {
  left: 320px;
}
@media only screen and (max-width:479px) {
  .left-slide-open .main,
  .user-slide-open .main {
    left: 100%;
  }
}
@media only screen and (max-width:479px) {
  .js-mobile .left-slide-open .main,
  .js-mobile .user-slide-open .main {
    left: 0px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.js-mobile .main {
  overflow: auto;
  height: auto;
  min-height: 100%;
  bottom: auto;
  right: auto;
}
.js-mobile .main.main-fixed {
  height: 100%;
  overflow: hidden;
}
.page-container {
  padding-top: 70px;
}
.home .page-container {
  padding-top: 0;
}
.slide-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-overflow-scrolling: touch;
}
.left-slide-open .slide-overlay,
.user-slide-open .slide-overlay {
  right: 0;
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
}
@media only screen and (max-width:479px) {
  .left-slide-open .slide-overlay,
  .user-slide-open .slide-overlay {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.right-slide-open .slide-overlay {
  right: 0;
  overflow: visible;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
}
.slide-overlay.loading {
  background: url(../../../bedroom/assets/images/loader.gif) center center no-repeat #000000;
  z-index: 10000;
  right: 0;
}
@media only screen and (max-width:479px) {
  .left-slide-open .slide-overlay.loading {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide-overlay .icon__close {
  position: absolute;
  cursor: pointer;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: rotate(0deg) translateZ(0);
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  top: 20px;
}
.slide-overlay .icon__close__right {
  right: 20px;
}
@media only screen and (max-width:479px) {
  .slide-overlay .icon__close__right {
    display: none;
  }
}
.right-slide-open .slide-overlay .icon__close__right {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  right: 505px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-90deg) translateZ(0);
  -moz-transform: rotate(-90deg) translateZ(0);
  -o-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
}
.slide-overlay .icon__close__left {
  left: 20px;
  -webkit-transform: rotate(0deg) translateZ(0);
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
}
@media only screen and (max-width:479px) {
  .left-slide-open .slide-overlay {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slimScrollBar {
  position: fixed !important;
}
.left-slide-open .slim-slide-menu-section_main .slimScrollBar,
.flip-open .slim-slide-menu-section_main .slimScrollBar,
.left-slide-open .slim-slide-menu-section__login .slimScrollBar,
.flip-open .slim-slide-menu-section__login .slimScrollBar,
.user-slide-open .slim-slide-user-section .slimScrollBar,
.flip-open .slim-slide-user-section .slimScrollBar {
  left: 3px !important;
  background-color: #ffffff !important;
}
.select2-drop .slimScrollBar {
  position: absolute !important;
  opacity: 1 !important;
}
/*---=Shared---------------
--------------------------*/
.overlay-twin {
  color: #fff;
}
.light-bgr .overlay-twin {
  color: #000;
}
@media only screen and (max-width:479px) {
  .js-mobile .overlay-twin__left {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width:479px) {
  .js-mobile .overlay-twin__right {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width:479px) {
  .overlay-twin {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    z-index: 5;
  }
  .overlay-twin__left {
    display: block !important;
    right: -20px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  .left-slide-open .overlay-twin__left,
  .user-slide-open .overlay-twin__left {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    right: 20px;
  }
  .login-slide-open .overlay-twin__left,
  .user-slide-open .overlay-twin__left {
    right: auto;
    left: 10px;
  }
  .left-slide-open .overlay-twin,
  .user-slide-open .overlay-twin,
  .right-slide-open .overlay-twin {
    display: block !important;
  }
}
.slide-section {
  display: none;
  position: fixed;
  top: 0;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.slide-section_inner {
  min-height: 100%;
  position: relative;
  padding: 0 30px 0 20px;
  *zoom: 1;
}
.slide-section_inner:before,
.slide-section_inner:after {
  content: " ";
  display: table;
}
.slide-section_inner:after {
  clear: both;
}
.slide-menu-section_main:after {
  content: '';
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
.left-slide-open .slide-menu-section_main:after,
.user-slide-open .slide-menu-section_main:after,
.flip .slide-menu-section_main:after {
  left: -100%;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.no-csstransitions .slide-menu-section_main:after,
.ie10 .slide-menu-section_main:after,
.ie11 .slide-menu-section_main:after {
  display: none;
}
.slide-menu-section {
  display: block;
  left: 0;
  z-index: 1;
  background: url(../../../bedroom/assets/images/left-slide-overlay.jpg) top left no-repeat;
  background-size: cover;
}
.slide-menu-section_inner {
  padding: 0 30px 0 20px;
  position: relative;
}
.slide-menu-section .left-slide-logo {
  display: block;
  float: right;
  margin: 22px 0 15px 0;
  width: 128px;
  height: 142px;
  background: url(../../../bedroom/assets/images/left-slide-logo.png) top left no-repeat;
}
@media only screen and (max-width:479px) {
  .slide-menu-section .left-slide-logo {
    float: left;
    margin-bottom: -60px;
    width: 99px;
    height: 110px;
    background-size: 99px 110px;
  }
}
.slide-menu-section .menu-top {
  clear: both;
  *zoom: 1;
}
.slide-menu-section .menu-top:before,
.slide-menu-section .menu-top:after {
  content: " ";
  display: table;
}
.slide-menu-section .menu-top:after {
  clear: both;
}
.slide-menu-section .menu-top ul {
  float: right;
}
.slide-menu-section .sign-in {
  margin-bottom: 200px;
  *zoom: 1;
  text-align: center;
  font-size: 1.8em;
}
.slide-menu-section .sign-in:before,
.slide-menu-section .sign-in:after {
  content: " ";
  display: table;
}
.slide-menu-section .sign-in:after {
  clear: both;
}
.slide-menu-section .sign-in .btn {
  float: right;
}
@media only screen and (max-width:479px) {
  .slide-menu-section .sign-in {
    margin-bottom: 180px;
  }
}
.slide-menu-section .menu-bottom {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.slide-menu-section__login {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: url(../../../bedroom/assets/images/left-slide-overlay-yellow.jpg) top left no-repeat #f5c92d;
  background-size: cover;
  text-align: right;
  z-index: 2;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
.left-slide-open.login-slide-open .slide-menu-section__login {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.slide-menu-section__login .h3 {
  font-size: 2.4em;
  margin: 0 0 28px 0;
}
.slide-menu-section__login .slide-menu-section_inner {
  display: table;
  float: right;
  height: 100%;
}
.slide-menu-section__login .login-box {
  display: table-cell;
  vertical-align: top;
  padding-top: 50px;
}
@media only screen and (max-width:479px) {
  .slide-menu-section__login .login-box {
    padding-top: 60px;
  }
}
.slide-menu-section__login .forgotter-password-link {
  font-size: 1.1em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.slide-menu-section__login .register-link {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 30px;
}
.ie10 .slim-slide-user-section,
.ie11 .slim-slide-user-section {
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
.ie10 .user-slide-open .slim-slide-user-section,
.ie11 .user-slide-open .slim-slide-user-section {
  z-index: 2;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.ie10 .user-slide-open .slim-slide-menu-section__main,
.ie11 .user-slide-open .slim-slide-menu-section__main,
.ie10 .user-slide-open .slim-slide-menu-section__login,
.ie11 .user-slide-open .slim-slide-menu-section__login {
  z-index: 0;
}
.ie10 .left-slide-open .slim-slide-user-section,
.ie11 .left-slide-open .slim-slide-user-section {
  z-index: 0;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.slide-user-section {
  display: block;
  left: 0;
  z-index: 0;
  background: url(../../../bedroom/assets/images/left-slide-overlay-yellow.jpg) top left no-repeat #f5c92d;
  background-size: cover;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
.user-slide-open .slide-user-section {
  z-index: 2;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.slide-user-section_inner {
  padding-top: 80px;
  box-sizing: border-box;
}
.slide-user-section .profile-image {
  width: 144px;
  height: 144px;
  border: 8px solid #000;
  float: right;
}
.slide-user-section .title {
  clear: both;
  padding: 5px 0 0px 0;
  font-size: 2.1em;
  line-height: 1.2em;
  text-align: right;
  font-weight: bold;
}
.slide-user-section .view-profile-line {
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (max-width:767px) {
  .slide-user-section .view-profile-line {
    padding-bottom: 30px;
    margin-bottom: 18px;
  }
}
.slide-user-section .view-profile-line:after {
  content: '';
  height: 14px;
  width: 200px;
  background: url(../../../bedroom/assets/images/branding/user-line.png) bottom right no-repeat;
  background-size: 430px 14px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slide-band-section {
  display: block;
  right: 0px;
  z-index: 20;
  padding: 0;
  width: 480px;
  background: url(../../../bedroom/assets/images/right-slide-overlay.jpg) top center repeat-y #f91155;
  background-size: cover;
  -webkit-transform: translateX(480px);
  -moz-transform: translateX(480px);
  -o-transform: translateX(480px);
  transform: translateX(480px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.slide-band-section_inner {
  padding: 0 20px 0 30px;
}
.right-slide-open .slide-band-section {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (max-width:767px) {
  .slide-band-section {
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slide-band-section .h1 {
  color: #fff;
  text-align: center;
  margin-left: -10px;
  margin: 10px -30px 10px -20px;
}
.js-mobile .slide-band-section .h1 {
  display: none;
}
.js-mobile .right-slide-open .slide-band-section .h1 {
  display: block;
}
@media only screen and (max-width:479px) {
  .slide-band-section .h1 {
    margin-top: 55px;
    font-size: 3.0em;
  }
}
.slide-band-section .h1 .icon_rb {
  font-size: 0.86em;
  position: relative;
  top: 2px;
}
.slide-band-section .chart {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6em;
  background: url(../../../bedroom/assets/images/branding/list-line.png) top center no-repeat;
  background-size: 430px 14px;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart {
    margin-left: 20px;
  }
}
.slide-band-section .chart li {
  position: relative;
  min-height: 100px;
  padding: 18px 0 18px 0;
  background: url(../../../bedroom/assets/images/branding/list-line.png) bottom center no-repeat;
  background-size: 430px 14px;
  *zoom: 1;
}
.slide-band-section .chart li:before,
.slide-band-section .chart li:after {
  content: " ";
  display: table;
}
.slide-band-section .chart li:after {
  clear: both;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li {
    min-height: 60px;
  }
}
.slide-band-section .chart li .place {
  position: absolute;
  right: 100%;
  margin-right: -35px;
  font-size: 2.25em;
  line-height: 0.8em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
.slide-band-section .chart li .place:before {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -12px;
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.slide-band-section .chart li .place.place_down:before {
  border-top: 13px solid #fff;
  border-bottom: none;
}
.slide-band-section .chart li .place.place_up:before {
  border-bottom: 13px solid #fff;
  border-top: none;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li .place {
    font-size: 1.5em;
    margin-right: 0px;
  }
  .slide-band-section .chart li .place:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: -9px;
    bottom: -13px;
  }
  .slide-band-section .chart li .place.place_down:before {
    border-top: 9px solid #fff;
  }
  .slide-band-section .chart li .place.place_up:before {
    border-bottom: 9px solid #fff;
  }
}
.slide-band-section .chart li .band-info {
  display: table-cell;
  vertical-align: middle;
  display: table;
  margin-left: 35px;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li .band-info {
    margin-left: 0px;
  }
}
.slide-band-section .chart li .band-info img {
  margin: 0 20px 0 10px;
  width: 80px;
  height: 80px;
  border: 4px solid #000;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li .band-info img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
}
.slide-band-section .chart li .band-info_text {
  display: table-cell;
  vertical-align: middle;
}
.slide-band-section .chart li .band-info_name {
  display: block;
  margin: 0 0 6px 0;
  text-decoration: none;
  font-size: 1.31em;
  line-height: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li .band-info_name {
    margin-bottom: 2px;
  }
}
.slide-band-section .chart li:first-child img {
  width: 144px;
  height: 144px;
  border-width: 8px;
}
@media only screen and (max-width:479px) {
  .slide-band-section .chart li:first-child img {
    width: 90px;
    height: 90px;
  }
}
.slide-band-section.slide-band-section_closed-chart {
  background: url(../../../bedroom/assets/images/right-slide-overlay-closed.jpg) top center no-repeat #23181b;
}
.slide-band-section.slide-band-section_closed-chart .slide-menu-section_inner {
  padding: 0px 40px 0 40px;
}
.slide-band-section.slide-band-section_closed-chart .h1 {
  margin-top: 130px;
  color: #ffd22f;
}
.slide-band-section.slide-band-section_closed-chart .closed-chart-info {
  text-align: center;
}
.logmenu-container-wrapper .logmenu-container {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.logmenu-container-wrapper.flip {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 320px;
}
@media only screen and (max-width:479px) {
  .logmenu-container-wrapper.flip {
    width: 100%;
  }
}
.logmenu-container-wrapper.flip .slimScrollDiv {
  position: fixed!important;
  top: 0;
  bottom: 0;
}
.logmenu-container-wrapper.flip .slim-slide-menu-section_main {
  display: none;
}
.logmenu-container-wrapper.flip .logmenu-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 320px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width:479px) {
  .logmenu-container-wrapper.flip .logmenu-container {
    width: 100%;
  }
}
.logmenu-container-wrapper.flip .logmenu-container .slim-slide-user-section {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  z-index: 2;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.logmenu-container-wrapper.flip .logmenu-container .slim-slide-menu-section__login {
  z-index: 2;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.logmenu-container-wrapper.flip-login .logmenu-container .slim-slide-user-section {
  -webkit-transform: rotateY(180deg) translateZ(0px);
  -moz-transform: rotateY(180deg) translateZ(0px);
  -o-transform: rotateY(180deg) translateZ(0px);
  transform: rotateY(180deg) translateZ(0px);
}
.logmenu-container-wrapper.flip-login .logmenu-container .overlay-twin__left {
  -webkit-transform: rotateY(180deg) translateZ(0px);
  -moz-transform: rotateY(180deg) translateZ(0px);
  -o-transform: rotateY(180deg) translateZ(0px);
  transform: rotateY(180deg) translateZ(0px);
}
.logmenu-container-wrapper.flip-login.flipstart .logmenu-container {
  -webkit-transition: all 0.5s ease 0.05s;
  -moz-transition: all 0.5s ease 0.05s;
  -o-transition: all 0.5s ease 0.05s;
  -ms-transition: all 0.5s ease 0.05s;
  transition: all 0.5s ease 0.05s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.logmenu-container-wrapper.flip-login.flipstart.flip-user {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.logmenu-container-wrapper.flip-user .logmenu-container .slim-slide-menu-section__login {
  -webkit-transform: rotateY(-180deg) translateZ(0px);
  -moz-transform: rotateY(-180deg) translateZ(0px);
  -o-transform: rotateY(-180deg) translateZ(0px);
  transform: rotateY(-180deg) translateZ(0px);
}
.logmenu-container-wrapper.flip-user .logmenu-container .overlay-twin__left {
  -webkit-transform: rotateY(-180deg) translateZ(0px);
  -moz-transform: rotateY(-180deg) translateZ(0px);
  -o-transform: rotateY(-180deg) translateZ(0px);
  transform: rotateY(-180deg) translateZ(0px);
}
.logmenu-container-wrapper.flip-user.flipstart .logmenu-container {
  -webkit-transition: all 0.5s ease 0.05s;
  -moz-transition: all 0.5s ease 0.05s;
  -o-transition: all 0.5s ease 0.05s;
  -ms-transition: all 0.5s ease 0.05s;
  transition: all 0.5s ease 0.05s;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.logmenu-container-wrapper.flip-twice.flipstart .logmenu-container {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease 0.05s;
  -moz-transition: all 0.5s ease 0.05s;
  -o-transition: all 0.5s ease 0.05s;
  -ms-transition: all 0.5s ease 0.05s;
  transition: all 0.5s ease 0.05s;
}
.no-csstransitions .flip-user.flipstart .slim-slide-user-section,
.ie10 .flip-user.flipstart .slim-slide-user-section,
.ie11 .flip-user.flipstart .slim-slide-user-section {
  display: none !important;
}
.no-csstransitions .flip-user.flipstart .slide-menu-section__login,
.ie10 .flip-user.flipstart .slide-menu-section__login,
.ie11 .flip-user.flipstart .slide-menu-section__login {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
.ie10 .flip .logmenu-container,
.ie11 .flip .logmenu-container,
.ie10 .flip .slide-menu-section__login,
.ie11 .flip .slide-menu-section__login,
.ie10 .flip .slide-user-section,
.ie11 .flip .slide-user-section {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ie10 .flip.flip-user.logmenu-container-wrapper .logmenu-container,
.ie11 .flip.flip-user.logmenu-container-wrapper .logmenu-container,
.ie10 .flip-flip-login.logmenu-container-wrapper .logmenu-container,
.ie11 .flip-flip-login.logmenu-container-wrapper .logmenu-container {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.ie10 .flip.flip-user.logmenu-container-wrapper .logmenu-container .slim-slide-menu-section__login,
.ie11 .flip.flip-user.logmenu-container-wrapper .logmenu-container .slim-slide-menu-section__login,
.ie10 .flip-flip-login.logmenu-container-wrapper .logmenu-container .slim-slide-menu-section__login,
.ie11 .flip-flip-login.logmenu-container-wrapper .logmenu-container .slim-slide-menu-section__login,
.ie10 .flip.flip-user.logmenu-container-wrapper .logmenu-container .slim-slide-user-section,
.ie11 .flip.flip-user.logmenu-container-wrapper .logmenu-container .slim-slide-user-section,
.ie10 .flip-flip-login.logmenu-container-wrapper .logmenu-container .slim-slide-user-section,
.ie11 .flip-flip-login.logmenu-container-wrapper .logmenu-container .slim-slide-user-section {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ie10 .flip.flip-login.flipstart .slim-slide-user-section,
.ie11 .flip.flip-login.flipstart .slim-slide-user-section {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ie10 .flip.flip-login.flipstart .slim-slide-menu-section__main,
.ie11 .flip.flip-login.flipstart .slim-slide-menu-section__main,
.ie10 .flip.flip-login.flipstart .slim-slide-menu-section__login,
.ie11 .flip.flip-login.flipstart .slim-slide-menu-section__login {
  z-index: 0;
}
.ie10 .flip.flip-login.flipstart .logmenu-container,
.ie11 .flip.flip-login.flipstart .logmenu-container {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.ie10 .flip.flip-login.flipstart.flip-twice .slim-slide-user-section,
.ie11 .flip.flip-login.flipstart.flip-twice .slim-slide-user-section {
  z-index: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ie10 .flip.flip-login.flipstart.flip-twice .slim-slide-menu-section__main,
.ie11 .flip.flip-login.flipstart.flip-twice .slim-slide-menu-section__main,
.ie10 .flip.flip-login.flipstart.flip-twice .slim-slide-menu-section__login,
.ie11 .flip.flip-login.flipstart.flip-twice .slim-slide-menu-section__login {
  z-index: 1;
}
.ie10 .flip.flip-user.flipstart .slim-slide-user-section,
.ie11 .flip.flip-user.flipstart .slim-slide-user-section {
  z-index: 0;
}
.ie10 .flip.flip-user.flipstart .slim-slide-menu-section__main,
.ie11 .flip.flip-user.flipstart .slim-slide-menu-section__main,
.ie10 .flip.flip-user.flipstart .slim-slide-menu-section__login,
.ie11 .flip.flip-user.flipstart .slim-slide-menu-section__login {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ie10 .flip.flip-user.flipstart .logmenu-container,
.ie11 .flip.flip-user.flipstart .logmenu-container {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.ie10 .flip.flip-user.flipstart.flip-twice .slim-slide-user-section,
.ie11 .flip.flip-user.flipstart.flip-twice .slim-slide-user-section {
  z-index: 1;
}
.ie10 .flip.flip-user.flipstart.flip-twice .slim-slide-menu-section__main,
.ie11 .flip.flip-user.flipstart.flip-twice .slim-slide-menu-section__main,
.ie10 .flip.flip-user.flipstart.flip-twice .slim-slide-menu-section__login,
.ie11 .flip.flip-user.flipstart.flip-twice .slim-slide-menu-section__login {
  z-index: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*---=Header---------------
--------------------------*/
header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 70px;
  -webkit-transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -o-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 0.5s ease, -webkit-transform 0.5s ease;
  -moz-transition: left 0.5s ease, -moz-transform 0.5s ease;
  -o-transition: left 0.5s ease, -o-transform 0.5s ease;
  -ms-transition: left 0.5s ease, -ms-transform 0.5s ease;
  transition: left 0.5s ease, transform 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
}
.js-mobile header.page-header.focusfix {
  position: absolute;
}
.left-slide-open header.page-header,
.user-slide-open header.page-header {
  left: 320px;
}
@media only screen and (max-width:479px) {
  .left-slide-open header.page-header,
  .user-slide-open header.page-header {
    left: 0px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    z-index: 0;
  }
}
.js-mobile-ios .left-slide-open header.page-header,
.js-mobile-ios .user-slide-open header.page-header {
  left: 0px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
header.page-header a {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 2.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal !important;
  color: #fff;
}
header.page-header a.top-menu-opener {
  left: 20px;
  top: 20px;
  position: absolute;
}
header.page-header a.top-menu-opener .icon__close {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg) translateZ(0);
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
}
.left-slide-open header.page-header a.top-menu-opener .icon__close,
.user-slide-open header.page-header a.top-menu-opener .icon__close {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width:479px) {
  header.page-header a.top-menu-opener .icon__close {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
}
header.page-header a.top-menu-opener .icon__bars {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg) translateZ(0);
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
}
.left-slide-open header.page-header a.top-menu-opener .icon__bars,
.user-slide-open header.page-header a.top-menu-opener .icon__bars {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(90deg) translateZ(0);
  -moz-transform: rotate(90deg) translateZ(0);
  -o-transform: rotate(90deg) translateZ(0);
  transform: rotate(90deg) translateZ(0);
}
header.page-header a.top-band-opener {
  right: 25px;
  top: 25px;
  position: absolute;
  line-height: 1em;
}
@media only screen and (max-width:479px) {
  .js-mobile header.page-header a.top-band-opener {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
header.page-header a.top-band-opener .text {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.right-slide-open header.page-header a.top-band-opener .text {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
header.page-header a.cabinet {
  padding: 0 0 2px 0;
  font-size: 1.3em;
  color: #f41054;
  border-bottom: 3px solid #f41054;
  left: 75px;
  top: 25px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
header.page-header a.cabinet__opened {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
header.page-header a.cabinet .icon_rb {
  font-size: 1.8em;
  text-decoration: none;
  line-height: 0.8em;
}
@media only screen and (max-width:767px) {
  header.page-header a.cabinet {
    border-bottom: none;
  }
  header.page-header a.cabinet .icon_rb {
    font-size: 2.2em;
    line-height: 0.6em;
  }
  header.page-header a.cabinet .text {
    display: none;
  }
}
header.page-header a.cabinet:hover {
  border-bottom: 0px solid transparent;
}
/*---=Shared Pages----------
--------------------------*/
@media only screen and (max-width:479px) {
  .mobile-hide {
    display: none;
  }
}
.unmobile-hide {
  display: none;
}
@media only screen and (max-width:479px) {
  .unmobile-hide {
    display: block;
  }
}
.random-bgr {
  background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: 600px 600px;
}
.random-bgr.btn {
  background-image: none;
}
.random-bgr.btn span:first-child {
  background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: 600px 600px;
}
.grid_buzz .random-bgr:before {
  background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: 600px 600px;
}
.random-bgr_1 {
  background-position: top left;
}
.random-bgr_1.btn span:first-child {
  background-position: top left;
}
.random-bgr_1.btn span:first-child:before {
  background-position: top left;
}
.random-bgr_1.btn:before {
  background-position: top left;
}
.random-bgr_2 {
  background-position: top right;
}
.random-bgr_2.btn span:first-child {
  background-position: top right;
}
.random-bgr_2.btn span:first-child:before {
  background-position: top right;
}
.random-bgr_2.btn:before {
  background-position: top right;
}
.random-bgr_3 {
  background-position: bottom left;
}
.random-bgr_3.btn span:first-child {
  background-position: bottom left;
}
.random-bgr_3.btn span:first-child:before {
  background-position: bottom left;
}
.random-bgr_3.btn:before {
  background-position: bottom left;
}
.random-bgr_4 {
  background-position: bottom right;
}
.random-bgr_4.btn span:first-child {
  background-position: bottom right;
}
.random-bgr_4.btn span:first-child:before {
  background-position: bottom right;
}
.random-bgr_4.btn:before {
  background-position: bottom right;
}
.random-bgr_5 {
  background-position: center center;
}
.random-bgr_5.btn span:first-child {
  background-position: center center;
}
.random-bgr_5.btn span:first-child:before {
  background-position: center center;
}
.random-bgr_5.btn:before {
  background-position: center center;
}
.page-section {
  *zoom: 1;
  font-size: 1.4em;
  line-height: 1.2em;
}
.page-section:before,
.page-section:after {
  content: " ";
  display: table;
}
.page-section:after {
  clear: both;
}
.page-section h1,
.page-section h2 {
  text-align: center;
}
.page-section p,
.page-section .p {
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width:479px) {
  .page-section p,
  .page-section .p {
    margin-right: 45px;
    margin-left: 45px;
  }
}
.page-section header {
  text-align: center;
  font-size: 1em;
}
.page-section .stripe-header {
  width: 100%;
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
  padding: 45px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width:479px) {
  .page-section .stripe-header {
    padding: 25px 0;
  }
}
.page-section .stripe-header h2,
.page-section .stripe-header .h2 {
  padding: 0;
  margin: 0 20px;
}
@media only screen and (max-width:479px) {
  .page-section .stripe-header h2,
  .page-section .stripe-header .h2 {
    margin: 0 35px;
  }
}
.page-section.open-results.open-search .menu_band {
  top: 0;
}
.page-section.open-results.open-search .menu_band .menu_band_content {
  padding-top: 75px;
}
.page-section.open-results.open-search .menu_band .item,
.page-section.open-results.open-search .menu_band .item-stripe {
  top: 70px;
}
.page-section.open-results.open-search .menu_band .item-stripe_search {
  top: 130px;
}
.page-section.open-results.open-search header.stripe-header {
  overflow-y: scroll;
  max-height: 100%;
  height: 100%;
}
.page-section header.stripe-header {
  padding: 60px 0;
  font-size: 1em;
}
@media only screen and (max-width:479px) {
  .page-section header.stripe-header {
    padding-top: 20px;
  }
}
.grid-band-wrapper {
  margin-bottom: -25px;
  z-index: 3;
  position: relative;
}
.grid-band-wrapper .grid-wrapper {
  padding-bottom: 25px;
}
.grid-wrapper {
  overflow: hidden;
  margin-top: -25px;
  position: relative;
}
.grid {
  width: 100.5%;
  padding: 25px 0 0 0;
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid .item {
  position: relative;
  float: left;
  margin: 0;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: #1c1c1c;
  height: 0;
  width: 20%;
  padding-bottom: 20%;
}
.grid .item:nth-child(2n) {
  background-color: #1c1c1c;
}
.grid .item:nth-child(2n+1) {
  background-color: #474747;
}
@media only screen and (min-width:1800px) {
  .grid .item {
    height: 0;
    width: 16.666666666666668%;
    padding-bottom: 16.666666666666668%;
  }
  .grid .item:nth-child(2n) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child(2n+1) {
    background-color: #474747;
  }
  .grid .item:nth-child( 12n + 7) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 12n + 8) {
    background-color: #474747;
  }
  .grid .item:nth-child( 12n + 9) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 12n + 10) {
    background-color: #474747;
  }
  .grid .item:nth-child( 12n + 11) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 12n + 12) {
    background-color: #474747;
  }
}
@media only screen and (max-width:1280px) {
  .grid .item {
    height: 0;
    width: 25%;
    padding-bottom: 25%;
  }
  .grid .item:nth-child(2n) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child(2n+1) {
    background-color: #474747;
  }
  .grid .item:nth-child( 8n + 5) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 8n + 6) {
    background-color: #474747;
  }
  .grid .item:nth-child( 8n + 7) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 8n + 8) {
    background-color: #474747;
  }
}
@media only screen and (max-width:1024px) {
  .grid .item {
    height: 0;
    width: 33.333333333333336%;
    padding-bottom: 33.333333333333336%;
  }
  .grid .item:nth-child(2n) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child(2n+1) {
    background-color: #474747;
  }
}
@media only screen and (max-width:767px) {
  .grid .item {
    height: 0;
    width: 50%;
    padding-bottom: 50%;
  }
  .grid .item:nth-child(2n) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child(2n+1) {
    background-color: #474747;
  }
  .grid .item:nth-child( 4n + 3) {
    background-color: #1c1c1c;
  }
  .grid .item:nth-child( 4n + 4) {
    background-color: #474747;
  }
}
.grid .item_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grid .item_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid .item_inner .content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
  position: relative;
}
.grid .item_inner .content_centered {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.grid .item_inner .content_bottom {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
}
.grid_noise .item {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width:479px) {
  .grid_noise .item {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }
  .grid_noise .item:nth-child(2n) {
    background-color: #252525;
  }
  .grid_noise .item:nth-child(2n+1) {
    background-color: #444444;
  }
}
.show-single .grid_noise .item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  padding: 25px 0;
}
.show-single .grid_noise .item:nth-child(2n) {
  background-color: #252525;
}
.show-single .grid_noise .item:nth-child(2n+1) {
  background-color: #444444;
}
.show-single .grid_noise .item .item_inner {
  height: auto;
  position: relative;
}
.show-single .grid_noise .item .icon_noise {
  display: none;
}
.show-single .grid_noise .item.item_imagewrapper {
  height: 0;
  padding-bottom: 100%;
  padding-top: 0;
}
.show-single .grid_noise .item.item_imagewrapper .item_inner {
  height: 100%;
  position: absolute;
}
.show-single .grid_noise .item.item_imagewrapper .icon_noise {
  display: block;
}
.grid_noise .item a {
  text-decoration: none;
}
.grid_noise .item .content .author {
  color: #999999;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-top: 10px;
}
.grid_noise .item .content .tweet-text {
  font-style: italic;
}
.grid_noise .item .content_centered {
  padding: 0 30px;
}
.grid_noise .item_inner {
  width: 101%;
  height: 101%;
  -webkit-backface-visibility: hidden;
}
.grid_noise .item_with_image {
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.grid_noise .item_with_image .content {
  position: relative;
  z-index: 1;
}
.grid_noise .item_with_image .content:after {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 101%;
  height: 101%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.97, rgba(0, 0, 0, 0.98)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98), 97%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid_noise .item_with_image .content img {
  -webkit-filter: grayscale(95%);
  -moz-filter: grayscale(95%);
  -ms-filter: grayscale(95%);
  -o-filter: grayscale(95%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(95%);
  filter: gray;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
  max-width: 150%;
  min-height: 101%;
  width: auto;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}
.grid_noise .item_with_image .content_centered,
.grid_noise .item_with_image .content_bottom {
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.grid_noise .item_with_image .content .tweet-text {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid_noise .item_with_image:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.js-mobile .grid_noise .item_with_image:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.grid_noise .item_with_image:hover .content img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1\'/></filter></svg>#grayscale");
  filter: grayscale(0%);
}
.grid_noise .item_with_image:hover .content_centered {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.grid_noise .item_with_image:hover .content_bottom {
  bottom: -40px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.grid_noise .item_with_image:hover .content:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.grid_noise .item_with_image:hover .content .tweet-text {
  top: -50px;
}
.js-mobile .grid_noise .item_with_image:hover .content img {
  -webkit-filter: grayscale(95%);
  -moz-filter: grayscale(95%);
  -ms-filter: grayscale(95%);
  -o-filter: grayscale(95%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(95%);
  filter: gray;
}
.js-mobile .grid_noise .item_with_image:hover .content_centered {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.js-mobile .grid_noise .item_with_image:hover .content_bottom {
  bottom: 16px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.js-mobile .grid_noise .item_with_image:hover .content:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.js-mobile .grid_noise .item_with_image:hover .content .tweet-text {
  top: 0;
}
.grid_bandsmore {
  padding-bottom: 380px;
}
.grid_bands .item {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 1;
}
.grid_bands .item_all .content_front {
  background-color: #f71054;
}
.grid_bands .item_all .content_back {
  background-color: #920a32;
  font-size: 3em;
}
.grid_bands .item_all .content_back:before {
  display: none;
}
.js-mobile .grid_bands .item_all .content_back {
  display: none;
}
.js-mobile .grid_bands .item_all .content_front {
  display: table;
}
.grid_bands .item img {
  height: 100.5%;
}
.grid_bands .item_inner {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: none !important;
}
.grid_bands .item_inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: 600px 600px;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0s ease 0.02s;
  -moz-transition: all 0s ease 0.02s;
  -o-transition: all 0s ease 0.02s;
  -ms-transition: all 0s ease 0.02s;
  transition: all 0s ease 0.02s;
}
.grid_bands .item_inner:hover:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.05s ease 0.35s;
  -moz-transition: all 0.05s ease 0.35s;
  -o-transition: all 0.05s ease 0.35s;
  -ms-transition: all 0.05s ease 0.35s;
  transition: all 0.05s ease 0.35s;
}
.grid_bands .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.grid_bands .item .content_front {
  z-index: 4;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(0deg) translate3d(0, 0, 0);
  -o-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0);
}
.grid_bands .item .content_back {
  z-index: 3;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.grid_bands .item .content_back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100.2%;
  height: 100.5%;
  background: rgba(0, 0, 0, 0.8);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid_bands .item .content_centered {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid_bands .item .content .name {
  display: block;
  margin: 0 0 8px 0;
  font-size: 1.5em;
  line-height: 1em;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid_bands .item .content .description {
  display: block;
  color: #fc1156;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid_bands .item:hover {
  z-index: 2;
}
.grid_bands .item:hover .content_front {
  z-index: 3;
  -webkit-transform: rotateY(-180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(-180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(-180deg) translate3d(0, 0, 0);
  transform: rotateY(-180deg) translate3d(0, 0, 0);
}
.grid_bands .item:hover .content_back {
  z-index: 4;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(0deg) translate3d(0, 0, 0);
  -o-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0);
}
.grid_info .item {
  background: #000 !important;
}
.grid_info .item .content_centered {
  padding-left: 10px;
  padding-right: 10px;
}
.grid_info .item:after {
  content: '';
  width: 14px;
  height: 86%;
  position: absolute;
  top: 7%;
  right: -7px;
  z-index: 3;
  background: url(../../../bedroom/assets/images/branding/line_vert.png) right center no-repeat;
  background-size: 14px 350px ;
}
.lt-ie9 .grid_info .item:after {
  background: url(../../../bedroom/assets/images/branding/line_vert_nonretina.png) right center no-repeat;
}
@media only screen and (max-width:1024px) {
  .grid_info .item:after {
    display: none;
  }
}
@media only screen and (max-width:479px) {
  .grid_info .item:after {
    display: block;
    height: 14px;
    width: 86%;
    background: url(../../../bedroom/assets/images/branding/line.png) right center no-repeat;
    background-size: 430px 14px ;
    top: auto;
    bottom: 0px;
    right: 7%;
  }
}
.grid_info .item__large:after {
  display: none;
}
@media only screen and (max-width:479px) {
  .grid_info .item {
    width: auto;
    height: auto;
    padding: 15px 0;
    width: 100%;
  }
  .grid_info .item:nth-child(2n) {
    background-color: #252525;
  }
  .grid_info .item:nth-child(2n+1) {
    background-color: #444444;
  }
  .grid_info .item_inner {
    position: relative;
    height: auto;
  }
  .grid_info .item_inner img {
    position: relative;
    height: auto;
  }
  .grid_info .item_inner .content_bottom {
    position: relative;
    height: auto;
    bottom: auto;
  }
  .grid_info .item__large .content_centered,
  .grid_info .item__large .content {
    display: block;
  }
}
.grid_info .item__large {
  width: 40%;
  margin-right: 0;
}
@media only screen and (min-width:1800px) {
  .grid_info .item__large {
    width: 50%;
  }
}
@media only screen and (max-width:1280px) {
  .grid_info .item__large {
    width: 50%;
  }
}
@media only screen and (max-width:1024px) {
  .grid_info .item__large {
    width: 100%;
  }
}
.grid_info .item__large .content_centered {
  width: 100%;
}
.grid_info .item__large .quote {
  font-size: 1.71em;
  line-height: 1.2em;
  font-style: italic;
  padding: 0 40px;
}
.grid_info .item__large .author {
  color: #999999;
  font-size: 0.92em;
}
@media only screen and (max-width:1280px) {
  .grid_info .item__extra {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
  }
  .grid_info .item__extra:after {
    right: -4px;
  }
}
@media only screen and (max-width:1024px) {
  .grid_info .item__extra {
    position: relative;
    top: 0;
    z-index: 3;
  }
  .grid_info .item__extra:after {
    display: block;
    right: -7px;
  }
}
@media only screen and (max-width:767px) {
  .grid_info .item__extra {
    position: absolute;
    top: 25px;
    z-index: 0;
  }
  .grid_info .item__extra:after {
    right: -4px;
  }
}
@media only screen and (max-width:479px) {
  .grid_info .item__extra {
    position: relative;
    top: 0;
  }
  .grid_info .item__extra:after {
    right: 7%;
  }
}
.grid_info .item__extracover {
  position: relative;
  z-index: 3;
}
.grid_info .item__extracover:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: auto;
  background: url(../../../bedroom/assets/images/branding/plus.png) center center no-repeat;
  background-size: 22px 22px;
  z-index: 3;
  display: none;
}
.grid_info .item__extracover .item_inner:after {
  display: none;
}
@media only screen and (max-width:1280px) {
  .grid_info .item__extracover {
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -ms-transition: -ms-transform 0.6s ease;
    transition: transform 0.6s ease;
  }
  .grid_info .item__extracover:after {
    display: block;
  }
}
@media only screen and (max-width:1024px) {
  .grid_info .item__extracover {
    -webkit-transition: -webkit-transform 0s ease;
    -moz-transition: -moz-transform 0s ease;
    -o-transition: -o-transform 0s ease;
    -ms-transition: -ms-transform 0s ease;
    transition: transform 0s ease;
  }
  .grid_info .item__extracover:after {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .grid_info .item__extracover {
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -ms-transition: -ms-transform 0.6s ease;
    transition: transform 0.6s ease;
    padding-top: 0;
  }
  .grid_info .item__extracover:after {
    display: block;
  }
}
@media only screen and (max-width:479px) {
  .grid_info .item__extracover {
    -webkit-transition: -webkit-transform 0s ease;
    -moz-transition: -moz-transform 0s ease;
    -o-transition: -o-transform 0s ease;
    -ms-transition: -ms-transform 0s ease;
    transition: transform 0s ease;
  }
  .grid_info .item__extracover:after {
    display: none;
  }
}
.grid_info .item .iconline {
  margin-bottom: 8px;
}
.grid_info .item .textline {
  margin-bottom: 10px;
  font-size: 0.78em;
  line-height: 1.2em;
  color: #878787;
}
.grid_info .item .textline strong {
  font-weight: bold;
  color: #fff;
  font-size: 1.45em;
  line-height: 1.2em;
}
@media only screen and (max-width:1280px) {
  .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .js-mobile .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .js-mobile .grid_info .cover_wrapper.hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width:1024px) {
  .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width:767px) {
  .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .js-mobile .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .js-mobile .grid_info .cover_wrapper.hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width:479px) {
  .grid_info .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.grid_info__shows .item {
  width: 25%;
  padding-bottom: 25%;
}
@media only screen and (min-width:1800px) {
  .grid_info__shows .item {
    width: 20%;
    padding-bottom: 20%;
  }
}
@media only screen and (max-width:1280px) {
  .grid_info__shows .item {
    width: 33.333333333333336%;
    padding-bottom: 33.333333333333336%;
  }
}
@media only screen and (max-width:1024px) {
  .grid_info__shows .item {
    width: 33.333333333333336%;
    padding-bottom: 33.333333333333336%;
  }
}
@media only screen and (max-width:767px) {
  .grid_info__shows .item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width:479px) {
  .grid_info__shows .item {
    width: 100%;
    padding-bottom: 15px;
  }
}
.grid_info__shows .item__joined {
  display: none;
}
@media only screen and (max-width:767px) {
  .grid_info__shows .item__joined {
    display: block;
  }
}
.grid_info__shows .item__large {
  width: 75%;
  margin-right: 0;
}
@media only screen and (min-width:1800px) {
  .grid_info__shows .item__large {
    width: 60%;
  }
}
@media only screen and (max-width:1280px) {
  .grid_info__shows .item__large {
    width: 66.66666666666667%;
  }
}
@media only screen and (max-width:1024px) {
  .grid_info__shows .item__large {
    width: 66.66666666666667%;
  }
}
@media only screen and (max-width:767px) {
  .grid_info__shows .item__large {
    width: 100%;
  }
}
.grid_info__shows .item__extra {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 0;
}
@media only screen and (min-width:1800px) {
  .grid_info__shows .item__extra {
    z-index: 3;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width:767px) {
  .grid_info__shows .item__extra {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width:479px) {
  .grid_info__shows .item__extra {
    position: relative;
    top: 0;
    z-index: 3;
  }
}
.grid_info__shows .item__extracover {
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.grid_info__shows .item__extracover:after {
  display: block;
}
@media only screen and (min-width:1800px) {
  .grid_info__shows .item__extracover {
    -webkit-transition: -webkit-transform 0s ease;
    -moz-transition: -moz-transform 0s ease;
    -o-transition: -o-transform 0s ease;
    -ms-transition: -ms-transform 0s ease;
    transition: transform 0s ease;
  }
  .grid_info__shows .item__extracover:after {
    display: none;
  }
}
@media only screen and (max-width:479px) {
  .grid_info__shows .item__extracover {
    -webkit-transition: -webkit-transform 0s ease;
    -moz-transition: -moz-transform 0s ease;
    -o-transition: -o-transform 0s ease;
    -ms-transition: -ms-transform 0s ease;
    transition: transform 0s ease;
  }
  .grid_info__shows .item__extracover:after {
    display: none;
  }
}
.grid_info__shows .cover_wrapper:hover .item__extracover {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.js-mobile .grid_info__shows .cover_wrapper:hover .item__extracover {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.js-mobile .grid_info__shows .cover_wrapper.hover .item__extracover {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (max-width:767px) {
  .grid_info__shows .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .js-mobile .grid_info__shows .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .js-mobile .grid_info__shows .cover_wrapper.hover .item__extracover {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width:479px) {
  .grid_info__shows .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width:1800px) {
  .grid_info__shows .cover_wrapper:hover .item__extracover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.grid_buzz {
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .grid_buzz {
    padding-bottom: 50px;
  }
}
.grid_buzz .item {
  overflow: hidden;
}
.grid_buzz .item .large-hide {
  display: none;
}
@media only screen and (max-width:1024px) {
  .grid_buzz .item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    float: none;
    width: 192px;
    height: 48px;
    margin: 0 8px 16px 8px;
    position: relative;
    padding-bottom: 0;
    overflow: visible;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .grid_buzz .item .small-hide {
    display: none !important;
  }
}
.grid_buzz .item_website .item_inner {
  background-color: #f41053;
}
.grid_buzz .item_website .item_back {
  background-color: #920a32;
}
@media only screen and (max-width:1280px) {
  .grid_buzz .item_website {
    display: none;
  }
}
.grid_buzz .item_instagram .item_inner {
  background-color: #7c5641;
}
.grid_buzz .item_instagram .item_inner:before {
  background-color: #7c5641;
}
.grid_buzz .item_instagram .item_inner:hover:before {
  background-color: #4a3427;
}
.grid_buzz .item_instagram .item_back {
  background-color: #4a3427;
}
.grid_buzz .item_twitter .item_inner {
  background-color: #3fcdfd;
}
.grid_buzz .item_twitter .item_inner:before {
  background-color: #3fcdfd;
}
.grid_buzz .item_twitter .item_inner:hover:before {
  background-color: #267b98;
}
.grid_buzz .item_twitter .item_back {
  background-color: #267b98;
}
.grid_buzz .item_facebook .item_inner {
  background-color: #3c5b97;
}
.grid_buzz .item_facebook .item_inner:before {
  background-color: #3c5b97;
}
.grid_buzz .item_facebook .item_inner:hover:before {
  background-color: #24375b;
}
.grid_buzz .item_facebook .item_back {
  background-color: #24375b;
}
.grid_buzz .item_youtube .item_inner {
  background-color: #f6363c;
}
.grid_buzz .item_youtube .item_inner:before {
  background-color: #f6363c;
}
.grid_buzz .item_youtube .item_inner:hover:before {
  background-color: #972024;
}
.grid_buzz .item_youtube .item_back {
  background-color: #972024;
}
.grid_buzz .item_inner {
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width:1024px) {
  .grid_buzz .item_inner {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 192px;
    height: 48px;
    line-height: 48px;
  }
  .grid_buzz .item_inner .icon_rb {
    display: none;
  }
  .grid_buzz .item_inner .icon_text_rd {
    display: inline-block;
    line-height: 50px !important;
    margin-bottom: 10px;
    font-size: 1.5em !important;
    padding-right: 3px;
  }
  .grid_buzz .item_inner .icon_rd_text {
    display: inline-block !important;
  }
  .grid_buzz .item_inner:before {
    position: absolute;
    content: attr(data-hover);
    left: 0;
    height: 48px;
    line-height: 48px;
    width: 100%;
    top: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    font-family: 'redbull';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 2em;
  }
}
.grid_buzz .item_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  font-size: 2.0em;
  line-height: 100%;
  z-index: 2;
}
@media only screen and (max-width:1024px) {
  .grid_buzz .item_back {
    display: none;
  }
}
.grid_buzz .item:hover .item_inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (max-width:1024px) {
  .grid_buzz .item:hover .item_inner {
    -webkit-transform: rotateX(90deg) translateY(-24px);
    -moz-transform: rotateX(90deg) translateY(-24px);
    -o-transform: rotateX(90deg) translateY(-24px);
    transform: rotateX(90deg) translateY(-24px);
  }
}
.grid_buzz .item:hover .item_back {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.grid_buzz .item .text {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.grid_buzz .item .icon_rb {
  font-size: 3em;
  line-height: 1em;
}
.js-mobile .grid_bands {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-mobile .grid_bands .content_front {
  display: none;
}
.js-mobile .grid_bands .content_back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.js-mobile .grid_bands .content_back:before {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.97, rgba(0, 0, 0, 0.98)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98), 97%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 97%);
}
.js-mobile .grid_bands .content_back .name {
  text-align: left;
  padding: 0 10px;
}
.js-mobile .grid_bands .content_back .description {
  display: none;
}
.js-mobile .grid_bands .content_centered {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
}
.js-mobile .grid_bands .item_all .content_centered {
  text-align: center;
  position: relative;
  bottom: 0px;
}
.js-mobile .grid_bands .item:hover .item_all .content_front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media only screen and (max-width:479px) {
  .grid_bands .item .content_back .name {
    line-height: 1.1em;
    font-size: 1em;
  }
  .grid_bands .item_all .content_centered {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .grid_bands .item_all .content_centered .name {
    margin: 0px 65px 0 45px;
    text-align: left;
    position: relative;
    font-size: 1em;
  }
  .grid_bands .item_all .content_centered .name .icon_rb {
    position: absolute;
    right: -25px;
    top: 0;
    font-size: 2.4em;
    line-height: 0.98em;
  }
}
.share-custom .buttons {
  display: none;
}
.share-custom .share {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-numbered-list {
  padding: 0 !important;
  margin: 10px 0;
  counter-reset: li;
}
.b-numbered-list > li {
  list-style: none;
  margin: 0 0 15px;
}
.b-numbered-list > li:before {
  color: #F6CA2D;
  content: counter(li) '.';
  counter-increment: li;
  display: inline-block;
  margin: 0 4px 0 0;
}
.b-numbered-list ol {
  margin: 5px 0;
  padding-left: 35px !important;
}
.hygiene-page .main {
  background-color: #1c1c1c;
}
.hygiene-page .page-section h1 {
  background: url(../../../bedroom/assets/images/header-stripe-2.jpg) center center no-repeat #252525;
  font-size: 2.8em;
  padding: 22px 0 25px;
  margin-bottom: 50px;
}
.hygiene-page .page-section .content {
  width: 50%;
  margin: 0 auto;
  font-size: 1.285714285714286em;
  line-height: 1.6667em;
}
@media only screen and (min-width:1800px) {
  .hygiene-page .page-section .content {
    width: 40%;
  }
}
@media only screen and (max-width:1024px) {
  .hygiene-page .page-section .content {
    width: 60%;
  }
}
@media only screen and (max-width:767px) {
  .hygiene-page .page-section .content {
    width: 80%;
  }
}
.hygiene-page .page-section .content p {
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.6667em;
}
.hygiene-page .page-section .content h4 {
  font-size: 1.222em;
  color: #fed143;
}
.hygiene-page .page-section .content h5 {
  font-size: 1.111em;
  color: #fed143;
}
.hygiene-page .page-section .content h6 {
  color: #fed143;
  font-size: 1em;
  font-weight: bold;
}
.hygiene-page .page-section .content a {
  color: #f41053;
  text-decoration: none;
}
.hygiene-page .page-section .content a:hover {
  text-decoration: underline;
}
.hygiene-page .b-numbered-list {
  margin: 20px 0;
}
.hygiene-page .b-numbered-list ol {
  margin: 0;
  padding-left: 0px !important;
  counter-reset: section;
}
.hygiene-page .b-numbered-list ol > li {
  list-style: none;
  margin: 20px 0;
  padding-left: 0px !important;
}
.hygiene-page .b-numbered-list ol > li:before {
  color: #F6CA2D;
  content: counter(section, lower-latin) '.';
  counter-increment: section;
  display: inline-block;
  margin: 0 4px 0 0;
}
.hygiene-page .faq-nav {
  margin-bottom: 30px;
}
.hygiene-page .faq-nav a {
  color: #fff !important;
}
.hygiene-page .faq-nav ol > li {
  margin: 0 0 10px;
  padding-left: 35px !important;
}
.hygiene-page .list-bulleted {
  counter-reset: section;
}
.hygiene-page .list-bulleted > li {
  list-style: none;
  margin: 20px 0;
  padding-left: 0px !important;
}
.hygiene-page .list-bulleted > li:before {
  color: #F6CA2D;
  content: counter(section) ')';
  counter-increment: section;
  display: inline-block;
  margin: 0 4px 0 0;
}
.home .page-header {
  background: transparent;
}
.home .page-header .icon_micro {
  position: relative;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
.home .page-header.header-show {
  background: rgba(0, 0, 0, 0.8);
}
.home .page-header.header-show .icon_micro {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.home .page-header.header-transition .icon_micro {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.home .init {
  width: 100%;
  height: 100%;
  display: table;
  background: #000;
  position: relative;
}
@media only screen and (max-width:767px) {
  .home .init {
    background: url(../../../bedroom/assets/images/sections-backgrounds/mobile-bg.jpg) top center no-repeat;
    background-size: cover;
  }
}
.js-mobile .home .init {
  background: url(../../../bedroom/assets/images/sections-backgrounds/mobile-bg.jpg) top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width:900px) {
  .js-mobile .home .init {
    background: url(../../../bedroom/assets/images/sections-backgrounds/iPad-retina-bg-portrait.jpg) top center no-repeat;
    background-size: 768px 1024px;
    background-position: left center;
  }
}
@media only screen and (max-width:767px) {
  .js-mobile .home .init {
    background: url(../../../bedroom/assets/images/sections-backgrounds/mobile-bg.jpg) top center no-repeat;
    background-size: cover;
    background-position: -120px 0px;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .js-mobile .home .init {
    background: url(../../../bedroom/assets/images/sections-backgrounds/iPhone-retina-bg-landscape.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 320px) {
  .js-mobile .home .init {
    background: url(../../../bedroom/assets/images/sections-backgrounds/iPhone-retina-bg-portrait.jpg) top center no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.home .init .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 3;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}
@media only screen and (max-width:900px) {
  .home .init .content {
    vertical-align: top;
  }
}
.home .init .content .content-bands,
.home .init .content .content-fans {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 280px;
}
.home .init .content .content-bands .btn,
.home .init .content .content-fans .btn {
  font-size: 1.6em;
  line-height: 1.2em;
}
@media only screen and (max-width:900px) {
  .home .init .content .content-bands,
  .home .init .content .content-fans {
    display: block;
    margin: 0 auto !important;
    padding-bottom: 45px;
  }
  .home .init .content .content-bands p,
  .home .init .content .content-fans p {
    margin-top: 0px;
  }
}
.home .init .content .content-bands {
  margin: 0 230px 0 0;
}
@media only screen and (max-width:1024px) {
  .home .init .content .content-bands {
    margin-right: 150px;
  }
}
@media only screen and (max-width:900px) {
  .home .init .content .content-bands {
    padding-top: 400px;
  }
}
@media only screen and (max-width:767px) {
  .home .init .content .content-bands {
    padding-top: 250px;
  }
}
.home .init .content .content-fans {
  margin: 0 0 0 230px;
}
@media only screen and (max-width:1024px) {
  .home .init .content .content-fans {
    margin-left: 150px;
  }
}
.home .init .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -175px;
  z-index: 3;
  text-align: center;
}
.home .init .content-center .logo {
  display: block;
  width: 299px;
  height: 329px;
  margin: 0 0 20px 0;
}
.home .init .content-center .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.home .init .content-center .how-to-link {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.0em;
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.home .init .content-center .how-to-link:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width:1024px) {
  .home .init .content-center {
    margin-left: -123px;
  }
  .home .init .content-center .logo {
    width: 246px;
    height: 271px;
  }
  .home .init .content-center .how-to-link {
    margin-top: 120px;
  }
}
@media only screen and (max-width:900px) {
  .home .init .content-center {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
  .home .init .content-center .logo {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-top: 0;
    margin-left: -142px;
    width: 284px;
    height: 312px;
    z-index: 3;
  }
  .home .init .content-center .how-to-link {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 150px;
    text-align: center;
    margin-left: -75px;
  }
}
@media only screen and (max-width:767px) {
  .home .init .content-center .logo {
    top: 55px;
    margin-top: 0;
    margin-left: -75px;
    width: 149px;
    height: 165px;
  }
  .home .init .content-center .how-to-link {
    display: none;
  }
}
.home .init .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.home .init .btn-further {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -17px;
  z-index: 6;
  background: url(../../../bedroom/assets/images/icons/animation.png) 0 0 repeat-y;
  -webkit-animation: arrowblink 1.4s steps(14) infinite;
  animation: arrowblink 1.4s steps(14) infinite;
}
@media only screen and (max-width:1024px) {
  .home .init .btn-further {
    display: none;
  }
}
.home .next-show {
  color: #242424;
  height: 53px;
  padding: 10px 24px 10px 18px;
  background: #edc32b;
  position: relative;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.home .next-show:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../../bedroom/assets/images/bgr-texture__large.png) 0 100% repeat-x;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
  z-index: 1;
}
.home .next-show__left-column,
.home .next-show__right-column {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 50%;
  position: relative;
  z-index: 2;
}
.home .next-show__left-column {
  font-size: 30px;
  line-height: 1.8em;
}
@media only screen and (max-width:900px) {
  .home .next-show__left-column {
    font-size: 24px;
  }
}
@media only screen and (max-width:767px) {
  .home .next-show__left-column {
    font-size: 16px;
  }
}
@media only screen and (max-width:479px) {
  .home .next-show__left-column {
    font-size: 14px;
    width: 42%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    height: 73px;
  }
  .home .next-show__left-column .next-show__title {
    padding-left: 50px;
    text-align: left;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
  }
  .home .next-show__left-column .next-show__title_native {
    padding-left: 27px;
  }
}
.home .next-show__right-column {
  text-align: right;
}
@media only screen and (max-width:479px) {
  .home .next-show__right-column {
    width: 62%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.home .next-show__item {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  font-size: 40px;
  font-weight: normal;
  color: #ba9a27;
}
@media only screen and (max-width:479px) {
  .home .next-show__item {
    font-size: 26px;
  }
}
.home .next-show__item p {
  font-size: 23px;
  line-height: 1em;
  color: #242424;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.home .next-show__icon {
  display: inline-block;
  vertical-align: text-bottom;
  *display: inline;
  zoom: 1;
  background: url(../../../bedroom/assets/images/icons/next-show.png) no-repeat;
  width: 32px;
  height: 40px;
  margin: 0 18px 0 0;
}
.home .next-show__icon_native {
  background: none;
  font-size: 1.6em;
  line-height: 0.9em;
}
@media only screen and (max-width:479px) {
  .home .next-show__icon_native {
    width: 15px;
    margin-top: -16px;
  }
}
@media only screen and (max-width:479px) {
  .home .next-show__icon {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
  }
}
.home .next-show__days,
.home .next-show__hours,
.home .next-show__mins,
.home .next-show__secs {
  color: #242424;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  padding: 0 2px;
  position: relative;
  min-width: 48px;
  height: 32px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .home .next-show__days,
  .home .next-show__hours,
  .home .next-show__mins,
  .home .next-show__secs {
    font-size: 30px;
    min-width: 45px;
  }
}
@media only screen and (max-width:479px) {
  .home .next-show__days,
  .home .next-show__hours,
  .home .next-show__mins,
  .home .next-show__secs {
    font-size: 22px;
    min-width: 20px;
    margin-top: 18px;
    padding: 0 1px;
  }
}
.home .next-show__days:after,
.home .next-show__hours:after,
.home .next-show__mins:after,
.home .next-show__secs:after {
  position: absolute;
  left: 0;
  bottom: -9px;
  font-size: 12px;
  font-family: "Roboto", helvetica, sans-serif;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .home .next-show__days:after,
  .home .next-show__hours:after,
  .home .next-show__mins:after,
  .home .next-show__secs:after {
    font-size: 10px;
  }
}
@media only screen and (max-width:479px) {
  .home .next-show__days:after,
  .home .next-show__hours:after,
  .home .next-show__mins:after,
  .home .next-show__secs:after {
    font-size: 8px;
  }
}
.home .next-show__days:after {
  content: 'days';
}
.home .next-show__hours:after {
  content: 'hours';
}
.home .next-show__mins:after {
  content: 'minutes';
}
@media only screen and (max-width:479px) {
  .home .next-show__secs {
    min-width: 40px;
  }
}
.home .next-show__secs:after {
  content: 'seconds';
}
.home .how-it-works .content {
  padding: 90px 0;
  background: url(../../../bedroom/assets/images/sections-backgrounds/hiw.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 1.14em;
  line-height: 1.2em;
}
@media only screen and (max-width:479px) {
  .home .how-it-works .content {
    padding: 50px 0 60px 0;
  }
}
.home .how-it-works .content .description {
  padding: 175px 0 0;
  margin: 0 0 50px 0;
  background: url(../../../bedroom/assets/images/branding/hiw.png) top center no-repeat;
  background-size: 200px 131px;
  font-size: 1.125em;
  line-height: 1.2em;
}
.home .make-noise .stripe-header {
  *zoom: 1;
}
.home .make-noise .stripe-header:before,
.home .make-noise .stripe-header:after {
  content: " ";
  display: table;
}
.home .make-noise .stripe-header:after {
  clear: both;
}
.home .make-noise .stripe-header .btn {
  margin: 35px 0 0 20px;
  font-size: 1.16em;
  line-height: 1.2em;
}
.home .make-noise .stripe-header .btn:first-child {
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  .home .make-noise .stripe-header .btn {
    margin: 10px 0 -60px 0;
    padding: 0 0 50% 0;
    float: left;
    height: 0;
    width: 50%;
    position: relative;
  }
  .home .make-noise .stripe-header .btn > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .home .make-noise .stripe-header .btn > span:before {
    display: none;
    padding: 0;
  }
  .home .make-noise .stripe-header .btn > span .content {
    display: table;
    height: 100%;
    width: 100%;
  }
  .home .make-noise .stripe-header .btn > span .content_centered {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }
  .home .make-noise .stripe-header .btn:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-mobile #redbull-home {
  display: none;
}
.bands header.page-header {
  background: #000;
}
.bands .menu_band {
  position: relative;
  z-index: 4;
  padding: 0 !important;
  height: 126px;
  *zoom: 1;
  -webkit-transition: height 0.3s ease 0.0s, padding 0.2s ease, left 0.5s ease;
  -moz-transition: height 0.3s ease 0.0s, padding 0.2s ease, left 0.5s ease;
  -o-transition: height 0.3s ease 0.0s, padding 0.2s ease, left 0.5s ease;
  -ms-transition: height 0.3s ease 0.0s, padding 0.2s ease, left 0.5s ease;
  transition: height 0.3s ease 0.0s, padding 0.2s ease, left 0.5s ease;
  position: fixed !important;
  top: 70px;
  left: 0;
  z-index: 5;
}
.bands .menu_band:before,
.bands .menu_band:after {
  content: " ";
  display: table;
}
.bands .menu_band:after {
  clear: both;
}
.bands .menu_band .item {
  width: 126px;
  height: 126px;
  position: absolute;
  z-index: 5;
  top: 0;
  display: block;
  text-decoration: none;
}
.bands .menu_band .item_last {
  right: 0;
}
.bands .menu_band .item_prev {
  right: 126px;
}
@media only screen and (max-width:767px) {
  .bands .menu_band {
    height: 60px;
    padding-top: 8px;
  }
  .bands .menu_band .item {
    width: 60px;
    height: 60px;
  }
  .bands .menu_band .item_prev {
    right: 60px;
  }
}
.bands .menu_band_content_inner {
  margin: 0 272px;
  position: relative;
  padding-top: 24px;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media only screen and (max-width:900px) {
  .bands .menu_band_content_inner {
    margin-left: 20px;
    margin-right: 272px;
  }
}
@media only screen and (max-width:767px) {
  .bands .menu_band_content_inner {
    padding-top: 18px;
    margin-right: 130px;
  }
}
.bands .menu_band .h2 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width:900px) {
  .bands .menu_band .h2 {
    text-align: left;
  }
}
.bands .menu_band p {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 15px 0 0 0;
  margin: 0;
}
@media only screen and (max-width:900px) {
  .bands .menu_band p {
    text-align: left;
  }
}
@media only screen and (max-width:767px) {
  .bands .menu_band p {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
  }
}
@media only screen and (max-width:479px) {
  .bands .menu_band p {
    display: none;
  }
}
.bands .menu_band .item {
  font-weight: bold;
  font-size: 0.92em;
  z-index: 9;
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bands .menu_band .item .icon_rb {
  font-size: 5em;
  line-height: 1em;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bands .menu_band .item .icon_sort {
  display: block;
  margin: 13px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-vvisibility: hidden;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item .icon_sort {
    margin-top: 10px;
  }
}
.bands .menu_band .item .status {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 22px;
}
.bands .menu_band .item .status__close {
  display: none;
  padding-top: 35px;
}
.bands .menu_band .item .status__open {
  display: block;
}
.bands .menu_band .item_search {
  background: #f41053;
}
.bands .menu_band .item_order {
  background: #fff;
  color: #f41053;
}
.bands .menu_band .item .text {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item .text {
    display: none;
  }
  .bands .menu_band .item .status {
    padding-top: 12px;
  }
  .bands .menu_band .item .icon_rb {
    font-size: 3em;
  }
}
.bands .menu_band .item-stripe {
  position: absolute;
  z-index: 7;
  width: 100%;
  height: 126px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe {
    top: 0;
    height: 60px;
  }
}
.bands .menu_band .item-stripe_search {
  background: #f41053;
}
.bands .menu_band .item-stripe_search .bands-search-tooltip {
  margin: 0 5%;
  width: 90%;
  text-align: left;
  -webkit-transition: visibility 0s ease 0.2s;
  -moz-transition: visibility 0s ease 0.2s;
  -o-transition: visibility 0s ease 0.2s;
  -ms-transition: visibility 0s ease 0.2s;
  transition: visibility 0s ease 0.2s;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_search .bands-search-tooltip {
    display: none;
  }
}
.bands .menu_band .item-stripe_search .search-rezults {
  position: absolute;
  left: 0;
  top: 126px;
  background-color: #1c1c1c;
  display: none;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_search .search-rezults {
    top: 60px;
    width: 100%;
  }
}
.bands .menu_band .item-stripe_search .search-rezults .genres-wrapper {
  background-color: #131313;
}
.bands .menu_band .item-stripe_search .search-rezults h3 {
  color: #494949;
  -webkit-transform: rotate(-90deg) translateZ(0);
  -moz-transform: rotate(-90deg) translateZ(0);
  -o-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  height: 68px;
  width: 120px;
  line-height: 68px;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -25px;
  margin-top: 40px;
  text-align: right;
}
.lt-ie10 .bands .menu_band .item-stripe_search .search-rezults h3 {
  margin-left: 20px;
  margin-top: 20px;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list {
  *zoom: 1;
  padding: 0;
  margin: 0 0 0 68px;
  list-style: none;
  max-width: 100%;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list:before,
.bands .menu_band .item-stripe_search .search-rezults .result-list:after {
  content: " ";
  display: table;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list:after {
  clear: both;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list li {
  list-style: 0;
  padding: 0;
  width: 308px;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_search .search-rezults .result-list li {
    width: auto;
    min-width: 100%;
  }
}
.bands .menu_band .item-stripe_search .search-rezults .result-list li a {
  display: block;
  padding: 9px 18px;
  text-decoration: none;
  text-align: left;
  line-height: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_search .search-rezults .result-list li a {
    padding-right: 86px;
  }
}
.bands .menu_band .item-stripe_search .search-rezults .result-list li a:hover,
.bands .menu_band .item-stripe_search .search-rezults .result-list li a.hover {
  background-color: #f41053;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list li a .underline {
  text-decoration: underline;
}
.bands .menu_band .item-stripe_search .search-rezults .result-list li a img {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.bands .menu_band .item-stripe_search .search-rezults .band-result-list {
  background-color: #474747;
  min-height: 140px;
}
.bands .menu_band .item-stripe_search .search-rezults .tag-result-list {
  background-color: #3c3c3c;
  min-height: 150px;
}
.bands .menu_band .item-stripe_search .search-rezults .tag-result-list li a {
  line-height: 22px;
}
.bands .menu_band .item-stripe_search .search-rezults .tag-result-list li a:before {
  content: '';
  display: block;
  float: left;
  width: 17px;
  height: 19px;
  padding: 0 20px 0 10px;
  background: url(../../../bedroom/assets/images/icons/search-genres.png) center center no-repeat;
}
.bands .menu_band .item-stripe_order {
  background: #fff;
  overflow: hidden;
}
.bands .menu_band .item-stripe_order .sort {
  width: 33%;
  float: left;
  height: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 126px;
  font-weight: bold;
  font-size: 1.286em;
  position: relative;
}
.bands .menu_band .item-stripe_order .sort .text-mobile {
  display: none;
}
@media only screen and (max-width:900px) {
  .bands .menu_band .item-stripe_order .sort .text {
    display: none;
  }
  .bands .menu_band .item-stripe_order .sort .text-mobile {
    display: inline;
  }
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_order .sort {
    line-height: 1.1em;
    font-size: 1.0em;
    display: table;
    text-align: left;
  }
  .bands .menu_band .item-stripe_order .sort .text {
    display: none;
  }
  .bands .menu_band .item-stripe_order .sort .text-mobile {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:479px) {
  .bands .menu_band .item-stripe_order .sort {
    font-size: 0.92em;
  }
  .bands .menu_band .item-stripe_order .sort .text-mobile {
    padding-right: 5px;
    padding-left: 40px;
  }
}
.bands .menu_band .item-stripe_order .sort:hover {
  color: #ffd800;
}
.bands .menu_band .item-stripe_order .sort .icon_sort {
  margin: 0 9px 0 0;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .item-stripe_order .sort .icon_sort {
    line-height: 60px;
    font-size: 1.0em;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
  }
}
.bands .menu_band .menu_band_content {
  height: 126px;
  padding-top: 0;
  text-align: center;
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width:767px) {
  .bands .menu_band .menu_band_content {
    padding-top: 0px;
    height: 60px;
  }
}
.bands.finished_search .open-search .menu_band .item-stripe_search {
  height: 63px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.bands.finished_search .open-search .menu_band .item-stripe_search .bands-search-tooltip {
  visibility: hidden;
  -webkit-transition: visibility 0.1s ease 0s;
  -moz-transition: visibility 0.1s ease 0s;
  -o-transition: visibility 0.1s ease 0s;
  -ms-transition: visibility 0.1s ease 0s;
  transition: visibility 0.1s ease 0s;
}
.bands.finished_search .open-search .menu_band .item-stripe_search .bands-search-form input[type="text"] {
  font-size: 2.15em;
  width: 96%;
  line-height: 43px;
}
.bands.finished_search .open-search .grid_bandsmore {
  top: 63px;
}
.bands.finished_search .fix-scroll-section .item-stripe_order {
  top: -3px !important;
}
.bands .open-search .menu_band .item-stripe_order {
  z-index: 7;
  -webkit-transition: top 0s ease 0.2s, z-index 0s ease;
  -moz-transition: top 0s ease 0.2s, z-index 0s ease;
  -o-transition: top 0s ease 0.2s, z-index 0s ease;
  -ms-transition: top 0s ease 0.2s, z-index 0s ease;
  transition: top 0s ease 0.2s, z-index 0s ease;
}
.bands .open-search .menu_band .item-stripe_search {
  top: 126px;
  z-index: 8;
  -webkit-transition: top 0.2s ease, z-index 0s ease, height 0.5s ease;
  -moz-transition: top 0.2s ease, z-index 0s ease, height 0.5s ease;
  -o-transition: top 0.2s ease, z-index 0s ease, height 0.5s ease;
  -ms-transition: top 0.2s ease, z-index 0s ease, height 0.5s ease;
  transition: top 0.2s ease, z-index 0s ease, height 0.5s ease;
}
@media only screen and (max-width:767px) {
  .bands .open-search .menu_band .item-stripe_search {
    top: 60px;
  }
}
.bands .open-search .menu_band .item_search .status__close {
  display: block;
}
.bands .open-search .menu_band .item_search .status__open {
  display: none;
}
.bands .open-search .menu_band .search-rezults {
  display: block;
}
.bands .open-order .menu_band .item-stripe_search {
  z-index: 7;
  -webkit-transition: top 0s ease 0.2s, z-index 0s ease;
  -moz-transition: top 0s ease 0.2s, z-index 0s ease;
  -o-transition: top 0s ease 0.2s, z-index 0s ease;
  -ms-transition: top 0s ease 0.2s, z-index 0s ease;
  transition: top 0s ease 0.2s, z-index 0s ease;
}
.bands .open-order .menu_band .item-stripe_order {
  top: 126px;
  z-index: 8;
  -webkit-transition: top 0.2s ease, z-index 0s ease;
  -moz-transition: top 0.2s ease, z-index 0s ease;
  -o-transition: top 0.2s ease, z-index 0s ease;
  -ms-transition: top 0.2s ease, z-index 0s ease;
  transition: top 0.2s ease, z-index 0s ease;
}
@media only screen and (max-width:767px) {
  .bands .open-order .menu_band .item-stripe_order {
    top: 60px;
  }
}
.bands .open-order .menu_band .item_order .status__close {
  display: block;
}
.bands .open-order .menu_band .item_order .status__open {
  display: none;
}
.bands .grid_bandsmore {
  position: relative;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.bands .open-order .grid_bandsmore,
.bands .open-search .grid_bandsmore {
  top: 126px;
}
@media only screen and (max-width:767px) {
  .bands .open-order .grid_bandsmore,
  .bands .open-search .grid_bandsmore {
    top: 60px;
  }
}
.bands .grid-band-wrapper {
  padding-top: 126px;
}
@media only screen and (max-width:767px) {
  .bands .grid-band-wrapper {
    padding-top: 60px;
  }
}
.bands .fix-scroll-section .menu_band {
  height: 60px;
}
.bands .fix-scroll-section .menu_band .menu_band_content {
  padding-top: 0px;
  height: 60px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.bands .fix-scroll-section .menu_band .menu_band_content_inner {
  padding-top: 12px;
}
@media only screen and (max-width:767px) {
  .bands .fix-scroll-section .menu_band .menu_band_content_inner {
    padding-top: 18px;
  }
}
.bands .fix-scroll-section .menu_band p {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 0;
  margin: 0;
  display: block;
}
.bands .fix-scroll-section .menu_band .item {
  width: 60px;
  height: 100%;
}
.bands .fix-scroll-section .menu_band .item_prev {
  right: 60px;
}
.bands .fix-scroll-section .menu_band .item .icon_rb {
  font-size: 3em;
}
.bands .fix-scroll-section .menu_band .item .status {
  padding-top: 12px;
}
.bands .fix-scroll-section .menu_band .item .status .icon_sort {
  margin: 0px auto;
}
@media only screen and (max-width:767px) {
  .bands .fix-scroll-section .menu_band .item .status .icon_sort {
    margin-top: 10px;
  }
}
.bands .fix-scroll-section .menu_band .item .text {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 0 !important;
  font-size: 0.6em;
}
.bands .fix-scroll-section .menu_band .item-stripe {
  top: -66px;
}
.bands .fix-scroll-section .grid {
  padding-top: 30px;
}
.bands .fix-scroll-section.open-order .menu_band .item-stripe,
.bands .fix-scroll-section.open-search .menu_band .item-stripe {
  top: 60px;
  display: block;
}
.bands.left-slide-open .menu_band,
.bands.user-slide-open .menu_band {
  left: 320px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-mobile-ios .bands.left-slide-open .menu_band,
.js-mobile-ios .bands.user-slide-open .menu_band {
  left: 0px;
}
.band .fixed-label {
  position: fixed;
  display: block;
  top: 50%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 30px;
  height: 20px;
  margin-top: -10px;
}
.band .fixed-label .icon_rb {
  font-size: 2em;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.band .fixed-label .content {
  background: #000;
  display: block;
  position: relative;
  z-index: 2;
  top: -72px;
  width: 315px;
  height: 125px;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  overflow: hidden;
}
.band .fixed-label .content_inner {
  display: table;
  height: 100%;
  width: 187px;
  vertical-align: middle;
}
.band .fixed-label .content_centered {
  display: table-cell;
  vertical-align: middle;
}
.band .fixed-label .content .img-wrapper {
  width: 100px;
  height: 100px;
  margin: 12px 14px;
  position: relaitve;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.band .fixed-label .content .img-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
  z-index: 10;
}
.band .fixed-label .content img {
  width: 100px;
  height: 100px;
  margin: 0;
}
.band .fixed-label .content .band-name {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.2em;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0s ease 0.3s;
  -moz-transition: all 0s ease 0.3s;
  -o-transition: all 0s ease 0.3s;
  -ms-transition: all 0s ease 0.3s;
  transition: all 0s ease 0.3s;
}
.band .fixed-label .content .track-name {
  display: block;
  color: #fc1156;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0s ease 0.3s;
  -moz-transition: all 0s ease 0.3s;
  -o-transition: all 0s ease 0.3s;
  -ms-transition: all 0s ease 0.3s;
  transition: all 0s ease 0.3s;
}
.band .fixed-label__next {
  right: 0px;
}
.band .fixed-label__next .icon_rb {
  float: right;
  padding-right: 10px;
}
.band .fixed-label__next .content {
  padding-right: 60px;
  margin-right: -60px;
  text-align: left;
  float: right;
  left: -60px;
  -webkit-transform: translateX(395px);
  -moz-transform: translateX(395px);
  -o-transform: translateX(395px);
  transform: translateX(395px);
}
.band .fixed-label__next .content .img-wrapper {
  float: left;
  -webkit-transform: translateX(-375px);
  -moz-transform: translateX(-375px);
  -o-transform: translateX(-375px);
  transform: translateX(-375px);
}
.band .fixed-label__prev {
  left: 0;
}
.band .fixed-label__prev .icon_rb {
  float: left;
  padding-left: 10px;
}
.band .fixed-label__prev .content {
  padding-left: 60px;
  margin-left: -60px;
  text-align: right;
  left: 60px;
  float: left;
  -webkit-transform: translateX(-395px);
  -moz-transform: translateX(-395px);
  -o-transform: translateX(-395px);
  transform: translateX(-395px);
}
.band .fixed-label__prev .content .img-wrapper {
  float: right;
  -webkit-transform: translateX(375px);
  -moz-transform: translateX(375px);
  -o-transform: translateX(375px);
  transform: translateX(375px);
}
.band .fixed-label:hover .icon_rb {
  font-size: 3em;
}
.band .fixed-label:hover .content {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.band .fixed-label:hover .band-name,
.band .fixed-label:hover .track-name {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s ease 0.5s, opacity 0.4s ease 0.5s;
  -moz-transition: -moz-transform 0.2s ease 0.5s, opacity 0.4s ease 0.5s;
  -o-transition: -o-transform 0.2s ease 0.5s, opacity 0.4s ease 0.5s;
  -ms-transition: -ms-transform 0.2s ease 0.5s, opacity 0.4s ease 0.5s;
  transition: transform 0.2s ease 0.5s, opacity 0.4s ease 0.5s;
}
.band .fixed-label:hover .img-wrapper {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.band .fixed-label:hover .img-wrapper:after {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  -ms-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.js-mobile .band .fixed-label {
  display: none;
}
.band.left-slide-open .fixed-label,
.band.user-slide-open .fixed-label {
  display: none;
}
.band .menu_singleband {
  position: relative;
  z-index: 4;
  padding: 0 !important;
  height: 106px;
  *zoom: 1;
  text-align: left;
}
.band .menu_singleband:before,
.band .menu_singleband:after {
  content: " ";
  display: table;
}
.band .menu_singleband:after {
  clear: both;
}
.band .menu_singleband .item {
  width: 106px;
  height: 106px;
  position: absolute;
  z-index: 5;
  top: 0;
  display: block;
  text-decoration: none;
}
.band .menu_singleband .item_last {
  right: 0;
}
.band .menu_singleband .item_prev {
  right: 106px;
}
@media only screen and (max-width:767px) {
  .js-mobile .band .menu_singleband {
    height: auto;
    min-height: 106px;
  }
  .js-mobile .band .menu_singleband .item {
    height: 100%;
  }
  .js-mobile .band .menu_singleband .item a span {
    height: 100%;
  }
}
.band .menu_singleband .position {
  float: left;
  height: 100%;
  display: table;
  margin-left: 20px;
}
@media only screen and (max-width:900px) {
  .band .menu_singleband .position {
    margin-left: 10px;
    margin-right: -5px;
  }
}
@media only screen and (max-width:767px) {
  .band .menu_singleband .position {
    height: auto;
    min-height: 106px;
  }
}
.band .menu_singleband .position_inner {
  display: table-cell;
  vertical-align: middle;
}
.band .menu_singleband .position_circle {
  background: #131313;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  padding: 10px;
  font-size: 2em;
  line0height: 1em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media only screen and (max-width:900px) {
  .band .menu_singleband .position_circle {
    font-size: 1.5em;
  }
}
.band .menu_singleband_insides {
  display: table;
  height: 100%;
  margin-right: 230px;
}
@media only screen and (max-width:767px) {
  .band .menu_singleband_insides {
    height: auto;
    min-height: 76px;
    padding: 15px 0;
    margin-right: 0;
  }
}
.band .menu_singleband_insides_inner {
  display: table-cell;
  vertical-align: middle;
}
.band .menu_singleband h1 {
  color: #fff;
  text-align: left;
  margin: 0 212px 0 20px;
  padding: 0 ;
  font-size: 2.57em;
  line-height: 1.1em;
  margin-right: 0px;
}
@media only screen and (max-width:900px) {
  .band .menu_singleband h1 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width:767px) {
  .band .menu_singleband h1 {
    font-size: 1.71em;
    line-height: 1.2em;
    margin-right: 0;
  }
}
@media only screen and (max-width:479px) {
  .band .menu_singleband h1 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.band .menu_singleband .p {
  margin: 0 212px 0 20px;
  font-weight: normal;
  text-transform: none;
  font-size: 1.5em !important;
  line-height: 1.1em !important;
  padding-top: 0;
  font-size: 1em;
  line-height: 1.6667em;
  text-align: left;
}
@media only screen and (max-width:479px) {
  .band .menu_singleband .p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.band .menu_singleband,
.band .menu_singleband_duplicate {
  position: relative;
  z-index: 4;
  padding: 0 !important;
  height: 106px;
  *zoom: 1;
  text-align: left;
}
.band .menu_singleband:before,
.band .menu_singleband_duplicate:before,
.band .menu_singleband:after,
.band .menu_singleband_duplicate:after {
  content: " ";
  display: table;
}
.band .menu_singleband:after,
.band .menu_singleband_duplicate:after {
  clear: both;
}
.band .menu_singleband .item,
.band .menu_singleband_duplicate .item {
  width: 106px;
  height: 106px;
  position: absolute;
  z-index: 5;
  top: 0;
  display: block;
  text-decoration: none;
}
.band .menu_singleband .item_last,
.band .menu_singleband_duplicate .item_last {
  right: 0;
}
.band .menu_singleband .item_prev,
.band .menu_singleband_duplicate .item_prev {
  right: 106px;
}
.band .menu_singleband .item,
.band .menu_singleband_duplicate .item {
  text-align: center;
}
@media only screen and (max-width:479px) {
  .band .menu_singleband .item,
  .band .menu_singleband_duplicate .item {
    position: absolute;
    float: left;
    width: 50%;
    height: 60px;
  }
}
.band .menu_singleband .item .content,
.band .menu_singleband_duplicate .item .content {
  width: 100%;
  display: table;
  background: none;
}
.band .menu_singleband .item .content_centered,
.band .menu_singleband_duplicate .item .content_centered {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background: none;
}
.band .menu_singleband .item_twitter .before,
.band .menu_singleband_duplicate .item_twitter .before {
  font-size: 0.33em;
}
@media only screen and (max-width:479px) {
  .band .menu_singleband .item_facebook,
  .band .menu_singleband_duplicate .item_facebook {
    left: 0;
    right: auto;
  }
}
.band .menu_singleband .item_facebook .content,
.band .menu_singleband_duplicate .item_facebook .content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
  position: relative;
}
.band .menu_singleband .item_facebook .content_centered,
.band .menu_singleband_duplicate .item_facebook .content_centered {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.band .menu_singleband .item .share-custom,
.band .menu_singleband_duplicate .item .share-custom {
  display: block;
  width: 100%;
  height: 100%;
}
.band .menu_singleband .item .share,
.band .menu_singleband_duplicate .item .share {
  text-decoration: none;
  font-size: 3.48em;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 106px;
}
@media only screen and (max-width:479px) {
  .band .menu_singleband .item .share,
  .band .menu_singleband_duplicate .item .share {
    line-height: 60px;
  }
}
.band .menu_singleband .item .share:before,
.band .menu_singleband_duplicate .item .share:before {
  font-size: 0.336em;
}
.band .menu_singleband .item-text,
.band .menu_singleband_duplicate .item-text {
  position: absolute;
  right: 212px;
  top: 0;
  margin: 0 20px 0 0;
  line-height: 106px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .band .menu_singleband .item-text,
  .band .menu_singleband_duplicate .item-text {
    display: none;
  }
}
@media only screen and (max-width:479px) {
  .band .menu_singleband_duplicate {
    height: 60px;
  }
}
.band .make-buzz {
  *zoom: 1;
}
.band .make-buzz:before,
.band .make-buzz:after {
  content: " ";
  display: table;
}
.band .make-buzz:after {
  clear: both;
}
@media only screen and (max-width:1024px) {
  .band .make-buzz .stripe-header {
    padding-bottom: 140px;
    margin-bottom: -140px;
  }
}
@media only screen and (max-width: 850px) {
  .band .make-buzz .stripe-header {
    padding-bottom: 205px;
    margin-bottom: -205px;
  }
}
@media only screen and (max-width: 435px) {
  .band .make-buzz .stripe-header {
    padding-bottom: 345px;
    margin-bottom: -345px;
  }
}
@media only screen and (max-width:767px) {
  .band .make-buzz .stripe-header h2 .icon_rb {
    display: none;
  }
}
.band .make-buzz .make-buzz__message {
  max-width: 640px;
  text-align: center;
  margin: 20px auto;
  padding: 0 20px;
}
@media only screen and (max-width:479px) {
  .band .grid-wrapper {
    margin-top: -50px;
  }
}
.band .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.band .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  display: none;
}
.band .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.band .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  z-index: 1000;
}
.band .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-helper {
  display: block;
}
.band .mejs-controls .mejs-mute button,
.band .mejs-controls .mejs-unmute button {
  display: none;
}
.youtube-video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-video-wrapper iframe,
.youtube-video-wrapper object,
.youtube-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-page="how-it-works"] {
  position: relative;
}
[data-page="how-it-works"] header.stripe-header {
  width: 100%;
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
  padding: 25px 0;
  margin: 0;
  text-align: center;
}
[data-page="how-it-works"] header.stripe-header h1 {
  font-size: 36px;
  padding: 0;
  margin: 0;
}
[data-page="how-it-works"] header.stripe-header p {
  display: block;
  position: relative;
  max-width: 600px;
  margin: 5px auto;
}
@media only screen and (max-width:479px) {
  [data-page="how-it-works"] header.stripe-header p {
    text-align: center;
    padding: 0 1rem;
    margin: 0;
  }
}
[data-page="how-it-works"] section.stripe-header {
  width: 100%;
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
  padding: 100px 0 110px;
  margin: 0;
  text-align: center;
}
[data-page="how-it-works"] section.stripe-header .bullet {
  background: url(../../../bedroom/assets/images/how-it-works/bullet_bg.png) center center no-repeat;
  width: 43px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.4em;
  line-height: 43px;
}
[data-page="how-it-works"] section.stripe-header h2 {
  width: 100%;
  font-size: 4.8em;
  line-height: 1em;
  margin: 1.375rem 0 1.25rem;
}
[data-page="how-it-works"] section.stripe-header p {
  display: block;
  position: relative;
  max-width: 600px;
  margin: 5px auto;
}
[data-page="how-it-works"] section.stripe-header .img-header {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 2.5rem auto 0;
}
@media only screen and (max-width:479px) {
  [data-page="how-it-works"] section.stripe-header {
    padding: 45px 0;
  }
  [data-page="how-it-works"] section.stripe-header h2 {
    font-size: 1.5rem;
  }
  [data-page="how-it-works"] section.stripe-header p {
    text-align: center;
    padding: 0 1rem;
    margin: 0;
  }
}
[data-page="how-it-works"] .hero-image {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media only screen and (max-width:479px) {
  [data-page="how-it-works"] .hero-image {
    display: none;
  }
}
[data-page="how-it-works"] .hero-image img {
  position: absolute;
  width: 100%;
  height: auto;
}
[data-page="how-it-works"] .hero-image canvas {
  top: 0;
  left: 0;
}
[data-page="how-it-works"] .side-menu {
  position: fixed;
  display: table;
  width: 24px;
  height: 168px;
  top: 270px;
  right: 50px;
  background: url(../../../bedroom/assets/images/how-it-works/nav_bg.png);
  z-index: 1;
}
[data-page="how-it-works"] .side-menu ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
}
[data-page="how-it-works"] .side-menu ul li {
  width: 12px;
  height: 12px;
  background: url(../../../bedroom/assets/images/how-it-works/nav_bullet.png);
  list-style: none;
  margin: 4px 0;
  cursor: pointer;
}
[data-page="how-it-works"] .side-menu ul li.selected {
  background: url(../../../bedroom/assets/images/how-it-works/nav_selected.png);
}
@media only screen and (max-width:1024px) {
  [data-page="how-it-works"] .side-menu {
    display: none;
  }
}
[data-page="how-it-works"] .end-section {
  padding: 100px 0 90px 0 !important;
  margin-top: -10px;
}
@media only screen and (max-width:479px) {
  [data-page="how-it-works"] .end-section {
    padding: 40px 0 30px 0 !important;
  }
  .js-mobile [data-page="how-it-works"] .end-section h2 span {
    display: block;
  }
}
[data-page="how-it-works"] .end-section.stripe-header {
  background: url(../../../bedroom/assets/images/how-it-works/wait-for-header.jpg) top left repeat;
}
[data-page="how-it-works"] .end-section .btn {
  font-size: 1.4em;
  margin: 0 10px 30px 10px;
}
[data-page="how-it-works"] .end-section .btn span {
  width: 185px;
}
@media only screen and (max-width:479px) {
  [data-page="how-it-works"] .end-section .btn span {
    width: 160px;
  }
}
.register,
.editprofile {
  text-align: center;
}
.register header.page-header,
.editprofile header.page-header {
  background: #000;
}
.register .page-container,
.editprofile .page-container {
  background: url(../../../bedroom/assets/images/register/register-bg.jpg) center 70px no-repeat #000000;
  background-size: 100% auto;
  min-height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width:900px) {
  .register .page-container,
  .editprofile .page-container {
    background: #000;
  }
}
.register .page-container .js-page,
.editprofile .page-container .js-page {
  box-sizing: content-box;
}
.register .required-label,
.editprofile .required-label {
  text-align: right;
  margin: 0 0 4px 0 !important;
}
@media only screen and (max-width:900px) {
  .register .required-label,
  .editprofile .required-label {
    margin-left: 20px !important;
    margin-right: 20px !important;
    color: rgba(0, 0, 0, 0.3);
  }
}
.register .dialog,
.editprofile .dialog {
  display: none;
}
@media only screen and (max-width:479px) {
  .shows h1 {
    font-size: 2.35em;
  }
}
.shows .shows-list_item {
  background: #1b1b1b url(../../../bedroom/assets/images/bgr-texture.png) repeat;
}
.shows .shows-list_item__first {
  background-color: #1b1b1b;
}
.shows .shows-list_item a {
  display: block;
  text-decoration: none;
  *zoom: 1;
  height: 285px;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}
.shows .shows-list_item a:before,
.shows .shows-list_item a:after {
  content: " ";
  display: table;
}
.shows .shows-list_item a:after {
  clear: both;
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item a {
    height: auto;
    padding-left: 0;
  }
}
.shows .shows-list_item a:hover .shows-list_item_readmore > span:first-child {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: none;
}
.js-mobile .shows .shows-list_item a:hover .shows-list_item_readmore > span:first-child {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.shows .shows-list_item a:hover .shows-list_item_readmore:before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.shows .shows-list_item_img {
  float: left;
  margin-right: 25px;
  height: 285px;
  width: 500px;
  overflow: hidden;
  margin-left: -25px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item_img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.shows .shows-list_item_img img {
  width: auto;
  height: auto;
  height: 100%;
  width: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.shows .shows-list_item_readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 75px;
  font-size: 2.5em;
}
.shows .shows-list_item_readmore span {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item_readmore {
    line-height: 50px;
  }
  .shows .shows-list_item_readmore span {
    width: 50px;
    height: 50px;
  }
}
.shows .shows-list_item__first a {
  height: 500px;
}
@media only screen and (max-width: 1080px) {
  .shows .shows-list_item__first a {
    height: 380px;
  }
}
@media only screen and (max-width:900px) {
  .shows .shows-list_item__first a {
    height: 285px;
  }
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item__first a {
    height: auto;
  }
}
.shows .shows-list_item__first .shows-list_item_img {
  height: 500px;
  width: 875px;
}
@media only screen and (max-width: 1080px) {
  .shows .shows-list_item__first .shows-list_item_img {
    height: 380px;
    width: 650px;
  }
}
@media only screen and (max-width:900px) {
  .shows .shows-list_item__first .shows-list_item_img {
    width: 500px;
    height: 285px;
  }
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item__first .shows-list_item_img {
    width: 100%;
    height: 285px;
  }
}
.shows .shows-list_item__first .shows-list_item_img img {
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.shows .shows-list_item__first .shows-list_item_readmore {
  display: block;
}
@media only screen and (max-width:767px) {
  .shows .shows-list_item_content {
    padding: 25px;
  }
}
.shows .shows-list_item_content h2 {
  color: #fff;
  text-decoration: none;
  background: url(../../../bedroom/assets/images/news/line.png) bottom left repeat-x;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.shows .shows-list_item_content .show-number {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: 1.47em;
  line-height: 1.2em;
}
.shows .shows-list_item_content .show-info {
  display: block;
  color: #999;
  line-height: 1.4em;
  padding-bottom: 5px;
}
.shows .shows-list_item_content .show-info .icon_bandinfo {
  margin-left: -8px;
  margin-right: 5px;
}
.shows .shows-list_item .content {
  display: table;
  height: 100%;
}
.shows .shows-list_item .content_inner {
  display: table-cell;
  vertical-align: middle;
}
.shows .shows-list .shows-loader .shows-list_item:nth-child(2n+1) {
  background-color: #252525;
}
.shows .shows-loader {
  padding: 0 0 380px;
  position: relative;
  width: 100%;
}
.shows.loading-complete .shows-loader {
  padding-bottom: 0;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.show-single .right-plank {
  float: right;
  width: 250px;
  min-height: 400px;
  width: 20%;
}
@media only screen and (min-width:1800px) {
  .show-single .right-plank {
    width: 16.666666666666668%;
  }
}
@media only screen and (max-width:1280px) {
  .show-single .right-plank {
    width: 25%;
  }
}
@media only screen and (max-width:1024px) {
  .show-single .right-plank {
    width: 25%;
  }
}
@media only screen and (max-width:767px) {
  .show-single .right-plank {
    width: 100%;
    float: none;
    min-height: 0;
  }
}
.show-single .aside-plank-content {
  margin-right: 20%;
}
.show-single .aside-plank-content .page-section {
  float: left;
  width: 100%;
}
@media only screen and (min-width:1800px) {
  .show-single .aside-plank-content {
    margin-right: 16.666666666666668%;
  }
}
@media only screen and (max-width:1280px) {
  .show-single .aside-plank-content {
    margin-right: 25%;
  }
}
@media only screen and (max-width:1024px) {
  .show-single .aside-plank-content {
    margin-right: 25%;
  }
}
@media only screen and (max-width:767px) {
  .show-single .aside-plank-content {
    margin-right: 0;
  }
  .show-single .aside-plank-content .page-section {
    float: none;
  }
}
.show-single .noise_header {
  padding: 0;
  background-color: #ffd22f;
  text-align: center;
  height: 102px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .show-single .noise_header {
    height: auto;
    padding: 10px 0;
  }
}
.show-single .noise_header .content {
  display: table;
  width: 100%;
  height: 100%;
}
.show-single .noise_header .content_centered {
  display: table-cell;
  vertical-align: middle;
}
.show-single .noise_header h2 {
  font-size: 2.2em;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width:479px) {
  .show-single .noise_header h2 {
    font-size: 1.57em;
  }
}
.show-single .noise_winlink {
  text-decoration: none;
}
.show-single .noise_winlink:hover .noise_win {
  color: #f11052;
}
.show-single .noise_win {
  color: #f11052;
  color: rgba(241, 16, 82, 0.7);
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.show-single .noise_win .icon_rb {
  line-height: 1.3em;
}
@media only screen and (max-width:479px) {
  .show-single .noise_win {
    font-size: 0.92em;
  }
  .show-single .noise_win .icon_rb {
    line-height: 1.15em;
  }
}
.show-single .noise .slimScrollBar {
  position: absolute !important;
  z-index: 3 !important;
}
.show-single .noise .grid_noise {
  font-size: 1.4em;
  line-height: 1.2em;
}
@media only screen and (max-width:767px) {
  .show-single .noise .grid_noise {
    font-size: 1.0em;
  }
  .show-single .noise .grid_noise .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .show-single .noise .grid_noise.opened .mobile-hide {
    display: block;
  }
}
.show-single .noise .more-buzz {
  display: none;
  text-decoration: none;
  background-color: #f11052;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  font-size: 1.28em;
  position: relative;
  z-index: 4;
}
.show-single .noise .more-buzz .opened {
  display: none;
}
.show-single .noise .more-buzz .closed {
  display: block;
}
.show-single .noise .more-buzz.opened .closed {
  display: none;
}
.show-single .noise .more-buzz.opened .opened {
  display: block;
}
.show-single .noise .social-links {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 55px;
  font-size: 1.4em;
  *zoom: 1;
}
.show-single .noise .social-links:before,
.show-single .noise .social-links:after {
  content: " ";
  display: table;
}
.show-single .noise .social-links:after {
  clear: both;
}
.show-single .noise .social-links .item {
  width: 50%;
  height: 100%;
  line-height: 55px;
  float: left;
  text-align: center;
}
.show-single .noise .social-links .item_facebook.hover:before {
  background-color: #3c5b97;
}
.js-mobile .show-single .noise .social-links .item_facebook.hover:before {
  background-color: #24375b;
}
.show-single .noise .social-links .item_facebook.hover:hover:before {
  background-color: #24375b;
}
.show-single .noise .social-links .item_facebook span {
  line-height: 1.90em;
  font-size: 2.25em !important;
}
@media only screen and (max-width:767px) {
  .show-single .noise .social-links .item_facebook span {
    line-height: 55px;
    font-size: 1.8em !important;
  }
}
.show-single .noise .social-links .item .icon_rb {
  font-size: 2em;
}
@media only screen and (max-width:767px) {
  .show-single .noise .social-links .item .icon_rb {
    font-size: 1.5em !important;
  }
}
.show-single .noise .social-links_comments {
  background: #f1f1f1;
  position: relative;
  top: 0px;
  left: 0;
  margin-top: 55px;
  z-index: 5;
  display: none;
}
.show-single .noise .grid-wrapper,
.show-single .noise .grid {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width:767px) {
  .show-single.show-more-buzz .more-buzz {
    display: block;
  }
}
.show-single .page-section > header {
  text-align: left;
  background-color: #333;
  padding: 0px 0 0px 140px;
  position: relative;
  height: 102px;
  min-height: 102px;
  background: url(../../../bedroom/assets/images/header-stripe-tiled.jpg) top left repeat;
  background-size: 1250px 300px;
}
.show-single .page-section > header .content {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header .content {
    display: block;
  }
}
.show-single .page-section > header .content_centered {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header .content_centered {
    display: block;
  }
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    min-height: 80px;
  }
}
.show-single .page-section > header h1 {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 2.56em;
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header h1 {
    padding: 15px 0 17px 0;
    margin: 0 0 0 -15px;
    line-height: 1em;
    font-size: 2.41em;
  }
}
.show-single .page-section > header .show_num {
  color: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2em;
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header .show_num {
    display: block;
    height: 30px;
    background-color: #3f3f3f;
    line-height: 30px;
    padding-left: 15px;
    background-image: url(../../../bedroom/assets/images/bgr-texture__large.png);
    background-size: 600px 600px;
    margin-left: -30px;
    font-size: 1em;
  }
}
.show-single .page-section > header .show_live {
  background-color: #2c2c2c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 125px;
  text-align: center;
  color: #646464;
  overflow: hidden;
}
@media only screen and (max-width:479px) {
  .show-single .page-section > header .show_live {
    display: none;
  }
}
.show-single .page-section > header .show_live .content {
  display: table;
  width: 100%;
  height: 100%;
}
.show-single .page-section > header .show_live .content_inner {
  display: table-cell;
  vertical-align: middle;
}
.show-single .page-section > header .show_live_icon {
  display: block;
  font-size: 3em;
  line-height: 1.2em;
  padding-top: 10px;
  display: none;
}
.show-single .page-section > header .show_live_animation {
  width: auto;
  height: 125px;
  margin-top: -11px;
}
.page404 .page-header {
  background: transparent;
}
.page404 .page-header .icon_micro {
  position: relative;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
.page404 .glitch {
  margin-top: -70px;
}
.page404 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 url(../../../bedroom/assets/images/page-not-found/background.jpg) no-repeat;
  background-size: cover;
}
.page404 .logo {
  position: absolute;
  width: 100%;
  bottom: 40%;
  text-align: center;
}
.page404 .logo img {
  width: 60%;
  max-width: 299px;
  height: auto;
}
.page404 .text-404 {
  position: absolute;
  width: 100%;
  top: 60%;
  text-align: center;
}
.page404 .text-404 h1 {
  margin: 0.5em 0 0 0;
}
.page404 .text-404 p {
  margin: 0;
}
.page404 .text-404 a {
  font-size: 1.8em;
  margin: 1em;
}
[data-page="news"] .page-section header.stripe-header {
  padding: 20px 0 30px;
}
[data-page="news"] .page-section header.stripe-header h1 {
  font-size: 38px;
  padding: 0;
  margin: 0 0 8px 0;
  line-height: auto;
}
[data-page="news"] .page-section header.stripe-header p {
  padding: 0;
  margin: 0;
  line-height: auto;
}
[data-page="news"] .page-section .featured {
  overflow: auto;
  position: relative;
  width: 100%;
  background: #1b1b1b url(../../../bedroom/assets/images/bgr-texture.png) repeat;
  cursor: pointer;
}
[data-page="news"] .page-section .featured a {
  text-decoration: none;
}
[data-page="news"] .page-section .featured .hero-image {
  position: absolute;
  width: 70%;
  max-width: 875px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
[data-page="news"] .page-section .featured .margin {
  position: relative;
  clear: both;
  float: left;
  width: 70%;
  max-width: 875px;
  height: 495px;
  margin-right: 25px;
  background-color: #f00;
  z-index: -1;
}
[data-page="news"] .page-section .featured h2 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 25px 25px 10px 0;
}
[data-page="news"] .page-section .featured .spacer {
  width: 25%;
  max-width: 300px;
  height: 2px;
  overflow: hidden;
}
[data-page="news"] .page-section .featured .date {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 13px;
  color: #878787;
  margin: 15px 0;
}
[data-page="news"] .page-section .featured .date img {
  display: inline;
  margin-right: 10px;
  vertical-align: bottom;
}
[data-page="news"] .page-section .featured p {
  display: table;
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 90px;
}
[data-page="news"] .page-section .featured .button {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}
[data-page="news"] .page-section .featured .button span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background-color: #f41053;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news"] .page-section .featured:hover .button span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
[data-page="news"] .page-section .featured .button:before {
  content: 'a';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #a50b38;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news"] .page-section .featured:hover .button:before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
[data-page="news"] .grid_news {
  padding: 0 0 380px;
  position: relative;
  width: 100%;
}
[data-page="news"] .page-section .news {
  overflow: auto;
  position: relative;
  width: 100%;
  background: #1b1b1b url(../../../bedroom/assets/images/bgr-texture.png) repeat;
  cursor: pointer;
}
[data-page="news"] .page-section .news:nth-child(odd) {
  background-color: #252525;
}
[data-page="news"] .page-section .news a {
  text-decoration: none;
}
[data-page="news"] .page-section .news .hero-image {
  float: left;
  margin-right: 25px;
  max-width: 500px;
  height: auto;
}
[data-page="news"] .page-section .news h2 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 25px 25px 10px 0;
}
[data-page="news"] .page-section .news .spacer {
  display: inline-block;
  width: 25%;
  max-width: 300px;
  height: 2px;
  overflow: hidden;
}
[data-page="news"] .page-section .news .spacer img {
  display: block;
}
[data-page="news"] .page-section .news .date {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 13px;
  color: #878787;
  margin: 15px 0;
}
[data-page="news"] .page-section .news .date img {
  margin-right: 10px;
  vertical-align: bottom;
}
[data-page="news"] .page-section .news .button {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}
[data-page="news"] .page-section .news .button span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background-color: #f41053;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news"] .page-section .news:hover .button span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
[data-page="news"] .page-section .news .button:before {
  content: 'a';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #a50b38;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news"] .page-section .news:hover .button:before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
@media only screen and (max-width:1024px) {
  [data-page="news"] .margin {
    display: none;
  }
  [data-page="news"] .hero-image {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    margin: 0 0 25px;
  }
  [data-page="news"] .featured .hero-image {
    padding-top: 56.5%;
  }
  [data-page="news"] h2 {
    padding: 25px 25px 10px !important;
  }
  [data-page="news"] .spacer {
    width: 80% !important;
    width: calc(50%) !important;
    padding: 0;
    margin: 0 25px;
    overflow: hidden;
  }
  [data-page="news"] .date {
    padding-left: 25px;
    padding-bottom: 75px;
  }
  [data-page="news"] p {
    display: none !important;
  }
}
[data-page="news-item"] {
  position: relative;
}
[data-page="news-item"] .page-section header.stripe-header {
  padding: 20px 0 30px;
}
[data-page="news-item"] .page-section header.stripe-header h1 {
  font-size: 38px;
  padding: 0;
  margin: 0 0 8px 0;
  line-height: auto;
}
[data-page="news-item"] .page-section header.stripe-header p {
  padding: 0;
  margin: 0;
  line-height: auto;
}
[data-page="news-item"] .hero-image {
  position: relative;
  width: 100%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
[data-page="news-item"] .hero-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b url(../../../bedroom/assets/images/bgr-texture.png) repeat;
  opacity: 0.9;
}
[data-page="news-item"] .hero-image img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 875px;
  height: auto;
}
[data-page="news-item"] .content {
  position: relative;
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
[data-page="news-item"] .content h2 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
[data-page="news-item"] .content .spacer {
  position: relative;
  background: url(../../../bedroom/assets/images/news/line.png) repeat-x;
  width: 100%;
  height: 2px;
  margin: 20px auto;
}
[data-page="news-item"] .content .date {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 13px;
  color: #878787;
  margin-bottom: 20px;
}
[data-page="news-item"] .content .date img {
  margin-right: 10px;
  vertical-align: bottom;
}
[data-page="news-item"] .content p {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  padding: 0 0 40px;
  margin: 0;
}
[data-page="news-item"] .content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
[data-page="news-item"] .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-page="news-item"] .prev-post {
  position: fixed;
  left: 0;
  top: 50%;
  width: 375px;
  z-index: 1;
}
[data-page="news-item"] .prev-post a {
  text-decoration: none;
}
[data-page="news-item"] .prev-post .arrow {
  position: absolute;
  left: 10px;
  top: -17px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
[data-page="news-item"] .prev-post .box {
  position: absolute;
  top: -62px;
  left: -375px;
  width: 375px;
  height: 125px;
  background-color: #000000;
  text-align: right;
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
}
[data-page="news-item"] .prev-post .box .thumb {
  display: inline-block;
  float: right;
  width: 100px;
  height: 100px;
  margin: 12px;
  border: 1px #ffffff solid;
  background-size: cover;
  background-position: center;
}
[data-page="news-item"] .prev-post .box p {
  display: inline-block;
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 13px;
  line-height: 125px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
[data-page="news-item"] .prev-post:hover .box {
  left: 0;
}
[data-page="news-item"] .next-post {
  position: fixed;
  right: 0;
  top: 50%;
  width: 375px;
  z-index: 1;
}
[data-page="news-item"] .next-post a {
  text-decoration: none;
}
[data-page="news-item"] .next-post .arrow {
  position: absolute;
  right: 10px;
  top: -17px;
  font-family: 'redbull';
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
[data-page="news-item"] .next-post .box {
  position: absolute;
  top: -62px;
  right: -375px;
  width: 375px;
  height: 125px;
  background-color: #000000;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
}
[data-page="news-item"] .next-post .box .thumb {
  display: inline-block;
  float: left;
  width: 100px;
  height: 100px;
  margin: 12px;
  border: 1px #ffffff solid;
  background-size: cover;
  background-position: center;
}
[data-page="news-item"] .next-post .box p {
  display: inline-block;
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 13px;
  line-height: 125px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
[data-page="news-item"] .next-post:hover .box {
  right: 0;
}
[data-page="news-item"] .share {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 75px;
  font-size: 0;
  z-index: 1;
}
[data-page="news-item"] .share .tw-button {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  overflow: hidden;
  cursor: pointer;
}
[data-page="news-item"] .share .fb-button {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  cursor: pointer;
}
[data-page="news-item"] .share .buttons {
  opacity: 0;
}
[data-page="news-item"] .share .fb-button a,
[data-page="news-item"] .share .tw-button a {
  display: inline-block;
  width: 75px;
  height: 75px;
  font-family: 'redbull';
  font-size: 23px;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}
[data-page="news-item"] .share a.facebook span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  background: #3c5b97 url(../../../bedroom/assets/images/bgr-pale.png) repeat;
}
[data-page="news-item"] .share a.twitter span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  background: #3ecaf9 url(../../../bedroom/assets/images/bgr-pale.png) repeat;
}
[data-page="news-item"] .share a:hover span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
[data-page="news-item"] .share a.facebook:before {
  content: 'SHARE';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 75px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #24375b url(../../../bedroom/assets/images/bgr-pale.png) repeat;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news-item"] .share a.twitter:before {
  content: 'TWEET';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 75px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #267b98 url(../../../bedroom/assets/images/bgr-pale.png) repeat;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
[data-page="news-item"] .share a:hover:before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
[data-page="news-item"] .share.footer {
  display: none;
}
@media all and (max-width: 960px) {
  [data-page="news-item"] .share {
    position: relative;
    width: 100%;
    height: 60px;
  }
  [data-page="news-item"] .share .tw-button {
    width: 50% !important;
    height: 60px !important;
  }
  [data-page="news-item"] .share .fb-button {
    width: 50% !important;
    height: 60px !important;
  }
  [data-page="news-item"] .share .tw-button a {
    width: 100% !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  [data-page="news-item"] .share .fb-button a {
    width: 100% !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  [data-page="news-item"] .share a:before {
    width: 100% !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  [data-page="news-item"] .share.footer {
    display: block;
  }
}
.news.loading-complete .grid_news {
  padding-bottom: 0;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.js-page.judges {
  font-size: 0;
  padding-bottom: 0px;
}
.js-page.judges header.stripe-header {
  width: 100%;
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
  padding: 25px 0;
  margin: 0;
  text-align: center;
}
.js-page.judges header.stripe-header h2,
.js-page.judges header.stripe-header .h2 {
  font-size: 36px;
  padding: 0;
  margin: 0;
}
.js-page.judges header.stripe-header p {
  display: block;
  position: relative;
  max-width: 600px;
  margin: 5px auto;
}
@media only screen and (max-width:479px) {
  .js-page.judges header.stripe-header p {
    text-align: center;
    padding: 0 1rem;
    margin: 0;
  }
}
.js-page.judges .judge {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  padding-left: 530px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.js-page.judges .judge .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 498px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.js-page.judges .judge h2 {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  padding: 30px 30px 30px 0;
}
.js-page.judges .judge p {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
  padding: 0 30px 120px 0;
}
.js-page.judges .judge .external {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  height: 76px;
}
.js-page.judges .judge .external a {
  display: inline-block;
  width: 76px;
  height: 76px;
  font-size: 0;
}
.js-page.judges .judge .external a.facebook {
  background-image: url(../../../bedroom/assets/images/judges/facebook.png), url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: auto, 600px 600px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-color: #3c5b97;
}
.js-page.judges .judge .external a.twitter {
  background-image: url(../../../bedroom/assets/images/judges/twitter.png), url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: auto, 600px 600px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-color: #3fcdfd;
}
.js-page.judges .judge .external a.website {
  background-image: url(../../../bedroom/assets/images/judges/website.png), url(../../../bedroom/assets/images/bgr-texture__large.png);
  background-size: auto, 600px 600px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-color: #f21053;
}
.js-page.judges .judge:nth-child(odd) {
  background: url(../../../bedroom/assets/images/header-stripe.jpg) center center no-repeat #212121;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .js-page.judges .judge {
    padding-left: 0px;
  }
  .js-page.judges .judge .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.8%;
  }
  .js-page.judges .judge h2 {
    padding: 30px;
  }
  .js-page.judges .judge p {
    padding: 0 30px 150px 30px;
  }
}
/*home*/
.home .init .content .h1 {
  margin: 0 -55px;
}
/*Bands*/
.bands .menu_band .item-stripe_search .search-rezults .band-result-list {
  min-height: 280px;
}
.bands .menu_band .item-stripe_search .search-rezults .tag-result-list {
  min-height: 420px;
}
.bands .menu_band .item-stripe_search .search-rezults h3 {
  margin-top: 175px;
}
.bands .menu_band .item-stripe_search .search-rezults .genres-wrapper h3 {
  width: 400px;
  left: -168px;
}
/*How it works*/
.how-it-works .btn span {
  -webkit-transform-origin: 0 50% -35.5px;
  -moz-transform-origin: 0 50% -35.5px;
  transform-origin: 0 50% -35.5px;
  line-height: 1.2em;
}
/*Left menu*/
.logmenu-container .sign-in .btn span {
  -webkit-transform-origin: 0 50% -39.5px;
  -moz-transform-origin: 0 50% -39.5px;
  transform-origin: 0 50% -39.5px;
  line-height: 1.2em;
}
/*Right menu*/
.slide-band-section .chart li .band-info_name {
  text-transform: uppercase;
}