@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a, a.header-signout.visible-phone {
  background: transparent;
}
a:focus, a.header-signout.visible-phone:focus {
  outline: thin dotted;
}
a:hover, a.header-signout.visible-phone:hover, a:active, a.header-signout.visible-phone:active {
  outline: 0;
}

h1, h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  margin-top: 5px;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a, .chosen-container a.header-signout.visible-phone {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 44px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/javascripts/vendors/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/javascripts/vendors/chosen-sprite.png") no-repeat -1px 4px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/assets/javascripts/vendors/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 15px 6px;
  list-style: none;
  line-height: 15px;
  color: #333;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #333;
  cursor: default;
  font-weight: bold;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #fff;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: none;
  background-color: #fff;
  cursor: text;
  margin-bottom: 5px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  background-color: #e4e4e4;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/javascripts/vendors/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ddd;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ddd;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -22px 5px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/assets/javascripts/vendors/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("/assets/javascripts/vendors/chosen-sprite@2x.png") !important;
    background-size: 60px 45px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
}

.visible-phone, a.header-signout.visible-phone {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone, a.header-signout.visible-phone {
    display: inline-block !important;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a.header-signout.visible-phone, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: nationale;
  src: url("/fonts/nationale-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/nationale-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/nationale-regular-webfont.woff") format("woff"), url("/fonts/nationale-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: nationale-demibold;
  src: url("/fonts/nationale-demibold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/nationale-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/nationale-demibold-webfont.woff") format("woff"), url("/fonts/nationale-demibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: nationale-bold;
  src: url("/fonts/nationale-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/nationale-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/nationale-bold-webfont.woff") format("woff"), url("/fonts/nationale-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: nationale-italic;
  src: url("/fonts/nationale-italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/nationale-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/nationale-italic-webfont.woff") format("woff"), url("/fonts/nationale-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: helveticaneue-bold;
  src: url("/fonts/helveticaneue-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/helveticaneue-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/helveticaneue-bold-webfont.woff") format("woff"), url("/fonts/helveticaneue-bold-webfont.ttf") format("truetype");
}
h1, h2 {
  font-family: "nationale-demibold", sans-serif;
}

a, a.header-signout.visible-phone, p {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}

.center {
  display: block;
  margin-top: 10px;
  text-align: center;
}

h1, h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 40px;
    margin-top: 40px;
    text-align: center;
  }
}

h2 {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

h3 {
  font-family: "nationale-demibold", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 768px) {
  h3 {
    font-size: 15px;
  }
}

p {
  color: #ffffff;
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  p {
    font-size: 15px;
  }
}

p.sub-text {
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  p.sub-text {
    text-align: center;
    font-size: 16px;
  }
}

li {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}

a, a.header-signout.visible-phone {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: opacity 80ms ease-in;
  -moz-transition: opacity 80ms ease-in;
  -ms-transition: opacity 80ms ease-in;
  -o-transition: opacity 80ms ease-in;
  transition: opacity 80ms ease-in;
}
a:hover, a.header-signout.visible-phone:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  a, a.header-signout.visible-phone {
    font-size: 15px;
  }
}

header, .content {
  width: 95%;
  margin: 0 auto;
}

html {
  background-color: #232323;
  width: 100%;
  min-width: 300px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  padding-bottom: 40px;
}

.content {
  max-width: 1200px;
  margin: 20px auto;
  width: 92%;
}
@media (min-width: 768px) {
  .content {
    width: 100%;
  }
}

.brand-color {
  color: #ffffff;
}

.back-btn {
  cursor: pointer;
  width: 60px;
  overflow: auto;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
}
.back-btn.wimp {
  width: 85px;
}
.back-btn img {
  height: 21px;
  float: left;
  margin-right: 6px;
}
.back-btn h2 {
  font-size: 14px;
  font-family: "nationale-demibold", sans-serif;
  float: left;
  margin: 3px 0 0 0;
}

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

.preview-banner-container {
  display: flex;
  font-family: sans-serif;
  font-size: 0.9rem;
  justify-content: space-around;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.preview-banner {
  background-color: #ffeb3b;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 0px 3px 0px white;
  color: #000;
  max-width: 50%;
  padding: 0.5rem;
  pointer-events: auto;
  white-space: nowrap;
}

.cookie-info {
  background-color: #292b2c;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  width: 100%;
  opacity: 0.95;
}
.cookie-info .desktop {
  display: none;
}
.cookie-info .wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
.cookie-info i.fa-close {
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  opacity: 0.8;
  outline: none;
}
.cookie-info i.fa-close:hover {
  opacity: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.cookie-info p {
  display: inline-block;
  font: 12px/1.4 "nationale", "nationale-regular", "Helvetica", sans-serif;
  margin: 0;
  width: 100%;
  width: calc(100% - 40px);
}
.cookie-info p a, .cookie-info p a.header-signout.visible-phone {
  font-size: inherit;
}
@media (min-width: 768px) {
  .cookie-info .mobile {
    display: none;
  }
  .cookie-info .desktop {
    display: inline-block;
  }
}
@media (min-width: 1150px) {
  .cookie-info .desktop,
.cookie-info .text-center-desktop {
    text-align: center;
  }
}

header {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
  top: 0;
  height: 20px;
  pointer-events: none;
  background-color: #000;
  padding: 10px 0;
}
@media (min-width: 768px) {
  header {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.hide-top-navigation .header-login, .hide-top-navigation a.header-signout.visible-phone, .hide-top-navigation .nav-large-wrapper a.header-signout, .nav-large-wrapper .hide-top-navigation a.header-signout {
  display: none !important;
}

.nav-try-now-cta {
  pointer-events: auto;
  outline: none !important;
  position: static !important;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  margin-right: 10px !important;
}
.nav-try-now-cta .btn-new {
  top: 4px;
  margin: 0;
  font-size: 9px;
  font-family: "nationale-demibold", sans-serif;
  padding: 6px 7px 4px 7px;
  border: 1px solid cyan;
}
@media (min-width: 768px) {
  .nav-try-now-cta .btn-new {
    top: -5px;
  }
}
.nav-try-now-cta.visible-phone, a.nav-try-now-cta.header-signout.visible-phone {
  pointer-events: auto;
  outline: none !important;
  display: block;
  z-index: 10000;
  position: absolute !important;
  right: 65px;
  top: 4px !important;
}
.nav-try-now-cta.visible-phone .btn-new {
  margin: 0;
  font-size: 9px;
  font-family: "nationale-demibold", sans-serif;
  padding: 5px;
  letter-spacing: 0.5px;
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 102;
  pointer-events: all;
}
#nav-toggle:focus {
  outline: none;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 25px 16px 0;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 25px;
  background: white;
  position: absolute;
  display: block;
  content: "";
}

#nav-toggle span:before {
  top: -7px;
}

#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logo-link {
  position: relative;
  z-index: 102;
  top: 2px;
  pointer-events: all;
  left: 10px;
}
@media (min-width: 768px) {
  .logo-link {
    top: auto;
    padding-right: 30px;
    padding-bottom: 30px;
    left: 0;
  }
}
.logo-link:focus {
  outline: none;
}

.logo {
  width: 100px;
}
@media (min-width: 768px) {
  .logo {
    width: 120px;
    margin-left: 80px;
  }
}

.nav-txt {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-txt:hover ~ .nav-icon {
  opacity: 0.76;
}

.nav-txt:focus {
  outline: none;
}

.nav-icon {
  cursor: pointer;
  width: 25px;
  position: absolute;
  right: 0px;
  top: 2px;
  z-index: 102;
  -webkit-transition: opacity 80ms ease-in;
  -moz-transition: opacity 80ms ease-in;
  -ms-transition: opacity 80ms ease-in;
  -o-transition: opacity 80ms ease-in;
  transition: opacity 80ms ease-in;
}
@media (min-width: 768px) {
  .nav-icon {
    float: none;
    position: static;
    width: 24px;
    padding: 1px 0;
    margin-right: 80px;
  }
}
.nav-icon:focus {
  outline: none;
}

.nav-large-wrapper {
  float: none;
  pointer-events: all;
  position: absolute;
  z-index: 102;
  right: 0;
  top: 23px;
}
.nav-large-wrapper a, .nav-large-wrapper a.header-signout.visible-phone {
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-family: "nationale-demibold", sans-serif;
  color: #ffffff;
  position: relative;
  top: -3px;
  margin-right: 0;
  padding-right: 6px;
  text-transform: uppercase;
}
.nav-large-wrapper a.header-login, .nav-large-wrapper a.header-signout {
  margin-right: 20px;
  padding-right: 0;
}
a.header-login.visible-phone, a.visible-phone.header-signout {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 4px;
  text-decoration: none;
  font-family: "nationale-demibold", sans-serif;
  font-size: 13px;
}

.nav {
  position: fixed;
  z-index: 100;
  width: 217px;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #2a2a2a;
}
@media (min-width: 768px) {
  .nav {
    width: 280px;
    overflow: visible;
  }
}
.nav a, .nav a.header-signout.visible-phone {
  text-decoration: none;
  font-family: "nationale-demibold", sans-serif;
  color: #ffffff;
}
.nav ul {
  padding: 12px 30px 15px 30px;
}
.nav li {
  margin-bottom: 15px;
}
.nav .nav-main-content {
  background-color: #222222;
}
.nav .nav-main-content a {
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .nav .nav-main-content a {
    font-size: 13px;
  }
}
.nav .nav-main-content .sub-nav {
  margin-top: 40px;
}
.nav .nav-top {
  display: block;
  height: 40px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .nav .nav-top {
    height: 72px;
  }
}
.nav .nav-profile {
  background-color: #232323;
  padding: 10px 20px 10px 28px;
}
.nav .nav-profile a {
  display: block;
}
.nav .nav-profile img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #f1f1f1;
}
.nav .nav-profile .profile-name {
  color: #ffffff;
  position: relative;
  top: -3px;
  font-family: "nationale-demibold", sans-serif;
  max-width: 95px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 768px) {
  .nav .nav-profile .profile-name {
    max-width: 160px;
  }
}

.nav-close .nav {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform-style: flat;
}

.nav-open .nav {
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform-style: flat;
}
@media (max-width: 767px) {
  .nav-open .header-login, .nav-open .nav-large-wrapper a.header-signout, .nav-large-wrapper .nav-open a.header-signout, .nav-open a.header-signout.visible-phone {
    display: none !important;
  }
}
.nav-open .nav-large-wrapper a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .nav-open .hidden-phone .nav-icon-white {
    display: inline-block !important;
    position: relative;
    right: auto;
  }
}

/* NEW NAV */
.nav-icon-black {
  display: none !important;
}

.logo-black {
  display: none !important;
}

.menu {
  visibility: hidden;
  position: fixed;
  overflow-y: scroll;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  opacity: 0;
  height: 0;
  -webkit-transition: 250ms opacity ease-out;
  -ms-transition: 250ms opacity ease-out;
  -moz-transition: 250ms opacity ease-out;
  -o-transition: 250ms opacity ease-out;
  transition: 250ms opacity ease-out;
}

.nav-open .menu {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.menu-content {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 200ms transform ease-in;
  -ms-transition: 200ms transform ease-in;
  -moz-transition: 200ms transform ease-in;
  -o-transition: 200ms transform ease-in;
  transition: 200ms transform ease-in;
}

.nav-open .menu-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.menu-ctas {
  text-align: center;
  margin-top: 20px;
}
.menu-ctas a, .menu-ctas a.header-signout.visible-phone {
  display: block;
  width: 243px;
  margin: 0 auto;
}
.menu-ctas .btn-new {
  width: 170px;
  margin-top: 0px;
}
.menu-ctas .btn.big.action, .menu-ctas .big.action.btn-new, .menu-ctas .big.action.btn-white, .menu-ctas .big.action.btn-gray, .menu-ctas .big.action.btn-disabled {
  width: 174px;
  margin-bottom: 10px;
  font-size: 15px;
  padding-top: 15px;
}

.menu-content ul li li {
  position: relative;
  line-height: 0;
  height: 60px;
  background: #262626;
  border: 1px solid #1a1a1a;
}
.menu-content ul li li span {
  height: 60px;
  width: 60px;
  border-right: 1px solid #1a1a1a;
  display: inline-block;
  line-height: 0;
  background: url("/images/icons/nav-icon-info.192e795a.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span:before {
  content: "" !important;
}
.menu-content ul li li span.icon-user {
  background: url("/images/icons/nav-icon-user.47bb5d87.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-price {
  background: url("/images/icons/nav-icon-price.629af38f.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-read {
  background: url("/images/icons/nav-icon-read.e3dfc4b0.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-store {
  background: url("/images/icons/nav-icon-store.fb866ca5.png") no-repeat center center;
  background-size: 32px;
}
.menu-content ul li li span.icon-voucher {
  background: url("/images/icons/nav-icon-voucher.53c2f922.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-import {
  background: url("/images/icons/nav-icon-import.dd033c00.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-question {
  background: url("/images/icons/nav-icon-question.c54ec6e5.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li li span.icon-desktop {
  background: url("/images/icons/nav-icon-desktop.094acb81.png") no-repeat center center;
  background-size: 23px;
}
.menu-content ul li a, .menu-content ul li a.header-signout.visible-phone {
  position: absolute;
  top: 52%;
  margin-left: 20px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 17px;
}

.menu-social {
  overflow: auto;
  width: 100%;
  line-height: 0;
}

.menu-social-item {
  width: 33.33333%;
  display: block;
  outline: 1px solid #1a1a1a;
  background: #212121;
  float: left;
  line-height: 0;
  text-align: center;
  padding: 25px 0;
  cursor: pointer;
}
.menu-social-item svg {
  width: 35px !important;
  height: auto !important;
  fill: #878787;
}
.menu-social-item:hover svg {
  fill: #fff;
}

.menu-hide-mobile {
  display: none;
}

.menu-footer {
  overflow: visible;
  width: 90%;
  max-width: 370px;
  margin: 40px auto;
}
.menu-footer .menu-footer-1 {
  float: left;
  width: 42%;
}
.menu-footer .menu-footer-2 {
  float: right;
  width: 42%;
  text-align: left;
}
.menu-footer a, .menu-footer a.header-signout.visible-phone {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .menu-hide-mobile {
    display: block;
  }

  .menu-content {
    width: 96%;
    margin: 90px auto;
    max-width: 900px;
    height: auto;
    position: relative;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 100ms transform ease-in;
    -ms-transition: 100ms transform ease-in;
    -moz-transition: 100ms transform ease-in;
    -o-transition: 100ms transform ease-in;
    transition: 100ms transform ease-in;
  }

  .menu-desktop-top {
    overflow: visible;
    height: 200px;
  }

  .menu-desktop-bottom {
    overflow: visible;
    margin-top: 100px;
  }

  .menu-content ul li li {
    width: 100%;
    background: none;
    border: none;
  }
  .menu-content ul li li:hover {
    background: #0f0f0f;
  }
  .menu-content ul li li span {
    border: none;
  }
  .menu-content ul li li a, .menu-content ul li li a.header-signout.visible-phone {
    margin-left: 0px;
  }

  .menu-ctas {
    float: right;
    width: 33%;
    margin-top: 0px;
  }
  .menu-ctas .btn, .menu-ctas .btn-white, .menu-ctas .btn-gray, .menu-ctas .btn-disabled, .menu-ctas .btn-new {
    border-radius: 3px;
    padding: 20px 31px 17px 31px !important;
    letter-spacing: 1px;
  }
  .menu-ctas .btn, .menu-ctas .btn-new, .menu-ctas .btn-white, .menu-ctas .btn-gray, .menu-ctas .btn-disabled {
    width: 173px;
  }

  .menu-content-wrapper {
    overflow: visible;
    float: left;
    width: 67%;
  }

  .menu-splitter {
    float: left;
    width: 50%;
  }

  .menu-footer {
    width: 100%;
    margin-top: 0px;
    max-width: none;
    margin-left: 20px;
  }
  .menu-footer a, .menu-footer a.header-signout.visible-phone {
    display: block;
    font-size: 15px;
  }

  .menu-footer .menu-footer-1 {
    width: 73%;
  }

  .menu-footer .menu-footer-2 {
    width: 27%;
  }

  .menu-footer-subs {
    float: left;
    width: 50%;
  }

  .menu-social {
    width: 237px;
    clear: both;
    position: absolute;
    top: auto;
    bottom: -60px;
    right: auto;
    left: -10px;
  }

  ul li li.menu-item-redeem-voucher {
    position: absolute;
    right: 27px;
    left: auto;
    display: inline;
    width: 255px;
    top: 160px;
  }

  .menu-social-item {
    background: none;
    outline: none;
  }
}
@media (min-width: 1024px) {
  .menu-content {
    max-width: 1100px;
    margin: 130px auto;
  }

  .menu-social {
    top: auto;
    bottom: -60px;
    right: auto;
    left: -10px;
  }

  ul li li.menu-item-redeem-voucher {
    right: 55px;
  }

  .menu-content ul li li {
    padding: 10px 0;
  }

  .menu-content ul li li a, .menu-content ul li li a.header-signout.visible-phone {
    margin-left: 5px;
  }

  .menu-content ul li li span {
    background-size: 30px !important;
  }

  .menu-content ul li li span.icon-read {
    background-size: 28px !important;
  }

  .menu-content ul li li span.icon-desktop {
    background-size: 35px !important;
  }

  .menu-content ul li li span.icon-voucher {
    background-size: 35px !important;
  }

  .menu-content ul li li span.icon-store {
    background-size: 40px !important;
  }
}
.header-shop.nav-close header {
  background: none !important;
  pointer-events: auto;
}
.header-shop .header-search {
  background: rgba(0, 0, 0, 0.2);
  background-size: 18px;
  color: #fafafa;
  border-color: #2b2b2b;
  margin: 0;
  height: 30px;
  font-size: 10px;
  letter-spacing: 1px;
  padding-right: 30px;
  max-width: 600px;
  border-radius: 3px;
}
.header-shop .header-search-inactive {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 15;
}
.header-shop .header-search-inactive i {
  font-size: 19px;
  color: #FFFFFF;
}
.header-shop .shop-search {
  margin: 0px auto;
  position: absolute;
  width: 50vw;
  max-width: 600px;
  top: 16px;
  right: 0px;
  left: 0px;
}
.header-shop .shop-search form {
  max-width: 600px;
}
.header-shop .shop-search input[type=text] {
  max-width: 600px;
  font-family: "nationale-demibold", sans-serif;
}
.header-shop .header-search-clear {
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 15;
}
.header-shop .header-search-clear i {
  font-size: 22px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-shop .shop-search {
    margin: 0px auto;
    position: absolute;
    width: 50vw;
    max-width: 600px;
    top: 8px;
    right: 0px;
    left: 0px;
  }
  .header-shop .shop-search form {
    max-width: 600px;
  }
  .header-shop .shop-search input[type=text] {
    max-width: 600px;
    font-family: "nationale-demibold", sans-serif;
  }
  .header-shop .header-search-clear {
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: 15;
  }
  .header-shop .header-search-clear i {
    font-size: 22px;
    color: #FFFFFF;
  }
  .header-shop .header-search-inactive {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 15;
  }
  .header-shop .header-search-inactive i {
    font-size: 19px;
    color: #FFFFFF;
  }
  .header-shop .header-search-inactive {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 15;
  }
  .header-shop .header-search-inactive i {
    font-size: 19px;
    color: #FFFFFF;
  }
}
.header-shop.nav-open .shop-search {
  display: none;
}
.header-shop .logo-link {
  top: 13px;
  left: 6px;
}
.header-shop .logo-link img {
  width: 30px;
}
.header-shop header #nav-toggle.shop-nav-toggle {
  right: 0;
  top: 13px;
}
@media (min-width: 768px) {
  .header-shop .logo-link {
    top: 15px;
    left: 40px;
  }
  .header-shop .header-search {
    right: 80px;
    top: 17px;
  }
  .header-shop header #nav-toggle.shop-nav-toggle {
    top: 20px;
    right: 30px;
  }
  .header-shop .logo-link img {
    width: 45px;
  }
}

footer {
  clear: both;
}
footer .wrapper-footer {
  background-color: #000;
  padding: 80px 20px;
  text-align: center;
}
footer .logo-footer {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: auto;
}
footer .wrapper-devices {
  display: block;
  margin: 60px auto 0 auto;
  text-decoration: none;
}
footer .wrapper-devices:hover {
  opacity: 1;
}
footer .wrapper-devices i.fa {
  font-size: 20px;
  color: #d0d0d0;
  margin: 0 3px;
}
footer .wrapper-devices i.fa.fa-desktop, footer .wrapper-devices i.fa.fa-wifi {
  position: relative;
  top: 2px;
}
footer .wrapper-devices i.fa:hover {
  opacity: 0.8;
}
footer p.device-availability {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .button {
  position: relative;
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 220px;
  padding: 13px 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font: 12px/1 "nationale-demibold", sans-serif;
  letter-spacing: 0.5px;
  color: #00FFFF;
  border-radius: 2px;
  border: 1px solid #00FFFF;
  transition: 0.2s background-color ease-out;
}
footer .button:hover {
  background-color: #00FFFF;
  color: #000;
  opacity: 1;
}
footer .button:active {
  transform: translateY(1px);
}
footer p.device-availability-detail {
  color: #d0d0d0;
  font: 12px/1.4 "nationale", "nationale-regular", "Helvetica", sans-serif;
  max-width: 390px;
  margin: 40px auto;
}
footer .wrapper-some i {
  font-size: 22px;
  margin: 0 3px;
}
footer .aspiro-info {
  font-size: 12px;
  margin-top: 40px;
}
footer .aspiro-info a, footer .aspiro-info a.header-signout.visible-phone {
  font: 12px/1 "nationale-demibold", sans-serif;
  text-decoration: none;
}

input[type=email],
input[type=text],
input[type=number],
input[type=password] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 5px auto 5px auto;
  height: 46px;
  padding-left: 10px;
  border-radius: 0;
  box-shadow: none;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus {
  outline: none;
}

input[type=text]:disabled {
  background: #f3f0f0;
  color: #7C7C7C;
  cursor: not-allowed;
}

form {
  max-width: 400px;
  margin: 0 auto;
}

.btn, .btn-new, .action.btn-new, .btn-white, .action.btn-white, .btn-gray, .btn-disabled, .action.btn-gray, .action.btn-disabled, .btn.action {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fefefe;
  background-color: #000000;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: none;
  min-width: 0;
  width: auto;
  padding: 12px 32px 12px 32px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  line-height: 1.3;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: background-color 90ms ease-in-out;
  -moz-transition: background-color 90ms ease-in-out;
  -ms-transition: background-color 90ms ease-in-out;
  -o-transition: background-color 90ms ease-in-out;
  transition: background-color 90ms ease-in-out;
}
.btn:focus, .btn-new:focus, .btn-white:focus, .btn-gray:focus, .btn-disabled:focus {
  -webkit-outline: 0;
  -ms-outline: 0;
  -moz-outline: 0;
  -o-outline: 0;
  outline: 0;
}
.btn:active, .btn-new:active, .btn-white:active, .btn-gray:active, .btn-disabled:active {
  top: 1px;
}
.btn:hover, .btn-new:hover, .btn-white:hover, .btn-gray:hover, .btn-disabled:hover {
  background-color: #3C3C3C;
}

.btn.action, .action.btn-new, .action.btn-white, .action.btn-gray, .action.btn-disabled {
  background-color: #00FFFF !important;
  color: #000000 !important;
}
.btn.action:hover, .action.btn-new:hover, .action.btn-white:hover, .action.btn-gray:hover, .action.btn-disabled:hover {
  background-color: #00DDDD !important;
}

.btn.big, .big.btn-new, .big.btn-white, .big.btn-gray, .big.btn-disabled {
  font-size: 16px;
  font-family: "nationale-demibold", sans-serif;
}

.btn-gray, .btn-disabled {
  background-color: #b3b3b3;
}

.btn-white {
  background-color: #fafafa;
  color: #000000;
}
.btn-white:hover {
  background-color: #f1f1f1 !important;
}

.btn-disabled {
  pointer-events: none;
  color: #F4F4F4;
}

.btn-a-wrap {
  outline: none !important;
}

.btn-new {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #00FFFF;
  letter-spacing: 1px;
  color: cyan;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, cyan 50%);
  background-size: 100% 200%;
  background-position: left top;
  -webkit-transition: 90ms all ease-out;
  -ms-transition: 90ms all ease-out;
  -moz-transition: 90ms all ease-out;
  -o-transition: 90ms all ease-out;
  transition: 90ms all ease-out;
}
.btn-new:hover {
  opacity: 1;
  color: #1a1a1a;
  font-family: "nationale-demibold", sans-serif;
  background-position: left bottom;
}
.btn-new.reverse {
  -moz-border-image: -moz-linear-gradient(right, #498882 0%, cyan 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #498882 0%, cyan 100%);
  border-image: linear-gradient(to left, #498882 0%, cyan 100%);
  border-image-slice: 1;
}
.btn-new.btn-new-gray {
  border-radius: 2px;
  font-family: "nationale-demibold", sans-serif;
  -webkit-border-image: none;
  -ms-border-image: none;
  -moz-border-image: none;
  -o-border-image: none;
  border-image: none;
  border: 1px solid #aaa;
}

.no-focus:focus {
  outline: none;
}

.bold {
  font-family: "nationale-demibold", sans-serif;
}

.page-index-2 {
  background: #1c1c1c;
  padding-bottom: 0;
}
.page-index-2 .unbold {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}
.page-index-2 .content {
  position: relative;
  top: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  -webkit-transition: 400ms top ease-out;
  -ms-transition: 400ms top ease-out;
  -moz-transition: 400ms top ease-out;
  -o-transition: 400ms top ease-out;
  transition: 400ms top ease-out;
}
.page-index-2 .video-light-bg .vimeo-embed {
  background: #1F1F1F;
}
.page-index-2 .regular-headline {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif !important;
}
.page-index-2 .bold-sub-title {
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 1px;
}
.page-index-2 .loading-vimeo {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
.page-index-2 .vimeo-desktop-overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 200ms opacity ease-out;
  -ms-transition: 200ms opacity ease-out;
  -moz-transition: 200ms opacity ease-out;
  -o-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out;
}
.page-index-2 .vimeo-desktop-overlay .vimeo-splash {
  width: 102%;
  opacity: 0.5;
  -webkit-transition: 280ms opacity ease-out;
  -ms-transition: 280ms opacity ease-out;
  -moz-transition: 280ms opacity ease-out;
  -o-transition: 280ms opacity ease-out;
  transition: 280ms opacity ease-out;
}
.page-index-2 .vimeo-desktop-overlay:hover .vimeo-splash {
  opacity: 0.1;
}
.page-index-2 .vimeo-desktop-overlay:hover .vimeo-embed-play-icon {
  opacity: 1;
}
.page-index-2 .vimeo-desktop-overlay .vimeo-vid-info {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 480px;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-index-2 .vimeo-desktop-overlay .vimeo-vid-info p {
  color: #f0f0f0;
  text-transform: uppercase;
  font-family: "nationale-demibold", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
.page-index-2 .vimeo-desktop-overlay .vimeo-embed-play-icon {
  width: 70px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 200ms opacity ease-out;
  -ms-transition: 200ms opacity ease-out;
  -moz-transition: 200ms opacity ease-out;
  -o-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out;
}
.page-index-2 .vimeo-desktop-overlay .vimeo-embed-play-icon:hover {
  opacity: 1;
}
.page-index-2 .vimeo-desktop-overlay .vimeo-embed-play-icon:focus {
  outline: none;
}
@media (min-width: 768px) {
  .page-index-2 .vimeo-desktop-overlay {
    display: block;
  }
}
.page-index-2 .vimeo-embed iframe {
  opacity: 1;
  height: 100%;
}
@media (min-width: 768px) {
  .page-index-2 .vimeo-embed iframe {
    opacity: 0;
  }
}
.page-index-2 .loading-vim .loading-vimeo {
  display: block;
  text-align: center;
}
.page-index-2 .loading-vim .loading-vimeo img {
  width: 40px;
}
.page-index-2 .playing-vim .vimeo-desktop-overlay, .page-index-2 .loading-vim .vimeo-desktop-overlay {
  opacity: 0;
  display: none;
}
.page-index-2 .playing-vim.vimeo-embed iframe {
  opacity: 1;
}
.page-index-2 header {
  position: fixed;
  z-index: 101;
  background: #000;
  margin-bottom: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.page-index-2 header.hide {
  opacity: 0;
}
.page-index-2 header.dark {
  background: none;
}
.page-index-2 header .logo {
  position: relative;
  z-index: 99999;
  left: 10px;
}
@media (min-width: 768px) {
  .page-index-2 header .logo {
    left: auto;
  }
}
.page-index-2 header .logo-link {
  display: block;
  position: absolute;
  z-index: 1000000;
}
@media (min-width: 768px) {
  .page-index-2 header .nav-try-now-cta {
    right: 235px;
    top: 19px;
  }
}
@media (max-width: 767px) {
  .page-index-2 header {
    top: 0px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
  }
  .page-index-2 header .logo-link {
    top: 13px;
  }
  .page-index-2 header #nav-toggle {
    right: 30px;
    top: 8px;
  }
}
.page-index-2 .nav-close header {
  background: none;
}
.page-index-2 .nav-close header.dark {
  background: none;
}
.page-index-2 .nav-close header.dark .logo {
  display: none !important;
}
.page-index-2 .nav-close header.dark .logo-black {
  display: inline-block !important;
}
.page-index-2 .nav-close header.dark #nav-toggle span, .page-index-2 .nav-close header.dark #nav-toggle span:before, .page-index-2 .nav-close header.dark #nav-toggle span:after {
  background: black;
}
@media (min-width: 768px) {
  .page-index-2 .nav-close header {
    background: #000;
  }
  .page-index-2 .nav-close header.dark a {
    color: #1a1a1a;
  }
  .page-index-2 .nav-close header.dark .nav-icon, .page-index-2 .nav-close header.dark .logo {
    display: none !important;
  }
  .page-index-2 .nav-close header.dark .nav-icon-black, .page-index-2 .nav-close header.dark .logo-black {
    display: inline-block !important;
  }
}
.page-index-2 .action-link-txt {
  padding: 10px 0 30px 0;
}
.page-index-2 .action-link-txt.action-link-txt-dual-1 {
  margin-bottom: 5px;
  margin-top: 40px;
  padding: 10px 0 20px 0;
}
.page-index-2 .action-link-txt.action-link-txt-dual-2 {
  margin-top: 0;
}
.page-index-2 .action-link-txt a {
  color: cyan;
  font-size: 12px;
  font-family: "nationale-demibold", sans-serif;
  background: -webkit-linear-gradient(cyan, #498882);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.19em;
}
.page-index-2 .action-link-txt a:hover {
  color: #00d7d7;
}
.page-index-2 .splash.splash-welcome-mat {
  position: absolute;
  left: 0;
  right: 0;
  height: 550px;
  top: -550px;
}
@media (min-width: 768px) {
  .page-index-2 .splash.splash-welcome-mat {
    position: absolute;
    left: 0;
    right: 0;
    height: 700px;
    top: -700px;
    z-index: 12;
  }
}
.page-index-2 .splash-tidal-generic {
  width: 100%;
  text-align: center;
}
.page-index-2 .splash-tidal-generic .generic-iphone-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
  background: url("/images/index2/texture-bg-mobile.jpg") no-repeat 0 0;
  background-size: cover;
  text-align: center;
}
.page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap {
  display: none;
}
.page-index-2 .splash-tidal-generic .generic-bottom-grad {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  bottom: 0;
}
.page-index-2 .splash-tidal-generic .generic-iphone {
  margin-top: 40px;
  width: 55%;
  max-width: 260px;
}
.page-index-2 .splash-tidal-generic .generic-info {
  background: #202020;
  padding-bottom: 40px;
  position: relative;
  z-index: 11;
}
.page-index-2 .splash-tidal-generic .generic-info h1, .page-index-2 .splash-tidal-generic .generic-info h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 20px;
  letter-spacing: 0;
}
.page-index-2 .splash-tidal-generic .generic-info h1 span, .page-index-2 .splash-tidal-generic .generic-info h2 span {
  font-family: "nationale-bold", sans-serif;
}
.page-index-2 .splash-tidal-generic .generic-info h1 span.visual-album, .page-index-2 .splash-tidal-generic .generic-info h2 span.visual-album {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  display: block;
  margin-top: 5px;
}
.page-index-2 .splash-tidal-generic .generic-info p {
  color: #fafafa;
  font-size: 12px;
  line-height: 1.6;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 475px) and (max-width: 768px) {
  .page-index-2 .splash-tidal-generic .generic-info p {
    font-size: 14px;
    max-width: 482px;
  }
}
.page-index-2 .splash-tidal-generic .generic-info .btn-new {
  width: 190px;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  margin-top: 40px;
}
.page-index-2 .splash-tiles {
  background: #000;
  height: auto !important;
}
.page-index-2 .tile-wrapper {
  width: 100%;
  overflow: auto;
  line-height: 1;
}
.page-index-2 .tile-album-flow {
  display: none;
}
.page-index-2 .tile-cta {
  color: #fff;
  font-size: 12px;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  letter-spacing: 0.14em;
  margin-right: 2px;
}
.page-index-2 .tile-cta-icon {
  width: 11px;
}
.page-index-2 .tile {
  line-height: 0;
}
.page-index-2 .tile .tile-txt {
  padding: 0 20px 20px 40px;
}
.page-index-2 .tile .tile-txt.txt-padding {
  padding-top: 20px;
}
.page-index-2 .tile .live-stream-wrapper {
  margin-bottom: 0px;
  margin-top: 0;
}
.page-index-2 .tile h2 {
  color: #fff;
  font-size: 26px;
  font-family: "nationale-bold", sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.4;
}
.page-index-2 .tile p {
  line-height: 1.4;
}
.page-index-2 .tile a {
  text-decoration: none;
}
.page-index-2 .tile .full-width-img {
  width: 100%;
}
.page-index-2 .tile-1 {
  width: 100%;
  background: #000;
  min-height: 70px;
  clear: left;
}
.page-index-2 .tile-1.light-bg {
  background: #202020;
}
.page-index-2 .tile-1 .full-width-img {
  margin-bottom: 20px;
}
.page-index-2 .tile-1 .action-link-txt a {
  float: left;
}
.page-index-2 .tile-1 .action-link-txt img {
  width: 14px;
  margin-left: 7px;
  display: block;
  margin-top: 1px;
  float: left;
}
.page-index-2 .tile-2 {
  width: 50%;
  float: left;
  min-height: 70px;
}
.page-index-2 .tile-3 {
  background: #fff;
  width: 33.33%;
  float: left;
  min-height: 30px;
}
.page-index-2 .tile-tidal-signup, .page-index-2 .tile-tidal-watch, .page-index-2 .tile-mobile-hidden {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-index-2 .splash-tidal-generic .generic-wrapper {
    width: 95%;
  }
  .page-index-2 .splash-tidal-generic .generic-info h1, .page-index-2 .splash-tidal-generic .generic-info h2 {
    font-size: 42px;
    margin-top: 80px;
  }
  .page-index-2 .splash-tidal-generic .generic-info p {
    max-width: 420px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .page-index-2 .splash-tidal-generic {
    background: url("/images/index2/texture-bg.jpg") no-repeat 0 0px;
    background-size: cover;
    height: 600px !important;
  }
  .page-index-2 .splash-tidal-generic .generic-wrapper {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .page-index-2 .splash-tidal-generic .generic-iphone-wrap {
    display: none;
  }
  .page-index-2 .splash-tidal-generic .generic-info {
    background: none;
    width: 550px;
    text-align: left;
  }
  .page-index-2 .splash-tidal-generic .generic-info h1, .page-index-2 .splash-tidal-generic .generic-info h2 {
    text-align: left;
    font-size: 48px;
    font-family: "nationale-bold", sans-serif;
    margin-left: 5px;
    margin-top: 60px;
  }
  .page-index-2 .splash-tidal-generic .generic-info h1 span.visual-album, .page-index-2 .splash-tidal-generic .generic-info h2 span.visual-album {
    font-size: 15px;
    letter-spacing: 5px;
    display: block;
    margin-top: 0;
    margin-left: 4px;
  }
  .page-index-2 .splash-tidal-generic .generic-info p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .page-index-2 .splash-tidal-generic .generic-info .btn-new {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .page-index-2 .splash-tidal-generic .generic-info .action-link-txt {
    width: 280px;
    margin: 0;
    text-align: center;
  }
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 200px;
  }
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap img {
    width: 100%;
    margin-top: 0px;
  }
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap.make-it-fly {
    -webkit-transition: 500ms transform ease-in;
    -ms-transition: 500ms transform ease-in;
    -moz-transition: 500ms transform ease-in;
    -o-transition: 500ms transform ease-in;
    transition: 500ms transform ease-in;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap.make-it-fly {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap.make-it-fly {
    -webkit-transform: translateY(240px);
    -ms-transform: translateY(240px);
    -moz-transform: translateY(240px);
    -o-transform: translateY(240px);
    transform: translateY(240px);
  }
}
@media (min-width: 1024px) {
  .page-index-2 .splash-tidal-generic .generic-wrapper {
    width: 100%;
  }
  .page-index-2 .splash-tidal-generic .generic-info h1, .page-index-2 .splash-tidal-generic .generic-info h2 {
    font-size: 48px;
    margin-top: 60px;
  }
  .page-index-2 .splash-tidal-generic .generic-info p {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .page-index-2 .splash-tidal-generic {
    height: 630px !important;
  }
  .page-index-2 .splash-tidal-generic .generic-info .btn-new {
    padding-top: 22px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid cyan;
    font-size: 14px;
  }
  .page-index-2 .splash-tidal-generic .generic-wrapper {
    max-width: 1210px;
  }
  .page-index-2 .splash-tidal-generic .generic-info {
    width: 660px;
  }
  .page-index-2 .splash-tidal-generic .generic-info h1, .page-index-2 .splash-tidal-generic .generic-info h2 {
    font-size: 64px;
    margin-left: 45px;
  }
  .page-index-2 .splash-tidal-generic .generic-info p {
    font-size: 16px;
  }
  .page-index-2 .splash-tidal-generic .generic-desktop-iphone-wrap {
    right: 170px;
    width: 210px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-index-2 .splash-tiles .tile h2 {
    font-size: 32px;
  }
  .page-index-2 .splash-tiles .tile-tidal-signup .tile-txt h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .page-index-2 .splash-tiles {
    background: #141414;
  }
  .page-index-2 .splash-tiles .vimeo-embed {
    padding-bottom: 52.25%;
  }
  .page-index-2 .splash-tiles .tile-mobile-hidden {
    display: block;
  }
  .page-index-2 .splash-tiles .tile-desktop-hidden {
    display: none;
  }
  .page-index-2 .splash-tiles .tile-generic .tile-1 .tile-txt {
    display: none;
  }
  .page-index-2 .splash-tiles .tile-generic .tile-1 .full-width-img {
    margin: 0;
  }
  .page-index-2 .splash-tiles .tile-wrapper {
    background: #000;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-index-2 .splash-tiles .tile-section-1 {
    width: 100%;
    max-width: 1290px;
    position: relative;
    overflow: hidden;
    background: #000;
  }
  .page-index-2 .splash-tiles .tile {
    text-align: left;
  }
  .page-index-2 .splash-tiles .tile-video .tile-txt {
    display: none;
  }
  .page-index-2 .splash-tiles .tile h2 {
    text-align: left;
    line-height: 1.2;
    margin-top: 60px;
  }
  .page-index-2 .splash-tiles .tile-section-1 .tile-1 {
    position: relative;
    z-index: 12;
    width: 65%;
    max-width: 880px;
    float: left;
  }
  .page-index-2 .splash-tiles .tile-1 .light-bg {
    background: #141414;
  }
  .page-index-2 .splash-tiles .tile-tidal-signup {
    display: block;
    position: absolute;
    left: 67%;
    bottom: 0;
    float: left;
    width: 32%;
    max-width: 350px;
    text-align: left;
  }
  .page-index-2 .splash-tiles .tile-tidal-signup .tile-txt {
    padding: 0 30px 40px 30px;
  }
  .page-index-2 .splash-tiles .tile-tidal-signup p {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-index-2 .splash-tiles .tile-tidal-watch {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    width: 390px;
    max-width: 32.5%;
    text-align: left;
  }
  .page-index-2 .splash-tiles .tile-tidal-watch .tile-txt {
    padding: 0 30px 0px 30px;
  }
  .page-index-2 .splash-tiles .tile-section.tile-section-flip .tile-tidal-watch {
    left: auto;
    right: 0;
    float: right;
  }
  .page-index-2 .splash-tiles .tile-section.tile-section-reverse {
    overflow: hidden;
  }
  .page-index-2 .splash-tiles .tile-section-reverse .tile-tidal-watch {
    position: static;
  }
  .page-index-2 .splash-tiles .tile-section-reverse .tile-1 {
    position: absolute;
    left: 32.5%;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-index-2 .splash-tiles .tile-section {
    position: relative;
    overflow: hidden;
  }
  .page-index-2 .splash-tiles .tile-section .tile-1 {
    width: 65%;
    float: right;
  }
  .page-index-2 .splash-tiles .tile-section.tile-section-flip .tile-1 {
    float: left;
  }
  .page-index-2 .splash-tiles .tile-section-reverse-flip .tile-1 {
    width: 65.1%;
    float: left;
    left: 0;
  }
  .page-index-2 .splash-tiles .tile-section-reverse-flip .tile-tidal-watch {
    float: right;
    left: 0;
    max-width: none;
    width: 35%;
  }
  .page-index-2 .splash-tiles .tile-album-flow {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .page-index-2 .splash-tiles .tile-album-flow img {
    width: 20%;
    float: left;
    line-height: 0;
  }
  .page-index-2 .splash-tiles .tile-new-album {
    display: block;
  }
  .page-index-2 .splash-tiles .action-link-txt img {
    width: 11px;
  }
  .page-index-2 .splash-tiles .tile-section-popular {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-index-2 .splash-tiles .tile h2 {
    font-size: 44px;
  }
  .page-index-2 .splash-tiles .tile-tidal-signup .tile-txt h2 {
    font-size: 40px;
  }
}

.splash.splash-popular {
  overflow: hidden;
}
.splash.splash-popular.splash-popular-video {
  margin-top: 20px;
}
.splash.splash-popular .popular-info {
  text-align: center;
  padding-top: 40px;
}
.splash.splash-popular .popular-info h2 {
  font-family: "nationale-bold", sans-serif;
  margin-bottom: 10px;
}
.splash.splash-popular .popular-info a {
  font-size: 12px;
  font-family: "nationale-demibold", sans-serif;
  text-decoration: none;
}
.splash.splash-popular .popular-info {
  line-height: 1.4;
}
.splash.splash-popular .popular-powered-by {
  font-size: 12px;
}
.splash.splash-popular .popular-powered-by img {
  display: block;
  width: 40px;
  margin: 20px auto 5px auto;
}
.splash.splash-popular .popular-flow {
  width: 100%;
  margin: 40px auto;
}
.splash.splash-popular .popular-item {
  overflow: hidden;
  width: 50%;
  float: left;
  position: relative;
  line-height: 0;
}
.splash.splash-popular .popular-item .popular-item-img {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.splash.splash-popular .popular-item a {
  display: block;
  text-decoration: none;
  line-height: 0;
}
.splash.splash-popular .popular-item .popular-cover-img {
  width: 100%;
  -webkit-transition: 100ms transform ease-out;
  -ms-transition: 100ms transform ease-out;
  -moz-transition: 100ms transform ease-out;
  -o-transition: 100ms transform ease-out;
  transition: 100ms transform ease-out;
}
.splash.splash-popular .popular-item:hover .popular-cover-img, .splash.splash-popular .popular-item.active-popular .popular-cover-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.splash.splash-popular .popular-item:hover .popular-item-overlay, .splash.splash-popular .popular-item.active-popular .popular-item-overlay {
  opacity: 1;
}
.splash.splash-popular .popular-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 100ms opacity ease-in;
  -ms-transition: 100ms opacity ease-in;
  -moz-transition: 100ms opacity ease-in;
  -o-transition: 100ms opacity ease-in;
  transition: 100ms opacity ease-in;
}
.splash.splash-popular .popular-item-overlay .btn-new {
  width: 140px;
  font-size: 9px;
  color: #fafafa;
  padding: 8px 0;
  font-family: "nationale-demibold", sans-serif;
  pointer-events: none;
  margin: 0;
}
.splash.splash-popular .popular-item-overlay p {
  font-size: 12px;
  display: block;
  line-height: 1.3;
  margin: 2px 0;
}
.splash.splash-popular .popular-item-overlay p.popular-title {
  font-family: "nationale-demibold", sans-serif;
}
.splash.splash-popular .popular-item-info {
  margin: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.splash.splash-popular .popular-bottom-info {
  padding: 15px 4px;
  overflow: hidden;
}
.splash.splash-popular .popular-bottom-left {
  float: left;
  width: 29px;
  height: 42px;
  border-right: 2px solid #636363;
}
.splash.splash-popular .popular-bottom-left p {
  font-size: 16px;
  font-family: "nationale-bold", sans-serif;
  color: cyan;
}
.splash.splash-popular .popular-bottom-left img {
  width: 18px;
  margin-top: 7px;
  margin-left: 1px;
}
.splash.splash-popular .popular-bottom-right {
  float: left;
  width: 77%;
}
.splash.splash-popular .popular-bottom-right p {
  margin-left: 10px;
  font-family: "nationale-demibold", sans-serif;
  line-height: 1;
  margin-top: 0;
}
.splash.splash-popular .popular-title {
  font-size: 14px;
}
.splash.splash-popular .popular-artist {
  font-size: 11px;
}
@media (min-width: 768px) {
  .splash.splash-popular .popular-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .splash.splash-popular .popular-info p {
    font-size: 20px;
    max-width: 540px;
    margin: 20px auto;
    line-height: 1.5;
  }
  .splash.splash-popular .popular-info .popular-powered-by {
    font-size: 14px;
  }
  .splash.splash-popular .popular-item {
    width: 20%;
  }
  .splash.splash-popular .popular-item-overlay .popular-item-info p {
    font-size: 14px;
  }
  .splash.splash-popular .popular-item-overlay .btn-new {
    font-size: 12px;
    padding: 12px;
  }
  .splash.splash-popular .popular-bottom-info {
    padding: 20px 0px;
  }
  .splash.splash-popular .popular-title {
    font-size: 13px;
  }
  .splash.splash-popular .popular-artist {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .splash.splash-popular .popular-bottom-info {
    padding: 20px 15px;
  }
  .splash.splash-popular .popular-title {
    font-size: 16px;
  }
  .splash.splash-popular .popular-bottom-left {
    width: 29px;
  }
  .splash.splash-popular .popular-bottom-right {
    width: 72%;
  }
}

.content .splash.splash-last {
  background: none;
  min-height: 0 !important;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .content .splash.splash-last {
    height: 240px !important;
  }
}
.content .splash.splash-last .txt {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 40px;
  width: 100%;
  padding: 0;
  padding-bottom: 80px;
}
.content .splash.splash-last a {
  text-decoration: none;
  font-family: nationale-demibold, sans-serif;
}
.content .splash.splash-last p {
  font-family: "nationale-regular", sans-serif;
}
.content .splash.splash-last .footer-txt {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content .splash.splash-last .footer-txt {
    margin-top: 80px;
    font-size: 15px;
  }
}
.content .splash.splash-last .footer-logo {
  width: 75%;
  max-width: 340px;
  margin-bottom: 60px;
}
.content .splash.splash-last .footer-cta {
  display: block;
  margin-bottom: 5px;
  margin-top: 25px;
}
.content .splash.splash-last .footer-cta .btn, .content .splash.splash-last .footer-cta .btn-gray, .content .splash.splash-last .footer-cta .btn-white, .content .splash.splash-last .footer-cta .btn-disabled, .content .splash.splash-last .footer-cta .btn-new {
  margin-top: 0;
}
.content .splash.splash-last .aspiro-disclaimer {
  font-size: 12px;
}
.content .splash.splash-last .aspiro-disclaimer a {
  font-size: 12px;
}

.page-index-video {
  background-color: #000000;
}
.page-index-video .content {
  max-width: none;
  width: 100%;
  margin-top: 0;
}
.page-index-video .index-voucher-link {
  display: block;
  font-size: 13px;
  text-decoration: none;
  margin-top: -10px;
}
.page-index-video header {
  position: fixed;
  z-index: 101;
  background: none;
  margin-bottom: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .page-index-video header {
    position: fixed;
  }
}
.page-index-video header.hide {
  opacity: 0;
}
.page-index-video header .logo {
  position: relative;
  z-index: 99999;
  left: 10px;
}
@media (min-width: 768px) {
  .page-index-video header .logo {
    left: auto;
  }
}
.page-index-video header .logo-link {
  display: block;
  position: absolute;
  z-index: 1000000;
}

.video-embed {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .video-embed {
    display: none;
  }
}
.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoBG,
.videoBG_wrapper {
  width: 100% !important;
  height: 100% !important;
}

.page-index-video .splash {
  text-align: center;
  padding: 40px 0;
  background: url("/images/index/tidal-concept-sound.54c0681d.jpg") no-repeat 0 0;
  background-size: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .page-index-video .splash {
    min-height: 600px;
  }
}
.page-index-video .splash .tagline-logo {
  width: 92%;
  max-width: 280px;
}
@media (min-width: 1400px) {
  .page-index-video .splash .tagline-logo {
    max-width: 320px;
  }
}
@media (min-width: 1480px) {
  .page-index-video .splash .tagline-logo {
    max-width: 350px;
  }
}
.page-index-video .splash .txt {
  padding: 0 20px;
  margin-top: 140px;
}
@media (min-width: 768px) {
  .page-index-video .splash .txt {
    margin-top: 140px;
  }
}
@media (min-width: 1480px) {
  .page-index-video .splash .txt {
    margin-top: 260px;
  }
}
.page-index-video .splash h1, .page-index-video .splash h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-family: "nationale-bold", sans-serif;
}
@media (min-width: 768px) {
  .page-index-video .splash h1, .page-index-video .splash h2 {
    font-size: 64px;
    letter-spacing: 4px;
  }
}
@media (min-width: 1480px) {
  .page-index-video .splash h1, .page-index-video .splash h2 {
    font-size: 80px;
    letter-spacing: 5px;
  }
}
.page-index-video .splash .play-video-btn {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  margin-bottom: 20px;
}
.page-index-video .splash .play-video-btn:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .page-index-video .splash .play-video-btn {
    width: 80px;
    margin-bottom: 15px;
  }
}
.page-index-video .splash h2 {
  color: #f3f3f3;
  font-size: 12px;
  margin-top: 20px;
  font-family: "nationale-bold", sans-serif;
}
@media (min-width: 768px) {
  .page-index-video .splash h2 {
    font-family: "nationale-demibold", sans-serif;
  }
}
.page-index-video .splash p {
  margin: 20px auto;
  max-width: 540px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-index-video .splash p {
    font-size: 18px;
  }
}
.page-index-video .splash .available-on-headline {
  margin: 5px auto;
  font-size: 16px;
}
.page-index-video .splash .available-on-devices {
  margin: 40px auto 15px auto;
}
.page-index-video .splash .available-on-devices .fa {
  font-size: 20px;
  margin: 0 3px;
  color: #d0d0d0;
}
.page-index-video .splash .available-on-devices .fa-wifi, .page-index-video .splash .available-on-devices .fa-desktop {
  position: relative;
  top: 2px;
}
.page-index-video .splash .available-on-txt {
  font-size: 12px;
  max-width: 440px;
  color: #d0d0d0;
  line-height: 1.4;
  margin: 0 auto;
  width: 94%;
}
@media (min-width: 768px) {
  .page-index-video .splash .available-on-txt {
    padding: 0;
  }
}
.page-index-video .splash-1 {
  padding: 40px 0 40px 0;
}
.page-index-video .splash-1 .txt {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-index-video .splash-1 .txt {
    margin-top: 20px;
  }
}
@media (min-width: 1480px) {
  .page-index-video .splash-1 .txt {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .page-index-video .splash-1 .tagline-logo {
    margin-bottom: 20px;
  }
}
.page-index-video .splash-1 h1, .page-index-video .splash-1 h2 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-index-video .splash-1 h1, .page-index-video .splash-1 h2 {
    margin-top: 30px;
    font-size: 48px;
  }
}
@media (min-width: 1480px) {
  .page-index-video .splash-1 h1, .page-index-video .splash-1 h2 {
    margin-top: 60px;
    font-size: 58px;
  }
}
.page-index-video .splash-1 p {
  font-family: "nationale-demibold", sans-serif;
}
@media (min-width: 768px) {
  .page-index-video .splash-1 p {
    font-family: "nationale-regular", sans-serif;
  }
}
.page-index-video .splash-1 .btn, .page-index-video .splash-1 .btn-gray, .page-index-video .splash-1 .btn-white, .page-index-video .splash-1 .btn-disabled, .page-index-video .splash-1 .btn-new {
  margin-top: 40px;
}
.page-index-video .splash-2 {
  background: #000000;
}
@media (min-width: 768px) {
  .page-index-video .splash-2 {
    background: none;
    padding: 0;
  }
}
.page-index-video .splash-2 .txt {
  display: none;
}
@media (min-width: 768px) {
  .page-index-video .splash-2 .txt {
    display: block;
    margin-top: 240px;
  }
}
.page-index-video .splash-2 h1, .page-index-video .splash-2 h2 {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-index-video .splash-2 h1, .page-index-video .splash-2 h2 {
    margin-top: 0;
  }
}
.page-index-video .splash-2 h2 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .page-index-video .splash-2 h2 {
    font-size: 16px;
  }
}
.page-index-video .splash-3 {
  background: #1a1a1a;
}
@media (min-width: 768px) {
  .page-index-video .splash-3 {
    padding-bottom: 0;
    position: relative;
  }
}
.page-index-video .splash-3 .txt {
  max-width: 1200px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .page-index-video .splash-3 .txt {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 40px auto 0px auto;
    position: absolute;
    bottom: 0;
  }
}
.page-index-video .splash-3 h2 {
  margin-bottom: 10px;
}
.page-index-video .splash-3 p {
  color: #CECECE;
  margin: 10px auto;
}
.page-index-video .splash-3 .usp {
  margin: 20px auto 50px auto;
}
@media (min-width: 768px) {
  .page-index-video .splash-3 .usp {
    margin: 0;
    width: 32%;
    display: inline-block;
  }
  .page-index-video .splash-3 .usp p {
    font-size: 14px;
    width: 294px;
  }
}
.page-index-video .splash-3 .usp .usp-icon {
  width: 58px;
  opacity: 0.75;
}
.page-index-video .splash-3 .usp .usp-device {
  display: none;
}
@media (min-width: 768px) {
  .page-index-video .splash-3 .usp .usp-device {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: -2px;
  }
}

.error-not-found {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.error-not-found h1, .error-not-found h2 {
  font-size: 28px;
  font-family: "nationale-demibold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.error-not-found p, .error-not-found a, .error-not-found a.header-signout.visible-phone {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
}
.error-not-found .btn, .error-not-found .btn-gray, .error-not-found .btn-white, .error-not-found .btn-disabled, .error-not-found .btn-new {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .error-not-found h1, .error-not-found h2 {
    font-size: 50px;
  }
  .error-not-found p, .error-not-found a, .error-not-found a.header-signout.visible-phone {
    font-size: 18px;
  }
}

.cyan {
  color: #00fdfd;
}

.scale {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: scaleDown;
  -webkit-animation-timing-function: ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-name: scaleDown;
  animation-timing-function: ease-in 1;
}

@-webkit-keyframes scaleDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(0.95);
  }
}
@-moz-keyframes scaleDown {
  from {
    opacity: 0;
    -moz-transform: scale(1);
  }
  to {
    opacity: 1;
    -moz-transform: scale(0.95);
  }
}
@keyframes scaleDown {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(0.95);
  }
}
form {
  width: 100%;
  max-width: none;
}
form label {
  font-family: "nationale-demibold", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: left;
}
form input {
  width: 100%;
  margin-bottom: 10px;
  max-width: none;
}
form .input-error {
  outline: 1px solid #ff0000;
}

.page-index-2 .nav-close header {
  background: #000;
}

audio {
  display: none;
}

.buy {
  height: 24px;
  min-width: 145px;
  text-align: center;
  border: 1px solid cyan;
  margin-bottom: 10px;
  padding: 11px 45px 11px 45px;
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
  color: cyan;
  font-family: "nationale-demibold", sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.buy-small {
  height: 24px;
  min-width: 85px;
  text-align: center;
  border: 1px solid cyan;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
  color: cyan;
  font-family: "nationale-demibold", sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.buy > i {
  text-align: right;
  position: relative;
  display: inline-block;
  color: cyan;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .buy {
    height: 24px;
    min-width: 80px;
    text-align: center;
    border: 1px solid cyan;
    padding: 11px 11px 11px 11px;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: cyan;
    font-family: "nationale-demibold", sans-serif;
    cursor: pointer;
    text-decoration: none;
  }

  .buy-small {
    height: 14px;
    margin-top: 0px;
    min-width: 70px;
    text-align: center;
    border: 1px solid cyan;
    margin-bottom: 10px;
    padding: 2px;
    vertical-align: middle;
    display: inline-block;
    line-height: 14px;
    color: cyan;
    font-size: 12px;
    font-family: "nationale-demibold", sans-serif;
    cursor: pointer;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .buy {
    height: 24px;
    min-width: 80px;
    text-align: center;
    border: 1px solid cyan;
    padding: 11px 25px 11px 25px;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: cyan;
    font-family: "nationale-demibold", sans-serif;
    cursor: pointer;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .buy > i {
    text-align: right;
    position: relative;
    display: inline-block;
    color: cyan;
    margin-left: 20px;
  }
}
.message {
  top: -140px;
  min-height: 35px;
  padding: 20px;
  width: 100%;
  position: fixed;
  background: #212121;
  z-index: 10000;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.message p {
  line-height: 1.5;
  margin-right: 30px;
}
.message .btn-new {
  padding: 4px 8px 4px 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.message-visible {
  top: 0;
}

/*
   * Forms
   */
input {
  border: 1px solid #2b2b2b;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  background: #000000;
  width: 100%;
  color: #818181;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;
}

input[type=text] {
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  margin: 5px 10px 5px 0px;
  height: 46px;
  padding-left: 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

input[type=email] {
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  margin: 5px 10px 5px 0px;
  height: 46px;
  padding-left: 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

input[type=password] {
  box-sizing: border-box;
  display: inline-block;
  max-width: 400px;
  margin: 5px 10px 5px 0px;
  height: 46px;
  padding-left: 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px solid cyan;
}

input.ng-valid {
  border: 1px solid #818181;
  color: #FFFFFF;
}

input.ng-invalid {
  border: 1px solid #ff000c;
}

input.ng-touched.ng-invalid {
  border: 1px solid #ff000c;
}

input.ng-pristine {
  border: 1px solid #2b2b2b;
}

.store button[disabled],
.store input[disabled] {
  opacity: 0.3;
}
.store .recaptcha {
  margin-top: 10px;
}

.checkout-button {
  max-width: 303px;
}

/*
    * Form control
    *
    */
.form-error {
  height: 18px;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

.form-error-message {
  padding-left: 10px;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .store {
    background: #000000;
    height: 100%;
    position: relative;
    padding-bottom: 200px;
    margin-top: -10px;
  }
  .store a, .store a.header-signout.visible-phone {
    text-decoration: none;
  }
  .store h1, .store h2, .store h3, .store h4 {
    font-family: "nationale-regular", sans-serif;
    text-transform: uppercase;
    z-index: 2;
  }
  .store h1, .store h2 {
    text-align: left;
    font-size: 22px;
  }
  .store h2 {
    color: #727272;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
  }
  .store h3 {
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .store h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }
  .store .btn-new {
    border-radius: 5px;
  }

  .productSearch {
    display: inline-block;
    margin-right: 15px;
  }
  .productSearch input[type=text] {
    width: 200px;
    background: rgba(0, 0, 0, 0.2) url("/images/icons/search-icon.5b73dbd1.png") top 6px right 6px no-repeat;
    background-size: 18px;
    color: #fafafa;
    border-color: #ABABAB;
    margin: 0;
    height: 28px;
    font-size: 10px;
    letter-spacing: 1px;
    padding-right: 30px;
    right: 50px;
    top: 10px;
  }

  .valid {
    color: #3c763d;
  }

  .container-full {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .container-header {
    width: 100%;
  }

  .search-header {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-header li {
    display: inline-block;
    font-family: "nationale-demibold", sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    color: #818181;
    width: 49%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .search-header li:last-child {
    text-align: right;
    font-size: 15px;
    cursor: pointer;
  }
  .search-header .search-result-header {
    float: left;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }
  .search-header .show-more-link {
    float: right;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 14px;
    color: #818181;
  }

  .container-header h2 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .module-header {
    padding-top: 20px;
    margin-bottom: 10px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
  }

  .search-result-header {
    float: left;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .show-more-link {
    float: right;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .container-narrow {
    max-width: 1118px;
    margin: 0px auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-narrow.search {
    min-height: 1000px;
    padding-bottom: 40px;
  }

  .col-6 {
    width: 49.79999999%;
    float: left;
  }

  .col-9 {
    width: 66.888889%;
    float: left;
  }

  .clear {
    clear: both;
  }

  .feature-section {
    margin-top: -10px;
    margin-bottom: 100px;
    height: 400px;
    background: #101010;
  }

  .track-content {
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
    top: 0px;
    left: 0px;
    position: absolute;
  }

  .featured-release {
    margin-bottom: 100px;
  }

  .track-cover-art {
    width: calc(100%-40px);
    padding: 20px;
    background: #101010;
    min-height: 60px;
    box-shadow: inset 0 -26px 20px -20px #000000;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .cover-image {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
  }

  .buy-small-price {
    padding: 3px 10px;
    border: 2px solid cyan;
    font-size: 14px;
    color: cyan;
    text-decoration: none;
    font-family: "nationale-regular", sans-serif;
    position: relative;
    z-index: 2;
  }

  .top-right {
    top: 20px;
    right: 20px;
    position: absolute;
  }

  /* Checkout */
  .store-page-title {
    margin-top: -10px;
    padding-top: 30px;
    height: 130px;
    border-bottom: 2px solid #1b1b1b;
  }

  .store-page-title h1, .store-page-title h2 {
    font-family: "nationale-bold", "nationale-bold", "Helvetica", sans-serif;
    font-size: 35px;
  }

  .checkout-sub-total {
    background: #1b1b1b;
  }

  .sub-total-text {
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sub-total-price {
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 22px;
    color: cyan;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .cart-action-empty {
    float: right;
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
  }

  .payment-types {
    width: 100%;
    padding: 5px;
    max-width: 400px;
    display: block;
    background: #FFFFFF;
    height: 36px;
    text-align: center;
  }

  /* Cart */
  .cart-list {
    margin-bottom: 50px;
    min-height: 200px;
  }

  .cart-list-grid {
    margin-bottom: 35px;
  }

  .nav-large-wrapper a.cart-qty {
    font-size: 13px;
    margin-right: 20px;
  }

  .cart-item-album-art {
    width: 25%;
    height: 150px;
    min-width: 120px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .cart-item-album-art img {
    width: 100%;
  }

  .cart-item-description {
    width: calc(65% - 50px);
    min-width: 145px;
    height: 75px;
    padding-left: 30px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .cart-item-description h2 {
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .cart-item-description h3 {
    color: #818181;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
  }

  .quality-selector {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #818181;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    cursor: pointer;
  }

  .cart-price {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: cyan;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
    display: block;
  }

  .selected-quality {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #FFFFFF;
  }

  .separator {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
  }

  .cart-remove a, .cart-remove a.header-signout.visible-phone {
    font-family: "Arial", sans-serif;
    display: block;
    color: #818181;
    margin-top: 30px;
    text-decoration: none;
  }

  .cart-remove i {
    font-size: 16px;
  }

  /* Search */
  .search {
    padding-top: 80px;
  }

  .search-content-types {
    margin-bottom: 100px;
  }

  .search-result-grid {
    margin-bottom: 20px;
  }

  .search-artist-item-description {
    /*padding-top: 50px;
    height: 85px;
    padding-left: 30px;
    float: left;
    border: 0px solid #FFFFFF;*/
    width: calc(65% - 50px);
    min-width: 145px;
    padding-top: 60px;
    height: 75px;
    padding-left: 20px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .search-item-description {
    width: calc(65% - 50px);
    min-width: 145px;
    padding-top: 10px;
    height: 75px;
    padding-left: 30px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .list-buy-button {
    padding-left: 30px;
    float: left;
  }

  .list-buy-button .btn-new {
    padding: 3px 8px;
  }

  .search-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-width: 100px; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 49px;
  }

  .search-item-description h2, .search-artist-item-description h2 {
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
  }
  .search-item-description h2 a, .search-item-description h2 a.header-signout.visible-phone, .search-artist-item-description h2 a, .search-artist-item-description h2 a.header-signout.visible-phone {
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block;
  }

  .search-item-description h3 {
    color: #818181;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
  }

  .rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* Account */
  .list-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    border-bottom: 1px solid #818181;
  }

  .list-item:first-child {
    border-top: 1px solid #818181;
  }

  .list-column {
    float: left;
  }

  .list-number, .list-track-length, .list-download {
    padding: 16px;
  }

  .list-description {
    width: 71%;
    padding-top: 3px;
  }

  .list-number p, .list-track-length p {
    color: #818181;
  }

  .list-download {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .btn-zip-small {
    font-size: 12px;
    display: block;
    max-width: 200px;
  }

  .small {
    font-size: 12px;
  }

  .download-bundle-actions {
    float: right;
  }

  .table-row.row-header.download-multiple {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .store {
    background: #000000;
    height: 100%;
    position: relative;
    padding-bottom: 200px;
    padding-top: 50px;
  }
  .store h1, .store h2, .store h3, .store h4 {
    font-family: "nationale-regular", sans-serif;
    text-transform: uppercase;
    z-index: 2;
  }
  .store h1, .store h2 {
    text-align: left;
    font-size: 22px;
  }
  .store h2 {
    color: #727272;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
  }
  .store h3 {
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .store h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }
  .store .btn-new {
    border-radius: 5px;
  }
  .store .table-row.row-header.download-multiple {
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    min-height: 110px;
  }
  .store .download-bundle-actions {
    clear: both;
  }
  .store .table-cell.ownload-manager-quality-select {
    clear: both;
  }

  .store-purchase-history {
    max-width: 1000px;
    padding: 20px;
    margin: 0px auto;
    min-height: 200px;
    position: relative;
  }

  .productSearch {
    display: inline-block;
    margin-right: 15px;
  }
  .productSearch input[type=text] {
    width: 200px;
    background: rgba(0, 0, 0, 0.2) url("/images/icons/search-icon.5b73dbd1.png") top 6px right 6px no-repeat;
    background-size: 18px;
    color: #fafafa;
    border-color: #ABABAB;
    margin: 0;
    height: 28px;
    font-size: 10px;
    letter-spacing: 1px;
    padding-right: 30px;
    right: 50px;
    top: 10px;
  }

  .valid {
    color: #3c763d;
  }

  .container-full {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .container-header {
    width: 100%;
  }

  .search-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .search-header li {
    display: inline-block;
    font-family: "nationale-demibold", sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    color: #818181;
    width: 49%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .search-header li:last-child {
    text-align: right;
    font-size: 15px;
    cursor: pointer;
  }
  .search-header .search-result-header {
    float: left;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 16px;
    color: #818181;
  }
  .search-header .show-more-link {
    float: right;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 14px;
    color: #818181;
  }

  .container-header h2 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .module-header {
    padding-top: 20px;
    margin-bottom: 10px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
  }

  .search-result-header {
    float: left;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .show-more-link {
    float: right;
    margin-bottom: 20px;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
    font-size: 18px;
    color: #818181;
  }

  .container-narrow {
    max-width: 1118px;
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-6 {
    width: 100%;
    float: left;
  }

  .col-9 {
    width: 100%;
    float: left;
  }

  .clear {
    clear: both;
  }

  .feature-section {
    margin-top: -10px;
    margin-bottom: 100px;
    height: 400px;
    background: #101010;
  }

  .track-content {
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
    top: 0px;
    left: 0px;
    position: absolute;
  }

  .featured-release {
    margin-bottom: 100px;
  }

  .track-cover-art {
    width: calc(100% - 40px);
    padding: 20px;
    background: #101010;
    min-height: 60px;
    box-shadow: inset 0 -26px 20px -20px #000000;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .cover-image {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
  }

  .buy-small-price {
    padding: 3px 10px;
    border: 2px solid cyan;
    font-size: 14px;
    color: cyan;
    text-decoration: none;
    font-family: "nationale-regular", sans-serif;
    position: relative;
    z-index: 2;
  }

  .top-right {
    top: 20px;
    right: 20px;
    position: absolute;
  }

  /* Checkout */
  .store-page-title {
    margin-top: -10px;
    padding-top: 30px;
    height: 130px;
    border-bottom: 2px solid #1b1b1b;
  }

  .store-page-title h1, .store-page-title h2 {
    font-family: "nationale-bold", "nationale-bold", "Helvetica", sans-serif;
    font-size: 35px;
  }

  .checkout-sub-total {
    background: #1b1b1b;
  }

  .sub-total-text {
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sub-total-price {
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 22px;
    color: cyan;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .cart-action-empty {
    float: right;
    display: inline-block;
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
  }

  .payment-types {
    width: 100%;
    padding: 5px;
    max-width: 400px;
    display: block;
    background: #FFFFFF;
    height: 36px;
    text-align: center;
  }

  /* Cart */
  .cart-list {
    margin-bottom: 50px;
    min-height: 200px;
  }

  .cart-list-grid {
    margin-bottom: 35px;
  }

  .nav-large-wrapper a.cart-qty {
    font-size: 13px;
    margin-right: 20px;
  }

  .cart-item-album-art {
    width: 10%;
    min-width: 60px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .cart-item-album-art img {
    width: 100%;
  }

  .cart-item-description {
    width: calc(74% - 50px);
    height: 150px;
    padding-left: 50px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .cart-item-description h2 {
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .cart-item-description h3 {
    color: #818181;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
  }

  .quality-selector {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #818181;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    cursor: pointer;
  }

  .cart-price {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: cyan;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
    display: block;
  }

  .selected-quality {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #FFFFFF;
  }

  .separator {
    font-family: "nationale", "nationale-bold", "Helvetica", sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
  }

  .cart-remove a, .cart-remove a.header-signout.visible-phone {
    font-family: "Arial", sans-serif;
    display: block;
    color: #818181;
    margin-top: 30px;
    text-decoration: none;
  }

  /* Search */
  .search {
    padding-top: 30px;
  }

  .search-content-types {
    margin-bottom: 75px;
  }

  .search-result-grid {
    margin-bottom: 20px;
  }

  .search-artist-item-description {
    padding-top: 20px;
    float: left;
    width: 65%;
    margin-left: 5%;
    border: 0px solid #FFFFFF;
  }

  .search-item-description {
    width: calc(60% - 30px);
    padding-top: 10px;
    height: 70px;
    padding-left: 30px;
    float: left;
    border: 0px solid #FFFFFF;
  }

  .list-buy-button {
    text-align: right;
    padding-top: 13px;
  }

  .search-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search-item-text h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .search-item-description h2, .search-artist-item-description h2 {
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  .search-item-description h2 a, .search-item-description h2 a.header-signout.visible-phone, .search-artist-item-description h2 a, .search-artist-item-description h2 a.header-signout.visible-phone {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block;
  }

  .search-item-description h3 {
    color: #818181;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
  }

  .rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* Account */
  .list-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    border-bottom: 1px solid #818181;
  }

  .list-item:first-child {
    border-top: 1px solid #818181;
  }

  .list-item.selected {
    background-color: #222;
  }

  .list-column {
    float: left;
  }

  .list-number {
    width: 2%;
  }

  .list-number, .list-track-length, .list-download {
    padding: 16px;
  }

  .list-description {
    width: 70%;
    padding-top: 3px;
  }

  .list-number p, .list-track-length p {
    color: #818181;
  }

  .list-download {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .small {
    font-size: 12px;
  }
}
@media (max-width: 470px) {
  .table-row.row-header.download-multiple {
    min-height: 180px !important;
  }

  .btn-download-multiple-quality:first-child {
    width: 85%;
    text-align: center;
  }

  .btn-download-multiple-quality {
    width: 85%;
    text-align: center;
  }
}
.store-checkout-items {
  width: 95%;
  margin: 0 auto;
  max-width: 380px;
}
.store-checkout-items .checkout-headline {
  color: #fff;
  font-family: "nationale-bold", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}
.store-checkout-items .cart-item-album-art {
  width: 100%;
  margin: 0 auto;
  float: none;
  border: none;
}
.store-checkout-items .cart-item-description {
  float: none;
  border: none;
  padding: 0;
  width: 100%;
  margin: 20px auto;
  height: auto;
}
.store-checkout-items .cart-item-description h2, .store-checkout-items .cart-item-description h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 2px;
}
.store-checkout-items .cart-list {
  margin-bottom: 0;
}
.store-checkout-items .quality-selector-wrap {
  float: left;
  margin-top: 20px;
}
.store-checkout-items .quality-selector {
  margin: 0 2px;
}
.store-checkout-items .quality-selector.quality-selector-first {
  margin-left: 0;
}
.store-checkout-items .cart-price {
  float: right;
  margin-top: 20px;
}
.store-checkout-items .selected-quality {
  font-family: "nationale-demibold", sans-serif;
}
.store-checkout-items .cart-list-grid {
  margin-bottom: 30px;
  overflow: hidden;
  float: none;
}

.store-sub-total {
  background: #252424;
  text-align: center;
}
.store-sub-total .sub-total-text {
  width: 95%;
  text-align: center;
  letter-spacing: 2px;
  font-family: "nationale-demibold", sans-serif;
  margin: 25px auto;
  color: #fff;
  font-size: 18px;
}
.store-sub-total .sub-total-text .total-price {
  color: cyan;
  margin-left: 3px;
}

.store-checkout-method {
  width: 95%;
  margin: 40px auto;
  max-width: 306px;
}
.store-checkout-method .store-checkout-headline {
  font-family: "nationale-bold", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.store-checkout-method input[type=text], .store-checkout-method input[type=email] {
  width: 91%;
  margin: 5px 5px 5px 0;
  max-width: 303px;
}
.store-checkout-method .icon-exclamation-mark {
  color: #fff;
}
.store-checkout-method .btn-new {
  width: 99%;
  padding-left: 0px;
  padding-right: 0;
  margin-top: 10px;
}
.store-checkout-method .download-manager-quality-select {
  width: 100%;
}
.store-checkout-method .store-checkout-method-headline {
  font-weight: normal;
  font-family: "nationale-demibold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.store-checkout-method .store-checkout-card {
  margin-top: 20px;
}
.store-checkout-method .payment-option-logos {
  font-size: 40px;
  color: #FFFFFF;
  padding: 5px;
}
.store-checkout-method .payment-types {
  padding: 5px 0;
}

.store h3 {
  font-weight: normal;
}
.store .store-top {
  width: 100vw;
  height: 30vh;
  min-height: 200px;
  margin-top: 70px;
  background: #000 url("/images/store/store-prod-hero-bg.1bd646b0.jpg") center top no-repeat;
  background-size: 130%;
  overflow: hidden;
}
.store .store-top-exlusive {
  min-height: 360px;
}
@media (max-width: 767px) {
  .store .store-top {
    width: 100vw;
    min-height: 200px;
    background: #000 url("/images/store/store-prod-hero-bg.1bd646b0.jpg") center top no-repeat;
    background-size: 130%;
    overflow: hidden;
    margin-top: 10px;
  }
  .store .store-top-exlusive {
    height: auto;
  }
  .store .email-delivery {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .store .store-exclusive-album-art {
    float: left;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .store .store-exclusive-album-art img {
    width: 100%;
    text-align: center;
  }
  .store .store-exclusive-album-info {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .store .store-exclusive-album-info h1, .store .store-exclusive-album-info h2 {
    font-family: "nationale-bold", sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative !important;
  }
  .store .store-exclusive-album-info h3 {
    font-family: "nationale-demibold", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  .store .download-zip {
    display: none;
  }
}
.store .account-featured {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0px auto;
  height: 30vh;
  min-height: 200px;
  position: relative;
}
.store .account-featured h1, .store .account-featured h2 {
  position: absolute;
  bottom: 0px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .store .store-exclusive {
    width: 100%;
    height: 28vh;
  }
  .store .store-exclusive-album-art {
    width: 30%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .store .store-exclusive-album-art img {
    width: 100%;
    text-align: center;
  }
  .store .account-featured {
    padding-left: 40px;
  }
  .store .store-exclusive-album-info {
    width: 54%;
    float: left;
    box-sizing: border-box;
  }
  .store .store-exclusive-album-info h1, .store .store-exclusive-album-info h2 {
    font-family: "nationale-bold", sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
  }
  .store .store-exclusive-album-info h3 {
    font-family: "nationale-demibold", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  .store .download-zip {
    display: inline;
  }
}
.store .store-account-headline {
  width: 90%;
  text-align: left;
  font-family: "nationale-bold", sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 0 auto 60px auto;
}
.store .store-account-purchased {
  margin-left: auto;
}
.store .store-account-purchased h2 {
  font-family: "nationale-bold", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
}
.store .store-account-purchased-listing {
  width: 100%;
}
.store .store-account-paging {
  width: 70%;
  min-height: 40px;
  padding: 15px;
  padding-bottom: 30px;
  margin-left: 30px;
}
.store .store-account-page {
  padding: 10px 12px;
  float: left;
  border: 1px solid #484848;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 15px;
  text-align: center;
  cursor: pointer;
}
.store .store-account-page a {
  font-family: "nationale-bold", sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
.store .active {
  border: 1px solid #FFFFFF;
}
.store .no-border {
  border: 0px solid #000000;
}
.store .store-account-purchased-item {
  display: table-row;
}
.store .store-account-purchased-item:first-child .store-account-purchased-cell {
  border-top: 1px solid #484848;
}
.store .store-account-purchased-item-header {
  display: table-row;
  margin-bottom: 20px;
}
.store .progress-bar {
  width: 0%;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: cyan;
  display: block;
}
.store .store-account-purchased-cell {
  display: table-cell;
  border-bottom: 1px solid #484848;
  vertical-align: middle;
  height: 55px;
}
.store .table-row {
  border-bottom: 1px solid #484848;
  vertical-align: middle;
  height: 55px;
  margin-bottom: 20px;
}
.store .item-list {
  padding: 15px;
}
.store .not-compatible {
  background-color: #1A1919;
  border: 1px solid #2E2E2E;
  padding: 25px;
}
.store .unsupported-list-header {
  border-bottom: 1px solid #484848;
  vertical-align: middle;
  height: 25px;
  margin-bottom: 20px;
}
.store .unsupported-list-disclaimer {
  border-bottom: 0px solid #484848;
  vertical-align: middle;
  min-height: 60px;
  margin-bottom: 25px;
}
.store .unsupported-list-disclaimer p {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.store .unsupported-list {
  border-bottom: 0px solid #484848;
  vertical-align: middle;
  height: 70px;
  margin-bottom: 25px;
}
.store .unsupported-list .unsupported-list-device {
  width: 15%;
  min-width: 50px;
  padding: 0px;
  text-align: center;
}
.store .unsupported-list .unsupported-list-device img {
  width: 100%;
  max-width: 80px;
}
.store .unsupported-list .unsupported-list-description {
  padding-left: 15px;
}
.store .unsupported-list .download-not-supported-btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fefefe;
  background-color: #000;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: none;
  min-width: 0;
  width: auto;
  padding: 6px 16px 6px 16px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  line-height: 1.3;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  -webkit-transition: background-color 90ms ease-in-out;
  -moz-transition: background-color 90ms ease-in-out;
  -ms-transition: background-color 90ms ease-in-out;
  -o-transition: background-color 90ms ease-in-out;
  transition: background-color 90ms ease-in-out;
}
.store .unsupported-list p {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.store .track-list .store-account-purchased-prod {
  width: 48%;
}
.store .table-cell {
  vertical-align: middle;
  float: left;
  height: 52px;
}
.store .table-download-icon {
  width: 20%;
}
.store .table-download-icon div {
  cursor: pointer;
  width: 26px;
  float: left;
  text-align: center;
  margin: 0 4px;
}
.store .table-download-icon div:hover {
  opacity: 0.85;
}
.store .table-download-icon div i {
  color: #FFFFFF;
}
.store .table-download-icon div .processing-download {
  color: #727272;
}
.store .table-download-icon div .album-download-intiate {
  height: 15px;
}
.store .table-download-icon div .hidden {
  display: none;
}
.store .table-download-icon div.inactive {
  cursor: default;
}
.store .table-download-icon div.inactive i, .store .table-download-icon div.inactive span {
  color: #666;
}
.store .table-download-icon .download-icon {
  width: 50%;
}
.store .table-download-icon span {
  color: #A7A7A7;
  font-family: "nationale-bold", sans-serif;
  font-size: 9px;
}
.store .album-progress-container {
  float: left;
  width: 100%;
}
.store .store-account-item-type {
  width: 3%;
  text-align: center;
  box-sizing: border-box;
}
.store .store-account-item-type p {
  font-size: 12px;
  color: #818181;
}
.store .store-account-item-type i {
  font-size: 22px;
  color: #818181;
  display: inline-block;
  margin-top: 5px;
}
.store .store-account-purchased-nr {
  width: 7%;
  text-align: center;
  box-sizing: border-box;
}
.store .store-account-purchased-nr p {
  font-size: 12px;
  color: #818181;
}
.store .store-account-purchased-nr i {
  font-size: 22px;
  color: #818181;
  display: inline-block;
  margin-top: 5px;
}
.store .album-download-intiate {
  vertical-align: middle;
  height: 12px;
  width: 14px;
}
.store .btn-download-multiple-quality {
  border: 1px solid #6a6a6a;
  padding: 8px 15px 7px 15px;
  color: #FFFFFF;
  font-size: 10px;
  font-family: "nationale-bold", "nationale-bold", "Helvetica", sans-serif;
  margin: 0px 5px 5px 5px;
  float: left;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.store .btn-download-multiple-quality i {
  color: #FFFFFF;
  font-size: 14px;
  vertical-align: middle;
  width: 15px;
}
.store .btn-download-multiple-quality span {
  vertical-align: middle;
}
.store .btn-deactivated {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  pointer-events: none;
  cursor: default;
}
.store .btn-deactivated i {
  color: #2b2b2b;
}
.store .row-header {
  margin-top: 20px;
  height: 35px;
  width: 100%;
}
.store .row-header h3 {
  font-family: "nationale-bold", sans-serif;
  color: #727272;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
}
.store .row-header .store-account-purchased-artist {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}
.store .row-header.download-multiple {
  height: 55px;
}
.store .store-account-purchased-prod {
  width: 55%;
}
.store .store-account-purchased-prod h3 {
  font-family: "nationale-bold", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.store .store-account-purchased-prod .store-account-purchased-artist {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}
.store .table-downloads-remaining {
  width: 20%;
  text-align: center;
}
.store .table-downloads-remaining span {
  color: #A7A7A7;
  font-family: "nationale-bold", sans-serif;
  font-size: 7px;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
}
.store .table-downloads-remaining span:first-child {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 2;
}
.store .store-account-purchased-download {
  width: 75px;
}
.store .store-account-purchased-download div {
  cursor: pointer;
  width: 26px;
  float: left;
  text-align: center;
  margin: 0 4px;
}
.store .store-account-purchased-download div:hover {
  opacity: 0.85;
}
.store .store-account-purchased-download .download-icon {
  width: 50%;
}
.store .store-account-purchased-download span {
  color: #A7A7A7;
  font-family: "nationale-bold", sans-serif;
  font-size: 9px;
}
.store .campaign-promotion-download-trial {
  width: 90%;
  margin: 40px auto;
  max-width: 450px;
  text-align: center;
}
.store .campaign-promotion-download-trial h3 {
  text-align: center;
}

.processing-download-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.processing-download-backdrop .processing-download-container {
  width: 320px;
  height: 260px;
  background-color: black;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  margin-top: -130px;
  margin-left: -160px;
  border: 1px solid #484848;
}
.processing-download-backdrop .processing-download-header {
  width: 300px;
  height: 20px;
  padding: 10px;
  text-align: right;
}
.processing-download-backdrop .processing-download-header i {
  color: #FFFFFF;
  font-size: 26px;
}
.processing-download-backdrop .processing-download-content {
  margin-left: 20px;
  width: 280px;
  height: 200px;
  text-align: center;
}
.processing-download-backdrop .processing-download-content h3 {
  font-family: "nationale-bold", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.processing-download-backdrop .processing-download-content h4 {
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #FFFFFF;
}
.processing-download-backdrop .processing-download-content h5 {
  font-family: "nationale-bold", sans-serif;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #FFFFFF;
}

.container-narrow.search {
  padding: 0 15px;
}

.search-item-description {
  padding-left: 20px;
  width: calc(46% - 20px);
}
.search-item-description .search-item-text a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
}
.search-item-description h3 a, .search-item-description h3 a.header-signout.visible-phone {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.4;
  color: #818181;
}

.list-buy-button {
  padding: 0;
  width: 70px;
  float: left;
  margin-left: 20px;
  margin-right: 0;
}
@media (min-width: 375px) {
  .list-buy-button {
    width: 90px;
  }
}
.list-buy-button .btn-new {
  border: 2px solid cyan;
  border-radius: 0;
  padding: 7px 8px;
  margin: 10px 0 0 0;
  font-size: 10px !important;
  width: auto;
  font-family: "nationale-demibold", sans-serif;
}

@media (min-width: 768px) {
  .store-checkout-items {
    padding-top: 90px;
    max-width: 800px;
    margin: 0 auto;
  }
  .store-checkout-items .checkout-headline {
    margin-top: 0;
    font-size: 45px;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
  .store-checkout-items .cart-list-grid {
    width: 100%;
    max-width: 700px;
  }
  .store-checkout-items .cart-price {
    float: left;
    margin-top: 22px;
    margin-left: 20px;
    text-transform: uppercase;
  }
  .store-checkout-items .cart-item-album-art {
    float: left;
    width: 40%;
    height: auto;
  }
  .store-checkout-items .cart-item-description {
    float: right;
    width: 55%;
    margin-top: 0;
  }
  .store-checkout-items .cart-item-description h2, .store-checkout-items .cart-item-description h3 {
    font-size: 20px;
  }

  .store-sub-total .sub-total-text {
    max-width: 800px;
    text-align: left;
    font-size: 22px;
    letter-spacing: 3px;
  }

  .store-checkout-method {
    overflow: hidden;
    max-width: 800px;
    margin-top: 20px;
  }
  .store-checkout-method .store-checkout-headline {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .store-checkout-method .store-checkout-voucher {
    width: 45%;
    float: left;
  }
  .store-checkout-method .store-checkout-voucher .terms-voucher {
    margin-top: 10px;
    display: inline-block;
  }
  .store-checkout-method .store-checkout-voucher .terms-voucher-input {
    margin-left: 10px;
    width: 15px;
  }
  .store-checkout-method .store-checkout-card {
    width: 45%;
    float: right;
    margin-top: 0;
    padding: 5px;
  }
  .store-checkout-method .payment-option-logos {
    font-size: 40px;
    color: #FFFFFF;
  }

  .store-account {
    padding-top: 0px;
    width: 100vw;
  }
  .store-account .store-purchase-history {
    max-width: 1000px;
    padding: 20px;
    margin: 0px auto;
    min-height: 200px;
    position: relative;
  }
  .store-account .store-account-headline {
    font-size: 32px;
    margin-bottom: 80px;
    letter-spacing: 4px;
  }
  .store-account .store-account-purchased-cell {
    height: 65px;
  }
  .store-account .store-account-purchased h2 {
    font-family: "nationale-demibold", sans-serif;
    margin-bottom: 30px;
  }
  .store-account .store-account-purchased h4 {
    font-family: "nationale-demibold", sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 14px;
  }

  .container-narrow.search {
    padding-top: 120px;
  }
  .container-narrow.search .search-item-description {
    width: calc(50% - 20px);
  }
  .container-narrow.search .list-buy-button {
    width: 120px;
  }
  .container-narrow.search .list-buy-button .btn-new {
    font-size: 12px;
  }
  .container-narrow.search .search-result-grid {
    width: 48%;
  }
  .container-narrow.search .search-result-grid:nth-child(2n+2) {
    margin-right: 4%;
  }
  .container-narrow.search .search-item-description .search-item-text a {
    font-size: 14px;
  }
  .container-narrow.search .search-item-description h3 a {
    font-size: 14px;
  }
}
prod-listing-title:focus {
  outline: none;
  opacity: 0.98;
}

.page-store-home footer {
  background: #000;
  z-index: 1000000;
  position: relative;
}

.page-index-2 .nav-close.header-shop header {
  background: rgba(0, 0, 0, 0.75) !important;
}

.page-store-exp {
  padding-bottom: 0px;
}
.page-store-exp .store-exp-featured, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release, .page-store-exp .store-exp-featured-two {
  top: 45px;
}
.page-store-exp .store-exp-featured img, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release img, .page-store-exp .store-exp-featured-two img {
  width: 100%;
}
.page-store-exp .featured-loader {
  width: 27px !important;
  display: block !important;
  margin: 0 auto 200px auto !important;
  padding-top: 250px !important;
}
.page-store-exp .store-featured-flick {
  display: none;
}
.page-store-exp .exp {
  position: relative;
  top: 150px;
  width: 90%;
  height: 300px;
  margin: 0 auto;
}
.page-store-exp .store-exp-flow-item {
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 500ms transform ease-out;
  -ms-transition: 500ms transform ease-out;
  -moz-transition: 500ms transform ease-out;
  -o-transition: 500ms transform ease-out;
  transition: 500ms transform ease-out;
}
.page-store-exp .store-exp-flow-item.store-exp-flow-item-1 {
  background: cyan;
  z-index: 5;
}
.page-store-exp .store-exp-flow-item.store-exp-flow-item-2 {
  background: #ff0000;
  z-index: 4;
  left: 50px;
}
.page-store-exp .store-exp-flow-item.store-exp-flow-item-3 {
  background: green;
  z-index: 3;
  left: 85px;
}
.page-store-exp .store-exp-flow-item.store-exp-flow-item-4 {
  background: blue;
  z-index: 2;
  left: 110px;
}
.page-store-exp .store-exp-flow-item.store-exp-flow-item-5 {
  background: yellow;
  z-index: 1;
  left: 130px;
}
.page-store-exp .store-exp-featured .slick-prev, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-prev, .page-store-exp .store-exp-featured-two .slick-prev {
  left: 0;
  top: 40%;
  opacity: 0.5;
  z-index: 2;
}
.page-store-exp .store-exp-featured .slick-next, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-next, .page-store-exp .store-exp-featured-two .slick-next {
  right: 0;
  top: 40%;
  opacity: 0.5;
  z-index: 2;
}
.page-store-exp .store-exp-featured .slick-dots, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-dots, .page-store-exp .store-exp-featured-two .slick-dots {
  width: 50%;
  bottom: -5px;
  text-align: left;
  margin-left: 15px;
}
.page-store-exp .store-exp-featured .slick-dots li, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-dots li, .page-store-exp .store-exp-featured-two .slick-dots li {
  margin: 0;
  width: 10px;
}
.page-store-exp .store-exp-featured .slick-dots li button:before, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-dots li button:before, .page-store-exp .store-exp-featured-two .slick-dots li button:before {
  color: #fff;
}
.page-store-exp .store-exp-featured .slick-dots li.slick-active button:before, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .slick-dots li.slick-active button:before, .page-store-exp .store-exp-featured-two .slick-dots li.slick-active button:before {
  color: #fff;
}
.page-store-exp .store-exp-featured .featured-item, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-item, .page-store-exp .store-exp-featured-two .featured-item {
  position: relative;
  outline: none !important;
}
.page-store-exp .store-exp-featured .featured-item-info, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-item-info, .page-store-exp .store-exp-featured-two .featured-item-info {
  cursor: pointer;
  outline: none !important;
  padding: 20px 20px 0px 20px;
}
.page-store-exp .store-exp-featured .featured-buy-btn, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-buy-btn, .page-store-exp .store-exp-featured-two .featured-buy-btn {
  outline: none !important;
  text-align: right;
  display: block;
}
.page-store-exp .store-exp-featured .featured-buy-btn .btn-new, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-buy-btn .btn-new, .page-store-exp .store-exp-featured-two .featured-buy-btn .btn-new {
  font-size: 10px;
  margin: 0;
  padding: 5px 10px;
  font-family: "nationale-demibold", sans-serif;
  margin-top: 20px;
}
.page-store-exp .store-exp-featured .featured-exclusive-header, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-exclusive-header, .page-store-exp .store-exp-featured-two .featured-exclusive-header {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  margin-bottom: 10px;
}
.page-store-exp .store-exp-featured .featured-artist-header, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-artist-header, .page-store-exp .store-exp-featured-two .featured-artist-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-exp-featured .featured-artist-header > a, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-artist-header > a, .page-store-exp .store-exp-featured-two .featured-artist-header > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-exp-featured .featured-title-header, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-title-header, .page-store-exp .store-exp-featured-two .featured-title-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-exp-featured .featured-title-header > a, .page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-title-header > a, .page-store-exp .store-exp-featured-two .featured-title-header > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: "nationale-bold", sans-serif;
  text-decoration: none;
}
.page-store-exp .shift .store-exp-flow-item {
  -webkit-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  -moz-transform: translateX(-3%);
  -o-transform: translateX(-3%);
  transform: translateX(-3%);
}
.page-store-exp .shift .store-exp-flow-item:nth-child(1) {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.page-store-exp .store-exp-top {
  background: #212121;
  margin-top: 20px;
  -webkit-transition: transform 400ms ease-out;
  -ms-transition: transform 400ms ease-out;
  -moz-transition: transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
}
@media (max-width: 767px) {
  .page-store-exp .store-exp-top.active-shelf-top {
    -webkit-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
}
.page-store-exp .store-exp-top-item {
  position: relative;
  background: #212121;
  top: 0px;
  -webkit-box-shadow: inset 0px -13px 17px -5px #000;
  -ms-box-shadow: inset 0px -13px 17px -5px #000;
  -moz-box-shadow: inset 0px -13px 17px -5px #000;
  -o-box-shadow: inset 0px -13px 17px -5px #000;
  box-shadow: inset 0px -13px 17px -5px #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  max-height: 154px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-store-exp .store-exp-top-item {
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 450ms ease-out;
    -ms-transition: all 450ms ease-out;
    -moz-transition: all 450ms ease-out;
    -o-transition: all 450ms ease-out;
    transition: all 450ms ease-out;
  }
  .page-store-exp .store-exp-top-item a {
    pointer-events: none;
  }
  .page-store-exp .store-exp-top-item.store-exp-top-item-active {
    max-height: 820px;
    -webkit-transform: translate3d(0, -90px, 0);
    -ms-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -o-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    cursor: default;
  }
  .page-store-exp .store-exp-top-item.store-exp-top-item-active a {
    pointer-events: auto;
  }
  .page-store-exp .store-exp-top-item.store-exp-top-item-last {
    height: 100px;
    box-shadow: none;
  }
}
.page-store-exp .store-exp-top-info {
  width: 60%;
  margin-left: 5%;
  float: left;
}
.page-store-exp .prod-related-headline-top-front {
  color: #A2A2A2;
  margin-left: 5%;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "nationale-bold", sans-serif;
  margin-top: 80px;
  margin-bottom: 0;
}
.page-store-exp .store-exp-top-cta {
  float: right;
  margin-right: 5%;
}
.page-store-exp .store-exp-top-cta .btn-new {
  font-size: 10px;
  margin: 0;
  padding: 5px 10px;
  min-width: 40px;
  font-family: "nationale-demibold", sans-serif;
}
.page-store-exp .store-top-title {
  font-family: "nationale-demibold", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.6;
  text-transform: uppercase;
}
.page-store-exp .store-top-title a {
  font-size: inherit;
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}
.page-store-exp .store-top-artist {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}
.page-store-exp .store-top-artist a {
  font-size: inherit;
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}
.page-store-exp .store-exp-top-cover {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  clear: left;
}
.page-store-exp .store-exp-top-cover a {
  display: block;
}
.page-store-exp .store-exp-top-cover a:after {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0px;
  top: 0;
  display: block;
  content: "";
  -webkit-box-shadow: 0px 0 2px rgba(255,255,255,0.12) inset, 0px 1px 0px rgba(255,255,255,.1) inset;
  -ms-box-shadow: 0px 0 2px rgba(255,255,255,0.12) inset, 0px 1px 0px rgba(255,255,255,.1) inset;
  -moz-box-shadow: 0px 0 2px rgba(255,255,255,0.12) inset, 0px 1px 0px rgba(255,255,255,.1) inset;
  -o-box-shadow: 0px 0 2px rgba(255,255,255,0.12) inset, 0px 1px 0px rgba(255,255,255,.1) inset;
  box-shadow: 0px 0 2px rgba(255,255,255,0.12) inset, 0px 1px 0px rgba(255,255,255,.1) inset;
}
.page-store-exp .store-exp-top-cover img {
  width: 90%;
}
.page-store-exp .store-prod-hero {
  margin-top: 45px;
}
.page-store-exp .store-prod-hero h2 {
  width: 90%;
  margin: 0px auto;
  line-height: 1.5;
  letter-spacing: 3px;
  font-family: "nationale-bold", sans-serif;
  text-transform: uppercase;
}
.page-store-exp .store-prod-hero .hero-artist {
  margin-top: 20px;
  outline: none !important;
  cursor: pointer;
}
.page-store-exp .store-prod-hero .hero-title {
  margin-top: 3px;
}
.page-store-exp .store-prod-hero img {
  width: 100%;
}
.page-store-exp .store-prod-listing-pre {
  overflow: hidden;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-quality {
  float: left;
  margin-left: 5%;
  margin-top: 20px;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-quality span {
  color: #fff;
  margin: 0 6px;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-quality a {
  text-decoration: none;
  outline: none !important;
  font-family: "nationale-demibold", sans-serif;
  color: #818181;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-quality a.active-choice {
  color: #fff;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-purchase {
  float: right;
  margin-right: 5%;
  margin-top: 15px;
}
.page-store-exp .store-prod-listing-pre .store-prod-cta-purchase .btn-new {
  font-size: 10px;
  margin: 0;
  padding: 5px 10px;
  font-family: "nationale-demibold", sans-serif;
}
.page-store-exp .store-prod-listing {
  width: 95%;
  margin-left: auto;
  margin-top: 35px;
}
.page-store-exp .prod-listing-header {
  border-top: 0px solid #3A3939;
}
.page-store-exp .prod-listing-header {
  position: relative;
  overflow: hidden;
  height: 55px;
  border-bottom: 1px solid #3A3939;
}
.page-store-exp .prod-listing-header .prod-listing-cell {
  width: 100%;
  padding-top: 19px;
}
.page-store-exp .prod-listing-header .prod-listing-cell span {
  font-size: 15px;
  color: #6F6F6F;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.page-store-exp .prod-listing-item:first-child {
  border-top: 1px solid #3A3939;
}
.page-store-exp .prod-listing-item {
  position: relative;
  overflow: hidden;
  height: 55px;
  border-bottom: 1px solid #3A3939;
}
.page-store-exp .prod-listing-item .progress-bar {
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: cyan;
  transition: 0.5s linear;
}
.page-store-exp .track-inactive {
  opacity: 0.3;
}
.page-store-exp .prod-listing-item.playing .progress-bar {
  display: block;
}
.page-store-exp .prod-listing-item.playing .prod-listing-title p, .page-store-exp .prod-listing-item.playing .prod-listing-control i {
  color: cyan;
}
.page-store-exp .prod-listing-cell {
  float: left;
}
.page-store-exp .prod-listing-cell p {
  font-size: 13px;
}
.page-store-exp .prod-listing-number {
  width: 20px;
  padding-top: 19px;
}
.page-store-exp .prod-listing-number span {
  font-size: 13px;
  color: #6F6F6F;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
}
.page-store-exp .prod-listing-control {
  width: 35px;
  padding-top: 17px;
}
.page-store-exp .prod-listing-control i {
  font-size: 21px;
  color: #fff;
}
.page-store-exp .prod-listing-title {
  position: relative;
  width: 67%;
}
.page-store-exp .prod-listing-title:before {
  content: "&nbsp;";
  visibility: hidden;
}
.page-store-exp .prod-listing-title p {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-store-exp .version {
  color: #858585;
}
.page-store-exp .prod-listing-length {
  width: 50px;
  float: right;
}
.page-store-exp .prod-listing-length p {
  color: #6F6F6F;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 21px;
  margin: 0;
}
.page-store-exp .store-prod-description {
  width: 90%;
  margin: 40px auto 0 auto;
}
.page-store-exp .store-prod-description img {
  width: 100%;
}
.page-store-exp .store-prod-description h2 {
  color: #A2A2A2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-prod-description .description-headline-desktop {
  display: none;
}
.page-store-exp .store-prod-description p {
  color: #A2A2A2;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 12px;
}
.page-store-exp .store-prod-description p a {
  font-size: inherit;
}
.page-store-exp .store-prod-description .read-more-bio {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "nationale-demibold", sans-serif;
  display: inline-block;
  margin-top: 20px;
}
.page-store-exp .store-prod-related-release-wrap {
  margin-top: 100px;
  width: 100%;
  margin-left: auto;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release {
  top: 8px;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release img {
  width: 95%;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-item-info {
  position: relative;
  padding: 20px 0 0 0;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-artist-header {
  font-size: 14px;
  width: 72%;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-artist-header > a {
  font-size: 14px;
  width: 72%;
  text-decoration: none;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-buy-btn {
  position: absolute;
  bottom: 10px;
  right: 5%;
  top: 0px;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-title-header {
  font-size: 14px;
  width: 72%;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  color: #818181;
}
.page-store-exp .store-prod-related-release-wrap .store-prod-related-release .featured-title-header > a {
  font-size: 14px;
  width: 72%;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  color: #818181;
}
.page-store-exp .store-prod-related-release-wrap .prod-related-headline {
  color: #A2A2A2;
  margin-left: 5%;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-prod-artist-hero .store-prod-hero-img img {
  width: 100%;
}
.page-store-exp .store-prod-artist-hero .store-prod-hero-info h2 {
  font-size: 30px;
}
.page-store-exp .store-prod-artist-hero .hero-artist {
  margin-top: 5px;
}
.page-store-exp .store-prod-related-release-wrap-artist {
  margin: 60px auto 80px auto;
}
.page-store-exp .store-prod-related-release-wrap-artist .prod-related-headline {
  font-size: 18px;
  font-family: "nationale-demibold", sans-serif;
}
.page-store-exp .store-front-new-releases {
  width: 90%;
  margin: 0px auto 105px auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .page-store-exp .store-front-new-releases {
    width: 80%;
  }
}
.page-store-exp .store-front-new-releases h2 {
  margin-top: 100px;
  font-size: 16px;
  font-family: "nationale-demibold", sans-serif;
  letter-spacing: 2px;
  text-align: left;
  color: #A2A2A2;
}
.page-store-exp .store-front-new-releases .featured-buy-btn {
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
  text-align: right;
  display: block;
}
.page-store-exp .store-front-new-releases .featured-buy-btn .btn-new {
  font-size: 10px;
  margin: 0;
  padding: 5px 10px;
  font-family: "nationale-demibold", sans-serif;
}
@media (max-width: 767px) {
  .page-store-exp .store-front-new-releases .featured-buy-btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    outline: none !important;
    text-align: right;
    display: block;
    top: auto;
    right: auto;
  }
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content-info {
  position: relative;
  width: 55%;
  min-width: 150px;
  max-width: 450px;
}
.page-store-exp .store-front-new-releases .featured-artist-header {
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: normal;
  margin-top: 15px;
  font-size: 9px;
  font-family: "nationale-bold", sans-serif;
  color: #D8D8D8;
}
.page-store-exp .store-front-new-releases .featured-artist-header > a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: inherit;
  margin-bottom: 7px;
  font-family: "nationale-bold", sans-serif;
}
.page-store-exp .store-front-new-releases .featured-title-header {
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 9px;
  margin-top: 0;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  color: #D8D8D8;
}
.page-store-exp .store-front-new-releases .featured-title-header > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: inherit;
  margin-bottom: 0;
  font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  text-decoration: none;
}
@media (min-width: 375px) {
  .page-store-exp .store-front-new-releases .featured-title-header, .page-store-exp .store-front-new-releases .featured-artist-header {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-front-new-releases .featured-title-header, .page-store-exp .store-front-new-releases .featured-artist-header {
    width: 70%;
    font-size: 13px;
  }
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0 auto;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav {
  position: relative;
  display: none;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-prev {
  color: #fff;
  cursor: pointer;
  left: -80px !important;
  bottom: 150px;
  top: auto !important;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-prev:before {
  font-size: 48px;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-prev.inactive, .page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-prev.inactive:before {
  pointer-events: none;
  cursor: default;
  color: #403F3F;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-next {
  color: #fff;
  cursor: pointer;
  left: auto !important;
  right: -70px !important;
  bottom: 150px;
  top: auto !important;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-next:before {
  font-size: 48px;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-next.inactive, .page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-next.inactive:before {
  pointer-events: none;
  cursor: default;
  color: #403F3F;
}
@media (min-width: 768px) {
  .page-store-exp .store-front-new-releases .store-front-new-releases-nav {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-prev {
    bottom: 170px;
  }
  .page-store-exp .store-front-new-releases .store-front-new-releases-nav .slick-next {
    bottom: 170px;
    right: -5px !important;
  }
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img {
  position: absolute;
  outline: none !important;
  cursor: pointer;
  width: 55%;
  min-width: 150px;
  max-width: 450px;
  left: 0;
  z-index: 0;
  -webkit-box-shadow: 3px 0px 6px -1px rgba(0,0,0,0.6);
  -ms-box-shadow: 3px 0px 6px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 0px 6px -1px rgba(0,0,0,0.6);
  -o-box-shadow: 3px 0px 6px -1px rgba(0,0,0,0.6);
  box-shadow: 3px 0px 6px -1px rgba(0,0,0,0.6);
  -webkit-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.out-of-view-right-placeholder {
  position: relative;
  z-index: -1;
  visibility: hidden;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.out-of-view-right {
  -webkit-transition: transform 100ms ease-out, left 300ms ease-out;
  -ms-transition: transform 100ms ease-out, left 300ms ease-out;
  -moz-transition: transform 100ms ease-out, left 300ms ease-out;
  -o-transition: transform 100ms ease-out, left 300ms ease-out;
  transition: transform 100ms ease-out, left 300ms ease-out;
  -webkit-transition: -webkit-transform 100ms ease-out, left 300ms ease-out;
  -ms-transition: transform 100ms ease-out, left 300ms ease-out;
  -moz-transition: transform 100ms ease-out, left 300ms ease-out;
  -o-transition: transform 100ms ease-out, left 300ms ease-out;
  transition: transform 100ms ease-out, left 300ms ease-out;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.out-of-view-left {
  z-index: 11;
  -webkit-transform: translate3d(-120%, 0, 0) !important;
  -ms-transform: translate3d(-120%, 0, 0) !important;
  -moz-transform: translate3d(-120%, 0, 0) !important;
  -o-transform: translate3d(-120%, 0, 0) !important;
  transform: translate3d(-120%, 0, 0) !important;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-1 {
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-1:hover {
  left: 0;
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-2 {
  z-index: 9;
  -webkit-transform: translate3d(18%, 0, 0);
  -ms-transform: translate3d(18%, 0, 0);
  -moz-transform: translate3d(18%, 0, 0);
  -o-transform: translate3d(18%, 0, 0);
  transform: translate3d(18%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-3 {
  z-index: 8;
  -webkit-transform: translate3d(32.5%, 0, 0);
  -ms-transform: translate3d(32.5%, 0, 0);
  -moz-transform: translate3d(32.5%, 0, 0);
  -o-transform: translate3d(32.5%, 0, 0);
  transform: translate3d(32.5%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-4 {
  z-index: 7;
  -webkit-transform: translate3d(45%, 0, 0);
  -ms-transform: translate3d(45%, 0, 0);
  -moz-transform: translate3d(45%, 0, 0);
  -o-transform: translate3d(45%, 0, 0);
  transform: translate3d(45%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-5 {
  z-index: 6;
  -webkit-transform: translate3d(55%, 0, 0);
  -ms-transform: translate3d(55%, 0, 0);
  -moz-transform: translate3d(55%, 0, 0);
  -o-transform: translate3d(55%, 0, 0);
  transform: translate3d(55%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-6 {
  z-index: 5;
  -webkit-transform: translate3d(64%, 0, 0);
  -ms-transform: translate3d(64%, 0, 0);
  -moz-transform: translate3d(64%, 0, 0);
  -o-transform: translate3d(64%, 0, 0);
  transform: translate3d(64%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-7 {
  z-index: 4;
  -webkit-transform: translate3d(71%, 0, 0);
  -ms-transform: translate3d(71%, 0, 0);
  -moz-transform: translate3d(71%, 0, 0);
  -o-transform: translate3d(71%, 0, 0);
  transform: translate3d(71%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-8 {
  z-index: 3;
  -webkit-transform: translate3d(76.5%, 0, 0);
  -ms-transform: translate3d(76.5%, 0, 0);
  -moz-transform: translate3d(76.5%, 0, 0);
  -o-transform: translate3d(76.5%, 0, 0);
  transform: translate3d(76.5%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-9 {
  z-index: 2;
  -webkit-transform: translate3d(80%, 0, 0);
  -ms-transform: translate3d(80%, 0, 0);
  -moz-transform: translate3d(80%, 0, 0);
  -o-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
.page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-10 {
  z-index: 1;
  -webkit-transition: transform 150ms ease-out, left 300ms ease-out;
  -ms-transition: transform 150ms ease-out, left 300ms ease-out;
  -moz-transition: transform 150ms ease-out, left 300ms ease-out;
  -o-transition: transform 150ms ease-out, left 300ms ease-out;
  transition: transform 150ms ease-out, left 300ms ease-out;
  -webkit-transform: translate3d(83%, 0, 0);
  -ms-transform: translate3d(83%, 0, 0);
  -moz-transform: translate3d(83%, 0, 0);
  -o-transform: translate3d(83%, 0, 0);
  transform: translate3d(83%, 0, 0);
}
@media (min-width: 768px) {
  .page-store-exp .store-front-new-releases .store-front-new-releases-content img {
    -webkit-transition: transform 500ms ease-out, left 300ms ease-out;
    -ms-transition: transform 500ms ease-out, left 300ms ease-out;
    -moz-transition: transform 500ms ease-out, left 300ms ease-out;
    -o-transition: transform 500ms ease-out, left 300ms ease-out;
    transition: transform 500ms ease-out, left 300ms ease-out;
    -webkit-transition: -webkit-transform 500ms ease-out, left 300ms ease-out;
    -ms-transition: transform 500ms ease-out, left 300ms ease-out;
    -moz-transition: transform 500ms ease-out, left 300ms ease-out;
    -o-transition: transform 500ms ease-out, left 300ms ease-out;
    transition: transform 500ms ease-out, left 300ms ease-out;
  }
  .page-store-exp .store-front-new-releases .store-front-new-releases-content img:hover {
    left: 40px;
  }
  .page-store-exp .store-front-new-releases .store-front-new-releases-content img.front-new-cov-10:hover {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .page-store-exp {
    background: #000;
  }
  .page-store-exp .store-exp-featured-disabled-desktop {
    display: none;
  }
  .page-store-exp .store-featured-flick {
    display: block;
  }
  .page-store-exp .store-featured-flick img {
    width: 100%;
    max-width: 1800px;
    margin: 20px auto 0px auto;
  }
  .page-store-exp .slick-next, .page-store-exp .slick-prev {
    font-family: "Navigation_icons", sans-serif;
    width: 50px;
    height: 70px;
  }
  .page-store-exp .slick-next:before, .page-store-exp .slick-prev:before {
    font-family: "Navigation_icons", sans-serif;
    font-size: 65px;
    content: "";
  }
  .page-store-exp .slick-prev {
    left: -60px !important;
  }
  .page-store-exp .slick-next {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: -50px !important;
  }
  .page-store-exp .store-featured-flick {
    background: #000 url("/images/store/store-prod-hero-bg.1bd646b0.jpg") center top no-repeat;
    background-size: 130%;
    overflow: hidden;
  }
  .page-store-exp .store-featured-flick .store-featured-flick-content {
    overflow: visible;
    cursor: pointer;
    outline: none !important;
    height: 550px;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page-store-exp .store-featured-flick .featured-flick-info {
    float: left;
    opacity: 1;
    width: 43%;
    margin-top: 200px;
    -webkit-transition: 325ms opacity ease-out;
    -ms-transition: 325ms opacity ease-out;
    -moz-transition: 325ms opacity ease-out;
    -o-transition: 325ms opacity ease-out;
    transition: 325ms opacity ease-out;
  }
  .page-store-exp .store-featured-flick .featured-flick-info.hide-info {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-store-exp .store-featured-flick .featured-flick-info {
    width: 41%;
    margin-top: 180px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-info h2 {
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 3px;
    font-family: "nationale-demibold", sans-serif;
    line-height: 1.2;
    outline: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-store-exp .store-featured-flick .featured-flick-info h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .flick-info-cta {
    margin-top: 50px;
    display: inline-block;
  }
  .page-store-exp .store-featured-flick .flick-info-cta .btn-new {
    font-size: 12px;
    margin: 0;
    padding: 4px 10px;
    font-family: "nationale-demibold", sans-serif;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-info .flick-info-title {
    color: #818181;
    font-family: "nationale", "nationale-regular", "Helvetica", sans-serif;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .flick-info-desc {
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 11px;
    color: #777676;
    padding-right: 10px;
    margin-top: 20px;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-stack {
    position: relative;
    float: right;
    margin-bottom: -40px;
    width: 480px;
    height: 477px;
    margin-top: 80px;
    background: url("/images/store/store-featured-stack.0fae26d9.jpg") center center no-repeat;
    background-size: 100% auto;
    text-align: center;
    -webkit-perspective: 1100px;
    -ms-perspective: 1100px;
    -moz-perspective: 1100px;
    -o-perspective: 1100px;
    perspective: 1100px;
    -webkit-transform: translateZ(10px);
    -ms-transform: translateZ(10px);
    -moz-transform: translateZ(10px);
    -o-transform: translateZ(10px);
    transform: translateZ(10px);
    -moz-perspective: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-store-exp .store-featured-flick .featured-flick-stack {
    width: 425px;
    height: 430px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-cover {
    position: absolute;
    width: 97%;
    bottom: 0;
    z-index: 2;
    left: 1.75%;
    right: 1.75%;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.1s linear;
    -ms-transition: all 1.1s linear;
    -moz-transition: all 1.1s linear;
    -o-transition: all 1.1s linear;
    transition: all 1.1s linear;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-store-exp .store-featured-flick .featured-flick-cover {
    -webkit-transition: transform 1.1s linear;
    -ms-transition: transform 1.1s linear;
    -moz-transition: transform 1.1s linear;
    -o-transition: transform 1.1s linear;
    transition: transform 1.1s linear;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-cover-prev {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-featured-flick .featured-flick-stack.flick .featured-flick-cover-active {
    -webkit-transform: rotateX(-179deg);
    -ms-transform: rotateX(-179deg);
    -moz-transform: rotateX(-179deg);
    -o-transform: rotateX(-179deg);
    transform: rotateX(-179deg);
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-new-releases {
    width: 100%;
    max-width: 830px;
    margin: 20px auto 60px auto;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-exp-top-header {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-store-exp .prod-related-headline-top-front {
    font-size: 16px;
    text-align: left;
    margin-left: 0;
    font-family: "nationale-demibold", sans-serif;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-exp-top .store-exp-top-item-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .page-store-exp .store-exp-top .store-exp-top-item {
    overflow: visible;
    max-height: 70px;
    -webkit-box-shadow: inset 0 -13px 17px -5px #1B1B1B;
    -ms-box-shadow: inset 0 -13px 17px -5px #1B1B1B;
    -moz-box-shadow: inset 0 -13px 17px -5px #1B1B1B;
    -o-box-shadow: inset 0 -13px 17px -5px #1B1B1B;
    box-shadow: inset 0 -13px 17px -5px #1B1B1B;
  }
  .page-store-exp .store-exp-top .store-exp-top-item.store-exp-top-item-last {
    overflow: hidden;
    height: 180px;
    max-height: none;
  }
  .page-store-exp .store-exp-top .store-exp-top-cover {
    position: static;
    float: none;
    height: auto;
    max-height: none;
    width: 41%;
    margin-left: 0px;
    clear: none;
    -webkit-transition: transform 500ms ease-out;
    -ms-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
    pointer-events: none;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -ms-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
  }
  .page-store-exp .store-exp-top .store-exp-top-cover img {
    width: 100%;
  }
  .page-store-exp .store-exp-top .store-exp-top-cover a {
    pointer-events: none;
  }
  .page-store-exp .store-exp-top .store-exp-top-cover a:hover {
    opacity: 1;
  }
  .page-store-exp .store-exp-top .store-exp-top-cover a:after {
    left: 0;
    right: 0;
  }
  .page-store-exp .store-exp-top .store-exp-top-item:hover .store-exp-top-cover {
    -webkit-transform: translate3d(0, -230px, 0);
    -ms-transform: translate3d(0, -230px, 0);
    -moz-transform: translate3d(0, -230px, 0);
    -o-transform: translate3d(0, -230px, 0);
    transform: translate3d(0, -230px, 0);
    pointer-events: auto;
  }
  .page-store-exp .store-exp-top .store-exp-top-item:hover .store-exp-top-cover a {
    pointer-events: auto;
  }
  .page-store-exp .store-exp-top .store-exp-top-item:hover .store-exp-top-cover a:after {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .page-store-exp .store-exp-top .store-exp-top-item:focus .store-exp-top-cover {
    pointer-events: auto;
  }
  .page-store-exp .store-exp-top .store-exp-top-item:focus .store-exp-top-cover a {
    pointer-events: auto;
  }
  .page-store-exp .store-exp-top .store-exp-top-info {
    float: right;
    width: 45%;
    margin: 0px;
  }
  .page-store-exp .store-exp-top .store-exp-top-cta {
    float: right;
    width: 10%;
    margin: 0;
  }
  .page-store-exp .store-exp-top .store-exp-top-info h2 {
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-hero {
    background: #000 url("/images/store/store-prod-hero-bg.1bd646b0.jpg") center center no-repeat;
    background-size: cover;
    margin-top: 0;
    text-align: center;
  }
  .page-store-exp .store-prod-hero .store-prod-hero-img {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    background: url("/images/store/store-prod-hero-shadow.c09c1413.png") bottom 36px center no-repeat;
    background-size: 830px auto;
  }
  .page-store-exp .store-prod-hero img {
    width: 400px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-desk-stacking {
    position: relative;
    top: -20px;
    overflow: hidden;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-listing {
    width: 65%;
    float: left;
  }
}
@media (min-width: 768px) {
  .page-store-exp .prod-listing-length {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-description-right {
    width: 30%;
    float: right;
  }
  .page-store-exp .store-prod-description-right .store-prod-description {
    width: 100%;
    margin-top: 30px;
  }
  .page-store-exp .store-prod-description-right h2 {
    display: none;
  }
  .page-store-exp .store-prod-description-right p {
    margin-top: 0;
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-description-credits {
    clear: both;
  }
  .page-store-exp .store-prod-description-credits h2 {
    display: block;
    font-family: "nationale-demibold", sans-serif;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-listing-pre .store-prod-cta-purchase {
    float: left;
    margin-right: 0;
    margin-top: 15px;
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-cta-quality a, .page-store-exp .store-prod-cta-quality span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-hero-info {
    position: relative;
    top: -40px;
    width: 50%;
    max-width: 1400px;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-hero .hero-artist, .page-store-exp .store-prod-hero .hero-title {
    font-size: 34px;
    letter-spacing: 4px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-listing-pre {
    position: relative;
    top: -92px;
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-bio {
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    margin: 80px auto;
  }
  .page-store-exp .store-prod-bio h2 {
    display: none;
  }
  .page-store-exp .store-prod-bio .description-headline-desktop {
    display: inline;
    font-size: 16px;
    font-family: "nationale-demibold", sans-serif;
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-bio-crop {
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .page-store-exp .store-prod-bio-crop img {
    position: absolute;
    width: 100%;
    top: -120px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-bio-txt {
    width: 55%;
    float: right;
  }
  .page-store-exp .store-prod-bio-txt p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-related-release-wrap {
    clear: both;
    width: 88%;
    max-width: 900px;
    margin: 60px auto;
  }
  .page-store-exp .store-prod-related-release-wrap img {
    width: 95% !important;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-related-release-wrap .prod-related-headline {
    font-size: 16px;
    font-family: "nationale-demibold", sans-serif;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-store-exp .featured-item-info h2 {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-artist {
    background: none;
    padding-top: 60px;
  }
  .page-store-exp .store-prod-artist .store-prod-hero-img {
    position: relative;
    width: 100%;
    height: 575px;
    overflow: hidden;
  }
  .page-store-exp .store-prod-artist .store-prod-hero-img img {
    position: absolute;
    margin: 0;
    left: 0;
    top: -10%;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .page-store-exp .store-prod-artist .store-prod-hero-img img {
    top: -20%;
  }
}
@media (min-width: 768px) and (min-width: 1480px) {
  .page-store-exp .store-prod-artist .store-prod-hero-img img {
    top: -30%;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .page-store-exp .store-prod-artist .store-prod-hero-img img {
    top: -50%;
  }
}
@media (min-width: 768px) and (min-width: 1900px) {
  .page-store-exp .store-prod-artist .store-prod-hero-img img {
    top: -80%;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-artist .store-prod-hero-info {
    position: static;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto 0 0;
  }
  .page-store-exp .store-prod-artist .store-prod-hero-info h2 {
    font-size: 55px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  .page-store-exp .store-prod-related-release-wrap.store-prod-related-release-wrap-artist img {
    width: 95% !important;
  }
}

/*# sourceMappingURL=main.abe88c76.css.map */