@charset "UTF-8";
/* Theme Name: RUSH.COM */
/* Description: Created with style for Rush */
/* Author: Plank Design & Happy Cog */
/* Author URI: http://www.plankdesign.com & http://happycog.com */
/* Version: 1.0 */
/* Sass Files: /assets/sass/style.sass */
@font-face {
  font-family: "Icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

img, object, embed {
  max-width: 100%;
  height: auto; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

input[type='submit'] {
  -webkit-appearance: none; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

select, input, textarea {
  font: 99% sans-serif; }

textarea {
  resize: vertical; }

table {
  font-size: inherit;
  font: 100%; }

a:hover, a:active {
  outline: none; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg); } }
@-webkit-keyframes loading {
  0% {
    left: 0;
    width: 0%; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0%; } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  89.5% {
    -webkit-transform: translateY(0); }
  91% {
    -webkit-transform: translateY(-20px); }
  92.5% {
    -webkit-transform: translateY(0); }
  94% {
    -webkit-transform: translateY(-10px); }
  97% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes loading {
  0% {
    left: 0;
    width: 0%; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0%; } }
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }
  89.5% {
    -moz-transform: translateY(0); }
  91% {
    -moz-transform: translateY(-20px); }
  92.5% {
    -moz-transform: translateY(0); }
  94% {
    -moz-transform: translateY(-10px); }
  97% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes loading {
  0% {
    left: 0;
    width: 0%; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0%; } }
@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0); }
  89.5% {
    -ms-transform: translateY(0); }
  91% {
    -ms-transform: translateY(-20px); }
  92.5% {
    -ms-transform: translateY(0); }
  94% {
    -ms-transform: translateY(-10px); }
  97% {
    -ms-transform: translateY(0); }
  100% {
    -ms-transform: translateY(0); } }
@keyframes loading {
  0% {
    left: 0;
    width: 0%; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0%; } }
@keyframes bounce {
  0% {
    transform: translateY(0); }
  89.5% {
    transform: translateY(0); }
  91% {
    transform: translateY(-20px); }
  92.5% {
    transform: translateY(0); }
  94% {
    transform: translateY(-10px); }
  97% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
html, body {
  height: 100%; }

body {
  background-color: #0a0b0a;
  color: #7f817f;
  font-size: 100%;
  font-family: "ff-tisa-web-pro";
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .no-mediaqueries body {
    min-width: 1240px; }

.wrap, #wrap-grid {
  max-width: 1240px;
  margin: 0 auto; }

.l-rush {
  background-image: url(../img/rush.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  width: 212px;
  height: 136px; }
  .svg .l-rush {
    background-image: url(../img/rush.svg); }
  .l-rush a {
    display: block;
    width: 100%;
    height: 100%; }

.l-rush-print {
  display: none; }

#header {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "refrigerator-deluxe";
  font-size: 1.25em;
  line-height: 1em;
  text-transform: uppercase;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 1001;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  #header nav {
    margin-left: -1.6129%;
    margin-right: -1.6129%;
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
    #header nav:after {
      content: "";
      display: table;
      clear: both; }
    #header nav > ul, #header nav > ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #header nav > ul > li {
      position: relative; }
    #header nav > ul > li:nth-child(-n+3) {
      float: left;
      width: 15%; }
    #header nav > ul > li:nth-last-child(-n+3) {
      float: right;
      text-align: right;
      width: 13%; }
    #header nav > ul > li:hover .sub-menu {
      display: block; }
    #header nav a {
      display: inline-block;
      padding: 23px 20px; }
    #header nav .b-search i {
      display: none; }
  #header .l-rush {
    position: absolute;
    top: -20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #header .sub-menu {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    font-size: 0.8em;
    left: -30%;
    top: 100%;
    width: 100%; }
    #header .sub-menu, #header .sub-menu > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #header .sub-menu li {
      width: 100% !important;
      float: none !important;
      text-align: center !important; }
      #header .sub-menu li a {
        display: block;
        padding: 0.25em 0; }
    #header .sub-menu li:first-child a {
      padding-top: 1em; }
    #header .sub-menu li:last-child a {
      padding-bottom: 1em; }
  #header.minimized {
    top: 0; }
    #header.minimized nav > ul > li > a {
      padding-top: 15px;
      padding-bottom: 15px; }
    #header.minimized .l-rush {
      top: 5px;
      width: 117px;
      height: 75px; }

.footer {
  clear: both;
  position: relative;
  z-index: 100; }

.footer-nav {
  background-color: #1b1b1b; }
  .footer-nav:after {
    content: "";
    display: table;
    clear: both; }
  .footer-nav p {
    color: #fff;
    float: left;
    font-weight: 400;
    font-family: "refrigerator-deluxe";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.875em;
    line-height: 1.2em;
    margin: 1.5em 0 0; }
  .footer-nav nav {
    float: right; }
  .footer-nav ul {
    font-family: "refrigerator-deluxe";
    text-transform: uppercase; }
    .footer-nav ul, .footer-nav ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer-nav ul li {
      border-right: 1px #474747 solid;
      display: inline-block;
      margin-left: -3px;
      line-height: 1em; }
      .footer-nav ul li:first-child {
        border-left: 1px #474747 solid; }
    .footer-nav ul a {
      -moz-box-shadow: inset -2px 0 0 #010101;
      -webkit-box-shadow: inset -2px 0 0 #010101;
      box-shadow: inset -2px 0 0 #010101;
      display: block;
      padding: 1.4em 1.25em 1.1em; }
    .footer-nav ul a:hover {
      background-color: #d4b11c;
      color: #1b1b1b;
      -moz-box-shadow: inset -2px 0 0 #a78b16;
      -webkit-box-shadow: inset -2px 0 0 #a78b16;
      box-shadow: inset -2px 0 0 #a78b16; }

.footer-cta {
  background-color: #0a0b0a;
  color: #fff;
  overflow: hidden;
  padding-top: 6.85484%; }
  .footer-cta .wrap, .footer-cta #wrap-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .footer-cta .cta1 {
    width: 40.72581%;
    float: left;
    margin-right: 1.6129%;
    position: relative;
    margin-bottom: 4em; }
    .footer-cta .cta1 figure {
      width: 37.62376%;
      float: left;
      margin-right: 3.9604%;
      margin-top: 0.3em; }
    .footer-cta .cta1 figcaption {
      background: none;
      color: #fff;
      font-weight: bold;
      font-family: "refrigerator-deluxe";
      padding: 0.5em 0 0 0;
      left: 0;
      bottom: auto;
      top: 100%;
      text-transform: uppercase; }
    .footer-cta .cta1 .content {
      width: 58.41584%;
      float: left;
      margin-right: 3.9604%;
      float: right;
      margin-right: 0;
      padding-right: 1.6129%; }
      .footer-cta .cta1 .content .figcaption {
        display: none; }
  .footer-cta .cta2 {
    width: 57.66129%;
    float: left;
    margin-right: 1.6129%;
    float: right;
    margin-right: 0;
    position: relative;
    margin-bottom: 4em; }
    .footer-cta .cta2 figure {
      width: 41.25874%;
      float: left;
      margin-right: 2.7972%;
      padding: 0 2.7972%;
      -moz-transform: translateY(2em);
      -ms-transform: translateY(2em);
      -webkit-transform: translateY(2em);
      transform: translateY(2em);
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: absolute;
      bottom: -4em; }
    .footer-cta .cta2 .content {
      width: 55.94406%;
      float: left;
      margin-right: 2.7972%;
      float: right;
      margin-right: 0; }
    .footer-cta .cta2 .b-appstore,
    .footer-cta .cta2 .b-googleplay {
      position: absolute;
      bottom: 0;
      background-size: contain; }
    .footer-cta .cta2 .b-appstore {
      left: 44.05594%; }
    .footer-cta .cta2 .b-googleplay {
      right: 0; }
  .footer-cta:hover .cta2 figure {
    -moz-transform: translateY(0em);
    -ms-transform: translateY(0em);
    -webkit-transform: translateY(0em);
    transform: translateY(0em); }

.columns {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }
  .columns:after {
    content: "";
    display: table;
    clear: both; }
  .columns .span1 {
    width: 6.85484%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span1:nth-child(12n) {
      float: right;
      margin-right: 0; }
  .columns .pre1 {
    margin-left: 8.46774%; }
  .columns .post1 {
    margin-left: 8.46774%; }
  .columns .span2 {
    width: 15.32258%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span2:nth-child(6n) {
      float: right;
      margin-right: 0; }
  .columns .pre2 {
    margin-left: 16.93548%; }
  .columns .post2 {
    margin-left: 16.93548%; }
  .columns .span3 {
    width: 23.79032%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span3:nth-child(4n) {
      float: right;
      margin-right: 0; }
  .columns .pre3 {
    margin-left: 25.40323%; }
  .columns .post3 {
    margin-left: 25.40323%; }
  .columns .span4 {
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span4:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre4 {
    margin-left: 33.87097%; }
  .columns .post4 {
    margin-left: 33.87097%; }
  .columns .span5 {
    width: 40.72581%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span5:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre5 {
    margin-left: 42.33871%; }
  .columns .post5 {
    margin-left: 42.33871%; }
  .columns .span6 {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span6:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre6 {
    margin-left: 50.80645%; }
  .columns .post6 {
    margin-left: 50.80645%; }
  .columns .span7 {
    width: 57.66129%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span7:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre7 {
    margin-left: 59.27419%; }
  .columns .post7 {
    margin-left: 59.27419%; }
  .columns .span8 {
    width: 66.12903%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span8:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre8 {
    margin-left: 67.74194%; }
  .columns .post8 {
    margin-left: 67.74194%; }
  .columns .span9 {
    width: 74.59677%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span9:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre9 {
    margin-left: 76.20968%; }
  .columns .post9 {
    margin-left: 76.20968%; }
  .columns .span10 {
    width: 83.06452%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span10:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre10 {
    margin-left: 84.67742%; }
  .columns .post10 {
    margin-left: 84.67742%; }
  .columns .span11 {
    width: 91.53226%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span11:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre11 {
    margin-left: 93.14516%; }
  .columns .post11 {
    margin-left: 93.14516%; }
  .columns .span12 {
    width: 100%;
    float: left;
    margin-right: 1.6129%; }
    .columns .span12:nth-child(1n) {
      float: right;
      margin-right: 0; }
  .columns .pre12 {
    margin-left: 101.6129%; }
  .columns .post12 {
    margin-left: 101.6129%; }
  .columns > *:last-child {
    float: right;
    margin-right: 0; }

.columns .last-child,
.columns .last-of-row {
  float: right;
  margin-right: 0; }

#wrap-grid {
  display: block;
  position: relative;
  z-index: 9999; }

#grid {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none; }
  #grid:after {
    content: "";
    display: table;
    clear: both; }
  #grid span {
    height: 5000px;
    width: 6.85484%;
    float: left;
    margin-right: 1.6129%;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.25); }
    #grid span:nth-child(12n) {
      float: right;
      margin-right: 0; }
    #grid span:last-child {
      border: 0; }

.clear {
  clear: both; }

.alignleft {
  float: left !important;
  margin: 0 25px 20px 0; }

.alignright {
  float: right !important;
  margin: 0 0 25px 20px; }

.aligncenter {
  margin: 0 auto;
  margin-bottom: 25px; }

.center {
  text-align: center; }

.hide {
  display: none !important; }

.for-print {
  display: none !important; }

.post-edit-link {
  background: #333;
  color: #fff;
  display: inline-block;
  display: none;
  font: 400 13px/32px "Open Sans", sans-serif;
  padding: 0 12px 0 11px; }
  .post-edit-link:hover {
    color: #45bbe6; }

devhead {
  clear: both;
  display: block;
  background-color: #EEE;
  color: #000;
  font-size: 1em;
  padding: 5px;
  margin: 0.25em 0;
  border-top: 1px solid #E0E0E0; }

devsub {
  clear: both;
  display: block;
  background-color: #DDD;
  color: #000;
  font-size: 0.75em;
  padding: 5px;
  margin: 0.25em 0;
  border-top: 1px solid #D0D0D0;
  font-size: 0.75em; }

.hero {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15em 0 10em 0;
  position: relative; }
  .hero:before, .hero:after,
  .hero .overlay {
    background-repeat: repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
  .hero:before {
    background-image: url(../img/bg-hero-top.png);
    background-position: left top;
    top: 0;
    left: 0; }
  .hero:after {
    bottom: 0;
    left: 0;
    background-image: url(../img/bg-hero-bottom.png);
    background-position: left bottom; }
  .hero .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1; }

.hero-fixed {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0; }
  .hero-fixed:after {
    opacity: 0.8; }
  .hero-fixed.js-remove {
    display: none; }
  .no-flexbox .hero-fixed, .no-flexboxlegacy .hero-fixed {
    padding-top: 12em; }

.hero-scroll-arrow {
  background: url(../img/i-arrows.png) right -1em no-repeat;
  -moz-background-size: auto 2em;
  -o-background-size: auto 2em;
  -webkit-background-size: auto 2em;
  background-size: auto 2em;
  display: block;
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin-left: -1em;
  opacity: 0.5;
  width: 2em;
  height: 1.25em;
  z-index: 3;
  -webkit-animation: bounce 8s 0s ease infinite;
  -moz-animation: bounce 8s 0s ease infinite;
  -ms-animation: bounce 8s 0s ease infinite;
  -o-animation: bounce 8s 0s ease infinite;
  animation: bounce 8s 0s ease infinite; }
  .hero-left .hero-scroll-arrow {
    left: auto;
    margin-left: 0; }

.hero-fullpage {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 750px;
  position: relative; }
  .hero-fullpage:before, .hero-fullpage:after {
    background-repeat: repeat-x;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .hero-fullpage:before {
    background-image: url(../img/bg-hero-top.png);
    background-position: left top;
    top: 0; }
  .hero-fullpage:after {
    bottom: 0;
    background-image: url(../img/bg-hero-bottom.png);
    background-position: left bottom; }

.main, .main-texture, .main-solid {
  padding: 4% 0; }
  .main:after, .main-texture:after, .main-solid:after {
    content: "";
    display: table;
    clear: both; }

.main-texture {
  background: #0a0b0a url(../img/bg-main.jpg) center 100px no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.main-solid {
  background-color: rgba(10, 11, 10, 0.85);
  padding-top: 50px; }

.main-gradient {
  margin: 0 -20px;
  padding: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5MGEwYSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 500, color-stop(0%, rgba(9, 10, 10, 0.35)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(top, rgba(9, 10, 10, 0.35) 0%, rgba(0, 0, 0, 0) 500px);
  background: -webkit-linear-gradient(top, rgba(9, 10, 10, 0.35) 0%, rgba(0, 0, 0, 0) 500px);
  background: linear-gradient(to bottom, rgba(9, 10, 10, 0.35) 0%, rgba(0, 0, 0, 0) 500px); }

.main-prefooter {
  background-color: #1b1b1b;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMGIwYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0a0b0a), color-stop(100%, #1b1b1b));
  background: -moz-linear-gradient(bottom, #0a0b0a 0%, #1b1b1b 200px);
  background: -webkit-linear-gradient(bottom, #0a0b0a 0%, #1b1b1b 200px);
  background: linear-gradient(to top, #0a0b0a 0%, #1b1b1b 200px);
  background-repeat: repeat-x;
  padding: 4em 0 8em !important;
  position: relative;
  margin-top: 3em; }
  .main-prefooter:after, .main-prefooter:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%; }
  .main-prefooter:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTBiMGEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #0a0b0a));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0a0b0a 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0a0b0a 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0a0b0a 100%);
    top: -66px;
    height: 20px; }
  .main-prefooter:before {
    background: url(../img/bg-prefooter.png) 0 0 repeat-x;
    height: 46px;
    top: -46px;
    left: 0; }

.main-negative-hero {
  margin-top: -400px;
  position: relative;
  z-index: 99; }

.main-negative-hero-small {
  margin-top: -120px;
  position: relative;
  z-index: 99; }
  .main-negative-hero-small.main-texture {
    background-color: transparent;
    background-position: center 200px; }

.after-fixed-hero-space {
  display: block;
  height: 700px;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.after-fixed-hero {
  padding-top: 130px;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .after-fixed-hero:before {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../img/bg-after-fixed-hero.png) repeat-x left bottom/contain;
    position: absolute;
    pointer-events: none;
    top: 30px;
    left: 0; }

.l0-content {
  clear: both;
  width: 66.12903%;
  float: left;
  margin-right: 1.6129%;
  padding-bottom: 8.06452%; }

.l0-sidebar {
  width: 32.25806%;
  float: left;
  margin-right: 1.6129%;
  float: right;
  margin-right: 0;
  padding-bottom: 8.06452%;
  padding-left: 3.22581%; }
  .l0-sidebar.pad {
    padding-top: 4.9em; }

.l0-full {
  padding-bottom: 8.06452%; }

.l1-content {
  width: 49.19355%;
  float: left;
  margin-right: 1.6129%;
  padding-bottom: 8.06452%; }

.l1-sidebar {
  width: 40.72581%;
  float: left;
  margin-right: 1.6129%;
  float: right;
  margin-right: 0;
  padding-top: 0 !important;
  padding-bottom: 8.06452%; }

.l1-full {
  padding-bottom: 8.06452%; }

.l2-content-a,
.l2-content-b {
  width: 40.72581%;
  float: left;
  margin-right: 1.6129%;
  padding-bottom: 8.06452%; }

.l2-content-b {
  margin-left: 8.46774%; }

.l3 {
  overflow: hidden;
  padding-bottom: 8.06452%; }

.l3-content-a {
  width: 66.12903%;
  float: left;
  margin-right: 1.6129%; }

.l3-content-b {
  padding-left: 3.22581%;
  width: 32.25806%;
  float: left;
  margin-right: 1.6129%;
  float: right;
  margin-right: 0; }

.l4 {
  overflow: hidden;
  padding-bottom: 8.06452%; }

.l4-content {
  width: 57.66129%;
  float: left;
  margin-right: 1.6129%; }

.l4-sidebar-a {
  width: 40.72581%;
  float: left;
  margin-right: 1.6129%; }

.l4-sidebar-b {
  width: 40.72581%;
  float: left;
  margin-right: 1.6129%; }

.with-thumb .l4-content {
  float: right;
  margin-right: 0;
  padding-left: 3.22581%; }
.with-thumb .l4-sidebar-b {
  clear: left; }

.no-thumb > h1.h2 {
  width: 57.66129%; }
.no-thumb .l4-sidebar-a,
.no-thumb .l4-sidebar-b {
  float: right;
  margin-right: 0;
  padding-left: 3.22581%; }

.l5 {
  clear: both;
  overflow: hidden;
  padding-bottom: 8.06452%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.l5-content {
  min-height: auto;
  width: 32.25806%;
  float: left;
  margin-right: 1.6129%; }
  .l5-content:nth-child(3n) {
    float: right;
    margin-right: 0; }

.content-row {
  padding: 3em 0; }
  .content-row:first-child {
    padding-top: 0; }

.box-gradient, .l1-sidebar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5MGEwYSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(9, 10, 10, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(top, rgba(9, 10, 10, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(9, 10, 10, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(9, 10, 10, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 40px;
  margin-bottom: 40px; }
  .box-gradient .content-pad, .l1-sidebar .content-pad {
    padding-left: 3.25em; }

.block-hero {
  color: #fff;
  text-align: center;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 3; }
  .block-hero h3 {
    margin-bottom: 0.25em; }
  .block-hero h1 {
    font-size: 10em;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0; }
    .block-hero h1 a {
      color: #fff; }
      .block-hero h1 a:hover {
        color: rgba(255, 255, 255, 0.85); }
  .block-hero .subtitle {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "refrigerator-deluxe";
    letter-spacing: 0.2em;
    padding: 1.5em 0 2em 0;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
    .block-hero .subtitle:after {
      width: 11em;
      border-width: 4px;
      margin-top: 2.1em; }
  .block-hero .content {
    padding: 0 6.85484%; }
    .block-hero .content p {
      font-size: 1.625em;
      line-height: 1.325em; }

.block-hero-left {
  text-align: left; }
  .block-hero-left .wrap, .block-hero-left #wrap-grid {
    padding-right: 32.25806%; }
  .block-hero-left h1 {
    white-space: nowrap; }
  .block-hero-left .content {
    padding: 0; }

.block-hero-right {
  text-align: right; }
  .block-hero-right .wrap, .block-hero-right #wrap-grid {
    padding-left: 32.25806%; }
  .block-hero-right h1 {
    white-space: nowrap;
    float: right;
    margin-bottom: 0em; }
  .block-hero-right .subtitle {
    clear: both;
    float: right;
    overflow: hidden;
    margin-bottom: 2em; }
    .block-hero-right .subtitle:after {
      float: right; }
  .block-hero-right .content {
    float: right;
    padding: 0; }

.block-hero-small {
  color: #fff;
  padding: 0 3.48361%;
  position: relative;
  text-align: center;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.55);
  z-index: 3; }
  .block-hero-small h1 {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 0.4em 0; }
  .block-hero-small .subtitle {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "refrigerator-deluxe";
    letter-spacing: 0.2em;
    padding-bottom: 0.75em;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
  .block-hero-small .thumb-border-small {
    margin: 0 10.45082% 2em; }
  .block-hero-small .content {
    padding: 0 2em; }

.hero-2col {
  overflow: hidden; }
  .hero-2col .block-hero-small {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%; }
    .hero-2col .block-hero-small:nth-child(2n) {
      float: right;
      margin-right: 0; }

.page {
  padding-top: 12em; }

.artists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.45161%;
  overflow: hidden; }
  .artists > article {
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%; }
    .artists > article:nth-child(3n) {
      float: right;
      margin-right: 0; }

.photos-4columns,
.photos-5columns,
.photos-6columns {
  clear: both;
  overflow: hidden; }

.photos-4columns .block-photo {
  margin-bottom: 1.6129%;
  width: 23.79032%;
  float: left;
  margin-right: 1.6129%; }
  .photos-4columns .block-photo:nth-child(4n) {
    float: right;
    margin-right: 0; }
  .photos-4columns .block-photo:nth-child(4n+1) {
    clear: both; }

.photos-5columns .block-photo {
  float: left;
  margin-left: 1.6129%;
  margin-bottom: 1.6129%;
  width: 18.70968%; }
  .photos-5columns .block-photo:first-child {
    margin-left: 0; }

.photos-6columns .block-photo {
  margin-bottom: 1.6129%;
  width: 15.32258%;
  float: left;
  margin-right: 1.6129%; }
  .photos-6columns .block-photo:nth-child(6n) {
    float: right;
    margin-right: 0; }
  .photos-6columns .block-photo:nth-child(6n+1) {
    clear: both; }

.block-photo {
  position: relative; }
  .block-photo img {
    display: block;
    width: 100%; }
  .block-photo .label {
    background-color: #1b1e21;
    padding: 0.9em 6.77966% 1em;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .block-photo .label.overlay {
      background-color: rgba(9, 10, 10, 0.85);
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%; }
  .block-photo h3, .block-photo h6 {
    margin: 0; }
  .block-photo h6 {
    margin-top: 0.2em; }
  .block-photo[data-url]:hover {
    cursor: pointer; }
    .block-photo[data-url]:hover .label {
      background-color: #141619; }
      .block-photo[data-url]:hover .label.overlay {
        background-color: rgba(9, 10, 10, 0.9); }
  .block-photo.center {
    text-align: center; }

.block-album .thumb-cover {
  position: relative;
  margin-bottom: 2px; }
  .block-album .thumb-cover img {
    margin: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%; }
  .block-album .thumb-cover:before {
    background: url(../img/i-plus-white.gif) center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    display: block;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0); }
.block-album h5, .block-album h6 {
  margin: 0; }
.block-album h6 {
  margin-top: 0.2em; }
.block-album.format-dvd .label {
  background-image: url(../img/i-film.png);
  background-size: 1.6em auto;
  background-position: 97% -1px;
  background-repeat: no-repeat;
  padding-right: 2.2em !important; }
  .svg .block-album.format-dvd .label {
    background-image: url(../img/i-film.svg); }
.block-album[data-url]:hover {
  cursor: pointer; }
  .block-album[data-url]:hover .thumb-cover img {
    background-color: rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 150px 0px rgba(0, 0, 0, 0.9); }
  .block-album[data-url]:hover .thumb-cover:before {
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  .block-album[data-url]:hover .label {
    background-color: #141619; }
  .block-album[data-url]:hover.format-dvd .label {
    background-position: 97% -9px; }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5em;
  overflow: hidden; }
  .news > article {
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%;
    margin-top: 1.6129%; }
    .news > article:nth-child(3n) {
      float: right;
      margin-right: 0; }
    .news > article:nth-child(-n + 3) {
      margin-top: 0; }

.news-list {
  margin-bottom: 2em; }
  .news-list > article {
    margin-top: 1em; }
    .news-list > article:first-child {
      margin-top: 0; }

.block-news {
  color: #fff;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .block-news .thumb-cover {
    margin-bottom: 2px;
    position: relative; }
    .block-news .thumb-cover img {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .block-news .thumb-cover:before {
      background: url(../img/i-plus.gif) center center no-repeat;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      content: "";
      display: block;
      margin: -15px 0 0 -15px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
      -webkit-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0); }
  .block-news .content {
    background-color: #1b1e21;
    padding: 25px;
    padding-bottom: 50px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: relative;
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .block-news .content:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 25px 18px;
      border-color: transparent transparent #1b1e21 transparent;
      bottom: 100%;
      position: absolute;
      -moz-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .block-news h3 {
    margin-top: 0; }
  .block-news[data-url]:hover {
    cursor: pointer; }
    .block-news[data-url]:hover .thumb-cover img {
      background-color: rgba(0, 0, 0, 0.6);
      -moz-box-shadow: inset 0 0 100px 0px rgba(0, 0, 0, 0.9);
      -webkit-box-shadow: inset 0 0 100px 0px rgba(0, 0, 0, 0.9);
      box-shadow: inset 0 0 100px 0px rgba(0, 0, 0, 0.9); }
    .block-news[data-url]:hover .thumb-cover:before {
      -moz-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1); }
    .block-news[data-url]:hover .content {
      background-color: #141619; }
    .block-news[data-url]:hover .content:before {
      border-bottom-color: #141619; }

.block-news-overlay .thumb-cover {
  margin-bottom: 0;
  max-height: 241px; }
  .block-news-overlay .thumb-cover:before {
    top: 30%; }
.block-news-overlay .content {
  background-color: rgba(27, 30, 33, 0.85);
  position: absolute;
  bottom: 0;
  padding-bottom: 1em;
  padding-top: 1em; }
  .block-news-overlay .content:before {
    border-bottom-color: rgba(27, 30, 33, 0.85); }
.block-news-overlay h3 {
  margin: 0; }

.block-news-list h5 {
  margin-top: 0; }

.block-news-small {
  text-align: center; }
  .block-news-small h3 {
    margin-top: 0; }
  .news .block-news-small {
    padding-left: 1em;
    padding-right: 1em; }

.block-news-featured {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 83.06452%; }
  .block-news-featured .thumb-border {
    margin-bottom: 40px; }
  .block-news-featured time {
    font-size: 1em; }
  .block-news-featured h2 {
    margin-top: 0.65em;
    padding: 0 4.12621%; }
  .block-news-featured p {
    padding: 0 8.25243%; }

.block-news-large {
  padding-bottom: 5em; }
  .block-news-large .thumb {
    margin-bottom: 3em; }
  .block-news-large time {
    color: #7f817f; }
  .block-news-large h2, .block-news-large .h2 {
    margin-top: 0; }
    .block-news-large h2 a, .block-news-large .h2 a {
      color: #fff; }
    .block-news-large h2 a:hover, .block-news-large .h2 a:hover {
      color: #d4b11c; }
  .block-news-large .content {
    padding-right: 4.87805%; }
  .block-news-large footer {
    font-size: 0.875em;
    font-family: "refrigerator-deluxe";
    letter-spacing: 0.15em;
    margin-top: 2em;
    text-align: right;
    text-transform: uppercase; }
    .block-news-large footer:after {
      min-width: 45px;
      margin-top: 0; }

.block-news-details figure {
  margin-top: 0.5em;
  margin-bottom: 3em; }
.block-news-details time {
  color: #7f817f; }
.block-news-details h1.h2 {
  margin-top: 0; }
  .block-news-details h1.h2 a {
    color: #fff; }
  .block-news-details h1.h2 a:hover {
    color: #d4b11c; }
.block-news-details .content > span.h-deco-left:last-child {
  display: block;
  margin-top: 4em; }
  .block-news-details .content > span.h-deco-left:last-child:after {
    width: 3em; }

#comments {
  clear: both; }

.tour-jump {
  width: 100%; }

.tour-dates > h2 {
  float: left; }
.tour-dates > .tour-jump {
  float: right;
  width: 40%; }

.venue-map .google-map {
  border: 2px #baa032 solid;
  width: 100%;
  height: 175px; }

.instagram-feed a {
  display: block;
  float: left;
  width: 25%;
  -webkit-filter: saturate(0.75);
  filter: saturate(0.85); }
  .instagram-feed a:nth-child(4n) {
    float: right; }
  .instagram-feed a:nth-child(4n+1) {
    clear: both; }
  .instagram-feed a:hover {
    opacity: 0.5; }

.discography {
  clear: both; }

.albums {
  overflow: hidden; }
  .albums > article {
    width: 23.79032%;
    float: left;
    margin-right: 1.6129%; }
    .albums > article:nth-child(4n) {
      float: right;
      margin-right: 0; }
    .albums > article:nth-child(4n+1) {
      clear: left; }
    .albums > article:not(:nth-child(-n + 4)) {
      margin-top: 1.6129%; }
  .albums:last-child {
    margin-bottom: 8.06452%; }

.album .l3 {
  margin-top: 6.45161%; }

.album-cover {
  width: 40.72581%;
  float: left;
  margin-right: 1.6129%;
  margin-bottom: 6.45161%; }

.album-description {
  color: #fff;
  width: 49.19355%;
  float: left;
  margin-right: 1.6129%;
  padding-left: 3.22581%;
  margin-bottom: 6.45161%; }

.album-medias {
  background-color: #2a3239;
  margin-top: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .album-medias h4 {
    float: left;
    margin: 0;
    padding: 1em 0.75em 1em 1em;
    width: 28%;
    border-right: 1px #677783 solid;
    -moz-box-shadow: inset -2px 0 0 #14181c;
    -webkit-box-shadow: inset -2px 0 0 #14181c;
    box-shadow: inset -2px 0 0 #14181c; }

.album-media-list {
  float: left;
  padding: 0 1em;
  width: 72%; }
  .album-media-list ul, .album-media-list ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .album-media-list ul li {
    float: left;
    padding: 0.25em 0.75em; }
  .album-media-list ul li:last-child {
    padding-right: 0; }
  .album-media-list a {
    font-family: "refrigerator-deluxe";
    color: #fff;
    text-transform: uppercase; }
    .album-media-list a i {
      margin-right: 0.25em; }
  .album-media-list .i-backstageclub {
    display: none; }
  .no-flexbox .album-media-list, .no-flexboxlegacy .album-media-list {
    padding-top: 1em; }

.album-artwork {
  position: relative;
  width: 100%;
  height: auto; }
  .album-artwork.flipping {
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    cursor: pointer; }
    .album-artwork.flipping .flip {
      position: relative;
      -moz-transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .album-artwork.flipping:hover .flip {
      -moz-transform: rotateY(-10deg);
      -ms-transform: rotateY(-10deg);
      -webkit-transform: rotateY(-10deg);
      transform: rotateY(-10deg); }
    .album-artwork.flipping.flipped:hover .flip {
      -moz-transform: rotateY(-170deg);
      -ms-transform: rotateY(-170deg);
      -webkit-transform: rotateY(-170deg);
      transform: rotateY(-170deg); }
    .album-artwork.flipping.flipped .flip {
      -moz-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
    .album-artwork.flipping .front, .album-artwork.flipping .back {
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
      height: auto; }
      .album-artwork.flipping .front img, .album-artwork.flipping .back img {
        position: relative;
        z-index: 3; }
    .album-artwork.flipping .front {
      position: relative;
      z-index: 2;
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .album-artwork.flipping .back {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -moz-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
  .album-artwork.flipping.format-vinyl .front:after,
  .album-artwork.flipping.format-vinyl .back:after {
    -moz-box-shadow: 30px 0px 15px -15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 30px 0px 15px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 0px 15px -15px rgba(0, 0, 0, 0.5);
    background: url(../img/vinyl.png) center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    width: 97%;
    height: 97%;
    top: 1.5%;
    right: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .album-artwork.flipping.format-vinyl:hover .front:after {
    right: -15%; }
  .album-artwork.flipping.format-vinyl:hover .back:after {
    right: 15%; }

.no-csstransforms3d .album-artwork .front:after, .no-csstransforms3d .album-artwork .back:after {
  content: "";
  display: none; }
.no-csstransforms3d .album-artwork.flipped .front {
  visibility: hidden; }

.album-credits,
.album-awards {
  overflow: hidden; }

.album-credit-type,
.album-award-type {
  width: 18.70968%;
  float: left;
  margin-right: 1.6129%;
  margin-top: 2.41935%; }
  .album-credit-type:nth-child(5n),
  .album-award-type:nth-child(5n) {
    margin-right: 0; }
  .album-credit-type:nth-child(5n + 1),
  .album-award-type:nth-child(5n + 1) {
    clear: both; }
  .album-credit-type:nth-child(-n + 5),
  .album-award-type:nth-child(-n + 5) {
    margin-top: 0; }

.hero .b-previous-album,
.hero .b-next-album {
  margin-top: -2.9375em;
  position: absolute;
  top: 50%;
  z-index: 4;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.55); }
  .hero .b-previous-album i,
  .hero .b-next-album i {
    opacity: 0.5; }
  .hero .b-previous-album:hover i,
  .hero .b-next-album:hover i {
    opacity: 1; }
.hero .b-previous-album {
  left: 1.5%; }
.hero .b-next-album {
  right: 1.5%; }

.song .songs-menu {
  width: 70%; }
.song .album-cover {
  float: left;
  margin-right: 1.6129%; }

.song-description {
  width: 49.19355%;
  float: left;
  margin-right: 1.6129%;
  float: right;
  margin-right: 0;
  margin-right: 8.46774%;
  padding-left: 3.22581%;
  margin-bottom: 6.45161%; }
  .song-description h1.h2 + h5 {
    margin-top: -1.5em;
    margin-bottom: 2.5em; }
  .song-description blockquote {
    margin-left: 0; }

.block-search {
  overflow: hidden;
  padding-bottom: 5em; }
  .block-search figure {
    width: 23.17073%;
    float: left;
    margin-right: 2.43902%;
    margin-top: 0.35em; }
  .block-search .content {
    width: 74.39024%;
    float: left;
    margin-right: 2.43902%;
    float: right;
    margin-right: 0;
    padding-left: 2.43902%;
    padding-right: 4.87805%; }
  .block-search h2, .block-search .h2 {
    margin-top: 0; }
    .block-search h2 a, .block-search .h2 a {
      color: #fff; }
    .block-search h2 a:hover, .block-search .h2 a:hover {
      color: #d4b11c; }
  .block-search .format {
    color: #7f817f;
    display: inline-block;
    font-weight: 400;
    font-family: "refrigerator-deluxe";
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.5em; }
  .block-search > .h-deco-left:last-child {
    clear: both;
    display: block;
    padding-top: 2em; }
    .block-search > .h-deco-left:last-child:after {
      min-width: 45px; }
  .block-search.no-image .content {
    float: none;
    width: auto;
    margin-right: auto;
    padding-left: 0; }

.hero-404 .subtitle {
  font-size: 3em; }

hr {
  border-color: #999a99;
  border-width: 2px;
  margin: 2.5em 0;
  width: 10%;
  text-align: left; }

table {
  border: 1px #101820 solid;
  border-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0 0 1.7em 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "refrigerator-deluxe"; }
  table caption {
    padding-bottom: 0.5em; }
  table td,
  table th {
    line-height: 1.2em;
    padding: 0.75em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px #101820 solid; }
  table th {
    background-color: #baa032;
    border-left: 2px #101820 solid;
    color: #101820;
    font-weight: bold;
    padding: 0.25em 0.7em 1em 0.65em;
    vertical-align: top;
    font-size: 1.13636em; }
    table th:first-child {
      border-left: 0; }

.table-zebra tr {
  background-color: rgba(43, 52, 59, 0.65);
  color: #fff;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .table-zebra tr:nth-child(odd) {
    background-color: rgba(10, 11, 10, 0.45); }
.table-zebra tr[data-url] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .table-zebra tr[data-url] a:not(.link) {
    color: #fff; }
  .table-zebra tr[data-url]:hover {
    cursor: pointer;
    color: #d4b11c; }
  .table-zebra tr[data-url]:hover a {
    color: #d4b11c; }

tr.archive,
tr.archive a:not(.link) {
  color: #7f817f !important; }
  tr.archive:hover, tr.archive:hover a,
  tr.archive a:not(.link):hover,
  tr.archive a:not(.link):hover a {
    color: #fff !important; }
  tr.archive[data-url]:hover, tr.archive[data-url]:hover a,
  tr.archive a:not(.link)[data-url]:hover,
  tr.archive a:not(.link)[data-url]:hover a {
    color: #d4b11c !important; }

ul, ol {
  margin-bottom: 1.7em;
  margin-left: 2em; }

ul {
  list-style: disc outside; }
  ul.square {
    list-style: square outside; }
  ul.circle {
    list-style: circle outside; }
  ul.none {
    list-style: none;
    margin-left: 0; }

ol {
  list-style: decimal; }

ol ol,
ol ul,
ul ul,
ul ol {
  margin-top: 1em;
  margin-bottom: 1em; }

li {
  margin-bottom: 0.875em; }
  li li {
    margin-bottom: 0.25em; }

ol ol li {
  list-style: lower-alpha; }

.list-no-margin, .list-no-margin > li {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold;
  margin-top: 1.5em; }

dd {
  margin-left: 1em; }

dl dt:first-child {
  margin-top: 0; }

.thumb, .thumb img, .thumb-cover, .thumb-cover img, .thumb-border, .thumb-border img, .thumb-border-small, .thumb-border-small img {
  display: block; }
.thumb img, .thumb-cover img, .thumb-border img, .thumb-border-small img {
  width: 100%; }

img.thumb {
  width: 100%; }

.thumb-cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.thumb-border, .thumb-border-small {
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  position: relative; }
  .thumb-border:before, .thumb-border-small:before {
    -moz-box-shadow: inset 0 0 0 20px rgba(31, 38, 42, 0.75);
    -webkit-box-shadow: inset 0 0 0 20px rgba(31, 38, 42, 0.75);
    box-shadow: inset 0 0 0 20px rgba(31, 38, 42, 0.75);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.thumb-border-small:before {
  -moz-box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75);
  -webkit-box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75);
  box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75); }

figure {
  position: relative; }
  figure.wp-caption {
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
    position: relative;
    margin-top: 0.5em; }
    figure.wp-caption img {
      display: block;
      position: relative;
      z-index: 1; }
    figure.wp-caption:before {
      -moz-box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75);
      -webkit-box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75);
      box-shadow: inset 0 0 0 10px rgba(31, 38, 42, 0.75);
      content: "";
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    figure.wp-caption figcaption {
      background: transparent;
      color: rgba(127, 129, 127, 0.75);
      position: absolute;
      padding: 0.2em 0 0 0;
      bottom: auto; }
  figure.fig-color1:before {
    -moz-box-shadow: inset 0 0 0 10px rgba(186, 160, 50, 0.5);
    -webkit-box-shadow: inset 0 0 0 10px rgba(186, 160, 50, 0.5);
    box-shadow: inset 0 0 0 10px rgba(186, 160, 50, 0.5);
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

figcaption {
  background-color: rgba(27, 30, 33, 0.85);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  padding: 0em 0.75em 0.1em;
  position: absolute;
  bottom: 0;
  right: 0; }

.tags a {
  background-color: #d4b11c;
  color: #070807 !important;
  display: inline-block;
  font-family: "refrigerator-deluxe";
  font-weight: 700;
  line-height: 1em;
  padding: 0.4em 0.7em 0.3em;
  margin-bottom: 3px;
  text-transform: uppercase; }
.tags a:hover {
  background-color: #977e17; }

.tabs {
  clear: both; }

.tabs-menu {
  display: none;
  overflow: hidden; }
  .tabs-menu, .tabs-menu > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tabs-menu li {
    float: left;
    margin-right: 2px;
    border-bottom: 2px transparent solid; }
  .tabs-menu h5 {
    cursor: pointer;
    color: #d4b11c;
    margin: 0;
    padding: 0.875em 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(27, 30, 33, 0.5); }
    .tabs-menu h5 > span {
      position: relative;
      z-index: 1; }
    .tabs-menu h5:hover {
      background-color: rgba(27, 30, 33, 0.75); }
    .tabs-menu h5:after {
      background-color: #1b1e21;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      z-index: 0;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
  .tabs-menu .active {
    border-bottom-color: #1b1e21; }
    .tabs-menu .active h5 {
      color: #fff; }
      .tabs-menu .active h5:after {
        width: 100%; }

.tabs-content {
  background-color: #1b1e21;
  padding: 30px; }
  .tabs-content .content-pad {
    padding-right: 23.79032%; }

.lyrics {
  clear: both;
  overflow: hidden; }
  .lyrics .songs-menu {
    float: left;
    overflow: auto;
    max-height: 46.75em;
    width: 30%; }

.songs-menu, .songs-menu > li {
  list-style: none;
  margin: 0;
  padding: 0; }
.songs-menu li {
  margin-bottom: 2px;
  border-right: 2px transparent solid; }
.songs-menu h5 {
  margin: 0;
  overflow: hidden;
  position: relative; }
.songs-menu a {
  display: block;
  padding: 0.875em 15px 0.875em 30px;
  position: relative;
  background-color: rgba(17, 17, 17, 0.5); }
  .songs-menu a time {
    float: right;
    margin-top: 0.125em;
    margin-left: 0.4em; }
  .songs-menu a span {
    position: relative;
    z-index: 1;
    display: block; }
  .songs-menu a:hover {
    background-color: rgba(27, 30, 33, 0.75); }
  .songs-menu a:after {
    background-color: #1b1e21;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 0;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .songs-menu a .loading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; }
.songs-menu .active {
  border-right-color: #1b1e21; }
  .songs-menu .active a {
    color: #fff; }
    .songs-menu .active a:hover {
      background-color: transparent; }
    .songs-menu .active a:after {
      height: 100%; }

.lyrics-content {
  background-color: #1b1e21;
  padding: 30px;
  float: left;
  width: 70%; }
  .lyrics-content .b-print {
    display: none;
    float: right; }
  .lyrics-content blockquote {
    margin-left: 0; }

.lyrics-title {
  display: none; }

.equipment {
  overflow: hidden; }
  .equipment .gear {
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%; }
    .equipment .gear:nth-child(3n) {
      float: right;
      margin-right: 0; }

.gear img {
  display: block;
  margin-bottom: 1.5em; }
.gear h4 {
  margin-top: 0; }

.widget {
  margin-bottom: 3em; }
  .widget h4 {
    margin-bottom: 0.5em; }

.widget-related-news {
  margin-bottom: 3.5em; }
  .widget-related-news article {
    margin-top: 20px; }
    .widget-related-news article:first-child {
      margin-top: 0; }

.widget_archive select,
.widget_categories select {
  width: 100%; }

.widget-twitter h4 {
  float: left; }
.widget-twitter .follow {
  float: right; }
.widget-twitter .timeline {
  border: 2px #baa032 solid;
  clear: both;
  padding: 0.5em 1.5em; }

.fb_iframe_widget {
  top: -5px;
  margin-right: 1em; }

.sidebar-news {
  padding-top: 0.3em; }

.socials, .socials > li {
  list-style: none;
  margin: 0;
  padding: 0; }
.socials i {
  margin-right: 0.4em; }

.placeholder-text-dark {
  background: url(../img/placeholder-text-dark.png) 0 50% repeat-y; }

.loading {
  display: block;
  position: relative; }
  .loading:after {
    background-color: #323232;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-animation: loading 1s 0s linear infinite;
    -moz-animation: loading 1s 0s linear infinite;
    -ms-animation: loading 1s 0s linear infinite;
    -o-animation: loading 1s 0s linear infinite;
    animation: loading 1s 0s linear infinite; }

.google-map img {
  max-width: none !important; }

a {
  color: #d4b11c;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }
  a:hover {
    color: #f6cd1d; }
  a:link {
    -webkit-tap-highlight-color: rgba(242, 15, 43, 0.8); }

a.light, .light a {
  color: #7f817f; }
  a.light:hover, .light a:hover {
    color: #fff; }

p a:not([class^="b-"], [class*=" b-"], .b) {
  padding: 0.25em;
  margin: -0.25em;
  position: relative; }

::-moz-selection,
::selection {
  background: #7f817f;
  color: #fff;
  text-shadow: 1px 1px 0px #4c4e4c; }

p {
  margin-bottom: 1.7em; }
  p:last-child {
    margin-bottom: 0; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

pre, code, kbd, samp {
  background-color: rgba(127, 129, 127, 0.25);
  font-size: 0.8em;
  font-family: monaco, courier, monospace;
  padding: 0 0.2em; }

pre code {
  font-size: 1em;
  text-shadow: 0 1px 0 #fff; }

time {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.875em;
  line-height: 1em; }

address {
  font-style: normal; }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #cccdcc;
  font-size: 0.9em; }

small {
  font-size: 0.8em; }

blockquote {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  font-style: italic; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote .source {
    color: #cccdcc; }
    blockquote .source::before {
      content: "—"; }

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h7 {
  color: #fff;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h7:first-child {
    margin-top: 0; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, h5 small, h6 small, .h7 small {
    font-size: 0.61538em;
    font-weight: 400;
    line-height: 1em;
    display: block;
    margin-top: 0.25em; }

h1, .h1 {
  font-size: 4.25em;
  line-height: 0.875em;
  letter-spacing: 0.025em;
  margin-bottom: 0.75em; }

.h2-5 {
  font-size: 3.875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 2em 0 0.75em; }

h2, .h2 {
  font-size: 2.875em;
  line-height: 1em;
  letter-spacing: 0.045em;
  margin: 2em 0 0.75em; }

.h3-5 {
  font-size: 2.375em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 2em 0 1em; }

h3, .h3 {
  font-size: 1.625em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 2em 0 1em; }

h4 {
  font-size: 1.375em;
  line-height: 1em;
  letter-spacing: 0.075em;
  margin: 1.875em 0 0.75em; }

h5 {
  font-size: 1.125em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 1.875em 0 0.75em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 1.875em 0 0.25em; }

.h7 {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.075em;
  margin: 1.875em 0 0.25em; }

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6,
h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
  margin-top: 0; }

.h-deco-left:after, .h-deco-right:after, .h-deco-center:after, .h-deco-center-colored:after {
  border-top: 2px #F20F2B solid;
  content: "";
  display: block;
  margin-top: 0.75em;
  width: 1.55em;
  height: 0px; }

.h-deco-right {
  text-align: right;
  margin-bottom: 2em; }
  .h-deco-right:after {
    position: absolute;
    right: 0;
    bottom: 0; }

.h-deco-center, .h-deco-center-colored {
  text-align: center; }
  .h-deco-center:after, .h-deco-center-colored:after {
    margin-left: auto;
    margin-right: auto; }

.h-deco-center-colored:after {
  border-top-color: currentColor; }
.h-deco-center-colored span {
  color: #fff; }

.h-deco-around {
  overflow: hidden;
  text-align: center; }
  .h-deco-around span {
    display: inline-block;
    position: relative; }
    .h-deco-around span:before, .h-deco-around span:after {
      background-color: #F20F2B;
      content: "";
      display: block;
      height: 2px;
      margin-top: -1px;
      width: 620px;
      position: absolute;
      top: 50%; }
    .h-deco-around span:before {
      right: 100%;
      margin-right: 1em; }
    .h-deco-around span:after {
      left: 100%;
      margin-left: 1em; }

h1.h-deco-center:after, h1.h-deco-center-colored:after,
h1.h-deco-center-colored,
h1.h-deco-left:after,
h2.h-deco-center:after,
h2.h-deco-center-colored:after,
h2.h-deco-center-colored,
h2.h-deco-left:after {
  border-width: 4px; }

h6.h-deco-center:after, h6.h-deco-center-colored:after,
h6.h-deco-left:after {
  margin-top: 0.45em;
  border-width: 1px; }

.title-subtle {
  margin-bottom: 4em; }
  .title-subtle h1 {
    margin: 0 0 0.25em 0 !important; }
    .title-subtle h1:after {
      margin-top: 0.25em;
      border-width: 2px; }
  .title-subtle p {
    width: 40%; }

.xsmall {
  font-size: 0.75em;
  line-height: 1.5em; }

.small, .title-subtle p {
  font-size: 0.875em;
  line-height: 1.5em; }

.medium, .block-news-large time, .block-news-details time, .album-description p {
  font-size: 1.25em;
  line-height: 1.5em; }

.large {
  font-size: 1.625em;
  line-height: 1.325em; }

.xlarge {
  font-size: 2.625em;
  line-height: 1.5em; }

.xxlarge {
  font-size: 4.25em;
  line-height: 1.5em; }

.color1 {
  color: #baa032; }

.color2 {
  color: #fff; }

.h-color1 {
  color: #baa032; }
  .h-color1 small {
    color: #fff; }

.a-color0 a {
  color: #7f817f;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDE0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwNDE0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #404140), color-stop(100%, #404140));
  background: -moz-linear-gradient(left, #404140 0%, #404140 100%);
  background: -webkit-linear-gradient(left, #404140 0%, #404140 100%);
  background: linear-gradient(to right, #404140 0%, #404140 100%);
  -moz-background-size: 100% 1px;
  -o-background-size: 100% 1px;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 1.45em; }
.a-color0 a:hover {
  color: #f6cd1d; }

.error {
  color: #F20F2B; }

.screen-reader-text {
  display: none; }

.lcase {
  text-transform: lowercase; }

.ucase {
  text-transform: uppercase; }

.tcase {
  text-transform: none; }

.force-wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word; }

legend {
  display: block;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%; }

label {
  display: block;
  margin-bottom: 0.5em;
  cursor: default; }
  label span {
    color: #F20F2B; }

input,
select,
textarea {
  background-color: #1b1e21;
  border: 2px #d4b11c solid;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 1em;
  font-family: "refrigerator-deluxe";
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 0.9em 1em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

input[type=submit] {
  border-color: #d4b11c; }

::-webkit-input-placeholder {
  text-transform: uppercase; }

::-moz-placeholder {
  text-transform: uppercase; }

input:-ms-input-placeholder {
  text-transform: uppercase; }

select {
  line-height: 2.75em;
  height: 2.75em;
  text-indent: 0.7em; }

option {
  color: #7f817f; }

select[multiple] {
  height: 106px; }

.checkbox,
.radio {
  color: #7f817f;
  cursor: pointer;
  font-weight: normal;
  clear: both;
  line-height: 1em;
  padding: 0 0 0.25em 1.875em;
  position: relative;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: none; }
  .checkbox.inline,
  .radio.inline {
    display: inline-block;
    clear: none;
    float: none;
    margin-right: 1em; }
  .checkbox:last-child,
  .radio:last-child {
    padding-bottom: 0; }
  .checkbox input,
  .radio input {
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: -0.025em;
    left: 0; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25em !important;
  height: 1.25em !important;
  text-align: center;
  overflow: hidden;
  line-height: 1em; }
  input[type=checkbox]:before,
  input[type=radio]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.3125em;
    margin-top: -0.3125em;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  input[type=checkbox]:checked:before,
  input[type=radio]:checked:before {
    background-color: #d4b11c;
    display: block;
    width: 0.625em;
    height: 0.625em; }

input[type=radio] {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  input[type=radio]:checked:before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }

textarea {
  height: 12em; }

label.field-error,
.field-help {
  font-size: 0.75em;
  line-height: 1.2em;
  font-style: italic;
  padding-top: 0.5em;
  margin: 0;
  width: 49%; }

label.field-error {
  color: #F20F2B;
  float: right;
  text-align: right; }

.field-help {
  float: left; }

input.field-error,
textarea.field-error,
select.field-error {
  -moz-box-shadow: inset 6px 0 0 #F20F2B;
  -webkit-box-shadow: inset 6px 0 0 #F20F2B;
  box-shadow: inset 6px 0 0 #F20F2B;
  text-indent: 6px; }

input[type=checkbox].field-error,
input[type=radio].field-error {
  -moz-box-shadow: inset 18px 0 0 #F20F2B;
  -webkit-box-shadow: inset 18px 0 0 #F20F2B;
  box-shadow: inset 18px 0 0 #F20F2B; }

.form-actions {
  clear: both;
  overflow: hidden;
  padding-top: 2.8em; }
  .form-actions .b-primary {
    float: right; }
  .form-actions .b-cancel {
    float: left; }

.progress-bar {
  background-color: #1b1e21;
  font-size: 1.5em;
  font-family: "refrigerator-deluxe";
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding: 0.65em 2.1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden; }

.progress-percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #32383d; }

.progress-action {
  color: #fff;
  float: left;
  position: relative; }

.progress-percent-label {
  color: #fff;
  float: right;
  position: relative; }

.msg, .msg-error, .msg-success {
  border-width: 2px;
  border-style: solid;
  clear: both;
  font-size: 0.875em;
  line-height: 1.3em;
  padding: 0.75em 1.75em 1em; }

.msg-error {
  background-color: #F20F2B;
  border-color: #dc0c26;
  color: #fff; }

.msg-success {
  background-color: #7f817f;
  border-color: #727472;
  color: #fff; }

form ol, form ol > li,
form ol li,
form ol li > li, .form ol, .form ol > li,
.form ol li,
.form ol li > li {
  list-style: none;
  margin: 0;
  padding: 0; }
form ol li, .form ol li {
  padding-bottom: 1.8em; }
  form ol li:after, .form ol li:after {
    content: "";
    display: table;
    clear: both; }
  form ol li input,
  form ol li select,
  form ol li textarea, .form ol li input,
  .form ol li select,
  .form ol li textarea {
    width: 100%; }
form ol li:last-child, .form ol li:last-child {
  padding-bottom: 0; }

.form-2columns {
  overflow: hidden; }
  .form-2columns ol li {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%; }
    .form-2columns ol li:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .form-2columns ol li:nth-child(2n+1) {
    clear: both; }
  .form-2columns ol li.full {
    clear: both;
    width: 100%; }

.form-subscribe {
  overflow: hidden; }
  .form-subscribe input, .form-subscribe button, .form-subscribe h6 {
    float: left; }
  .form-subscribe h6 {
    font-weight: 700;
    font-size: 2em;
    color: #1b1e21;
    margin-top: -0.1em !important;
    margin-bottom: -1em;
    width: 15.32258%;
    float: left; }
  .form-subscribe input[type=text],
  .form-subscribe input[type=email] {
    border-color: #1b1e21;
    width: 32.25806%; }
  .form-subscribe button[type=submit] {
    padding-left: 0;
    padding-right: 0;
    width: 15.32258%; }
  .form-subscribe input[type=text],
  .form-subscribe input[type=email],
  .form-subscribe button[type=submit] {
    margin-left: 1.6129%; }
  .form-subscribe .msg-error, .form-subscribe .msg-success {
    float: right;
    margin-top: 1.6129%;
    text-align: right;
    max-width: 49.19355%; }
  .footer .form-subscribe {
    background-color: #aa932f;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0YjExYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhOTMyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4b11c), color-stop(100%, #aa932f));
    background: -moz-linear-gradient(top, #d4b11c 0%, #aa932f 100%);
    background: -webkit-linear-gradient(top, #d4b11c 0%, #aa932f 100%);
    background: linear-gradient(to bottom, #d4b11c 0%, #aa932f 100%);
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.85);
    padding: 3.22581% 0; }
    .footer .form-subscribe input:first-child {
      margin-left: 1.6129%; }

.form-search {
  background-color: #aa932f;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0YjExYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhOTMyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4b11c), color-stop(100%, #aa932f));
  background: -moz-linear-gradient(top, #d4b11c 0%, #aa932f 100%);
  background: -webkit-linear-gradient(top, #d4b11c 0%, #aa932f 100%);
  background: linear-gradient(to bottom, #d4b11c 0%, #aa932f 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .form-search .wrap, .form-search #wrap-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .form-search label,
  .form-search [type=submit] {
    display: none; }
  .form-search input {
    background-color: transparent;
    border: 0;
    font-weight: 300;
    padding-left: 0.3em;
    width: 100%; }
  .form-search input,
  .form-search .i-magnifier {
    color: #070807;
    font-size: 3.375em; }
  .form-search ::-webkit-input-placeholder {
    color: #070807; }
  .no-flexbox .form-search .i-magnifier, .no-flexboxlegacy .form-search .i-magnifier {
    line-height: 3em;
    float: left; }
  .no-flexbox .form-search input, .no-flexboxlegacy .form-search input {
    text-transform: uppercase;
    float: left;
    width: 90%; }

.search-active .form-search {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.search-active #header {
  top: 8em; }

.custom-select {
  background-color: #baa032;
  position: relative; }
  .custom-select:after, .custom-select:before {
    content: "";
    display: block;
    position: absolute; }
  .custom-select:before {
    background-color: #baa032;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhYTAzMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JhYTAzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(186, 160, 50, 0)), color-stop(50%, #baa032));
    background: -moz-linear-gradient(left, rgba(186, 160, 50, 0) 0%, #baa032 50%);
    background: -webkit-linear-gradient(left, rgba(186, 160, 50, 0) 0%, #baa032 50%);
    background: linear-gradient(to right, rgba(186, 160, 50, 0) 0%, #baa032 50%);
    width: 5em;
    height: 100%;
    top: 0;
    right: 0; }
  .custom-select:after {
    background: url(../img/i-arrows.png) right -10px no-repeat;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    top: 50%;
    right: 1em;
    margin-top: -4px;
    width: 20px;
    height: 10px; }
  .custom-select select {
    background: transparent;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-shadow: 0 0.05em 0.05em rgba(0, 0, 0, 0.55); }
  .custom-select option {
    background-color: #1b1e21;
    text-transform: capitalize;
    padding: 0.25em 1em; }

.b-xsmall, .b-small, .b, .b-medium, .b-large {
  border: 2px #F20F2B solid;
  color: #fff;
  display: inline-block;
  font-family: "refrigerator-deluxe";
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.06em;
  padding: 0.65em 2.1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none; }
  .b-xsmall:hover, .b-small:hover, .b:hover, .b-medium:hover, .b-large:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #d4b11c;
    color: #fff; }

.b-xsmall {
  font-size: 1.125em;
  padding: 0.5em 1em; }

.b-small {
  font-size: 1.125em;
  padding-bottom: 0.8em;
  padding-top: 0.85em; }

.b {
  font-size: 1.5em; }

.b-medium {
  font-size: 2em; }

.b-large {
  font-size: 2.625em; }

.b-style1 {
  border-width: 5px; }

.b-style2 {
  background-color: #F20F2B;
  border-color: #b20d21; }
  .b-style2:hover {
    background-color: #b20d21;
    border-color: #820918; }

.b-style3 {
  background-color: #d4b11c;
  border-color: #1b1e21 !important; }
  .b-style3:hover {
    background-color: #977e17; }

.b-style4 {
  background-color: #baa032;
  border-color: #1b1e21 !important;
  color: #101820 !important; }
  .b-style4:hover {
    background-color: #837126; }

.b-style5 {
  background-color: transparent;
  border-color: #1b1e21 !important; }
  .b-style5:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.b-style6, .b-style7 {
  border-color: transparent !important;
  position: relative; }
  .b-style6 .line, .b-style7 .line {
    display: block;
    font-weight: normal;
    font-size: 0.76923em;
    line-height: 1em; }
  .b-style6 i, .b-style7 i {
    margin-top: -1em;
    position: absolute;
    top: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.b-style6 {
  background-color: transparent;
  overflow: hidden;
  padding: 0; }
  .b-style6:hover {
    background-color: transparent !important; }
  .b-style6.left {
    padding-left: 1.5em;
    text-align: left; }
    .b-style6.left i {
      left: 0; }
    .b-style6.left .reveal-text {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      .b-style6.left .reveal-text .line {
        -moz-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em); }
  .b-style6.right {
    padding-right: 1.5em;
    text-align: right; }
    .b-style6.right i {
      right: 0; }
    .b-style6.right .reveal-text {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
      .b-style6.right .reveal-text .line {
        -moz-transform: translateX(2em);
        -ms-transform: translateX(2em);
        -webkit-transform: translateX(2em);
        transform: translateX(2em); }
  .b-style6 .reveal {
    display: block;
    overflow: hidden; }
  .b-style6 .reveal-text {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .b-style6 .reveal-text .line {
      -moz-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      -webkit-transition: all 0.3s ease;
      -webkit-transition-delay: 0.1s;
      transition: all 0.3s ease 0.1s; }
  .b-style6:hover .reveal-text {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .b-style6:hover .reveal-text .line {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }

.b-style7 {
  background-color: #baa032; }
  .b-style7:hover {
    background-color: #837126; }
  .b-style7.left {
    text-align: left; }
    .b-style7.left i {
      left: 0.65em; }
  .b-style7.right {
    text-align: right; }
    .b-style7.right i {
      right: 0.65em; }

.b-appstore {
  background-image: url(../img/b-appstore.png);
  width: 200px;
  height: 59px; }
  .svg .b-appstore {
    background-image: url(../img/b-appstore.svg); }

.b-googleplay {
  background-image: url(../img/b-googleplay.png);
  width: 172px;
  height: 60px; }
  .svg .b-googleplay {
    background-image: url(../img/b-googleplay.svg); }

.b-appstore,
.b-googleplay {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  display: block; }
  .b-appstore:hover,
  .b-googleplay:hover {
    background-color: #d4b11c; }

.b-loading {
  overflow: hidden;
  position: relative; }
  .b-loading span {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .b-loading:before {
    background: url(../img/i-gear.svg) center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
    display: block;
    margin: -0.5em 0 0 0;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    -moz-transform: translateX(2em);
    -ms-transform: translateX(2em);
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .b-loading.animated span {
    -moz-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }
  .b-loading.animated:before {
    -webkit-animation: rotate 0.5s 0s linear infinite;
    -moz-animation: rotate 0.5s 0s linear infinite;
    -ms-animation: rotate 0.5s 0s linear infinite;
    -o-animation: rotate 0.5s 0s linear infinite;
    animation: rotate 0.5s 0s linear infinite; }

[class^="i-"], [class*=" i-"] {
  font-family: "Icons";
  speak: none;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  vertical-align: -0.15em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  [class^="i-"] span, [class*=" i-"] span {
    display: none; }

.i-medium {
  font-size: 1.75em;
  vertical-align: -0.25em; }

.i-magnifier:before {
  content: ""; }

.i-map:before {
  content: ""; }

.i-camera:before {
  content: ""; }

.i-printer:before {
  content: ""; }

.i-amazon:before {
  content: ""; }

.i-email:before {
  content: ""; }

.i-facebook:before {
  content: ""; }

.i-googleplay:before {
  content: ""; }

.i-instagram:before {
  content: ""; }

.i-itunes:before {
  content: ""; }

.i-lastfm:before {
  content: ""; }

.i-rdio:before {
  content: ""; }

.i-rss:before {
  content: ""; }

.i-spotify:before {
  content: ""; }

.i-twitter:before {
  content: ""; }

.i-vimeo:before {
  content: ""; }

.i-youtube:before {
  content: ""; }

.pagination {
  padding-top: 2em; }
  .pagination .left {
    float: left; }
    .pagination .left:hover {
      padding-left: 1em; }
      .pagination .left:hover i.ci-arrow-l,
      .pagination .left:hover i.ci-arrow-l-white {
        width: 0.5em; }
  .pagination .right {
    float: right; }
    .pagination .right:hover {
      padding-right: 1em; }
      .pagination .right:hover i.ci-arrow-r,
      .pagination .right:hover i.ci-arrow-r-white {
        width: 0.5em; }

.ci-arrow-r,
.ci-arrow-l,
.ci-arrow-r-white,
.ci-arrow-l-white {
  display: block;
  width: 1em;
  height: 1.95455em;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.ci-arrow-l {
  background-image: url(../img/i-arrow-l.svg);
  background-position: left center; }

.ci-arrow-r {
  background-image: url(../img/i-arrow-r.svg);
  background-position: right center; }

.ci-arrow-l-white {
  background-image: url(../img/i-arrow-l-white.svg);
  background-position: left center; }

.ci-arrow-r-white {
  background-image: url(../img/i-arrow-r-white.svg);
  background-position: right center; }

.lt-ie8 img {
  -ms-interpolation-mode: bicubic; }

.lt-ie7 input {
  vertical-align: text-bottom; }

@media screen and (max-width: 768px), screen and (max-device-width: 1024px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none; } }
@media only screen and (max-width: 1304px) {
  .wrap, #wrap-grid {
    max-width: 1024px;
    padding: 0 4%; }

  #header nav {
    margin: 0; }
  #header .l-rush {
    width: 175px;
    height: 112px;
    top: -15px; }

  .block-hero h1 {
    font-size: 7.5em; }
  .block-hero .subtitle {
    font-size: 1.25em; }
  .block-hero .content .large {
    font-size: 1.25em; }

  .l3-content-a {
    width: 74.59677%;
    float: left;
    margin-right: 1.6129%; }

  .l3-content-b {
    width: 23.79032%;
    float: left;
    margin-right: 1.6129%;
    float: right;
    margin-right: 0; }

  .footer-cta .cta1 .b-buy {
    position: relative; }
  .footer-cta .cta2 .b-appstore,
  .footer-cta .cta2 .b-googleplay {
    position: relative;
    float: left;
    left: auto;
    bottom: auto;
    width: 45%; }
  .footer-cta .cta2 .b-appstore {
    margin-right: 5%; }

  .footer-nav p {
    margin: 1.05em 0 0 0; }
  .footer-nav ul a {
    padding-left: 1em;
    padding-right: 1em; }

  .albums > article {
    clear: none !important;
    margin-top: 1.6129% !important;
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%; }
    .albums > article:nth-child(4n) {
      float: left;
      margin-right: 1.6129%; }
    .albums > article:nth-child(3n) {
      float: right;
      margin-right: 0; }
    .albums > article:nth-child(3n+1) {
      clear: left !important; }
    .albums > article:not(:nth-child(-n + 4)) {
      margin-top: 1.6129%; }

  .album-description {
    width: 57.66129%;
    float: left;
    margin-right: 1.6129%;
    float: right;
    margin-right: 0; }
    .album-description p {
      font-size: 1em; }

  .album-medias h4 {
    width: 32%; }

  .album-media-list {
    width: 68%; }
    .album-media-list a span {
      display: none; }
    .album-media-list ul li {
      padding: 0.25em 0.5em; }

  .hero .b-previous-album,
  .hero .b-next-album {
    margin-top: -2.1875em; }

  .song .songs-menu {
    width: 100%; }

  .song-description {
    width: 57.66129%;
    margin-right: 0; }

  .tour-dates table {
    font-size: 1em; }

  .form-subscribe h6 {
    display: none; }
  .form-subscribe input[type=text],
  .form-subscribe input[type=email] {
    width: 40.72581%; }
  .form-subscribe input[type=text] {
    margin-left: 0; } }
@media only screen and (max-width: 1300px) {
  .footer-nav {
    text-align: center; }
    .footer-nav .wrap, .footer-nav #wrap-grid {
      padding: 0 3%; }
    .footer-nav p, .footer-nav nav {
      display: block;
      float: none; }
    .footer-nav ul {
      margin: 0 auto;
      max-width: 20em; }
      .footer-nav ul li {
        border: 0 !important; }
        .footer-nav ul li.menu-item-type-custom {
          margin: 0 0.75em !important; }
      .footer-nav ul li:nth-child(-n + 4) {
        padding-bottom: 1em;
        clear: right; }
      .footer-nav ul a {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 1em 0.5em; }
        .menu-item-type-custom .footer-nav ul a {
          padding: 1em; }
    .footer-nav nav {
      padding-top: 2em; }
    .footer-nav p {
      margin-bottom: 2em; }

  .footer-cta .wrap, .footer-cta #wrap-grid {
    flex-direction: column; }
    .footer-cta .wrap .cta1, .footer-cta #wrap-grid .cta1,
    .footer-cta .wrap .cta2,
    .footer-cta #wrap-grid .cta2 {
      width: 100%;
      float: left;
      margin-right: 1.6129%;
      margin: 0 auto 4em; }
    .footer-cta .wrap .cta1 figure, .footer-cta #wrap-grid .cta1 figure {
      width: 23.79032%;
      float: left;
      margin-right: 1.6129%; }
    .footer-cta .wrap .cta1 .content, .footer-cta #wrap-grid .cta1 .content {
      width: 66.12903%;
      float: left;
      margin-right: 1.6129%; }
    .footer-cta .wrap .cta2 figure, .footer-cta #wrap-grid .cta2 figure {
      width: 40.72581%;
      float: left;
      margin-right: 1.6129%;
      padding: 0 2.7972%;
      bottom: -12em; }
      .footer-cta .wrap .cta2 figure img, .footer-cta #wrap-grid .cta2 figure img {
        width: 80%; }
    .footer-cta .wrap .cta2 .content, .footer-cta #wrap-grid .cta2 .content {
      width: 57.66129%;
      float: left;
      margin-right: 1.6129%;
      float: right; }
  .footer-cta h3 {
    margin-top: 0;
    margin-bottom: 0.5em; }
  .footer-cta .h-deco-left:after {
    margin-top: 0.25em; } }
@media only screen and (max-width: 1260px) {
  .hero .b-previous-album .reveal,
  .hero .b-next-album .reveal {
    visibility: hidden; } }
@media only screen and (max-width: 1023px) {
  #header .l-rush {
    width: 125px;
    height: 80px;
    top: -5px; }

  .l3-content-a {
    float: none;
    width: auto;
    margin-right: auto;
    padding-left: 0;
    padding-bottom: 8.06452%;
    width: 100%; }

  .l3-content-b {
    padding-left: 0;
    width: 40.72581%;
    float: left;
    margin-right: 1.6129%; }

  .hero-fixed {
    position: relative;
    padding: 14em 0 5em 0; }
    .hero-fixed:after {
      opacity: 1; }
    .hero-fixed.js-remove {
      display: block !important; }

  .main-negative-hero {
    margin-top: -400px; }

  .after-fixed-hero-space {
    display: none; }

  .after-fixed-hero {
    padding-top: 0 !important; }
    .after-fixed-hero:before {
      display: none; }

  .hero-scroll-arrow {
    display: none; }

  .album-cover {
    padding-top: 0.3em; }

  .hero .b-previous-album,
  .hero .b-next-album {
    margin-top: -1.75em; }
    .hero .b-previous-album .reveal,
    .hero .b-next-album .reveal {
      visibility: hidden;
      width: 0;
      height: 1em; }

  .lyrics .songs-menu {
    width: 35%; }
  .lyrics .lyrics-content {
    width: 65%; }

  .photos-6columns .block-photo {
    width: 32.25806%;
    float: left;
    margin-right: 1.6129%; }
    .photos-6columns .block-photo:nth-child(3n) {
      float: right;
      margin-right: 0; }
    .photos-6columns .block-photo:nth-child(3n+1) {
      clear: both; }

  .footer-cta .wrap .cta2 figure, .footer-cta #wrap-grid .cta2 figure {
    bottom: -8em; } }
@media only screen and (max-width: 840px) {
  .footer-cta .wrap .cta2 figure, .footer-cta #wrap-grid .cta2 figure {
    bottom: -4em; } }
@media only screen and (max-width: 768px) {
  #header {
    top: 0; }
    #header .wrap, #header #wrap-grid {
      padding: 0; }
    #header .l-rush {
      top: 5px; }

  .block-hero h1 {
    font-size: 5em; }
  .block-hero .subtitle {
    font-size: 1.25em; }
  .block-hero .content .large {
    font-size: 1em; }

  .hero:before {
    display: none; }

  .widget-twitter {
    display: none; }

  .news {
    display: block;
    overflow: hidden; }
    .news > article {
      float: none;
      width: auto;
      margin-right: auto;
      margin: 1.6129% auto 4em !important;
      width: 83.06452%; }
      .news > article:nth-child(3n) {
        float: none;
        margin-right: auto; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 81.25%; }

  #header nav {
    font-size: 0.92308em; }
    #header nav > ul > li:hover .sub-menu {
      display: block !important; }
      #header nav > ul > li:hover .sub-menu:first-of-type {
        left: 0; }

  .wrap, #wrap-grid {
    padding: 0 6%; }

  .hero-2col .block-hero-small {
    width: 100%;
    float: none;
    margin-bottom: 3em; }

  .main-solid {
    padding: 4% 0; }

  .main-negative-hero {
    margin-top: -600px; }

  .footer-nav {
    font-size: 0.92308em; }

  .footer-cta .wrap .cta1 figure, .footer-cta #wrap-grid .cta1 figure,
  .footer-cta .wrap .cta2 figure,
  .footer-cta #wrap-grid .cta2 figure {
    display: none; }
  .footer-cta .wrap .cta1 .content, .footer-cta #wrap-grid .cta1 .content,
  .footer-cta .wrap .cta2 .content,
  .footer-cta #wrap-grid .cta2 .content {
    width: 100%;
    float: left;
    margin-right: 1.6129%; }
    .footer-cta .wrap .cta1 .content .h3-5, .footer-cta #wrap-grid .cta1 .content .h3-5,
    .footer-cta .wrap .cta2 .content .h3-5,
    .footer-cta #wrap-grid .cta2 .content .h3-5 {
      display: none; }
    .footer-cta .wrap .cta1 .content .figcaption, .footer-cta #wrap-grid .cta1 .content .figcaption,
    .footer-cta .wrap .cta2 .content .figcaption,
    .footer-cta #wrap-grid .cta2 .content .figcaption {
      display: inline;
      position: relative;
      font-size: 1em;
      margin-left: 1em; }

  .albums > article {
    clear: none !important;
    margin-top: 1.6129% !important;
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%; }
    .albums > article:nth-child(3n) {
      float: left;
      margin-right: 1.6129%; }
    .albums > article:nth-child(3n+1) {
      clear: none !important; }
    .albums > article:nth-child(2n) {
      float: right;
      margin-right: 0; }
    .albums > article:nth-child(2n+1) {
      clear: left !important; }
    .albums > article:not(:nth-child(-n + 2)) {
      margin-top: 1.6129%; }

  .hero .b-previous-album,
  .hero .b-next-album {
    margin-top: 0;
    bottom: 7.8em;
    top: auto; }

  .title-subtle p {
    width: 100%; }

  .equipment .gear {
    float: none;
    width: auto;
    margin-right: auto; }
    .equipment .gear:nth-child(3n) {
      float: left;
      margin-right: 1.6129%; }

  .form-subscribe input[type=text],
  .form-subscribe input[type=email] {
    width: 32.25806%; }
  .form-subscribe button[type=submit] {
    width: 32.25806%; }

  .form-2columns ol li {
    float: none;
    width: auto;
    margin-right: auto;
    float: left;
    margin-right: 1.6129%;
    width: 100%; }

  .song .album-cover {
    float: none;
    width: auto;
    margin-right: auto; }
  .song .album-artwork {
    display: none; }

  .song-description {
    float: none;
    width: auto;
    margin-right: auto;
    padding-left: 0; } }
@media only screen and (max-width: 625px) {
  #header {
    top: 0; }
    #header .wrap, #header #wrap-grid {
      padding: 0; }
    #header .l-rush {
      width: 40px !important;
      height: 26px !important;
      top: 50% !important;
      margin-top: -12px; }
    #header .b-search i {
      display: block !important; }
    #header .b-search span {
      display: none; }
    #header nav {
      padding: 0 2%; }
      #header nav > ul > li {
        width: auto !important;
        padding: 0 1.75%; }
        #header nav > ul > li > a {
          padding: 0;
          padding-top: 15px;
          padding-bottom: 15px; }
        #header nav > ul > li:nth-child(2), #header nav > ul > li:nth-child(3) {
          padding-left: 4%;
          padding-right: 4%; }

  .hero {
    padding-top: 7em; }

  .block-hero h1 {
    font-size: 3em; }

  .main-solid {
    padding-left: 0;
    padding-right: 0; }

  .l0-content,
  .l0-sidebar,
  .l1-content,
  .l1-sidebar,
  .l2-content-a,
  .l2-content-b,
  .l3-content-b,
  .l4-content,
  .l4-sidebar-a,
  .l4-sidebar-b,
  .l5-content,
  .album-cover,
  .album-description {
    float: none;
    width: auto;
    margin-right: auto;
    float: left;
    margin-right: 1.6129%;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .l1-sidebar {
    background: none;
    padding: 0; }

  .l4-content {
    padding-bottom: 8.06452%; }

  .l5 {
    display: block; }

  .l5-content {
    padding: 1.6129% 0; }

  .with-thumb .l4-content,
  .no-thumb .l4-sidebar-a,
  .no-thumb .l4-sidebar-b {
    float: left;
    margin-right: 1.6129%;
    padding-left: 0 !important; }

  .no-thumb > h1.h2 {
    width: 100%; }

  .tour-dates table td:nth-child(3n), .tour-dates table th:nth-child(3n) {
    display: none; }

  .album-description {
    padding: 2em 0; }

  .album-credit-type,
  .album-award-type {
    width: 100%;
    clear: none;
    margin-right: 0 !important;
    margin-top: 1.5em !important; }
    .album-credit-type:first-child,
    .album-award-type:first-child {
      margin-top: 0 !important; }

  .tabs-menu h5 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.75em; }
    .tabs-menu h5 span span {
      display: none; }

  .tabs-content {
    padding: 6%; }
    .tabs-content .content-pad {
      padding-right: 0; }

  .lyrics .songs-menu a {
    padding: 0.875em; }
    .lyrics .songs-menu a time {
      display: none; }
  .lyrics .lyrics-content {
    padding: 4% 6%; }

  .js-print {
    display: none !important; }

  table td, table th {
    padding: 0.5em; }
  table th {
    padding: 0.25em 0.4em 1em 0.375em; }

  .form-search input,
  .form-search .i-magnifier {
    font-size: 1.5em; }

  .search-active #header {
    top: 3.5625em; }

  .photos-5columns .block-photo,
  .photos-6columns .block-photo {
    float: none;
    width: auto;
    margin-right: auto;
    width: 100%; }
    .photos-5columns .block-photo:last-child,
    .photos-6columns .block-photo:last-child {
      float: left;
      margin-right: 1.6129%; }

  .footer-nav p span {
    display: block; } }
@media only screen and (max-width: 480px) {
  .artists {
    display: block;
    margin-bottom: 3em;
    overflow: hidden; }
    .artists > article {
      float: none;
      width: auto;
      margin-right: auto;
      float: left;
      margin-right: 1.6129%;
      width: 100%; } }
@media only screen and (max-width: 374px) {
  #header nav {
    font-size: 0.625em; }
    #header nav > ul > li {
      padding: 0 1.75%; } }
@media print {
  * {
    background: none !important;
    color: #000 !important;
    text-shadow: none; }

  body {
    font-size: 68.75% !important;
    min-width: 100%;
    max-width: 100%;
    width: 100%; }

  .wrap, #wrap-grid {
    max-width: 100%; }

  #header {
    position: relative;
    top: 0 !important; }

  #header .l-rush,
  #header nav {
    display: none; }

  .form-search {
    display: none; }

  .for-print {
    display: block !important; }

  .main-gradient,
  .main-negative-hero-small {
    margin-top: 0;
    padding-top: 0; }

  .l1-content {
    width: 100%; }

  .l1-sidebar {
    display: none; }

  .hero {
    padding: 0 0 3em !important;
    text-align: left !important; }
    .hero h1 {
      font-size: 4.375em; }
    .hero .content {
      padding: 0; }

  .hero-fixed {
    position: relative;
    display: block;
    bottom: auto;
    top: auto; }
    .hero-fixed:before, .hero-fixed:after {
      display: none; }

  .hero-right {
    text-align: left; }
    .hero-right .wrap, .hero-right #wrap-grid {
      padding-left: 0;
      padding-right: 32.25806%; }
    .hero-right h1 {
      float: none; }
    .hero-right .subtitle {
      float: none;
      margin-bottom: 0; }
      .hero-right .subtitle:after {
        position: relative;
        right: auto;
        bottom: auto;
        float: none; }
    .hero-right .content {
      float: none; }

  .album-artwork {
    width: 100%;
    height: auto; }
    .album-artwork.flipping .front {
      position: relative; }
      .album-artwork.flipping .front:after {
        display: none; }
    .album-artwork .back {
      display: none; }

  .album-medias {
    display: none; }

  .songs-menu time {
    display: none; }

  .after-fixed-hero-space {
    display: none; }

  .after-fixed-hero {
    padding: 0; }
    .after-fixed-hero:before {
      display: none; }

  .h-deco-right,
  .h-deco-center,
  .h-deco-center-colored {
    text-align: left; }
    .h-deco-right:after,
    .h-deco-center:after,
    .h-deco-center-colored:after {
      margin-left: 0; }

  .tabs-menu {
    display: none !important; }

  .tabs-content > h3:first-child {
    display: block !important; }

  .block-photo .label * {
    color: #fff !important;
    font-weight: bold !important; }

  .block-album .thumb-cover {
    display: none; }

  .post-edit-link {
    display: none; }

  .b-print {
    display: none !important; }

  .form-subscribe {
    display: none; }

  .footer {
    min-height: auto; }
    .footer p, .footer p a {
      color: #999 !important; }
    .footer ul {
      display: none; }

  .footer-cta {
    display: none; }

  .print-lyrics .album-cover,
  .print-lyrics .album-description,
  .print-lyrics .tabs {
    display: none !important; }
  .print-lyrics .l3 {
    margin-top: 0 !important; }
  .print-lyrics .l3-content-a {
    width: 100%; }
  .print-lyrics .l3-content-b {
    display: none; }
  .print-lyrics .songs-menu {
    display: none; }
  .print-lyrics .lyrics-content {
    padding: 0;
    width: 100%; }
    .print-lyrics .lyrics-content .lyrics-title {
      display: block !important; } }
