@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 
	SETTINGS
	
	
	Z-INDEXES
	Navigation - 50
	POPUP - 99
	Image popup - 100

*/
/* STANDARD */
.hamburger {
  display: none;
}
.hamburger img {
  width: 80%;
}
.hidden,
.antispam {
  display: none;
}
* {
  outline: none;
}
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
}
.navpad {
  height: 70px;
}
.navpad.black {
  background: #000;
}
ul {
  padding: 0;
  margin: 0;
}
/* HEADS */
h1 {
  font-size: 45px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  font-weight: normal;
}
h1.left-mar {
  margin-left: 25px;
}
.white {
  color: #fff;
}
/* Texts */
p {
  font-size: 14px;
  line-height: 1.8em;
}
/* Alerts */
.alert {
  background: #f0f0f0;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.alert.negative {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert.positive {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #4b794b;
}
.alert.medium {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert.notice {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #317092;
}
/* PAGE NAV */
.nav {
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-top: 20px;
  background: #fff;
}
.nav ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.nav li {
  padding: 5px 15px;
  float: left;
  border-left: 1px solid #eaeaea;
  font-size: 14px;
  color: #565656;
}
.nav li.selected {
  background: #f1f1f1;
}
.nav li:hover {
  background: #f0f0f0;
  cursor: pointer;
  color: #000;
}
.nav li:first-child {
  border-left: 0px;
}
nav .account {
  float: right;
  font-size: 12px;
  margin-right: 10px;
  padding: 26px 20px 20px 20px;
  font-weight: 100;
}
nav .account a {
  margin-left: 20px;
}
nav.home {
  height: 200px;
}
nav .cart {
  background: #444444;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 0px;
  margin-top: 20px;
  border-radius: 3px;
  margin-right: 20px;
  width: 30px;
  text-align: center;
}
nav .cart a {
  color: #fff !important ;
}
nav .cart[data-ammount='0'] {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
nav.white .cart[data-ammount='0'] {
  background: #c0c0c0 !important;
}
/* 
	COLS
*/
.col-1,
.col-1-5,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8 {
  float: left;
  position: relative;
}
.col-8 {
  width: 1280px;
}
.col-7 {
  width: 1120px;
}
.col-6 {
  width: 960px;
}
.col-5 {
  width: 800px;
}
.col-4 {
  width: 640px;
}
.col-3 {
  width: 480px;
}
.col-2 {
  width: 320px;
}
.col-1-5 {
  width: 240px;
}
.col-1 {
  width: 160px;
}
.col-1 .inner.left,
.col-1-5 .inner.left,
.col-2 .inner.left,
.col-3 .inner.left,
.col-4 .inner.left,
.col-5 .inner.left,
.col-6 .inner.left,
.col-7 .inner.left,
.col-8 .inner.left {
  padding: 0 60px 0 0;
}
.col-1 .inner.right,
.col-1-5 .inner.right,
.col-2 .inner.right,
.col-3 .inner.right,
.col-4 .inner.right,
.col-5 .inner.right,
.col-6 .inner.right,
.col-7 .inner.right,
.col-8 .inner.right {
  padding: 0 0 0 30px;
}
.inner.center {
  padding: 0px 15px;
}
.col-wrapper {
  position: relative;
}
/* 
	CONTENTS BY JEREMY
*/
.logo {
  float: left;
  margin: 10px 10px 10px 0;
  width: 50px;
  height: 50px;
}
/*
	NAVIGATION
*/
nav {
  width: 100%;
  position: absolute;
  z-index: 500;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
}
nav ul {
  margin: 0;
  list-style: none;
  float: left;
  margin: 23px 0px 10px 20px;
  color: #fff;
}
nav li {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 100;
}
nav a,
nav a:active,
nav a:visited {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
nav a:hover {
  color: #fff;
}
nav a.selected {
  color: #fff;
  font-weight: bold;
}
nav.white {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
nav.white a,
nav.white a:active,
nav.white a:visited {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
nav.white a:hover {
  color: #000;
}
nav.white a.selected {
  color: #000;
  font-weight: bold;
}
/* 
	SEARCH 
*/
nav input[type='text'] {
  float: right;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-size: 12px;
  padding: 7px 10px;
  width: 190px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
nav.white input[type='text'] {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
#slider {
  width: 100%;
  background: #000;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#slider .wrapper {
  position: relative;
}
#slider .slide {
  position: relative;
  width: 100%;
  height: 700px;
  position: absolute;
}
#slider .slidercontent {
  position: absolute;
  bottom: 0px;
  background: #fff;
  z-index: 50;
  margin-left: -30px;
}
#slider .slidercontent .inner {
  padding: 15px 30px 20px 30px;
}
#slider .slidercontent .inner h1 {
  font-size: 40px;
  margin-bottom: 0px;
}
#slider .slidercontent .inner h2 {
  font-size: 18px;
  font-weight: 100;
  color: #858585;
  line-height: 1.8em;
  margin-top: 10px;
}
#slider .slider-product {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
}
#slider .slider-toggle {
  position: absolute;
  display: block;
  z-index: 100;
  top: 40%;
  cursor: pointer;
}
#slider .slider-toggle.right {
  right: 0;
}
#slider .background {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
#slider .background img {
  width: 100%;
}
.buttons {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
section {
  overflow: hidden;
}
section.spacer {
  height: 50px;
}
/* Footer */
footer {
  background-color: #f1f1f1;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 50px;
}
footer h5 {
  margin-bottom: 10px;
  font-weight: 500;
}
.footercontent {
  width: 100%;
  font-size: 12px;
  line-height: 1.8em;
}
.footercontent ul {
  list-style: none;
  font-size: 12px;
  font-weight: 300;
}
.greybox {
  background: #f7f7f7;
}
.greybox.player {
  height: 300px;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* Releases */
.home.releases h1 {
  margin-top: 40px;
}
h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
h1.smaller {
  font-size: 25px;
  margin-top: 55px !important;
}
h1.mar-left {
  margin-left: 30px;
}
/* coming up */
.comingup {
  height: 430px;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}
.comingup .inner {
  width: 12000px;
}
.comingup .item {
  background: #000;
  position: relative;
  height: 430px;
}
.comingup .background {
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}
.comingup .foreground {
  z-index: 1;
  position: absolute;
}
.comingup .cover {
  width: 70%;
  margin-left: 10%;
  margin-top: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.comingup .info {
  width: 70%;
  color: #fff;
  margin-left: 10%;
  line-height: 1.5em;
}
.comingup h3 {
  font-size: 16px;
}
.comingup h4 {
  font-weight: 100;
  font-size: 14px;
}
.comingup .composers {
  opacity: 0.6;
  font-size: 11px !important;
  font-weight: 100;
  letter-spacing: 1px;
}
.comingup .notify {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 20;
  width: 90%;
  line-height: 37px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/* Product */
.product {
  width: 90%;
  min-height: 300px;
  overflow: hidden;
}
.product .back {
  background: #000;
}
.product .type {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}
.product .cover {
  height: 260px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 195px;
}
.product .cover img {
  width: 100%;
}
.product h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.product h4 {
  font-size: 15px;
  font-weight: 300;
  color: #464646;
  margin: 5px 0px;
  line-height: 1.8em;
}
.product .composers {
  font-size: 11px;
  line-height: 1.8em;
  color: #8c8c8c;
  font-weight: 300;
  width: 90%;
  display: block;
}
.product .back {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
}
.product .info {
  margin-bottom: 20px;
  height: 150px;
}
.product .notify {
  color: #a0a0a0;
  font-size: 13px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  display: block;
  padding: 7px 16px;
  font-weight: 100;
  text-align: center;
}
.product.small .cover {
  height: 125px;
}
.product.small h3 {
  font-size: 16px;
}
.product.small h4 {
  font-size: 13px;
}
.product.small .info {
  height: 100px;
  overflow: hidden;
}
.product.small .add-to-cart a {
  padding: 0 8px;
}
.product.small .add-to-cart .price {
  padding: 0 8px;
}
.product.small .digital-price {
  margin-left: 0;
  margin-top: 3px;
}
.btn-block {
  float: left;
  text-align: center;
  font-size: 12px;
}
.btn-block .button {
  border: 2px solid #4a4a4a;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px 10px 10px 16px;
}
.btn-block .button:hover {
  border: 2px solid #fff;
}
.back .button {
  margin-top: 70px;
}
.buttons.black .button {
  border: 2px solid #a7a7a7;
}
.buttons.black .button:hover {
  border: 2px solid #000;
}
.buttons.black .button img {
  opacity: 0.5;
}
.buttons.black .button:hover img {
  opacity: 1.0;
}
.popup-basket {
  background: #84aa00;
  color: #fff;
  font-weight: 100;
  line-height: 4.0;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  width: 100%;
  z-index: 999;
}
.album.related {
  background: #f1f1f1;
  overflow: hidden;
  padding: 20px;
  margin: 15px 0;
}
.album.related .art {
  float: left;
  margin-right: 20px;
}
.album.related .info {
  width: 440px;
  float: left;
}
.album.related h1 {
  font-size: 30px !important;
  margin-bottom: 0px;
}
.album.related h2 {
  font-weight: bold !important;
  font-size: 20px !important;
  margin: 7px 0px;
}
.album.related .composer {
  font-size: 12px;
}
.album.related .inner {
  margin: 0px !important;
  padding: 0px !important;
}
.album.related .buttons {
  float: right;
  width: 220px;
}
/* NEWS */
.news-page .item {
  color: #565656;
}
.news-page .item .inner {
  padding: 0 55px 50px 0px;
  overflow: hidden;
}
.news-page .item h2 {
  font-size: 30px;
  font-weight: 100;
  color: #000;
}
.news-page .item h1 {
  color: #000;
}
.news-page .item .image {
  float: right;
  margin-left: 20px;
  margin-top: 20px;
}
.news-page .item p {
  font-size: 14px;
  font-weight: 300;
}
.news-page .item .date {
  color: #757575;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.readmore {
  background: #c0c0c0;
  font-size: 12px;
  padding: 8px 12px;
  display: block;
  float: left;
  color: #fff;
  border-radius: 3px;
}
.readmore:hover {
  background: #000;
}
.mini-artist {
  overflow: hidden;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.mini-artist img {
  float: left;
  margin-right: 10px;
}
.mini-artist span {
  font-size: 12px;
  color: #686868;
  display: block;
}
.grey-box {
  background: #f1f1f1;
  padding: 20px;
}
.grey-bar {
  background: #f1f1f1;
  padding: 30px 0px;
  overflow: hidden;
}
.paginate {
  overflow: hidden;
}
.grey-bar-on {
  padding: 30px 0px;
  overflow: hidden;
}
.grey-bar-on:nth-child(odd) {
  background: #f1f1f1;
}
/* Tour */
.tour {
  font-size: 14px;
  line-height: 1.8em;
}
.tour .item {
  overflow: hidden;
  margin-bottom: 20px;
}
.tour .date {
  font-weight: 700;
  display: block;
  float: left;
  background: #f1f1f1;
  padding: 6px 14px;
  margin-right: 10px;
  color: #686868;
  font-size: 14px;
}
.tour .artist {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.tour .location {
  font-weight: 300;
  color: #777777;
  display: block;
  font-size: 12px;
}
/* Text list */
.text-list .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.text-list h3 {
  font-size: 14px;
  font-weight: 700;
  float: left;
}
.text-list p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8em;
}
.text-list img {
  float: right;
  margin-left: 20px;
  height: 150px;
}
.text-list .date {
  color: #686868;
  font-size: 12px;
  font-weight: 300;
  float: right;
}
/* SIDE BLOCK */
.side-block {
  background: #f1f1f1;
  padding: 20px;
  margin: 0px 0 0 30px;
  font-size: 13px;
  color: #686868;
  font-weight: 300;
}
.side-block h3 {
  font-weight: 300;
  color: #000;
}
.side-block p {
  font-size: 13px;
  color: #686868;
  font-weight: 300;
}
.side-block input {
  margin-bottom: 10px;
}
.sidebar {
  margin-top: 40px;
}
.sidebar h2 {
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.sidebar .block {
  margin-bottom: 30px;
  overflow: hidden;
}
.sidebar .block ul {
  padding: 0 0 0 40px;
  font-size: 14px;
}
.sidebar .block li {
  line-height: 1.8em;
}
/* Product page */
.text p {
  font-weight: 100;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.8em;
}
.text a {
  color: #000;
  font-weight: 700;
}
.product-page .top-info {
  padding: 30px 0 30px 0;
  position: relative;
}
.product-page .top-info img {
  display: block;
}
.product-page .top-info h2 {
  font-size: 25px;
}
.product-page .top-info .composers {
  color: #8c8c8c;
  font-size: 14px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.product-page .top-info .add-to-cart {
  margin-top: 40px;
}
.product-page .top-info .download-btn {
  margin-top: 40px;
}
.product-page .top-info .add-to-cart a {
  background: #e05a54;
  color: #fff;
}
.product-page .toggle-space {
  height: 20px;
}
.product-page .information {
  list-style: none;
  overflow: hidden;
}
.product-page .information li {
  float: left;
}
.product-page .block {
  margin: 0px 0 0 0;
}
.product-page .block h3.mid-title {
  padding-bottom: 20px;
}
.product-page .shorten {
  max-height: 400px;
  overflow: hidden;
}
.cover-only {
  overflow: hidden;
}
.cover-only img {
  width: 90%;
}
h3.mid-title {
  font-weight: 100;
}
.quote {
  margin-top: 30px;
  background: #f1f1f1;
  padding: 25px;
  margin-bottom: 30px;
}
.quote .text {
  font-size: 20px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
  color: #7f7f7f;
  line-height: 1.8em;
}
.quote .magazine-title {
  font-weight: bold;
  color: #000;
  font-size: 12px;
  margin: 10px 0 0px 0;
}
.quotelist {
  font-size: 14px;
  line-height: 2.1em;
}
.quotelist .qtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.quotelist .qdate {
  color: #7f7f7f;
  margin-right: 10px;
}
.content-spacer {
  height: 50px;
  clear: both;
}
ul.information {
  overflow: hidden;
  color: #5c5c5c;
  margin-top: 50px;
}
ul.information li {
  list-style: none;
  font-size: 14px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
  float: none !important;
  padding: 5px 0px;
}
ul.information span {
  color: #a9a9a9;
  margin-right: 10px;
}
ul.information a {
  color: #5c5c5c;
}
ul.information a:hover {
  color: #000;
}
.product-info {
  background: #f1f1f1;
  padding: 20px 0px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #5c5c5c;
}
.product-info li {
  list-style: none;
  float: left;
  margin: 0px 40px 0px 0px;
  font-size: 14px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.product-info span {
  color: #a9a9a9;
  margin-right: 7px;
}
.product-info a {
  color: #5c5c5c;
}
.product-info a:hover {
  color: #000;
}
/* PLAYLIST */
.playlist li {
  padding: 7px 10px 7px 20px;
  list-style: none;
  font-size: 14px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  overflow: hidden;
  border-radius: 2px;
  font-weight: 300;
  border-left: 3px solid #fff;
  line-height: 1.8em;
  cursor: pointer;
}
.playlist li .cdnr {
  display: none;
  float: left;
}
.playlist li .trnr {
  font-size: 14px;
  float: left;
  padding-top: 5px;
  width: 20px;
}
.playlist li .title {
  float: left;
  padding: 5px 0px 3px 20px;
}
.playlist li .duration {
  color: #8c8c8c;
  font-size: 14px;
  float: right;
  margin-top: 3px;
}
.playlist li .buydownload {
  float: right;
  margin-left: 20px;
  padding: 3px 0 3px 0;
}
.playlist li .buydownload a {
  background: #c0c0c0;
  color: #fff;
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding: 0 10px;
}
.playlist li .buydownload a:hover {
  background: #3eadb9;
}
.playlist li .timing {
  float: right;
  font-size: 12px;
  margin-top: -40px;
  margin-right: 10px;
  color: #b2b2b2;
  display: none;
}
.playlist li.sm2_playing {
  background: #f1f1f1;
}
.playlist li:hover {
  background: #f1f1f1;
}
#sb-container {
  display: none;
}
.artist-exp {
  margin-top: 50px;
}
.artist-exp p {
  color: #878787;
}
.artist_title,
.center-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.artist_info {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
}
.artist_info .links {
  border-top: 1px solid #eaeaea;
  width: 300px;
  margin: 0px auto;
  text-align: center;
  padding: 20px 0 30px 0;
}
.artist_info .links a {
  margin: 0px 10px;
}
.artist_info .links a[href=''] {
  display: none;
}
.artist-image {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  margin-right: 30px;
}
.mar-bot {
  margin-bottom: 20px;
}
.mar-top {
  margin-top: 30px;
}
.spacer {
  height: 50px;
}
.artist-list a {
  font-size: 14px;
  line-height: 1.8em;
  color: #6f6f6f;
}
.artist-list a:hover {
  color: #000;
}
.artist-list h2 {
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 20px;
}
/* Video page */
.page.video {
  background: #000;
  padding-bottom: 50px;
}
.page.video + footer {
  margin-top: 0px;
}
/* MY CHALLENGE */
.normal-center-title {
  text-align: center;
}
.title-pos {
  margin-top: 50px;
}
.text.centered-text {
  text-align: center;
}
.form-field {
  font-size: 14px;
}
.form-field a {
  color: #6a6a6a;
}
input.login {
  width: 40%;
  margin: 0px 1%;
}
input.login-button {
  margin: 2% 1% 0% 1%;
}
.button.register {
  background: #3eadb9;
  color: #fff;
  font-weight: 100;
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  width: 200px;
  margin: 0px auto;
}
.top-image {
  text-align: center;
  margin-top: -30px;
}
h3.mid-title span {
  color: #919191;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}
h3.mid-title span:hover {
  color: #000;
}
.pad-bottom {
  margin-bottom: 40px;
}
.video-box {
  overflow: hidden;
  height: 144px;
  cursor: pointer;
}
.video-box img {
  width: 100%;
  margin-top: -48px;
  -webkit-transition: width 0.2s ease-in, margin 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: width 0.2s ease-in, margin 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: width 0.2s ease-in, margin 0.2s ease-in, opacity 0.2s ease-in;
}
.video-box .title {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  padding: 15px;
  font-weight: 100;
  line-height: 1.8em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
}
.video-box:hover img {
  width: 120%;
  margin-left: -10%;
  margin-top: -70px;
  opacity: 0.3;
}
.video-box:hover > .title {
  opacity: 1.0;
}
/*

	BASKET
	
*/
img[src=''] {
  display: none;
}
.basket-bg {
  background: #f0f0f0;
  padding: 0 0 50px 0;
}
.basket-bg + footer {
  margin-top: 0px;
}
.basket {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.basket-title {
  padding-top: 50px;
}
.basket .item {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.basket .item:last-child {
  border-bottom: 0px;
}
.basket .item .art {
  float: left;
  padding: 30px;
}
.basket .item .info {
  float: left;
  padding: 30px 0;
  width: 35%;
}
.basket .item .info h2 {
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 10px;
}
.basket .item .info .artist-title {
  font-size: 14px;
  color: #7c7c7c;
}
.basket .item .price {
  float: right;
  font-size: 20px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
  color: #5e5e5e;
  padding: 30px 30px 0 0;
}
.basket .item .price .ammount {
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
}
.basket .listing {
  margin-top: 15px;
}
.basket .listing li {
  width: 500px;
  list-style: none;
  padding: 5px 0px;
  font-size: 12px;
  overflow: hidden;
}
.basket .listing li .title {
  font-weight: bold;
  display: block;
  float: left;
  width: 300px;
}
.basket .listing li .button {
  float: left;
  display: block;
  width: 20px;
}
.basket .listing li .button a {
  background: #c0c0c0;
  color: #fff;
  line-height: 15px;
  width: 15px;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.basket .listing li .button a:hover {
  background: #cd0000;
}
.basket .listing li .type {
  color: #999999;
  float: left;
  display: block;
  width: 110px;
}
.basket .listing li .download-price {
  float: left;
  display: block;
  width: 60px;
}
.basket-block {
  background: #f0f0f0;
  margin: 30px;
  padding: 20px;
  position: relative;
  color: #535353;
  font-size: 14px;
  line-height: 2.0em;
}
.basket-block h3 {
  font-weight: 100;
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}
.basket-block p {
  color: #535353;
}
.basket-block .label {
  float: left;
  width: 70%;
}
.basket-block .field {
  float: right;
  width: 30%;
  text-align: right;
}
.basket-block .field.total {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.explain {
  color: #8c8c8c;
  font-size: 12px;
}
.add-remove {
  float: right;
  margin-right: 40px;
}
.add-remove a {
  line-height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  background: #c0c0c0;
  display: block;
  font-size: 12px;
  float: left;
  margin: 50px 0 0 10px;
  color: #fff;
}
.add-remove a:hover {
  background: #000;
}
.basket .button-row {
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
}
.basket .button-row .button {
  display: block;
  padding: 20px 30px;
  font-size: 16px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  color: #fff;
  background: #3eadb9;
}
.button .icon {
  margin-right: 8px;
}
.basket .button-row .button.empty {
  color: #939393;
  font-size: 12px;
  float: left;
  background: none;
}
.basket .button-row .button.next:hover {
  background: #0086a8;
  color: #fff;
}
.basket .button-row .button.next {
  float: right;
}
table.checkout {
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  width: 100%;
}
table.checkout td {
  padding: 20px 0px 5px 0px;
  font-size: 14px;
  font-weight: 700;
  width: 50%;
}
table.checkout td input {
  width: 80%;
  margin-top: 10px;
  font-weight: 100;
}
.inner-form {
  padding: 10px 30px 30px 30px;
  position: relative;
}
.shipment {
  border-top: 1px solid #eaeaea;
  display: block;
  padding: 15px 0px;
  color: #727272;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.shipment:hover {
  color: #000;
}
.shipment-info {
  padding: 30px;
  font-size: 12px;
  line-height: 1.8em;
  color: #616161;
}
.pasjes {
  text-align: center;
  float: right;
  padding: 13px 30px 0 0;
}
.empty-title {
  text-align: center;
  color: #878787;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.agenda-item .inner {
  padding: 0px 30px 50px 0px;
}
.agenda-item .date {
  color: #818181;
  font-size: 18px;
  display: block;
  width: 100px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0px;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.agenda-item h3 {
  font-weight: 100;
  font-size: 22px;
  padding: 10px 0px 10px 0px;
}
.agenda-item .location {
  font-size: 14px;
  color: #919191;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.agenda-detail {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.agenda-detail h3 {
  font-size: 20px;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 800;
  display: none;
}
.promotion {
  position: fixed;
  z-index: 801;
  background: #fff;
  width: 650px;
  left: 50%;
  margin-left: -325px;
  height: 350px;
  top: 50%;
  display: none;
  margin-top: -175px;
}
.promotion .box {
  padding: 30px;
}
.promotion h1 {
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}
.fat-red {
  font-weight: 700;
  color: #ff4200;
}
.promotion small {
  color: #828282;
  font-size: 10px;
  line-height: 1.4em;
}
.search-results li {
  list-style: none;
  line-height: 1.8em;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results li span {
  color: #757575;
}
.smalltabletext {
  font-size: 14px;
}
.smalltabletext td {
  padding: 5px 0px;
}
.smalltabletext tr.top {
  background: #f0f0f0;
  font-size: 12px;
}
ul.list {
  list-style: none;
  line-height: 1.8em;
  font-size: 13px;
}
.social {
  overflow: hidden;
}
.social .tw {
  float: left;
  margin-right: 10px;
}
.social .fb {
  float: left;
  margin-right: 30px;
}
.add-to-cart {
  background: #f1f1f1;
  color: #fff;
  font-size: 13px;
  line-height: 37px;
  color: #757575;
  overflow: hidden;
  float: left;
}
.add-to-cart .price {
  float: left;
  padding: 0 10px;
  font-weight: 100;
}
.add-to-cart a {
  color: #5b5b5b;
  background: #e0e1e1;
  display: block;
  font-weight: 700;
  float: left;
  padding: 0 15px;
}
.add-to-cart a:hover {
  background: #e05a54;
  color: #fff;
}
.add-to-cart a.clicked {
  background: #76a700;
  color: #fff;
}
.download-btn {
  background: #3eadb9;
  color: #fff;
  line-height: 37px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 13px;
  display: block;
  float: left;
  margin-left: 20px;
}
.added {
  background: #76a700;
  color: #fff;
  line-height: 37px;
  padding: 0 10px;
  clear: both;
  font-weight: 700;
  position: absolute;
  width: 100%;
  font-size: 13px;
  display: none;
}
.line-product:empty {
  display: none;
}
.line-product {
  background: #f1f1f1;
  overflow: hidden;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
}
.line-product .innerbox {
  padding: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.line-product .art {
  float: left;
}
.line-product .art img {
  display: block;
}
.line-product .title {
  font-weight: 700;
  font-size: 16px;
  float: left;
  margin-left: 15px;
  line-height: 1.4em;
  padding-top: 4px;
  width: 280px;
}
.line-product .title span {
  font-weight: 100;
  font-size: 13px;
  display: block;
  color: #676767;
}
.line-product a.notify {
  color: #5b5b5b;
  background: #e0e1e1;
  display: block;
  font-weight: 700;
  float: left;
  padding: 0 15px;
  line-height: 37px;
  font-size: 13px;
  float: right;
}
.line-product .price {
  display: block;
  clear: both;
  line-height: 1.0em !important;
  margin-bottom: 10px;
  margin-top: 5px;
}
.line-product .add-to-cart {
  float: right;
}
.line-product .add-to-cart a {
  display: block;
  clear: both;
  line-height: 30px;
}
.slider-info {
  display: none;
}
.artists-overlay {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.artists-overlay h1 {
  font-size: 100px;
  font-weight: 100;
  line-height: 700px;
  margin-bottom: 0px;
}
.artists-block {
  height: 700px;
  overflow: hidden;
  background: #000;
  width: 100%;
}
.artists {
  -moz-column-count: 6;
  -moz-column-gap: 0px;
  -webkit-column-count: 6;
  -webkit-column-gap: 0px;
  column-count: 6;
  column-gap: 0px;
  width: 100%;
  animation: headerimg 80s linear 0s infinite normal;
  -webkit-animation: headerimg 80s linear 0s infinite normal;
}
.artists .item {
  opacity: 0.0;
  position: relative;
}
.artists .item img {
  display: block;
  width: 100%;
}
.artists .item .name {
  position: absolute;
  bottom: 0px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
  padding: 10px 0;
  font-weight: 700;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  font-size: 13px;
}
.artists .item .name a {
  color: #fff;
}
.artists .item:hover .name {
  color: #fff;
}
.artists:hover {
  -webkit-animation-play-state: paused;
  /* Safari and Chrome */
  animation-play-state: paused;
  opacity: 1.0;
}
.errorpage h1 {
  font-size: 130px;
  text-align: center;
}
.errorpage p.big {
  font-size: 30px;
  text-align: center;
  width: 600px;
  margin: 0px auto;
  font-weight: 100;
}
.errorpage p {
  text-align: center;
}
#popup {
  position: fixed;
  z-index: 999;
  width: 500px;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-weight: 100;
  line-height: 1.8em;
  font-size: 14px;
}
#popup h2 {
  font-weight: 100 !important;
  margin-bottom: 20px;
}
#popup a {
  display: block;
  float: right;
  font-size: 25px;
  margin-top: 10px;
  margin-right: -10px;
  color: #848484;
}
#popup a:hover {
  color: #000;
}
@keyframes headerimg {
  0% {
    margin-top: -100px;
    opacity: 0.0;
  }
  5% {
    margin-top: -135px;
    opacity: 0.8;
  }
  10% {
    margin-top: -170px;
    opacity: 0.8;
  }
  20% {
    margin-top: -240px;
    opacity: 0.8;
  }
  40% {
    margin-top: -380px;
    opacity: 0.8;
  }
  60% {
    margin-top: -520px;
    opacity: 0.8;
  }
  80% {
    margin-top: -660px;
    opacity: 0.8;
  }
  90% {
    margin-top: -730px;
    opacity: 0.8;
  }
  100% {
    margin-top: -800px;
    opacity: 0.0;
  }
}
@-webkit-keyframes headerimg {
  0% {
    margin-top: -100px;
    opacity: 0.0;
  }
  5% {
    margin-top: -135px;
    opacity: 0.8;
  }
  10% {
    margin-top: -170px;
    opacity: 0.8;
  }
  20% {
    margin-top: -240px;
    opacity: 0.8;
  }
  40% {
    margin-top: -380px;
    opacity: 0.8;
  }
  60% {
    margin-top: -520px;
    opacity: 0.8;
  }
  80% {
    margin-top: -660px;
    opacity: 0.8;
  }
  90% {
    margin-top: -730px;
    opacity: 0.8;
  }
  100% {
    margin-top: -800px;
    opacity: 0.0;
  }
}
@keyframes headerimg2 {
  0% {
    margin-top: -100px;
    opacity: 0.0;
  }
  5% {
    margin-top: -135px;
    opacity: 1.0;
  }
  10% {
    margin-top: -170px;
    opacity: 1.0;
  }
  20% {
    margin-top: -240px;
    opacity: 1.0;
  }
  40% {
    margin-top: -380px;
    opacity: 1.0;
  }
  60% {
    margin-top: -520px;
    opacity: 1.0;
  }
  80% {
    margin-top: -660px;
    opacity: 1.0;
  }
  90% {
    margin-top: -730px;
    opacity: 1.0;
  }
  100% {
    margin-top: -800px;
    opacity: 0.0;
  }
}
@-webkit-keyframes headerimg2 {
  0% {
    margin-top: -100px;
    opacity: 0.0;
  }
  5% {
    margin-top: -135px;
    opacity: 1.0;
  }
  10% {
    margin-top: -170px;
    opacity: 1.0;
  }
  20% {
    margin-top: -240px;
    opacity: 1.0;
  }
  40% {
    margin-top: -380px;
    opacity: 1.0;
  }
  60% {
    margin-top: -520px;
    opacity: 1.0;
  }
  80% {
    margin-top: -660px;
    opacity: 1.0;
  }
  90% {
    margin-top: -730px;
    opacity: 1.0;
  }
  100% {
    margin-top: -800px;
    opacity: 0.0;
  }
}
.alfabet {
  position: absolute;
  margin-top: -60px;
  margin-left: 200px;
  font-size: 15px;
  font-weight: 300;
}
.alfabet a {
  color: #b9b9b9;
  margin-left: 10px;
}
.alfabet a:hover {
  color: #000;
}
h1 span.step {
  font-size: 20px;
  color: #c3c3c3;
  margin-right: 50px;
  font-weight: 100;
}
h1 span.curstep {
  margin-right: 50px;
}
.place-artists {
  -moz-column-count: 4;
  -moz-column-gap: 0px;
  -webkit-column-count: 4;
  -webkit-column-gap: 0px;
  column-count: 4;
  column-gap: 0px;
  width: 100%;
  animation: headerimg2 80s linear 0s infinite normal;
  -webkit-animation: headerimg2 80s linear 0s infinite normal;
}
.place-artists .item {
  opacity: 0.0;
}
.place-artists .item img {
  width: 100%;
  display: block;
}
.place-artists .item .name {
  display: none;
}
.comment {
  background: #f1f1f1;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  width: 630px;
}
.comment .infoside {
  width: 30%;
  float: left;
}
.comment .infoside h3 {
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  color: #000;
}
.comment .infoside .date {
  margin: 7px 0 0 0px;
  color: #969696;
}
.comment .text {
  float: left;
  width: 65%;
  line-height: 1.8em;
  font-size: 14px;
}
.commentinput {
  margin-right: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  width: 300px;
}
.comment_textarea {
  width: 663px;
}
.commentform {
  margin-top: 20px;
}
.captcha {
  background: #f1f1f1;
  padding: 20px 30px;
  width: 630px;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.captcha input {
  margin-left: 20px;
}
.faq {
  margin-right: 30px;
  margin-bottom: 10px;
}
.faq-a.opened {
  border-left: 3px solid #3eadb9;
  padding-left: 20px;
}
.faq-q {
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-a {
  font-size: 13px;
  line-height: 1.8em;
  display: none;
}
.grey-line {
  border-top: 1px solid #eaeaea;
  width: 50%;
  margin-bottom: 30px;
}
p a {
  font-weight: 700;
}
.social-btn {
  color: #444;
  background: #f1f1f1;
  overflow: hidden;
  height: 50px !important;
  cursor: pointer;
}
.social-btn .inner {
  padding: 0px 20px 0px 50px;
  height: 100px;
}
.social-btn h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 15px;
}
.social-btn:hover {
  color: #fff;
}
section.social {
  background: #f7f7f7;
}
.twitter {
  background: #f7f7f7 url(../img/icon-twitter.png) no-repeat 10px center;
}
.twitter:hover {
  background: #00aced url(../img/icon-twitter-white.png) no-repeat 10px center;
}
.facebook {
  background: #f7f7f7 url(../img/icon-facebook.png) no-repeat 10px center;
}
.facebook:hover {
  background: #3b5998 url(../img/icon-facebook-white.png) no-repeat 10px center;
}
.youtube {
  background: #f7f7f7 url(../img/icon-youtube.png) no-repeat 10px center;
}
.youtube:hover {
  background: #bb0000 url(../img/icon-youtube-white.png) no-repeat 10px center;
}
.spotify {
  background: #f7f7f7 url(../img/icon-spotify.png) no-repeat 10px center;
}
.spotify:hover {
  background: #81b71a url(../img/icon-spotify-white.png) no-repeat 10px center;
}
/*
	FORMS / INPUT
*/
input {
  font-family: "Roboto", 'Helvetica', 'Arial', sans-serif;
}
input[type='text'],
input[type='password'] {
  border: 1px solid #d0d0d0;
  padding: 10px 14px;
  font-size: 14px;
  color: #565656;
}
input[type='password'] {
  font: small-caption;
  font-size: 12px;
}
/*
	FORMS / INPUT GROUP
*/
.input-group {
  overflow: hidden;
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  margin-top: 10px;
  display: inline-block;
}
.input-group span {
  display: inline-block;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
.input-group input {
  border: 0px;
  border-left: 1px solid #d0d0d0;
}
/*
	FORMS / TEXTAREA
*/
textarea {
  border: 1px solid #d0d0d0;
  padding: 10px 14px;
  font-size: 14px;
  color: #565656;
  line-height: 1.8em;
}
/*
	FORMS / TEXTAREA GROUP
*/
.textarea-group {
  overflow: hidden;
  border: 1px solid #d0d0d0;
  background: #f0f0f0;
  margin-top: 10px;
  display: inline-block;
}
.textarea-group span {
  display: block;
  font-size: 13px;
  padding: 3px 10px;
}
.textarea-group textarea {
  display: block;
  border: 0px;
  border-top: 1px solid #d0d0d0;
}
/*
	FORMS / BUTTONS
*/
input[type='submit'],
input[type='button'] {
  background: #c0c0c0;
  font-size: 13px;
  padding: 10px 14px;
  border: 0px;
  color: #fff;
  font-weight: bold;
}
input[type='submit']:hover,
input[type='button']:hover {
  background: #000;
}
/*
	FORMS / RADIO BUTTON
*/
input[type='radio'] {
  height: 10px;
  width: 1px;
}
input[type='radio']:before {
  content: "";
  background-color: #FFF;
  border: 1px solid #CACECE;
  padding: 9px 9px 8px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  position: absolute;
  margin-top: -2px;
  margin-left: -1px;
  cursor: pointer;
}
input[type='radio']:checked:before {
  content: "•";
  background-color: #FFF;
  border: 1px solid #A9AFAF;
  padding: 6px 5px 3px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  line-height: 8px;
  color: #565656;
}
/*
	FORMS / CHECKBOX
*/
input[type='checkbox'] {
  margin: 0 10px 5px 0;
}
input[type='checkbox']:before {
  content: "";
  background-color: #fff;
  border: 1px solid #cacece;
  box-shadow: ;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  margin-top: -2px;
}
input[type='checkbox']:checked:before {
  content: "\2714";
  background-color: #fff;
  border: 1px solid #a9afaf;
  box-shadow: ;
  padding: 1px 3px 2px 3px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  font-size: 10px;
  color: #565656;
}
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #d0d0d0;
  width: 87%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #ffffff url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;
  font-weight: 100;
  margin-top: 10px;
}
.select-style.black {
  background: #000;
  color: #fff;
  border: 1px solid #3b3b3b;
  margin-top: 55px;
  float: right;
}
.select-style select {
  padding: 10px 15px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
/*
	LIKE BUTTONS 
*/
.follow-button {
  overflow: hidden;
  width: auto;
  background: #f0f0f0;
  height: 50px;
  position: relative;
  max-width: 230px;
}
.follow-button .title {
  background: red;
  width: 100%;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.follow-button .title strong {
  margin-left: 70px;
}
.follow-button .button {
  background: yellow;
  z-index: 1;
  line-height: 50px;
  position: absolute;
  width: 100%;
}
.follow-button.facebook .title {
  background: #3b5998 url('../img/facebook.png') no-repeat 8px 7px;
}
.follow-button.facebook .button {
  background: #274177;
}
.follow-button.twitter .title {
  background: #00aced url('../img/twitter.png') no-repeat 7px 4px;
}
.follow-button.twitter .button {
  background: #008abe;
}
.follow-button.googleplus .title {
  background: #dd4b39 url('../img/google+.png') no-repeat 3px 5px;
}
.follow-button.googleplus .button {
  background: #ad3627;
}
/* simple */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
/* START: Accommodating for IE */
.flip-container:hover .back,
.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* END: Accommodating for IE */
.flip-container {
  width: 216px;
  height: 195px;
}
.front,
.back {
  width: 216px;
  height: 195px;
  overflow: hidden;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  width: 216px;
  height: 216px;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.front .name {
  font-weight: bold;
  color: #00304a;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0.1em 0.1em 0.05em #acd7e5;
  font-family: Courier;
  font-size: 2em;
}
/* Screens smaller than 1279px */
@media only screen and (max-width: 1280px) {
  .wrapper {
    width: 1120px;
  }
  /* COLS */
  .col-8 {
    width: 1120px;
  }
  .col-7 {
    width: 980px;
  }
  .col-6 {
    width: 840px;
  }
  .col-5 {
    width: 700px;
  }
  .col-4 {
    width: 560px;
  }
  .col-3 {
    width: 420px;
  }
  .col-2 {
    width: 280px;
  }
  .col-1-5 {
    width: 210px;
  }
  .col-1 {
    width: 140px;
  }
  /* HOME */
  #slider {
    height: 500px;
  }
  #slider .slide {
    height: 500px;
  }
  #slider .background {
    height: 500px;
  }
  #slider .slidercontent .inner h1 {
    font-size: 30px;
  }
  .product .cover {
    height: 170px;
  }
  .product h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .line-product .title {
    width: 200px;
  }
  /* STORE */
  .product.small .add-to-cart a,
  .product.small .add-to-cart .price {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .product.small .add-to-cart {
    float: none;
  }
  .product.small .cover {
    height: 110px;
  }
  .product.small .buttons {
    margin-top: 0px;
  }
  .product.small .info {
    height: 130px;
  }
  /* PRODUCT PAGE */
  .product-page .top-info img {
    width: 90%;
  }
  .quote .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1119px) {
  .wrapper {
    width: 960px;
  }
  /* COLS */
  .col-8 {
    width: 960px;
  }
  .col-7 {
    width: 840px;
  }
  .col-6 {
    width: 720px;
  }
  .col-5 {
    width: 600px;
  }
  .col-4 {
    width: 480px;
  }
  .col-3 {
    width: 360px;
  }
  .col-2 {
    width: 240px;
  }
  .col-1-5 {
    width: 25%;
  }
  .col-1 {
    width: 20%;
  }
  footer .col-1 {
    width: 124px;
  }
  .product.small .cover {
    height: 155px;
  }
  .product .cover {
    height: 128px;
  }
  .product h3 {
    font-size: 16px;
  }
  .product h4 {
    font-size: 12px;
  }
  .product .info {
    height: 110px;
  }
  .product .add-to-cart a,
  .product .add-to-cart .price {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .product .add-to-cart {
    float: none;
  }
  .line-product .title {
    width: 150px;
  }
  #slider .slidercontent .inner h2 {
    font-size: 14px;
  }
  .greybox.player .col-5 {
    margin-left: 30px;
    width: 690px;
  }
  .sub-newsletter {
    display: none;
  }
  .latest-news {
    width: 690px;
    margin-left: 30px;
  }
  /* NEWS */
  .news-page .item h2 {
    font-size: 24px;
  }
  /* VIDEO */
  .video-box {
    height: 110px;
  }
  .video-box .title {
    font-size: 14px;
    line-height: 1.4em;
  }
  .account {
    display: none;
  }
  .latest-releases {
    width: 66%;
  }
  .soon-available {
    width: 33%;
  }
  .soon-available .item {
    width: 290px;
  }
  .comingup .cover {
    width: 80%;
  }
  .comingup .notify {
    width: 100%;
  }
  .product-page .block .col-1 {
    width: 50%;
  }
  .product-page .block .col-1 .cover {
    height: 95px;
  }
  .product-page .block .col-1 h3 {
    font-size: 14px;
  }
  .block-title .col-1 {
    width: 25%;
  }
  .block-title .col-1 .cover {
    height: 95px;
  }
  .block-title .col-1 h3 {
    font-size: 14px;
  }
  .artists {
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
  }
}
@media only screen and (max-width: 959px) {
  .wrapper {
    width: 800px;
  }
  .col-8 {
    width: 100%;
  }
  .col-7 {
    width: 87.5%;
  }
  .col-6 {
    width: 75%;
  }
  .col-5 {
    width: 62.5%;
  }
  .col-4 {
    width: 50%;
  }
  .col-3 {
    width: 37.5%;
  }
  .col-2 {
    width: 25%;
  }
  .col-1-5 {
    width: 50%;
  }
  .col-1 {
    width: 12.5%;
  }
  .front {
    height: 250px;
    width: 250px;
  }
  .back {
    height: 250px;
    width: 250px;
  }
  .product .btn-block {
    width: 83px;
  }
  .product h3 {
    margin-top: 40px;
  }
}
/* Tablet landscape - Smaller browser */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    width: 768px;
  }
  nav input {
    display: none;
  }
  .col-3 {
    width: 50%;
  }
  .hide-786 {
    display: none;
  }
}
/* Mobile landscape - Tablet portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
  nav input[type='text'] {
    float: none;
    margin-left: 30px;
    width: 40%;
    position: absolute;
    left: 20%;
    right: 20%;
  }
  nav .wrapper ul {
    background: #000;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: none;
  }
  nav .wrapper ul li {
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 1.8em;
    padding: 0.5em;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .col-1,
  .col1-5,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8 {
    width: 100%;
  }
}
/* Mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
  .wrapper,
  .slidercontent {
    width: 90%;
  }
  nav input[type='text'] {
    float: none;
    margin-left: 30px;
    width: 40%;
    position: absolute;
    left: 20%;
    right: 20%;
  }
  nav .wrapper ul {
    background: #000;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: none;
  }
  nav .wrapper ul li {
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 1.5em;
    padding: 0.5em;
  }
  nav .wrapper ul a {
    color: #fff !important;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .col-1 {
    width: 50%;
  }
  .col1-5,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8 {
    width: 100%;
  }
  #slider {
    height: 500px;
  }
  #slider .slide {
    height: 500px;
    background: #000;
  }
  #slider .slide .background {
    height: 500px;
  }
  #slider .slider-info {
    width: 100%;
  }
  #slider .slidercontent {
    margin-left: 0px;
    opacity: 1.0 !important;
    display: block !important;
  }
  .greybox.player {
    display: none;
  }
  h1.mar-left {
    margin-left: 0px;
    display: none;
  }
  .comingup {
    width: auto;
    margin-left: 0px;
    display: none;
  }
  .tourdates {
    margin-top: 30px;
  }
  .soon-available .item {
    width: 50%;
  }
  .latest-news {
    margin-left: 0px;
  }
  .inner.center {
    margin: 0px;
    padding: 0px;
  }
  .product.small h3 {
    margin-top: 0px;
  }
  .artists {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
  }
  .artists-overlay {
    display: none;
  }
  .news-page .item .inner {
    padding: 0px 0 30px 0;
  }
  .product-page .top-info img {
    width: 100%;
  }
  .col-1 .inner.left,
  .col-1-5 .inner.left,
  .col-2 .inner.left,
  .col-3 .inner.left,
  .col-4 .inner.left,
  .col-5 .inner.left,
  .col-6 .inner.left,
  .col-7 .inner.left,
  .col-8 .inner.left {
    padding: 0px;
  }
  .block-title .col-1 {
    width: 50%;
  }
  .block-title .col-1 .cover {
    height: 150px;
  }
  .block-title .col-1 h3 {
    font-size: 14px;
  }
  .popup-basket {
    display: none;
  }
}
