/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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,
menu,
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-color: 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;
}

@font-face {
  font-family: "icons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon {
  vertical-align: middle;
}

.icon::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  line-height: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* include this only once */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

.icon.animate {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.icon-spinner {
  display: inline-block;
}

.icon-spinner::before {
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: -0.5px;
  vertical-align: middle;
}

.icon-spinner.medium {
  width: 34px;
  height: 34px;
}

.icon-spinner.medium::before {
  font-size: 17px;
}

.icon-spinner.small {
  width: 26px;
  height: 26px;
}

.icon-spinner.small::before {
  font-size: 13px;
}

.icon-spotify::before {
  font-size: 1.2em;
  margin-top: -0.2rem;
}

.icon-camera::before {
  content: "\f110";
}

.icon-chevron-down::before {
  content: "\f100";
}

.icon-chevron-left::before {
  content: "\f101";
}

.icon-chevron-right::before {
  content: "\f102";
}

.icon-close::before {
  content: "\f103";
}

.icon-facebook::before {
  content: "\f104";
}

.icon-lastfm::before {
  content: "\f105";
}

.icon-menu::before {
  content: "\f106";
}

.icon-play-circle::before {
  content: "\f107";
}

.icon-search::before {
  content: "\f108";
}

.icon-spotify::before {
  content: "\f109";
}

.icon-tick::before {
  content: "\f10a";
}

.icon-twitter::before {
  content: "\f10b";
}

.icon-upload::before {
  content: "\f10c";
}

.icon-spinner:before {
  content: "\f10d";
}

.icon-refresh:before {
  content: "\f10e";
}

.icon-plus:before {
  content: "\f10f";
}

@font-face {
  font-family: "pl-icons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
}

.pl-icon:before {
  display: inline-block;
  font-family: "pl-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.pl-icon-activity:before {
  content: "\f100";
}

.pl-icon-connect:before {
  content: "\f101";
}

.pl-icon-develop:before {
  content: "\f102";
}

.pl-icon-favourite:before {
  content: "\f103";
}

.pl-icon-following:before {
  content: "\f104";
}

.pl-icon-play-history:before {
  content: "\f105";
}

.pl-icon-logo:before {
  content: "\f106";
}

.pl-icon-playlists:before {
  content: "\f107";
}

.pl-icon-recommendations:before {
  content: "\f108";
}

.pl-icon-bomb:before {
  content: "\f109";
}

/*
  Icon Font: genresmoods
*/

@font-face {
  font-family: "genresmoods";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("genresmoods_e9e97449f0cc5dc3c79210e9e6a21a97.ttf") format("truetype"), url("genresmoods_e9e97449f0cc5dc3c79210e9e6a21a97.svg#genresmoods") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.genre:before {
  display: inline-block;
  font-family: "genresmoods";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.genre-alternative:before {
  content: "\f124";
}

.genre-angry:before {
  content: "\f125";
}

.genre-blues:before {
  content: "\f126";
}

.genre-chillout:before {
  content: "\f127";
}

.genre-christmas:before {
  content: "\f148";
}

.genre-classical:before {
  content: "\f128";
}

.genre-comedy:before {
  content: "\f129";
}

.genre-compilation:before {
  content: "\f12a";
}

.genre-cool:before {
  content: "\f12b";
}

.genre-country:before {
  content: "\f12c";
}

.genre-dance:before {
  content: "\f12d";
}

.genre-dark:before {
  content: "\f12e";
}

.genre-disco:before {
  content: "\f12f";
}

.genre-dramatic:before {
  content: "\f130";
}

.genre-electronica:before {
  content: "\f131";
}

.genre-energetic:before {
  content: "\f132";
}

.genre-folk:before {
  content: "\f133";
}

.genre-funny:before {
  content: "\f134";
}

.genre-futuristic:before {
  content: "\f135";
}

.genre-groovy:before {
  content: "\f136";
}

.genre-halloween:before {
  content: "\f149";
}

.genre-happy:before {
  content: "\f137";
}

.genre-heavy-metal:before {
  content: "\f138";
}

.genre-hip-hoprap:before {
  content: "\f139";
}

.genre-house:before {
  content: "\f13a";
}

.genre-intimate:before {
  content: "\f13b";
}

.genre-jazz:before {
  content: "\f13c";
}

.genre-latin:before {
  content: "\f13d";
}

.genre-party:before {
  content: "\f13e";
}

.genre-pop:before {
  content: "\f13f";
}

.genre-punk:before {
  content: "\f140";
}

.genre-rb:before {
  content: "\f141";
}

.genre-reggae:before {
  content: "\f142";
}

.genre-rock:before {
  content: "\f143";
}

.genre-soul:before {
  content: "\f144";
}

.genre-soundtrack:before {
  content: "\f145";
}

.genre-techno:before {
  content: "\f146";
}

.genre-valentines:before {
  content: "\f14a";
}

.genre-world:before {
  content: "\f147";
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  padding-top: 60px;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}

.pl-main-container {
  min-height: 100%;
  overflow: hidden;
}

.container {
  padding: 0 10px;
  margin: auto;
  position: relative;
}

.flex {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  -moz-flex-direction: wrap;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex > .columns {
  clear: none;
  float: none;
}

.flex.small-2 > .columns {
  width: 50%;
}

.row {
  margin: 0 -10px;
}

.column {
  padding: 0 0 40px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

*[class*="col-"] {
  padding: 0 10px;
  min-height: 1px;
  position: relative;
}

.no-padding {
  padding: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.full-width {
  margin: 0 -10px;
}

.pl-underline-header {
  border-bottom: 4px solid #fb4537;
  display: inline-block;
}

.pull-right {
  float: right;
}

.noselect,
.pl-upload-overlay {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.relative {
  position: relative;
}

#pl-main-container {
  overflow: hidden;
  padding: 20px 0;
}

.inline-link {
  color: #1d1d1b;
  text-decoration: none;
}

.inline-link:hover {
  color: #fb4537;
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inline-list li {
  float: left;
}

.container-row,
.container-last-row {
  position: relative;
}

.container-row {
  margin-top: 20px;
}

.container-last-row {
  margin-bottom: 20px;
}

.plain-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.header-background {
  background: #f5f5f5;
}

.reset {
  padding: 0;
  margin: 0;
}

img.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.body-text {
  font-size: 1.2em;
}

.body-text p {
  color: #616161;
}

.body-text h1,
.body-text h2,
.body-text h3 {
  font-size: 1.2em;
}

.seperated-list a {
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
  color: #1d1d1b;
}

.seperated-list a:hover {
  color: #fb4537;
}

.newsletter-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0;
}

.newsletter-container h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.newsletter-container p {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 110%;
}

.not-found-container {
  padding: 100px 0;
}

.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

.show-xs.inline {
  display: inline-block;
}

.hide-sm {
  display: none;
}

.show-sm {
  display: block;
}

.show-sm.inline {
  display: inline-block;
}

.hide-md {
  display: none;
}

.show-md {
  display: block;
}

.show-md.inline {
  display: inline-block;
}

.show-hover {
  display: none;
}

.table {
  display: table;
}

.block {
  display: block;
}

.dd-player-container {
  position: relative;
  padding-top: 56.5%;
}

.dd-player-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

*:hover > .show-hover {
  display: block;
}

*:hover > .hide-hover {
  display: none;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

.font-gothic {
  font-family: 'Oswald', 'Source Sans Pro', sans-serif;
  font-weight: normal;
}

.font-sans-serif {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

.brand-text {
  color: #fb4537;
}

.text-body {
  color: #616161;
}

.strong {
  font-weight: bold;
}

p a {
  color: #1d1d1b;
}

.font-italic {
  font-style: italic;
}

.btn {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  letter-spacing: 0.75px;
  display: inline-block;
  white-space: nowrap;
}

.btn:not(.lg) .icon-spinner.small {
  margin-top: -4px;
  float: left;
}

.btn > a {
  color: inherit;
  text-decoration: none;
}

.btn > a:hover {
  text-decoration: underline;
}

.btn.lg {
  height: 50px;
  line-height: 30px;
}

.btn.block {
  width: 100%;
}

.btn.slim {
  padding: 5px 10px;
  height: 30px;
  font-size: 0.9em;
}

.btn-clear {
  border: 0;
  color: #1d1d1b;
  background: none;
  padding: 10px;
}

.btn-primary,
.pl-follow-user-button[data-unfollow="0"] {
  background-color: #fb4537;
  border-color: #e11404;
  color: #fff;
}

.btn-primary:focus {
  outline-color: #ff4233;
}

.btn-primary:disabled {
  opacity: 0.8;
  text: #f5f5f5;
}

.btn-plain {
  background-color: #fff;
  border-color: #e2e2e2;
  color: #1d1d1b;
}

.btn-plain:focus {
  outline-color: #ff4233;
}

.btn-plain:disabled {
  opacity: 0.8;
  text: #f5f5f5;
}

.btn-danger {
  background-color: #af1003;
  border-color: #7d0b02;
  color: #fff;
}

.btn-danger:focus {
  outline-color: #ff4233;
}

.btn-danger:disabled {
  opacity: 0.8;
  text: #f5f5f5;
}

.btn-facebook {
  color: #fff;
  background: #3b5998;
  border-color: #264890;
}

.btn-twitter {
  color: #fff;
  background: #598dca;
  border-color: #417BBD;
}

.btn-spotify {
  color: #fff;
  background: #1ed760;
  border-color: #1bc156;
}

.btn-black,
.pl-follow-user-button[data-unfollow="1"] {
  color: #fff;
  background: #1d1d1b;
  border-color: #1d1d1b;
}

a.btn {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

a.btn:not([href]) {
  opacity: 0.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.btn {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-group > .btn {
  margin-bottom: 0;
}

.btn-group .btn:first-child:not(:only-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.btn-group .btn + .btn {
  margin-left: 0;
}

.btn-group .btn + .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}

input.form-control,
div.form-control,
select.form-control,
textarea.form-control {
  background: 0;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  background: #fff;
  box-sizing: border-box;
  line-height: 20px;
  color: #1d1d1b;
  letter-spacing: 0.75px;
  width: 100%;
}

input.form-control:focus,
div.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  outline-color: #fb4537;
}

select.form-control {
  height: 40px;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

input.form-control,
div.form-control {
  height: 40px;
}

div.form-control {
  line-height: 30px;
}

.form-control.lg {
  padding: 10px;
  height: 50px;
  line-height: 30px;
  font-size: 1.4em;
}

.form-row {
  margin-bottom: 10px;
}

.form-row label {
  line-height: 40px;
  font-size: 16px;
}

.form-row.error {
  color: #c81204;
}

.form-row.error .form-control {
  border: 1px solid #c81204;
}

p.error-message {
  background: #feb9b4;
  border: 1px solid #960d03;
  color: #960d03;
  padding: 10px 15px;
  border-radius: 3px;
}

.hide-control {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
  background: 0;
}

#pl-profile-edit-form h2 {
  margin-bottom: 20px;
}

#pl-profile-edit-form #pl-change-profile-image {
  margin: 0;
}

#pl-profile-edit-form #pl-change-profile-image img {
  display: block;
}

.pl-upload-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 40% 20px 0;
  color: #fff;
  cursor: pointer;
}

.pl-check-field .icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 7px;
}

form .success-message {
  display: none;
}

form.success .success-message {
  display: block;
}

p.success {
  background: #a9e0a9;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #87ba87;
  color: #004500;
}

.form-control[aria-invalid="true"] {
  background: #ffe7e7;
  border: 1px solid #bd8b8b;
}

form[disabled="disabled"] .btn-primary {
  opacity: 0.6;
}

.droppable {
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.droppable.absolute {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.droppable .droppable-title {
  margin: 0 -20px;
  padding: 10px 20px;
  position: relative;
}

.droppable .droppable-title::after {
  content: '▼';
  float: right;
  font-size: 70%;
  margin-left: 10px;
  margin-right: -5px;
}

.droppable .droppable-title.option {
  display: none;
}

.droppable .droppable-title.option:not(:empty) {
  display: block;
}

.droppable .droppable-content {
  display: none;
}

.droppable.on {
  height: auto;
  outline: 5px auto #fb4537;
  z-index: 100;
}

.droppable.on .droppable-title {
  border-bottom: 1px solid #e3e3e3;
}

.droppable.on .droppable-title.option:not(:empty) {
  display: none;
}

.droppable.on .droppable-content {
  display: block;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
  margin: 0 -20px;
  padding: 10px 20px;
}

.droppable.on .droppable-content li.active {
  color: #fb4537;
}

.droppable.on .droppable-content li a,
.droppable.on .droppable-content li span {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}

.droppable.on .droppable-content li a:hover,
.droppable.on .droppable-content li span:hover {
  color: #fb4537;
}

.droppable-container {
  min-height: 42px;
  position: relative;
}

.droppable.form-control {
  padding: 0 20px;
  line-height: 20px;
  height: auto;
}

.well {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.well h3 {
  margin: 0;
  font-weight: normal;
}

.collapse-selector .collapse-item {
  color: #1d1d1b;
  text-transform: uppercase;
}

.collapse-selector .collapse-item.active {
  display: block;
  color: #fb4537;
}

.collapse-selector a,
.collapse-selector > span {
  color: inherit;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px;
  display: block;
}

.collapse-selector a:hover,
.collapse-selector > span:hover {
  color: #fb4537;
}

.pl-dark-header-module {
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.pl-dark-header-module header {
  background: #1d1d1b;
  color: #fff;
  padding: 20px 10px;
  margin: -1px -1px 0;
  font-size: 1.2em;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.pl-dark-header-module header h1 {
  margin-top: 0;
}

.pl-dark-header-module header p {
  margin: 0;
}

.pl-dark-header-module .header-background {
  padding: 30px 20px;
}

.pl-dark-header-module .header-background h3 {
  margin-top: 0;
}

.pl-dark-header-module > *:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tabbed-bar.no-tab-container .tab a,
.tabbed-bar.no-tab-container .tab span {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-width: 1px;
}

.tabbed-bar .collapse-item,
.tabbed-bar .tab {
  padding: 0 10px;
  float: left;
  width: 100%;
}

.tabbed-bar .collapse-item a,
.tabbed-bar .tab a,
.tabbed-bar .collapse-item span,
.tabbed-bar .tab span {
  padding: 10px 5px;
  display: block;
  color: #1d1d1b;
  font-size: 1.2em;
  text-decoration: none;
}

.tabbed-bar .collapse-item.disabled,
.tabbed-bar .tab.disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.4;
}

.tabbed-bar .collapse-item.disabled span,
.tabbed-bar .tab.disabled span {
  cursor: default;
}

.tabbed-bar .collapse-item.active a,
.tabbed-bar .tab.active a {
  background: #fb4537;
  border-color: #e11404;
  color: #fff;
}

.pagination {
  height: 50px;
  background: #e2e2e2;
}

.pagination .pagination-page-button {
  height: 50px;
  line-height: 30px;
  border-radius: 0;
}

.pagination .pagination-page-button i {
  margin-top: 2px;
  font-size: 85%;
}

.pagination .pagination-previous {
  float: left;
}

.pagination .pagination-previous i {
  margin-right: 7px;
}

.pagination .pagination-next {
  float: right;
}

.pagination .pagination-next i {
  margin-left: 2px;
}

.pagination .pagination-pages {
  width: 50%;
  margin: auto;
  text-align: center;
}

.pagination .pagination-pages li {
  font-weight: bold;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.pagination .pagination-pages li a {
  color: #1d1d1b;
  text-decoration: none;
  padding: 0 10px;
}

.pagination .pagination-pages li a.active {
  color: #fb4537;
}

#pl-site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1010;
}

#pl-site-header-content {
  background: #f5f5f5;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0;
}

#pl-site-logo {
  display: block;
  padding: 0;
}

#pl-site-logo div {
  margin: 0;
}

#pl-site-logo div img {
  vertical-align: middle;
  margin: auto;
  height: 40px;
  width: auto;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

#pl-language-drop-container {
  display: none;
}

#pl-site-main-links ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

#pl-site-main-links ul li {
  padding: 10px 0;
}

#pl-site-main-links ul li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}

#pl-site-main-links ul li a:hover {
  color: #fb4537;
}

.scrolling #pl-login-button-container {
  top: 0px;
}

.scrolling #pl-language-drop-container {
  display: none;
}

#pl-playlist-search {
  padding: 15px;
  background-color: #333333;
  display: none;
}

#pl-playlist-search div:first-child {
  position: relative;
}

#pl-playlist-search form[role="search"] {
  padding: 0;
  position: relative;
}

#pl-playlist-search input[type="search"] {
  width: 100%;
  padding: 10px 65px 10px 10px;
}

#pl-playlist-search .btn {
  display: block;
}

#pl-playlist-search i {
  font-size: 120%;
}

#pl-playlist-search .lg {
  font-size: 1.2em;
}

#pl-main-search-btn {
  position: absolute;
  top: 8px;
  height: 34px;
  width: 34px;
  right: 4px;
  padding: 0;
  line-height: 0;
}

#pl-main-search-btn i {
  line-height: 34px;
}

#pl-submit-playlist-button {
  padding: 10px;
}

#pl-submit-playlist-button i {
  margin-left: 5px;
  font-size: 120%;
}

#pl-header-social a {
  color: #fff;
  text-decoration: none;
  font-size: 130%;
  line-height: 50px;
  height: 50px;
  width: 50%;
  float: left;
  text-align: center;
}

#pl-login-button-container .droppable .droppable-title {
  padding: 5px;
}

#pl-login-button-container .droppable .droppable-title > img {
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.pl-mailing-block {
  background: #f5f5f5;
  color: #333333;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 20px;
}

.pl-mailing-block .pl-mailing-block-header {
  font-size: 3em;
  margin: 0;
}

.pl-mailing-block .pl-mailing-block-header small {
  display: block;
  font-size: 55%;
  line-height: 57%;
}

.pl-mailing-block p {
  font-size: 1.8vh;
}

.pl-mailing-block form {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.pl-mailing-block form > div:first-child {
  margin-bottom: 10px;
}

.pl-mailing-block form > div input,
.pl-mailing-block form > div button {
  width: 100%;
}

.pl-mailing-block-dark {
  background: #333333;
  color: #ffffff;
}

.pl-playlist-grid {
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

.pl-playlist-grid-item a {
  color: #1d1d1b;
  text-decoration: none;
  display: block;
}

.pl-playlist-grid-item a:hover {
  color: #fb4537;
}

.pl-playlist-grid-item a:hover .img-container {
  position: relative;
}

.pl-playlist-grid-item a:hover .img-container::before {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 50% 0 0;
  height: 50%;
  line-height: 0;
  font-size: 40px;
  font-size: 6vmax;
  margin-top: 0;
}

.pl-playlist-grid-item .img-container {
  display: block;
}

.pl-playlist-grid-item .img-container::before {
  display: none;
}

.pl-playlist-grid-item figure {
  margin: 0;
}

.pl-playlist-grid-item figure h3 {
  margin: 10px 0 20px;
  word-break: break-word;
}

.pl-playlist-grid-item figure img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.4);
}

.pl-playlist-page-container {
  padding: 10px 20px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pl-playlist-page-meta {
  padding: 20px;
  margin: 0 -20px;
  min-height: 40px;
  border-top: 1px solid #d1d1d1;
}

.pl-playlist-page-meta p {
  margin: 0;
  font-size: 1.2em;
  color: #616161;
  word-break: break-word;
}

.pl-playlist-page-meta p + p {
  margin-top: 10px;
}

.pl-playlist-page-image {
  margin: 20px -10px;
}

.pl-playlist-page-image > div {
  margin: auto;
}

.pl-playlist-page-image > div img {
  vertical-align: middle;
}

.pl-playlist-page-image h1 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 28px;
  word-break: break-word;
}

.pl-playlist-social-share .icon {
  margin-right: 5px;
}

.pl-playlist-spotify-buttons i {
  margin-right: 0.3em;
  font-size: 120%;
}

.pl-playlist-spotify-buttons .btn {
  padding-left: 5px;
  padding-right: 5px;
}

.pl-playlist-spotify-buttons .pl-play-spotify-playlist-button i {
  margin-top: -12px;
}

.pl-playlist-spotify-buttons .pl-follow-spotify-playlist-button i {
  color: #1ed760;
  margin-top: -2px;
}

.pl-playlist-page-user img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pl-playlist-page-user .pl-playlist-byline {
  height: 50px;
  display: table-cell;
  font-size: 1.1em;
  vertical-align: middle;
  color: #616161;
}

.pl-playlist-page-user .pl-playlist-byline a {
  color: #1d1d1b;
  text-decoration: none;
}

.pl-playlist-page-user .pl-playlist-byline a:hover {
  color: #fb4537;
}

.pl-user-rollover-stat {
  width: 32%;
  padding: 0 5px 0 0;
  font-size: 10.5px;
  display: inline-block;
}

.pl-user-rollover-stat:last-child {
  padding-right: 0;
}

.pl-user-rollover-stat span {
  font-size: 14px;
}

.pl-playlist-meta {
  position: absolute;
  text-align: left;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  left: 10px;
  right: 10px;
  color: #fff;
  -webkit-text-shadow: 0px 0px 5px #000;
  text-shadow: 0px 0px 5px #000;
}

.pl-playlist-meta .pull-right {
  margin-left: 8px;
}

.pl-suggested-playlists h2 {
  margin-top: 0;
}

.pl-playlist-player {
  position: relative;
  margin-bottom: 20px;
  height: calc(100% + 80px);
  padding-bottom: calc(100% + 80px);
  width: 100%;
}

.pl-playlist-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  height: calc(100% + 80px);
}

.fb-comments {
  width: 100%;
}

.fb-comments > span {
  width: 100% !important;
}

.fb-comments > span > iframe {
  width: 100% !important;
}

.pl-favourite-button[data-favourited="1"] .favourite-text {
  display: none;
}

.pl-favourite-button[data-favourited="1"] .unfavourite-text {
  display: inline-block;
}

.pl-favourite-button[data-favourited="0"] .favourite-text {
  display: inline-block;
}

.pl-favourite-button[data-favourited="0"] .unfavourite-text {
  display: none;
}

.pl-playlist-button {
  margin-right: 5px;
  margin-top: 5px;
}

.pl-playlist-button:last-child {
  margin-right: 0;
}

#pl-playlist-edit-form {
  outline: 5px auto #fb4537;
}

#pl-playlist-toolbar {
  padding-top: 0px;
  padding-bottom: 5px;
}

#pl-playlist-toolbar .pl-toolbar-messages {
  margin-top: 5px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

#pl-playlist-grid-header {
  margin: 10px 0;
  min-height: 40px;
}

#pl-playlist-grid-header .pull-right {
  display: none;
}

#pl-playlist-grid-header h2 {
  margin: 0;
  line-height: 40px;
  float: left;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Oswald', 'Source Sans Pro', sans-serif;
  font-size: 20px;
}

#pl-playlist-grid-header h2 strong {
  font-weight: normal;
}

#pl-playlist-grid-header .pl-genre-selector {
  cursor: pointer;
}

#pl-playlist-grid-header .pl-genre-selector .genre {
  font-size: 1.25em;
}

#pl-playlist-grid-header .pl-genre-selector-button {
  height: 30px;
  width: 30px;
  padding: 0;
  margin-left: 10px;
  float: left;
  margin-top: 5px;
  font-size: 10px;
  line-height: 24px;
}

#pl-genre-selector {
  margin-bottom: 60px;
  display: none;
}

#pl-genre-selector .pl-genre-icon-link {
  width: 25%;
  margin: 20px 0;
  font-size: 40px;
  color: #1d1d1b;
  display: block;
  text-align: center;
  float: left;
  text-decoration: none;
}

#pl-genre-selector .pl-genre-icon-link:hover {
  color: #fb4537;
}

#pl-genre-selector .pl-genre-icon-link > span {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

#pl-genre-selector .pl-genre-icon-link.active {
  color: #fb4537;
}

#pl-genre-selector .pl-genre-icon-link i,
#pl-genre-selector .pl-genre-icon-link span {
  color: inherit;
}

#pl-genre-selector .pl-genre-icon-link:nth-child(4n+1) {
  clear: left;
}

#pl-featured-playlists a {
  display: block;
}

#pl-featured-playlists img {
  vertical-align: middle;
}

#pl-featured-playlists li {
  display: none;
}

#pl-featured-playlists li:first-child {
  display: block;
}

.pl-search-container.on input[type="search"].form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.pl-search-container.on .pl-suggested-results {
  display: block;
}

.pl-suggested-results {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pl-suggested-results ol {
  margin: 0 5px;
  padding: 0;
  padding-bottom: 5px;
  list-style: none;
  border-top: 1px solid #d0d0d0;
}

.pl-suggested-results li {
  float: none;
}

.pl-suggested-results li a:not(.btn) {
  height: 50px;
  line-height: 30px;
  padding: 10px;
  display: block;
  font-size: 1.1em;
  text-decoration: none;
  color: #1d1d1b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pl-suggested-results li a:not(.btn):hover {
  color: #fb4537;
}

.pl-suggested-results li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.pl-suggested-results li .btn {
  margin-top: 5px;
}

#pl-site-footer {
  background: #f5f5f5;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

#pl-site-footer .pl-copyright {
  padding: 20px 0;
  border-top: 1px solid #d0d0d0;
}

#pl-footer-link-container {
  padding: 20px 0;
}

#pl-footer-link-container ul li {
  padding: 5px 0;
}

#pl-footer-link-container ul li a {
  color: #1d1d1b;
  text-decoration: none;
}

.pl-member-header {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pl-member-header .header-background {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0 0;
}

.pl-member-header .header-background > div > div {
  margin-bottom: 20px;
}

.pl-member-header img {
  vertical-align: middle;
}

.pl-member-name-follow {
  margin-bottom: 20px;
}

.pl-member-name-follow h2 {
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  margin: 0 5px 10px 0;
}

.pl-member-name-follow iframe {
  overflow: hidden;
  vertical-align: text-bottom;
  border: 0;
}

.pl-member-socials .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.pl-badge {
  margin-bottom: 5px;
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.75vw;
}

.pl-badge img {
  width: 100%;
}

.pl-user-badges {
  padding: 0 20px;
  padding-bottom: 10px;
}

.pl-user-badges p {
  margin-top: 0;
}

#pl-member-navigation a {
  font-weight: bold;
  padding: 5px 5px 5px 0;
}

#pl-member-navigation a > i,
#pl-member-navigation a > span {
  vertical-align: middle;
}

#pl-member-navigation .pl-icon-recommendations::before {
  width: 20px;
}

#pl-member-navigation i {
  font-size: 20px;
  margin-right: 10px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #616161;
}

#pl-member-navigation i:before {
  display: inline-block;
}

#pl-member-navigation .active a i,
#pl-member-navigation a:hover i {
  color: inherit;
}

.pl-member-socials .btn i,
.pl-member-favourite-artist-btn i {
  margin-right: 10px;
}

.pl-member-favourite-artist-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.pl-profile-counter-label {
  clear: left;
  float: left;
  width: 130px;
  margin-bottom: 10px;
}

.pl-profile-counter-value {
  float: left;
}

.pl-profile-counter-label,
.pl-profile-counter-value {
  font-size: 1.2em;
}

.pl-member-playlist-list-header {
  margin-bottom: 20px;
}

.pl-member-playlist-list-header h3 {
  line-height: 40px;
}

.pl-member-playlist-list-header small {
  font-size: 70%;
  margin-left: 5px;
  vertical-align: middle;
}

.pl-member-playlist-list-header .pull-right {
  min-width: 150px;
  position: relative;
}

.pl-user-stats .table {
  width: 100%;
}

.pl-member-playlist-section > ol {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.pl-member-playlist-half-section .pl-member-playlist-list-item {
  width: 100%;
}

.pl-member-playlist-half-section .pl-member-playlist-list-item:nth-child(2n) {
  margin-left: 0;
}

.pl-member-playlist-half-section .pl-member-playlist-list-item:nth-child(2) {
  border-top: 1px solid #d1d1d1;
  padding-top: 5px;
}

.pl-member-playlist-list-item {
  padding: 5px 0;
  border-top: 1px solid #d1d1d1;
}

.pl-member-playlist-list-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.pl-playlist-item img {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.pl-playlist-item .pl-member-playlist-item-title {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
}

.pl-playlist-item .pl-member-playlist-item-title a {
  color: #1d1d1b;
  text-decoration: none;
}

.pl-playlist-item .pl-member-playlist-item-title a:hover h4 {
  color: #fb4537;
}

.pl-playlist-item .pl-member-playlist-item-title h4 {
  margin: 0 0 5px;
  font-size: 1.2em;
  font-weight: normal;
}

.pl-playlist-item .pl-member-playlist-item-title p {
  margin: 0;
  color: #616161;
}

.pl-follow-user-button[data-unfollow="1"] .follow-text {
  display: none;
}

.pl-follow-user-button[data-unfollow="1"] .unfollow-text {
  display: inline-block;
}

.pl-follow-user-button[data-unfollow="1"] .unfollow-text .icon-close {
  display: none;
}

.pl-follow-user-button[data-unfollow="1"] .unfollow-text:hover .icon-tick {
  display: none;
}

.pl-follow-user-button[data-unfollow="1"] .unfollow-text:hover .icon-close {
  display: inline-block;
}

.pl-follow-user-button[data-unfollow="0"] .follow-text {
  display: inline-block;
}

.pl-follow-user-button[data-unfollow="0"] .unfollow-text {
  display: none;
}

.pl-activity-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
  position: relative;
  padding-right: 40px;
}

.pl-activity-item time {
  position: absolute;
  right: 0;
  top: 0;
  color: #555;
}

.pl-activity-users li {
  width: 40px;
  display: inline-block;
}

.pl-activity-users li img {
  width: 100%;
}

.pl-activity-single-user {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}

.pl-activity-single-user img {
  width: 100%;
}

.pl-activity-message {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 80%;
}

.pl-activity-message p {
  margin: 0;
}

.pl-activity-message div {
  display: table-cell;
}

.pl-remove-connection i {
  margin-right: 5px;
}

#pl-recommendation-page .pl-header-module-body p {
  color: #616161;
  font-size: 1.2em;
}

#pl-recommendation-page .pl-dark-header-module .btn {
  padding-left: 5px;
  padding-right: 5px;
}

#pl-recommendation-page .pl-dark-header-module .btn i {
  margin-right: 10px;
}

#pl-recommendation-page .row > div {
  margin-bottom: 20px;
}

#pl-recommendation-page .row > div:last-child {
  margin-bottom: 0;
}

#pl-recommendation-page .pl-recommend-connect .btn-group {
  margin-bottom: 10px;
}

#pl-recommendation-page .pl-playlist-generator-search-container {
  margin-bottom: 20px;
}

#pl-recommendation-page .search-artist-pane .font-italic {
  margin-right: 10px;
}

#pl-recommendation-page .btn + .btn {
  margin-left: 10px;
}

#pl-recommendation-page .btn[aria-hidden="true"] + .btn {
  margin-left: 0;
}

#pl-recommended-artist-column .section-header button {
  margin-bottom: 20px;
}

#pl-recommended-artist-column .search-artist-pane {
  margin-bottom: 20px;
}

.recommendation-row {
  display: table;
  width: 100%;
}

.recommendation-row .pl-member-playlist-item-title {
  width: 100%;
}

.pl-recommendation-suggest-image:nth-child(2n+1) {
  clear: left;
}

.pl-recommendation-suggest-image img {
  border: 3px solid #d1d1d1;
  border-radius: 50%;
  transition: transform 0.1s ease-in-out;
}

.pl-recommendation-suggest-image h3 {
  margin-top: 7.5px !important;
}

.pl-recommendation-suggest-image.selected h3 {
  color: #fb4537;
}

.pl-recommendation-suggest-image.selected img {
  border: 3px solid #fb4537;
  transform: scale(1.15);
}

.pl-chart-table {
  width: 100%;
}

.pl-chart-table td {
  vertical-align: middle;
}

.pl-chart-table thead {
  background: #f5f5f5;
}

.pl-chart-table thead td {
  padding: 10px 20px;
}

.pl-chart-table tbody {
  font-size: 1.05em;
}

.pl-chart-table tbody tr {
  border-bottom: 1px solid #e2e2e2;
}

.pl-chart-table tbody tr:first-child td:first-child {
  color: #fb4537;
}

.pl-chart-table tbody td {
  padding: 10px 20px;
  border-right: 1px dashed #e2e2e2;
}

.pl-chart-table tbody td:last-child {
  border-right: 0;
  min-width: 120px;
  padding-right: 0;
  padding-left: 5px;
}

.pl-chart-table tbody td:last-child i {
  margin-right: 5px;
}

.pl-annual-chart-position {
  width: 80px;
}

.pl-sriped-table {
  width: 100%;
  table-layout: fixed;
}

.pl-sriped-table td {
  vertical-align: middle;
}

.pl-sriped-table th {
  text-align: left;
  padding: 10px 20px;
}

.pl-sriped-table thead {
  background: #1d1d1b;
}

.pl-sriped-table thead td {
  padding: 10px 20px;
  color: #fff;
}

.pl-sriped-table tbody {
  font-size: 1.05em;
  border-bottom: 1px solid #e2e2e2;
}

.pl-sriped-table tbody tr {
  border-bottom: 1px solid #e2e2e2;
}

.pl-sriped-table tbody td {
  padding: 10px 20px;
}

.pl-generated-results tbody td:first-child {
  padding: 10px;
}

td.pl-generator-track-controls,
th.pl-generator-track-controls {
  width: 100px;
}

tbody td.pl-generator-track-controls {
  padding: 0;
}

tbody td.pl-generator-track-controls a,
tbody td.pl-generator-track-controls button {
  display: inline-block;
  margin-right: 10px;
  border: 0;
  background: 0;
  color: #1d1d1b;
  font-size: 17px;
  padding: 0;
}

tbody td.pl-generator-track-controls a:hover,
tbody td.pl-generator-track-controls button:hover {
  color: #fb4537;
}

tbody td.pl-generator-track-controls a:last-child,
tbody td.pl-generator-track-controls button:last-child {
  margin-right: 0;
}

.pl-playlist-generator-row .form-control {
  width: 100%;
}

.pl-playlist-generator-row.on input {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pl-playlist-generator-row.on .pl-suggested-results {
  display: block;
}

.pl-playlist-generator-row .pl-suggested-results {
  z-index: 10;
}

.pl-playlist-generator-row .pl-suggested-results ol {
  padding: 5px 0;
}

.pl-playlist-generator-row .pl-suggested-results li {
  padding: 5px;
  cursor: pointer;
}

.pl-playlist-generator-row .pl-suggested-results li:hover {
  color: #fb4537;
}

.pl-generator-result-container {
  margin: -30px -20px 10px;
}

.pl-generated-results.pl-search-results tr th:first-child {
  width: 80px;
}

.pl-generated-results.pl-search-results tr th:last-child {
  width: 100px;
  padding: 0 0 0 10px;
}

.pl-generated-results.pl-search-results thead tr {
  border-top: 0;
}

.pl-playlist-generator-search-container {
  margin-bottom: 40px;
}

.pl-generator-info {
  background: #282828;
  color: #fff;
  font-size: 20px;
}

.pl-generator-info iframe {
  width: 100%;
  display: block;
}

.pl-generator-info .add-button {
  height: 30px;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 20px;
  overflow: hidden;
}

.pl-generator-info .add-button i {
  transform: rotate(0deg);
  transition: transform 0.2s linear;
  display: block;
  width: 20px;
  height: 20px;
}

.pl-generator-info .add-button i::before {
  width: 20px;
  height: 19px;
  margin: 0;
}

.pl-generator-info .add-button.on i {
  transform: rotate(45deg);
}

.pl-generator-info ul {
  display: inline;
}

.pl-generator-info ul li {
  display: inline-block;
  margin-left: 15px;
  height: 20px;
  line-height: 20px;
  padding: 30px 0;
}

.pl-generator-info ul li i {
  font-size: 14px;
  margin-right: 2px;
  cursor: pointer;
}

.pl-generator-info ul li i:hover {
  color: #fb4537;
}

.pl-generator-info ul li i::before {
  margin-top: -4px;
}

.pl-generator-info,
.pl-generator-menu {
  margin-left: -1px;
  margin-right: -1px;
}

.pl-generator-menu {
  padding: 10px 0 0;
  min-height: 60px;
  line-height: 40px;
  background: #343434;
}

.pl-generator-menu > div:last-child {
  margin-bottom: 8px;
  height: 40px;
}

.pl-artist-search-box .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 10px;
}

.pl-featured-artist {
  font-size: 1.1em;
}

.pl-featured-artist h3 {
  font-size: 1.1em;
}

.pl-featured-artist p {
  color: #616161;
}

.pl-search-results {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.pl-search-results tr:nth-child(even) {
  background: #f5f5f5;
}

.pl-search-results tbody tr td:first-child {
  width: 100px;
  padding-right: 0;
}

.pl-search-results tr {
  border-top: 1px solid #e2e2e2;
}

.pl-search-results td {
  padding: 10px 20px;
}

.pl-search-results td p {
  display: none;
}

.pl-search-results td a {
  text-decoration: none;
}

.pl-search-results td h3 {
  margin: 0 0 5px;
  color: #1d1d1b;
  font-weight: normal;
  font-size: 1.2em;
}

#pl-searching-spinner {
  position: absolute;
  right: 50px;
  top: 11px;
  font-size: 14px !important;
  display: none;
  color: #616161;
  width: 27px;
  height: 28px;
}

#pl-search-result-header {
  margin: 0 -10px 20px;
}

#pl-search-result-header h3 {
  margin: 10px 0 0;
}

.pl-search-status {
  padding: 10px;
  font-size: 1.3em;
  border-top: 1px solid #d1d1d1;
  margin: 0 5px;
  display: none;
}

.pl-playlist-search-title h4 {
  margin: 0;
}

#pl-submit-playlist-form div.relative {
  min-height: 40px;
}

#pl-submit-playlist-form figure {
  margin: 0 0 10px;
  width: 100%;
  max-width: 250px;
}

#pl-submit-playlist-form figure img {
  display: block;
}

.pl-generated-results {
  border-bottom: 0;
}

.pl-generated-results thead {
  background: #333;
  color: #fff;
}

.pl-generated-results thead td {
  width: 25%;
}

.pl-dark-header-module .header-background.pl-generated-header {
  padding: 10px;
}

.pl-dark-header-module .header-background.pl-generated-header h3 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

#pl-new-releases .tab {
  width: 33.33333%;
}

#pl-new-releases ol {
  margin-top: 20px;
}

#pl-new-releases li {
  margin-bottom: 40px;
  clear: none;
}

#pl-new-releases li h3 {
  margin-bottom: 0px;
}

#pl-new-releases li p {
  margin: 0;
  font-size: 1.1em;
}

#pl-new-releases li:nth-child(6) {
  clear: left;
}

#pl-new-releases .pl-featured-album > div:first-child {
  padding: 10px;
  border: 1px solid #d1d1d1;
}

#pl-new-releases .pl-featured-album > div:last-child {
  padding-bottom: calc(100% + 80px);
  width: 100%;
  height: 0;
  position: relative;
}

#pl-new-releases .pl-featured-album > div:last-child iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pl-news-items {
  margin-top: -60px;
}

.pl-news-items li {
  background: #f5f5f5;
  border-top: 3px solid #fb4537;
  margin-bottom: 20px;
}

.pl-news-items li img {
  vertical-align: middle;
}

.pl-news-items li article {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pl-news-items li p {
  font-size: 1.15em;
}

.pl-shape-header {
  background-image: url('//contentpl-a.akamaized.net/assets/news-header-bg.jpg');
  background-size: cover;
  background-color: #fb4537;
  padding: 40px;
  margin-top: -30px;
  width: 130%;
  margin-left: -15%;
}

.pl-shape-header h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.pl-news-article header img {
  display: block;
}

.pl-news-article header h1 {
  clear: left;
  margin: 0;
  padding: 1em 0 0.25em;
}

.pl-news-article aside {
  font-size: 1.1em;
}

.pl-news-article aside > div {
  padding-left: 0;
  padding-right: 0;
}

.pl-news-article aside time {
  color: #616161;
}

.pl-news-article aside i {
  margin-right: 5px;
}

.pl-news-article .pl-news-meta {
  display: block;
  line-height: 30px;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d1d1b;
}

.pl-news-article .pl-news-meta.social {
  border-bottom-color: #fb4537;
  color: #1d1d1b;
  text-decoration: none;
  font-weight: bold;
}

.pl-news-article .pl-news-article-content p,
.pl-news-article .pl-news-article-content li {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #616161;
}

.pl-news-article .pl-news-article-content blockquote {
  font-size: 1.3rem;
  font-style: italic;
  border-left: 3px solid #fb4537;
  padding-left: 1.5rem;
  margin-left: 2rem;
  padding: 0.75rem 0rem 0.75rem 1.5rem;
}

.pl-rollover {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, top 0.5s ease-in-out;
  -moz-transition: opacity 0.25s linear, top 0.5s ease-in-out;
  -ms-transition: opacity 0.25s linear, top 0.5s ease-in-out;
  -o-transition: opacity 0.25s linear, top 0.5s ease-in-out;
  transition: opacity 0.25s linear, top 0.5s ease-in-out;
  z-index: -10;
  width: 0;
  height: 0;
  overflow: hidden;
  speak: none;
  top: 30%;
}

.pl-rollover.on {
  z-index: 3;
  opacity: 1;
  top: 80%;
  left: 5px;
  width: 280px;
  height: auto;
  overflow: visible;
}

.pl-rollover .pl-rollover-content {
  color: #1d1d1b;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  margin-top: 7.5px;
  border: 1px solid #d1d1d1;
  box-shadow: 2px 2px 0px rgba(209, 209, 209, 0.9);
}

.pl-rollover .pl-rollover-playlists {
  margin: 0 -2.5px;
}

.pl-rollover .pl-rollover-playlists li {
  float: left;
  width: 25%;
  padding: 0 2.5px;
}

.pl-rollover .pl-rollover-playlists li img {
  width: 100%;
  height: auto;
}

.pl-rollover .h4 {
  margin: 5px 0;
  display: block;
}

.pl-rollover .pl-rollover-stats {
  margin-bottom: 10px;
}

.pl-rollover .pl-rollover-stats img {
  height: 70px;
  width: 70px;
  float: left;
  margin-right: 10px;
}

.pl-rollover .pl-rollover-stats > div {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}

.pl-rollover .pl-rollover-stats p {
  margin-top: 5px;
  margin-bottom: 0;
}

.pl-rollover .pl-rollover-stats.small img {
  height: auto;
  width: 25%;
  width: calc(25% - 5px);
}

.pl-rollover .pl-rollover-stats.small > div {
  width: 78%;
  width: calc(80% - 20px);
  display: inline-block;
}

*[data-rollover-target]:hover {
  color: #fb4537;
}

#pl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}

#pl-overlay.dark .pl-close-overlay {
  color: #fff;
}

#pl-overlay-body {
  margin: 140px auto;
  max-width: 580px;
  z-index: 1;
  position: relative;
  padding: 20px;
  background: #f5f5f5;
  overflow-x: hidden;
}

#pl-overlay-body .pl-dark-header-module {
  margin: -20px;
  border: 0;
  border-radius: 0;
}

#pl-overlay-body .pl-dark-header-module header {
  border-radius: 0;
}

#pl-overlay-body p {
  font-size: 1.2em;
}

#pl-overlay-body p a {
  color: #fb4537;
  font-weight: bold;
  text-decoration: none;
}

.pl-popover-full {
  width: 500%;
  margin-left: -200%;
  background: #fff;
  padding: 20px 0;
}

.pl-popover-inner {
  max-width: 500px;
  margin: auto;
}

.pl-close-overlay {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.pl-app-badges {
  margin: 20px 0 0;
  text-align: center;
  height: 40px;
}

.pl-app-badges a {
  text-decoration: none;
}

.pl-app-badges a:first-child {
  margin-right: 10px;
}

.pl-app-badges img {
  width: auto;
  display: inline !important;
  vertical-align: middle;
}

#pad-popover {
  margin: -20px;
}

#pad-popover h2 {
  padding-top: 10px;
}

[aria-hidden="true"] {
  display: none;
}

[aria-hidden="false"] {
  display: block;
}

[aria-hidden="false"].btn:not(.block) {
  display: inline-block;
}

[v-cloak] {
  display: none;
}

@media (min-width: 768px) {
  body {
    padding-top: 230px;
  }

  .container {
    max-width: 760px;
  }

  .flex.medium-3 > .columns {
    width: 33%;
  }

  .full-width {
    width: 500%;
    margin-left: -200%;
  }

  .sm-inline {
    display: inline-block;
  }

  .hide-xs {
    display: block;
  }

  .hide-xs.inline {
    display: inline-block;
  }

  .show-xs {
    display: none;
  }

  .show-xs.inline {
    display: none;
  }

  .pull-right-sm-up {
    float: right;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333333%;
  }

  .col-sm-22 {
    width: 91.66666667%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-20 {
    width: 83.33333333%;
  }

  .col-sm-19 {
    width: 79.16666667%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-17 {
    width: 70.83333333%;
  }

  .col-sm-16 {
    width: 66.66666667%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-14 {
    width: 58.33333333%;
  }

  .col-sm-13 {
    width: 54.16666667%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-11 {
    width: 45.83333333%;
  }

  .col-sm-10 {
    width: 41.66666667%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-8 {
    width: 33.33333333%;
  }

  .col-sm-7 {
    width: 29.16666667%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-5 {
    width: 20.83333333%;
  }

  .col-sm-4 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 8.33333333%;
  }

  .col-sm-1 {
    width: 4.16666667%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .col-sm-pull-1 {
    right: 4.16666667%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-push-23 {
    left: 95.83333333%;
  }

  .col-sm-push-22 {
    left: 91.66666667%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-20 {
    left: 83.33333333%;
  }

  .col-sm-push-19 {
    left: 79.16666667%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-17 {
    left: 70.83333333%;
  }

  .col-sm-push-16 {
    left: 66.66666667%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-14 {
    left: 58.33333333%;
  }

  .col-sm-push-13 {
    left: 54.16666667%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-11 {
    left: 45.83333333%;
  }

  .col-sm-push-10 {
    left: 41.66666667%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-8 {
    left: 33.33333333%;
  }

  .col-sm-push-7 {
    left: 29.16666667%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 20.83333333%;
  }

  .col-sm-push-4 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 8.33333333%;
  }

  .col-sm-push-1 {
    left: 4.16666667%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .pl-dark-header-module header {
    padding: 30px 20px;
  }

  .tabbed-bar .tab-container {
    border-bottom: 3px solid #e11404;
  }

  .tabbed-bar .collapse-item,
  .tabbed-bar .tab {
    width: 25%;
  }

  .tabbed-bar .collapse-item a,
  .tabbed-bar .tab a,
  .tabbed-bar .collapse-item span,
  .tabbed-bar .tab span {
    background: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }

  #pl-site-header-content {
    border-bottom: 0;
  }

  #pl-site-logo {
    padding: 10px 0;
  }

  #pl-site-logo div img {
    height: 60px;
  }

  #pl-login-button-container {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1;
  }

  #pl-login-button-container .droppable-title::after {
    margin-right: 0;
    margin-top: 4px;
  }

  #pl-language-drop-container {
    position: absolute;
    display: block;
    top: 25px;
    left: 10px;
    width: 200px;
  }

  #pl-site-main-links {
    height: 50px;
  }

  #pl-site-main-links ul {
    text-align: center;
  }

  #pl-site-main-links ul li {
    display: inline-block;
    padding: 0;
  }

  #pl-site-main-links ul li a {
    line-height: 100%;
    -webkit-transition: fontSize 0.2s ease-in-out;
    -moz-transition: fontSize 0.2s ease-in-out;
    -ms-transition: fontSize 0.2s ease-in-out;
    -o-transition: fontSize 0.2s ease-in-out;
    transition: fontSize 0.2s ease-in-out;
  }

  #pl-site-main-links ul li::after {
    content: '•';
    font-size: 1.5em;
    color: #fb4537;
    padding: 0 20px;
    -webkit-transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -ms-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }

  #pl-site-main-links ul li:last-child::after {
    content: '';
    padding: 0;
  }

  #pl-playlist-search {
    display: block;
  }

  #pl-playlist-search input[type="search"] {
    width: 100%;
    padding-left: 20px;
  }

  #pl-main-search-btn {
    right: 8px;
  }

  .menu-button {
    display: none;
  }

  .pl-mailing-block {
    text-align: left;
    margin-bottom: 20px;
  }

  .pl-mailing-block p {
    margin-bottom: 0;
  }

  .pl-playlist-page-meta {
    padding: 20px;
    margin: 0 -20px;
  }

  .pl-playlist-page-image {
    margin: 20px;
  }

  .pl-playlist-page-image > div {
    max-width: 75%;
  }

  .pl-playlist-page-image h1 {
    font-size: 30px;
  }

  .pl-playlist-social-share {
    padding-left: 5px;
    padding-right: 5px;
  }

  #pl-playlist-grid-header {
    margin: 20px 0;
  }

  #pl-playlist-grid-header h2 {
    font-size: 24px;
  }

  #pl-playlist-grid-header .pull-right {
    width: 180px;
    display: block;
    position: relative;
  }

  #pl-genre-selector .pl-genre-icon-link {
    width: 12.5%;
    font-size: 50px;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(4n+1) {
    clear: none;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(8n+1) {
    clear: left;
  }

  #pl-featured-playlists li:nth-child(2) {
    display: block;
  }

  #pl-footer-link-container {
    padding: 40px 0;
  }

  .pl-member-header .table-cell {
    height: 160px;
    padding: 0;
  }

  .pl-badge {
    width: 7.69230769%;
  }

  #pl-member-navigation .pl-icon-logo::before {
    font-size: 26px;
  }

  #pl-member-navigation i {
    font-size: 30px;
    width: 50px;
  }

  #pl-recommendation-page .row > div {
    margin-bottom: 0;
  }

  .pl-recommendation-suggest-image:nth-child(2n+1) {
    clear: none;
  }

  .pl-recommendation-suggest-image:nth-child(6n+1) {
    clear: left;
  }

  .pl-chart-table thead td {
    font-size: 1.1em;
  }

  .pl-chart-table td.hide-xs {
    display: table-cell;
  }

  .pl-sriped-table thead td {
    font-size: 1.1em;
  }

  .pl-sriped-table td.hide-xs {
    display: table-cell;
  }

  .pl-featured-artist {
    font-size: 1.2em;
  }

  .pl-featured-artist h3 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .pl-featured-artist p:first-child {
    margin-top: 0;
  }

  .pl-search-results tbody tr td:first-child {
    width: 120px;
  }

  .pl-search-results td p {
    display: block;
    font-size: 1.1em;
    color: #616161;
  }

  #pl-search-result-header h3 {
    height: 40px;
    line-height: 40px;
    margin: 0;
  }

  #pl-search-result-header > div:first-child {
    float: right;
  }

  #pl-new-releases .tab {
    width: 20%;
  }

  .pl-news-items {
    margin-top: -100px;
  }

  .pl-news-items li article {
    flex-direction: row;
  }

  .pl-shape-header {
    padding-bottom: 100px;
  }

  .pl-news-article aside > div:first-child {
    padding-right: 10px;
  }

  .pl-news-article aside > div:last-child {
    padding-left: 10px;
  }

  #pl-overlay-body {
    padding: 30px 100px;
  }

  #pl-overlay-body .pl-dark-header-module {
    margin: -30px -100px;
  }

  #pad-popover {
    margin: -30px -100px;
  }
}

@media screen and (min-width: 768px) {
  .pl-app-badges.pl-header-app-badges {
    text-align: right;
    margin: -60px 10px 0;
  }
}

@media (min-width: 990px) {
  body {
    padding-top: 250px;
  }

  .container {
    max-width: 980px;
  }

  .flex.large-5 > .columns {
    width: 20%;
  }

  .hide-sm {
    display: block;
  }

  .hide-sm.inline {
    display: inline-block;
  }

  .show-sm {
    display: none;
  }

  .show-sm.inline {
    display: none;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333333%;
  }

  .col-md-22 {
    width: 91.66666667%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-20 {
    width: 83.33333333%;
  }

  .col-md-19 {
    width: 79.16666667%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-17 {
    width: 70.83333333%;
  }

  .col-md-16 {
    width: 66.66666667%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-14 {
    width: 58.33333333%;
  }

  .col-md-13 {
    width: 54.16666667%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-11 {
    width: 45.83333333%;
  }

  .col-md-10 {
    width: 41.66666667%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-8 {
    width: 33.33333333%;
  }

  .col-md-7 {
    width: 29.16666667%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-5 {
    width: 20.83333333%;
  }

  .col-md-4 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 8.33333333%;
  }

  .col-md-1 {
    width: 4.16666667%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333333%;
  }

  .col-md-pull-22 {
    right: 91.66666667%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-20 {
    right: 83.33333333%;
  }

  .col-md-pull-19 {
    right: 79.16666667%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-17 {
    right: 70.83333333%;
  }

  .col-md-pull-16 {
    right: 66.66666667%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-14 {
    right: 58.33333333%;
  }

  .col-md-pull-13 {
    right: 54.16666667%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-11 {
    right: 45.83333333%;
  }

  .col-md-pull-10 {
    right: 41.66666667%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-8 {
    right: 33.33333333%;
  }

  .col-md-pull-7 {
    right: 29.16666667%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 20.83333333%;
  }

  .col-md-pull-4 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 8.33333333%;
  }

  .col-md-pull-1 {
    right: 4.16666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-push-23 {
    left: 95.83333333%;
  }

  .col-md-push-22 {
    left: 91.66666667%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-20 {
    left: 83.33333333%;
  }

  .col-md-push-19 {
    left: 79.16666667%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-17 {
    left: 70.83333333%;
  }

  .col-md-push-16 {
    left: 66.66666667%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-14 {
    left: 58.33333333%;
  }

  .col-md-push-13 {
    left: 54.16666667%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-11 {
    left: 45.83333333%;
  }

  .col-md-push-10 {
    left: 41.66666667%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-8 {
    left: 33.33333333%;
  }

  .col-md-push-7 {
    left: 29.16666667%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 20.83333333%;
  }

  .col-md-push-4 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 8.33333333%;
  }

  .col-md-push-1 {
    left: 4.16666667%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  #pl-site-logo {
    padding: 20px 0;
  }

  #pl-site-logo div img {
    height: 60px;
  }

  #pl-login-button-container {
    top: 35px;
  }

  #pl-language-drop-container {
    top: 35px;
  }

  #pl-submit-button-container {
    margin: 0 1% 0 3%;
  }

  #pl-site-main-links ul li::after {
    padding: 0 30px;
  }

  .scrolling #pl-site-logo {
    float: left;
    margin: 0;
    padding: 0;
  }

  .scrolling #pl-site-logo div img {
    height: 40px;
  }

  .scrolling #pl-site-main-links {
    float: left;
    margin-left: 30px;
    height: 40px;
  }

  .scrolling #pl-site-main-links ul {
    padding: 5px 0;
  }

  .scrolling #pl-site-main-links ul li {
    line-height: 30px;
    height: 30px;
  }

  .scrolling #pl-site-main-links ul li a {
    font-size: 1em;
  }

  .scrolling #pl-site-main-links ul li::after {
    padding: 0 10px;
    vertical-align: bottom;
    line-height: 30px;
  }

  .pl-mailing-block {
    margin-bottom: 40px;
  }

  .pl-mailing-block form {
    margin-top: 20px;
  }

  .pl-mailing-block form input,
  .pl-mailing-block form button {
    width: 100%;
    padding: 20px 20px;
    height: 60px;
    font-size: 1.2em;
  }

  .pl-playlist-grid-item figure h3 {
    margin: 20px 0 30px;
  }

  #pl-genre-selector .pl-genre-icon-link {
    width: 10%;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(8n+1) {
    clear: none;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(10n+1) {
    clear: left;
  }

  #pl-featured-playlists li:nth-child(3) {
    display: block;
  }

  #pl-site-footer .pl-mailing-block {
    background: none;
    margin-bottom: 0;
    padding-right: 0;
  }

  #pl-site-footer .newsletter-column {
    width: 50%;
  }

  #pl-site-footer .newsletter-column form > div {
    width: 100%;
  }

  #pl-site-footer .newsletter-column form {
    margin-top: 0;
    margin-bottom: 0;
  }

  #pl-site-footer .newsletter-column {
    width: 50%;
  }

  .pl-member-header .table-cell {
    height: 175px;
  }

  .pl-badge {
    width: 6.66666667%;
  }

  .pl-member-playlist-list-item:nth-child(2n) {
    margin-left: 8.33333333%;
  }

  .pl-member-playlist-list-item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }

  .pl-member-playlist-list-item:nth-child(2n + 1) {
    clear: left;
  }

  #pl-recommended-artist-column .section-header h3 {
    float: left;
  }

  #pl-recommended-artist-column .section-header button {
    margin-top: 20px;
    float: right;
  }

  .pl-shape-header h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1220px) {
  .container {
    max-width: 1200px;
  }

  .hide-md {
    display: block;
  }

  .hide-md.inline {
    display: inline-block;
  }

  .show-md {
    display: none;
  }

  .show-md.inline {
    display: none;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333333%;
  }

  .col-lg-22 {
    width: 91.66666667%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-20 {
    width: 83.33333333%;
  }

  .col-lg-19 {
    width: 79.16666667%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-17 {
    width: 70.83333333%;
  }

  .col-lg-16 {
    width: 66.66666667%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-14 {
    width: 58.33333333%;
  }

  .col-lg-13 {
    width: 54.16666667%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-11 {
    width: 45.83333333%;
  }

  .col-lg-10 {
    width: 41.66666667%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-8 {
    width: 33.33333333%;
  }

  .col-lg-7 {
    width: 29.16666667%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-5 {
    width: 20.83333333%;
  }

  .col-lg-4 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 8.33333333%;
  }

  .col-lg-1 {
    width: 4.16666667%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .col-lg-pull-1 {
    right: 4.16666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-push-23 {
    left: 95.83333333%;
  }

  .col-lg-push-22 {
    left: 91.66666667%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-20 {
    left: 83.33333333%;
  }

  .col-lg-push-19 {
    left: 79.16666667%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-17 {
    left: 70.83333333%;
  }

  .col-lg-push-16 {
    left: 66.66666667%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-14 {
    left: 58.33333333%;
  }

  .col-lg-push-13 {
    left: 54.16666667%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-11 {
    left: 45.83333333%;
  }

  .col-lg-push-10 {
    left: 41.66666667%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-8 {
    left: 33.33333333%;
  }

  .col-lg-push-7 {
    left: 29.16666667%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 20.83333333%;
  }

  .col-lg-push-4 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 8.33333333%;
  }

  .col-lg-push-1 {
    left: 4.16666667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  #pl-genre-selector .pl-genre-icon-link {
    width: 8.333333%;
    font-size: 60px;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(10n+1) {
    clear: none;
  }

  #pl-genre-selector .pl-genre-icon-link:nth-child(12n+1) {
    clear: left;
  }

  .pl-member-header .table-cell {
    height: 125px;
  }

  .pl-badge {
    width: 5.55555556%;
  }
}

@media (max-width: 768px) {
  .collapse-selector {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
  }

  .collapse-selector .collapse-item {
    display: none;
    line-height: 20px;
  }

  .collapse-selector.on {
    display: flex;
    flex-direction: column;
    overflow: inherit;
    height: auto;
    background: #f8f8f8;
  }

  .collapse-selector.on .collapse-item {
    display: block;
    order: 1;
  }

  .collapse-selector.on .collapse-item.active {
    order: 0;
  }

  .pl-dark-header-module header h1 {
    font-size: 1.3em;
  }

  #pl-site-main-links,
  #pl-login-button-container {
    display: none;
  }

  #pl-login-button-container .droppable {
    background: none;
    padding: 0;
    border: 0;
    height: auto;
    display: block;
    font-weight: bold;
  }

  #pl-login-button-container .droppable .droppable-title {
    padding: 0;
    margin: 0 0 10px;
  }

  #pl-login-button-container .droppable .droppable-title:after {
    content: '';
  }

  #pl-login-button-container .droppable .droppable-content {
    display: block;
    padding: 0;
    border: 0;
    margin: 0;
  }

  #pl-login-button-container .droppable .droppable-content li {
    padding: 5px 0;
  }

  #pl-login-button-container .droppable .droppable-content li a {
    text-decoration: none;
    color: #3d3d3d;
    text-transform: capitalize;
  }

  #pl-login-button-container .droppable .droppable-content li a:hover {
    color: #fb4537;
  }

  #pl-login-button-container .droppable.on {
    outline: none;
  }

  #pl-login-button-container .droppable.on .droppable-title {
    border-bottom: 0;
  }

  #pl-login-button-container .droppable.on .droppable-content li a {
    padding: 0;
  }

  .right-menu-button {
    display: block;
    top: 0px;
    right: 10px;
    position: absolute;
  }

  .left-menu-button {
    display: block;
    top: 0px;
    left: 10px;
    position: absolute;
  }

  #pl-close-nav-popover {
    display: none;
  }

  .search #pl-site-header {
    height: 100%;
  }

  .search div[role="search"] {
    margin: 0 -10px;
  }

  .search #pl-playlist-search {
    height: 100%;
    display: block;
  }

  .search #pl-mobile-search {
    display: none;
  }

  body.search #pl-close-nav-popover,
  #pl-site-header.open #pl-close-nav-popover {
    display: block !important;
  }

  #pl-site-header.open {
    height: 100%;
  }

  #pl-site-header.open #pl-site-main-links {
    display: block;
    padding: 0 10px;
  }

  #pl-site-header.open #pl-site-header-content {
    height: 100%;
  }

  #pl-site-header.open #pl-mobile-menu,
  #pl-site-header.open #pl-mobile-search {
    display: none;
  }

  #pl-site-header.open .row {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
  }

  #pl-site-header.open #pl-login-button-container {
    display: block;
    padding-top: 10px;
  }

  .pl-chart-table {
    margin-top: 20px;
  }

  .pl-chart-table thead td {
    padding: 5px 3px;
    text-align: center;
  }

  .pl-chart-table tbody td:nth-child(5n) {
    border-right: 0;
  }

  .pl-chart-table tbody td:nth-child(3n) {
    width: 50%;
    border-right: 0;
  }

  .pl-chart-table tbody a {
    color: #fb4537;
  }

  .pl-chart-table tbody .h2 {
    font-size: 1em;
  }

  .pl-chart-table tbody td {
    padding: 2px 10px;
  }

  .pl-chart-table tbody td img {
    display: none;
  }

  .pl-chart-table tbody td p {
    display: none;
  }

  .pl-chart-table tbody td .pl-member-playlist-item-title {
    height: auto;
    font-size: 1em;
  }

  .pl-chart-table tbody td .pl-member-playlist-item-title a {
    color: #fb4537;
  }

  .pl-sriped-table {
    margin-top: 20px;
  }

  .pl-sriped-table thead td {
    padding: 5px 3px;
    text-align: center;
  }

  .pl-sriped-table tbody td:odd {
    background: #e2e2e2;
  }

  .pl-sriped-table tbody td:even {
    background: #fff;
  }

  #pl-new-releases .tab:first-child,
  #pl-new-releases .tab:last-child {
    display: none;
  }

  #pad-popover .pl-app-badges img {
    width: 40%;
    max-width: 160px;
    height: auto;
  }
}
