html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Site Header */
.brand {
  position: absolute;
  left: 48px;
  top: 48px;
  z-index: 11;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.starboard {
  position: absolute;
  top: auto;
  z-index: 999;
  width: 100%;
  height: 96px;
  padding: 48px 48px 0 48px;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
}
.starboard nav {
  position: relative;
  width: auto;
}
.starboard nav > div {
  display: table;
  width: 100%;
}
.starboard nav > div > ul {
  display: table-cell;
  vertical-align: middle;
}
.starboard nav > div > ul > li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.starboard nav > div > ul > li > a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.starboard nav > div > ul > li.menu-item-has-children > a {
  padding-bottom: 10px;
}
.starboard nav > div > ul > li.menu-item-has-children:hover ul.sub-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 3px;
  padding: 8px 0;
}
ul.sub-menu::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
ul.sub-menu li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #121d32;
  box-sizing: border-box;
  padding: 5px 18px 5px 18px;
}
ul.sub-menu li a:hover {
  color: #2670f9;
}
.starboard,
.starboard.fixed {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.starboard.fixed {
  top: 0;
  height: 96px;
  padding: 24px 48px;
  background-color: rgba(38, 112, 249, 0.95);
}
.starboard.fixed .brand {
  top: 24px;
}
.starboard.pin {
  z-index: 3;
}
.starboard .menu {
  height: 48px;
}
@media (min-width: 1025px) {
  .mobile-menu {
    visibility: hidden;
  }
}
@media (max-width: 1024px) {
  .starboard {
    height: 60px;
    padding: 0 20px;
  }
  .starboard .menu {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .starboard nav > div > ul > li {
    display: block;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 800;
  }
  .starboard nav {
    position: fixed;
    display: table;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 112, 249, 0.9);
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .starboard nav.is-active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  .starboard nav > div {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
  }
  .brand {
    left: 20px;
    top: 16px;
  }
  .brand img {
    height: 35px;
    margin-top: 6px;
  }
}
@media (max-width: 1024px) {
  .mobile-menu {
    position: absolute;
    visibility: visible;
    right: 20px;
    top: 24px;
    z-index: 66;
    background-color: rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
  }
  .mobile-menu span {
    font-family: ;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    position: relative;
    float: left;
    display: inline-block;
    letter-spacing: 2px;
    margin: 22px 0 0 22px;
    opacity: 1;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-hamburger {
    display: block;
    position: relative;
    float: left;
    margin: 16.5px 0 0 12.5px;
    padding: 0;
    width: 25px;
    height: 15px;
    z-index: 101;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger i {
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    right: 0px;
    height: 3px;
    background-color: white;
  }
  .c-hamburger i::before,
  .c-hamburger i::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: white;
  }
  .c-hamburger i::before {
    top: -6px;
  }
  .c-hamburger i::after {
    bottom: -6px;
  }
  .mobile-action {
    background: none;
  }
  .mobile-action i::before,
  .mobile-action i::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .mobile-action i::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .mobile-action i::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .mobile-action.is-active i {
    background: none;
  }
  .mobile-action.is-active i::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-action.is-active i::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-action.is-active i::before,
  .mobile-action.is-active i::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.home {
  overflow: hidden;
}
.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
}
#release .content {
  top: 100%;
  position: absolute;
  left: 0;
}
.pp-easing,
#release .content,
#release .content.pp-last {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
#release .content {
  top: 100%;
}
#release .content.pp-last {
  top: 0%;
}
#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#pp-nav.right {
  right: 17px;
}
#pp-nav.left {
  left: 17px;
}
.pp-section.pp-table {
  display: table;
}
.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.pp-slidesNav.bottom {
  bottom: 17px;
}
.pp-slidesNav.top {
  top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 24px 8px;
  position: relative;
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
#pp-nav li:last-child span {
  background-color: transparent;
  background-image: url(../svg/pagination-down.svg);
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
#pp-nav li:last-child .active span {
  border: 0px solid;
}
#arrow {
  width: 100%;
  height: 24px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  left: 0;
  border: 0;
  outline: 0;
  z-index: 100;
  color: #BBB;
  background: transparent;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
}
@media (min-width: 1281px) {
  #pp-nav li:last-child:hover span {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  #arrow:hover {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
.pp-slidesNav li {
  display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
  background: rgba(255, 255, 255, 0);
  border: 2px solid;
  margin: 0;
  border-color: #ffffff !important;
}
#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  margin: 2px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.pp-tooltip.right {
  right: 20px;
}
.pp-tooltip.left {
  left: 20px;
}
.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 18px 32px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn.full {
  position: relative;
  background-color: #2670f9;
  outline: 0;
  border: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.btn.empty {
  background-color: transparent;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sub-title {
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .btn.full:hover,
  .btn.full:focus,
  .btn.full:active {
    background-color: #2264de;
  }
  .btn.empty:hover,
  .btn.empty:focus,
  .btn.empty:active {
    background-color: white;
    color: #2670f9;
  }
}
.newsletter {
  margin-bottom: 96px;
}
.newsletter input[type="email"] {
  padding: 17px;
  background-color: white;
  outline: 0;
  border: 0;
  min-width: 13%;
  margin-right: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  font-size: 14px;
}
.mc4wp-form-fields > label {
  visibility: hidden;
  position: absolute;
  left: -100px;
}
.social {
  margin-bottom: 96px;
}
.social a {
  text-decoration: none;
  display: inline-block;
  height: 50px;
}
.social a:last-child i {
  font-size: 50px;
}
.social a:last-child i:before {
  display: inline-block;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.social a i {
  font-size: 36px;
  color: white;
  padding: 0 18px;
}
@media (min-width: 1024px) {
  .social a:hover i {
    color: #2670f9;
  }
}
@media (max-width: 800px) {
  .social a i {
    font-size: 2.8vh;
    margin-bottom: 36px;
    display: inline-block;
  }
  .social a:last-child i {
    font-size: 3.8vh;
  }
}
.page-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 4.8vw;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 96px;
}
@media (max-width: 800px) {
  .page-title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 1439px) {
  .page-title {
    margin-bottom: 48px;
  }
}
.site {
  min-height: 100%;
  position: relative;
}
body {
  visibility: visible!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page {
  background-color: #fafafb;
}
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.loader {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 52px);
}
/* THREE COLUMNS */
.three-column {
  position: relative;
  width: 100%;
}
.three-column .item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 800px) {
  .three-column .item {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 627px) {
  .three-column .item {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* FOUR COLUMNS */
.four-column {
  position: relative;
  width: 100%;
  margin-left: -4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.four-column .item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 4px;
  padding-bottom: 4px;
}
/* FIVE COLUMNS */
.five-column {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.five-column .item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 20%;
  max-width: 20%;
}
.lock {
  overflow: hidden;
}
.buffer {
  padding: 96px 48px;
}
@media (max-width: 1024px) {
  .buffer {
    padding: 48px 25px;
  }
}
.push-up {
  position: relative;
  background: none !important;
  margin-top: -75px;
  padding: 0 20px;
  z-index: 77;
  margin-bottom: 98px;
}
.featured-banner {
  position: relative;
  min-height: 600px;
  width: 100%;
  z-index: 76;
}
.featured-banner .social-discover {
  position: absolute;
  z-index: 66;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80px);
}
.featured-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.featured-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.featured-banner picture img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.featured-banner .btn {
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 800px) {
  .featured-banner .social-discover {
    width: 100%;
    text-align: center;
  }
}
.social-discover a,
.networks a {
  display: inline-block;
  transition: all 0.3s ease;
}
.social-discover a i,
.networks a i {
  display: inline-block;
}
.social-discover a:hover i,
.networks a:hover i {
  transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
}
@media (max-width: 1440px) {
  .five-column .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .single-music .five-column .item:nth-child(5),
  .single-artist .five-column .item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .four-column .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .five-column .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-banner .social-discover a i {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 627px) {
  .four-column .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .five-column .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-banner picture img {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
  }
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
a,
input[type="submit"],
a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@font-face {
  font-family: 'icomoon';
  src: url('../icons/icons.eot?83ulxx');
  src: url('../icons/icons.eot?83ulxx#iefix') format('embedded-opentype'), url('../icons/icons.ttf?83ulxx') format('truetype'), url('../icons/icons.woff?83ulxx') format('woff'), url('../icons/icons.svg?83ulxx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e902";
}
.icon-snapchat:before {
  content: "\e903";
}
.icon-soundcloud:before {
  content: "\e904";
}
.icon-spotify:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-youtube:before {
  content: "\e907";
}
.icon-apple:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-pause:before {
  content: "\e908";
}
.icon-prev:before {
  content: "\e909";
}
.icon-next:before {
  content: "\e910";
}
.icon-play:before {
  content: "\e911";
}
#launch-pad > section > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#launch-pad > section > picture img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.type-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.type-wrap .track-play {
  position: relative;
  right: auto;
  z-index: 43;
}
.artist-type,
.promo-type {
  position: relative;
  z-index: 33;
  display: table-cell;
  vertical-align: middle;
}
.artist-type .track-play button {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.artist-type h1,
.promo-type h1,
.artist-type h2,
.promo-type h2 {
  color: white;
  display: none;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0 20%;
}
.artist-type h1,
.promo-type h1 {
  font-size: 10vh;
  line-height: 10vh;
  margin-bottom: 96px;
}
.artist-type h2,
.promo-type h2 {
  font-size: 4.8vh;
  line-height: 5.4vh;
  margin-bottom: 10px;
}
.artist-type .btn-featured,
.promo-type .btn-featured {
  display: none;
}
@media (max-width: 627px) {
  .artist-type h2,
  .promo-type h2 {
    font-size: 2.8vh;
    line-height: 2.8vw;
  }
  .artist-type h1,
  .promo-type h1 {
    font-size: 6vh;
    line-height: 6vh;
    margin-bottom: 120px;
  }
  .track-play img {
    max-width: 60px;
  }
  .artist-type .btn {
    font-size: 14px;
  }
}
.overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.scrl {
  position: relative;
  width: 100%;
  padding: 96px 48px;
  box-sizing: border-box;
}
.scrl p {
  font-size: 16px;
  line-height: 22px;
  color: #0b1829;
  font-family: "proxima-nova", sans-serif;
}
.scrl.discover {
  padding: 192px 48px 96px 48px;
}
@media (max-width: 627px) {
  .scrl.discover {
    padding: 192px 20px 96px 20px;
  }
}
.discover {
  background-color: #3c7ffa;
  background-image: url(../img/discover-more-music.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}
.discover h2 {
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
.social-discover {
  margin-bottom: 48px;
}
.social-discover a {
  text-decoration: none;
}
.social-discover a i {
  font-size: 48px;
  line-height: 48px;
  color: white;
  padding: 0 35px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.gear {
  background-color: white;
  text-align: left;
  overflow: hidden;
}
.gear .bg {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gear .wrap {
  position: relative;
  z-index: 6;
}
.gear h2 {
  color: #0b1829;
  margin-bottom: 30px;
}
.gear p {
  margin-bottom: 48px;
}
.gear.scrl {
  padding: 0 0;
}
.sub-title {
  font-size: 4.8vh;
  line-height: 5.2vh;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.content {
  position: relative;
  width: 100%;
}
@media (max-width: 627px) {
  .social-discover a i {
    font-size: 2rem;
    line-height: 100%;
    padding: 0 20px;
  }
  .gear .bg {
    width: 100%;
    left: auto;
    top: 0;
    min-height: 250px;
    background-position: bottom center;
  }
  .gear .wrap {
    text-align: center;
    margin-top: 200px;
  }
  .sub-title {
    font-size: 6vw;
    line-height: 100%;
  }
  .scrl {
    padding: 96px 48px 40px 48px;
  }
}
.upcoming-events {
  text-align: center;
  background-color: #fafafb;
}
.upcoming-events h2 {
  margin-bottom: 48px;
}
.upcoming-events .inner {
  box-sizing: border-box;
  background-color: white;
  width: 100%;
}
.upcoming-events .inner a {
  padding: 26px 24px 50px 24px;
  display: block;
  min-height: 100%;
  box-sizing: border-box;
}
.upcoming-events .grid {
  margin-bottom: 48px;
}
.songkick-tag {
  position: absolute;
  max-width: 114px;
  right: 51px;
  padding: 16px 0 0 16px;
}
@media (max-width: 627px) {
  .songkick-tag {
    display: none;
  }
}
.event.item .inner,
.event.item .artist-name,
.event.item .event-name,
.event.item .meta .location,
.event.item .meta .date {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.event.item:hover .inner {
  background-color: #2670f9;
}
.event.item:hover .inner .artist-name,
.event.item:hover .inner .event-name,
.event.item:hover .inner .meta .location,
.event.item:hover .inner .meta .date {
  color: white;
}
.item {
  text-align: left;
}
.item .meta {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.item .meta .date,
.item .meta .location {
  position: relative;
  width: 50%;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}
.item .meta .date span,
.item .meta .location span {
  font-weight: 800;
  font-style: normal;
}
.item .meta .date {
  float: left;
  text-align: left;
  text-transform: uppercase;
  color: #2670f9;
}
.item .meta .location {
  float: right;
  text-align: right;
  color: #ababab;
}
.item .artist-name,
.item .event-name {
  font-family: "proxima-nova", sans-serif;
  display: block;
}
.item .artist-name {
  color: #121d32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.item .event-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  color: #121d32;
}
.event-container {
  position: relative;
  width: 100%;
}
.featured-banner .page-title {
  position: absolute;
  z-index: 33;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.featured-event {
  position: relative;
  padding: 96px 48px;
  box-sizing: border-box;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.featured-event:before {
  position: absolute;
  z-index: 55;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  opacity: 0.8;
}
.featured-event .sub-title {
  color: white;
  margin-bottom: 48px;
}
.featured-event section {
  position: relative;
  z-index: 56;
}
.featured-artists {
  margin-bottom: 120px;
}
.featured-artists img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-artists h1 {
  color: white;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 89;
  font-size: 36px;
  font-weight: 800;
}
.featured-artists .item {
  height: auto;
}
.featured-artists .item:before {
  content: '';
  float: left;
  padding-top: 100%;
}
.featured-artists .item .title-wrap:after {
  position: absolute;
  z-index: 88;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 127, 255, 0);
  content: '';
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.featured-artists .item {
  text-align: center;
}
.featured-artists .item a {
  display: block;
}
.featured-artists .item {
  position: relative;
  overflow: hidden;
}
.featured-artists .item:hover .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.featured-artists .title-wrap {
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.featured-artists .image {
  position: absolute;
  min-height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}
.normal-artists h1,
.featured-artists h1 {
  font-family: "proxima-nova", sans-serif;
}
.normal-artists .item {
  text-align: center;
  margin-bottom: 48px;
}
.normal-artists .item h1 {
  font-size: 24px;
  color: #121d32;
  font-weight: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 800px) {
  .five-column .item > h1 {
    font-size: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .normal-artists .item h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .featured-artists .item:hover .title-wrap:after {
    background-color: rgba(38, 127, 255, 0.8);
  }
  .normal-artists .item:hover a h1 {
    color: #267fff;
  }
}
.detail .five-column .item {
  padding-left: 8px;
  padding-bottom: 8px;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .detail .five-column .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 800px) {
  .detail .five-column .item h1 {
    padding: 0;
  }
}
.artist-profile {
  position: relative;
  overflow: hidden;
}
.artist-profile:before {
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: -1;
}
.artist-profile:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
}
.artist-profile .inner {
  position: relative;
  z-index: 100;
  padding: 18% 48px 96px 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bio {
  margin-bottom: 96px;
}
.bio p {
  font-family: "proxima-nova", sans-serif;
  color: white;
  box-sizing: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 100;
}
.play-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.play-wrap:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.track-play {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 20px;
  display: inline-block;
  bottom: 20px;
  z-index: 43;
  cursor: pointer;
  background-image: url(../svg/play-button.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.track-play:hover,
.track-play:focus {
  background-image: url(../svg/play-hov.svg);
}
.connect {
  position: relative;
  width: 100%;
  text-align: center;
}
.connect h3 {
  letter-spacing: 3px;
  color: white;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 36px;
}
.play-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.latest-music {
  text-align: center;
  background-color: white;
}
@media (max-width: 627px) {
  .single-artist .page-title {
    word-wrap: break-word;
  }
  .artist-profile .inner {
    padding: 18% 20px 96px 20px;
  }
  .connect h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.music-container .five-column {
  margin-left: -8px;
  margin-bottom: 48px;
}
.music-container .five-column .item {
  padding-left: 8px;
  margin-bottom: 25px;
}
.music-container .latest-music .song-name {
  font-size: 24px;
}
@media (max-width: 627px) {
  .music-container .five-column {
    margin-left: -4px;
  }
}
.latest-music .item .sub-title {
  margin-bottom: 48px;
}
.latest-music .item .artist-name,
.latest-music .item .song-name {
  font-family: "proxima-nova", sans-serif;
  color: #0b1829;
}
.latest-music .item .artist-name {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 100;
}
.latest-music .item .artist-name a {
  color: #0b1829;
}
.latest-music .item .artist-name a:hover {
  color: #2670f9;
}
.latest-music .item .song-name {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
}
.latest-music .item .song-name:hover {
  color: #2670f9;
}
.can-play:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}
.thumb-link {
  min-height: 100%;
  min-width: 100%;
  display: block;
  /* height: 350px; */
  position: absolute;
  top: 0;
  z-index: 42;
}
.music-detail {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 185px 0 96px 0;
}
.music-detail .cover-art {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cover-art {
  position: absolute !important;
  top: 0;
  height: 100% !important;
}
.blurr-bg {
  position: fixed !important;
}
.single .latest-music.buffer {
  position: relative;
  z-index: 60;
}
.track-detail {
  position: relative;
  z-index: 5;
}
.track-container {
  position: relative;
  z-index: 3;
  min-height: 100%;
  display: table;
  width: 100%;
  margin-bottom: 96px;
  box-sizing: border-box;
}
.track-container .play-wrap {
  float: left;
  max-width: 330px;
}
.track-container .info-wrap {
  float: left;
  width: calc(100% - 330px);
  padding-left: 35px;
  box-sizing: border-box;
}
.track-container .info-wrap .song-name {
  font-family: "proxima-nova", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  margin-top: 30px;
}
.track-container .info-wrap .artist-name {
  font-family: "proxima-nova", sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
.track-container .info-wrap .artist-name a {
  color: white;
}
.track-container .info-wrap .find {
  width: 100%;
}
.track-container .info-wrap .find .networks {
  display: inline-block;
  float: left;
}
.track-container .info-wrap .find .networks i {
  font-size: 36px;
  line-height: 54px;
  color: white;
  padding: 0 15px;
}
.track-container .info-wrap .find .btn {
  float: left;
  margin-left: 20px;
}
.track-container,
.playlist-container {
  padding: 0 113px;
}
.playlist-container ul {
  list-style: none;
}
.playlist-container ul li {
  position: relative;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.playlist-container ul li:hover .pcircle {
  opacity: 1;
}
.playlist-container ul li:hover .track-order {
  opacity: 0;
}
.playlist-container ul li .pcircle {
  position: absolute;
  opacity: 0;
  left: 7px;
  margin-right: 30px;
  cursor: pointer;
  background-image: url(../svg/play-button.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.playlist-container ul li .track-order {
  opacity: 1;
}
.playlist-container ul li .track-order,
.playlist-container ul li .track-name,
.playlist-container ul li .duration {
  font-family: "proxima-nova", sans-serif;
  line-height: 24px;
}
.playlist-container ul li .track-order {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
  padding-left: 12px;
  box-sizing: border-box;
  width: 30px;
  display: inline-block;
}
.playlist-container ul li .track-name {
  font-size: 24px;
  color: white;
}
.playlist-container ul li .duration {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  float: right;
}
.playlist-container ul li:last-child {
  border-bottom: 0px;
}
.track-nav {
  position: absolute;
  z-index: 2;
  left: 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.track-nav .prev,
.track-nav .next {
  width: 40px;
  display: inline-block;
  height: 40px;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  padding: 0;
}
.track-nav .prev {
  background-image: url('../svg/chevron-left.svg');
  float: left;
  margin-left: 10px;
}
.track-nav .next {
  float: right;
  background-image: url('../svg/chevron-right.svg');
  margin-right: 10px;
}
.playlist-container {
  position: relative;
  z-index: 1;
}
.music-container .latest-music .sub-title {
  margin-bottom: 48px;
}
@-webkit-keyframes hvr-icon-swing {
  0% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes hvr-icon-swing {
  0% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@-webkit-keyframes hvr-icon-swing-sink {
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes hvr-icon-swing-sink {
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@-webkit-keyframes hvr-icon-swing-forward {
  0% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@keyframes hvr-icon-swing-forward {
  0% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@-webkit-keyframes hvr-icon-swing-sink-forward {
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@keyframes hvr-icon-swing-sink-forward {
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
@media (min-width: 1281px) {
  .track-nav .prev,
  .track-nav .next {
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  }
  .track-nav .prev:hover,
  .track-nav .next:hover {
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .track-nav .next {
    -webkit-animation-name: hvr-icon-swing-sink, hvr-icon-swing;
    animation-name: hvr-icon-swing-sink, hvr-icon-swing;
  }
  .track-nav .prev {
    -webkit-animation-name: hvr-icon-swing-sink-forward, hvr-icon-swing-forward;
    animation-name: hvr-icon-swing-sink-forward, hvr-icon-swing-forward;
  }
}
@media (max-width: 1200px) {
  .track-container .info-wrap .song-name {
    font-size: 50px;
    line-height: 60px;
  }
  .track-container .info-wrap .find .networks {
    margin-bottom: 10px;
  }
  .track-container .info-wrap .find .networks i {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .track-container .info-wrap .song-name {
    font-size: 40px;
    line-height: 50px;
  }
  .track-container .info-wrap .artist-name {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .track-container .info-wrap .song-name {
    font-size: 30px;
    line-height: 40px;
  }
  .track-container .info-wrap .artist-name {
    font-size: 20px;
  }
  .playlist-container ul li .track-name {
    font-size: 18px;
  }
  .playlist-container ul li .track-order {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .track-container .info-wrap {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  .track-container .info-wrap .find .networks,
  .track-container .info-wrap .find .btn {
    float: none;
    margin-bottom: 0;
    margin-top: 10px;
    vertical-align: top;
  }
  .track-container .play-wrap {
    float: none;
    margin: 0 auto;
  }
  .track-container,
  .playlist-container {
    padding: 0 40px;
  }
}
@media (max-width: 627px) {
  .playlist-container {
    padding: 0 0;
  }
  .playlist-container ul li {
    padding: 0 20px 15px 15px;
    margin-bottom: 20px;
  }
  .playlist-container ul li .track-name {
    font-size: 16px;
    width: calc(100% - 105px);
    float: left;
  }
  .playlist-container ul li .track-order {
    font-size: 16px;
    float: left;
    margin-right: 5px;
  }
}
.filter {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 18px;
  outline: 0;
  border: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 100;
  width: 100%;
  box-sizing: border-box;
  color: white;
}
.filter::-webkit-input-placeholder {
  color: white;
}
.filter:-moz-placeholder {
  color: white;
}
.filter::-moz-placeholder {
  color: white;
}
.filter:-ms-input-placeholder {
  color: white;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url('../svg/cross.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top left;
  cursor: pointer;
}
#music_catalog_container {
  padding-bottom: 60px;
  width: 100%;
}
.music-container .head {
  position: absolute;
  z-index: 66;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.music-container .head .page-title {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 48px;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}
.dataTable {
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-flex-flow: row wrap; */
  /* flex-flow: row wrap; */
  width: 100%;
}
.catalog {
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.catalog .btn.full {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 9999;
}
.catalog .rows {
  margin-bottom: 48px;
}
.catalog .rows .item {
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4px;
}
.catalog .rows .item .thumb {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.catalog .rows .item .thumb .play {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.catalog .rows .item .thumb .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  content: '';
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url('../svg/play-button.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.catalog .rows .item .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.catalog .column-details {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0 15px 100px;
  text-align: left;
}
.catalog .column-details tr {
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.catalog .column-details tr th {
  display: block;
}
.catalog .column-details tr th.current span:after {
  top: 50%;
  display: inline-block;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin-left: 20px;
  position: relative;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.catalog .column-details:before {
  font-family: "proxima-nova", sans-serif;
  position: absolute;
  left: -100px;
  top: 0;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  font-weight: 800;
  color: white;
  content: 'Sortby';
  display: block;
  text-transform: uppercase;
}
.catalog .column-details span {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
}
.catalog .column-details span:after {
  top: 50%;
  display: inline-block;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin-left: 20px;
  position: relative;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: -2px;
}
.catalog .column-details .artist {
  width: calc(45% - 70px) !important;
  padding-left: 36px;
  box-sizing: border-box;
}
.catalog .column-details .title {
  width: calc(35% + 48px) !important;
}
.catalog .column-details .release {
  width: 20% !important;
}
#music_catalog_table {
  width: 100%;
}
.track-details {
  width: 100%;
  margin-left: 100px;
  padding-left: 36px;
  box-sizing: border-box;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  color: #0b1829;
}
.track-details .artist-name,
.track-details .song-name,
.track-details .song-date {
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #0b1829;
}
.track-details .artist-name {
  width: calc(45% - 20px);
  margin-bottom: 0;
}
.track-details .song-name {
  width: calc(35% + 13px);
}
.track-details .song-date {
  width: 20%;
  float: right;
}
.catalog.push-up {
  padding: 0 20px 60px 20px;
}
.catalog .item {
  background: white;
  overflow: hidden;
}
.catalog .item .artist-name,
.catalog .item .song-name,
.catalog .item .song-date {
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #0b1829;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.catalog .item .artist-name span,
.catalog .item .song-name span,
.catalog .item .song-date span,
.catalog .item .artist-name h1,
.catalog .item .song-name h1,
.catalog .item .song-date h1 {
  font-weight: 300;
}
.catalog .item .artist-name {
  width: calc(45% - 113px);
  margin-bottom: 0;
}
.catalog .item .artist-name a {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #0b1829;
  flex: 1;
  line-height: 100px;
}
.catalog .item .artist-name a:hover {
  color: #2670f9;
}
.catalog .item .artist-name a span {
  padding-left: 35px;
  box-sizing: border-box;
  display: block;
}
.catalog .item .song-name {
  width: calc(35% + 13px);
}
.catalog .item .song-date {
  width: 20%;
  float: right;
}
.catalog {
  text-align: center;
}
@media (max-width: 960px) {
  .page-template-music-catalog .catalog.buffer.push-up {
    margin-top: 45px;
    padding: 0 8% 50px 8%;
  }
  .item .artist-name {
    width: 100%;
    padding-left: 80px;
    padding-top: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .item .artist-name a {
    line-height: 22px;
  }
  .item .artist-name a span {
    padding-left: 0;
  }
  .item .song-name {
    width: 100%;
    padding-left: 80px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .item .song-date {
    width: 100%;
    padding-left: 80px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .item .song-date span {
    font-size: 12px;
    color: #989da6;
  }
  .catalog .btn.full {
    bottom: 50px;
  }
  .catalog .column-details {
    display: none;
  }
  .catalog .rows .item {
    background-color: white;
  }
  .catalog .rows .item .thumb {
    width: 50px;
    height: 50px;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .track-details {
    padding-left: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .track-details .artist-name,
  .track-details .song-name,
  .track-details .song-date {
    display: block;
    width: 100%;
    float: left;
  }
  .track-details .song-name {
    margin-bottom: 5px;
  }
  .track-details .song-date {
    font-size: 12px;
    color: #989da6;
  }
  .catalog.buffer.push-up {
    margin-top: 45px;
    padding: 0 8%;
  }
}
@media (max-width: 800px) {
  .music-container .head {
    width: 85%;
  }
}
@media (min-width: 1025px) {
  .track-details:hover .artist-name,
  .track-details:hover .song-name,
  .track-details:hover .song-date {
    color: #2670f9;
  }
  .catalog .rows .item .thumb:hover .play:before {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  #release {
    width: calc(100% + 20px);
    right: -20px;
  }
}
.stream {
  position: fixed;
  bottom: -100%;
  width: 100%;
  background-color: white;
  height: 75px;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stream.active {
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.td.player.mini {
  height: 75px;
}
.td.player .tdempty {
  margin: 30px auto;
}
.td.player.mini .mini-social,
.td.player.mini .mini-connect {
  display: none;
}
.td.player.mini .mini-info {
  float: left;
  border-left: 0px solid;
}
.td.player.mini .mini-scrubber {
  float: right;
}
.td.player.mini .scrub-bar-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  height: 3px;
  width: 100%;
  padding: 0;
}
.td.player.mini .scrub-bar-box .slider {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.td.player.mini .scrub-bar-box .slider > div.track {
  height: 3px;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.td.player.mini .scrub-bar-box .slider > div.highlight-track {
  background: #2670f9;
  height: 3px;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.td.player.mini .scrub-bar-box .slider > div.handle {
  display: none;
}
.td.player.mini .mini-scrubber {
  padding: 0 50px 0 0;
  border-left: 0px solid;
}
.td.player.light .controls {
  border-top: 2px;
  border-style: solid;
  border-color: #4081fb !important;
}
.td.player.light .info a,
.td.player.light .mini-song-info a {
  font-family: "proxima-nova", sans-serif;
  color: #121d32;
  font-size: 16px;
  font-weight: 300;
}
.td.player {
  border-width: 0px 0px 0px 0px;
}
.td.player.mini .song-name {
  float: left;
}
.tdicon-pause-circle-outline,
.tdicon-play-circle-outline,
.tdicon-angle-double-right,
.tdicon-angle-double-left {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tdicon-pause-circle-outline:before {
  content: "\e908";
}
.tdicon-play-circle-outline:before {
  content: "\e911";
}
.tdicon-angle-double-right:before {
  content: "\e909";
}
.tdicon-angle-double-left:before {
  content: "\e910";
}
.td.player.mini .player-prev,
.td.player.mini .player-play,
.td.player.mini .player-next {
  color: #121d32;
  opacity: 1 !important;
}
.td.player.mini .player-prev {
  line-height: 75px!important;
  font-size: 18px;
}
.td.player.mini .player-play {
  line-height: 75px!important;
  font-size: 26px;
}
.td.player.mini .player-next {
  line-height: 75px!important;
  font-size: 18px;
}
@media only screen and (min-width: 64.063em) {
  .tdlarge-12 {
    width: auto;
    float: right;
  }
  .tdlarge-2 {
    width: auto;
    float: left;
  }
  .td.player.mini .start-time,
  .td.player.mini .stop-time {
    line-height: 75px;
    position: relative;
    color: #aaafb8;
  }
  .td.player.mini .start-time {
    margin-right: 8px;
    display: none;
  }
  .td.player.mini .start-time:after {
    display: none;
    content: '/';
    position: absolute;
    right: -5px;
  }
}
.lookbook.push-up {
  padding: 0 0;
  overflow: hidden;
  margin-bottom: 8px;
}
.lookbook .lookbook-carousel {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.lookbook .lookbook-carousel .carousel-item {
  display: block;
  width: 20%;
  float: left;
  margin: 0 4px;
  margin-top: 83px;
  height: 617px;
  transition: all 0.3s ease;
  opacity: 0.5;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lookbook .lookbook-carousel .carousel-item.slick-current {
  width: 60%;
  margin-top: 0;
  height: 700px;
  opacity: 1;
  transition: all 0.3s ease;
}
.carousel-next,
.carousel-prev {
  position: absolute;
  height: 40px;
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  display: block;
  background-size: 100%;
  margin-top: 21px;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.carousel-next:hover,
.carousel-prev:hover {
  transform: translate(0, -50%);
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.carousel-next {
  right: 20px;
  background-image: url(../svg/chevron-right.svg);
  -webkit-animation-name: hvr-icon-swing-sink, hvr-icon-swing;
  animation-name: hvr-icon-swing-sink, hvr-icon-swing;
}
.carousel-prev {
  left: 20px;
  background-image: url(../svg/chevron-left.svg);
  -webkit-animation-name: hvr-icon-swing-sink-forward, hvr-icon-swing-forward;
  animation-name: hvr-icon-swing-sink-forward, hvr-icon-swing-forward;
}
@media (max-width: 767px) {
  .lookbook .lookbook-carousel {
    width: 80%;
  }
  .lookbook .lookbook-carousel .carousel-item {
    width: 10%;
    height: 317px;
  }
  .lookbook .lookbook-carousel .carousel-item.slick-current {
    height: 400px;
  }
  .carousel-next {
    right: -3px;
  }
  .carousel-prev {
    left: -3px;
  }
}
.contact-page {
  padding: 96px;
  box-sizing: border-box;
}
.contact-page .contact-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: white;
}
.cleft,
.cright {
  position: relative;
}
.cleft {
  float: left;
  padding: 45px;
  box-sizing: border-box;
  width: calc(100% - 310px);
}
.cleft > h3 {
  color: #0b1829;
  font-size: 48px;
  line-height: 54px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
}
.cleft input,
.cleft textarea {
  font-family: "proxima-nova", sans-serif;
  background-color: rgba(18, 29, 50, 0.03);
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  padding: 16px;
  margin-bottom: 24px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.cleft textarea {
  max-height: 126px;
}
.cleft input[type="submit"] {
  background-color: #2670f9;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  margin-top: -2px;
}
.cright {
  width: 310px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2670f9;
  padding: 42px;
  box-sizing: border-box;
}
.cright h4 {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}
.cright a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: white;
  text-decoration: underline;
  display: inline-block;
}
.cright .request {
  margin-bottom: 48px;
}
.column-two-third {
  width: 66.66%;
  float: left;
  padding-left: 36px;
  box-sizing: border-box;
}
.column-one-third {
  width: 33.33%;
  float: left;
}
.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d0021b;
  font-family: "proxima-nova", sans-serif;
  margin-top: -15px;
  margin-bottom: 10px;
}
input.wpcf7-not-valid {
  border: 1px solid #d0021b !important;
}
div.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #121d32;
  font-weight: 800;
  padding-top: 20px;
  padding-left: calc(33.33% + 36px);
  padding-right: 0;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  border: 0px;
}
@media (max-width: 1440px) {
  .contact-page {
    padding: 48px;
  }
  .column-two-third {
    width: 60%;
  }
  .column-one-third {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .column-two-third {
    width: 50%;
  }
  .column-one-third {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .column-two-third {
    width: 100%;
    padding-left: 0;
  }
  .column-one-third {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .cleft {
    width: 100%;
  }
  .cright {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    float: left;
  }
}
@media (max-width: 627px) {
  .contact-page {
    padding: 48px 20px;
  }
  .cleft,
  .cright {
    padding: 30px;
  }
}
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 96px 110px;
    min-width: 280px;
    min-height: 280px;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    top: 24px;
    right: 24px;
    /* styling */
    cursor: pointer;
    text-align: center;
    background-image: url('../svg/close.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
.snap-title {
  position: absolute;
  font-family: "proxima-nova", sans-serif;
  font-size: 48px;
  color: #0b1829;
  bottom: 30px;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  font-weight: 800;
}
.snap-dir {
  text-align: center;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.snap-dir span {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 100;
  display: block;
  color: #c4c7cc;
  margin-bottom: 4px;
}
.snap-dir svg {
  height: 12px;
  width: 6px;
  margin-bottom: 10px;
}
.snap-dir svg path {
  fill: #c4c7cc;
}
/* handling phones and small screens */
.footer {
  background-color: #121d32;
  text-align: center;
}
.native.footer {
  position: relative;
  width: 100%;
  padding: 96px 48px 63px 48px;
  box-sizing: border-box;
  z-index: 777;
}
.copyright {
  font-family: "proxima-nova", sans-serif;
  line-height: 18px;
  color: #838994;
  font-weight: 100;
  font-size: 14px;
}
.scrl.footer.m-active,
.footer.m-active {
  padding: 96px 48px 160px 48px;
}
.footer .menu {
  margin-bottom: 48px;
}
.footer .menu li {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 30px;
}
.footer .menu li a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer .menu li a:hover {
    color: #2670f9;
  }
}
@media (max-width: 800px) {
  .newsletter input[type="email"] {
    min-width: 30%;
  }
}
@media (max-width: 627px) {
  .newsletter input[type="email"] {
    min-width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .scrl.footer {
    padding: 40px 48px 86px 48px;
  }
  .social.foot {
    margin-bottom: 30px;
  }
  .footer .menu li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
  }
  .newsletter {
    margin-bottom: 48px;
  }
}
