*,
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Istok Web', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #757575;
    background: #fff;
    font-size: 17px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
a {
    color: #f63;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clearBoth {
    clear: Both;
}
#container {
    width: 90%;
    margin: 12px auto;
    display: block;
    margin-bottom: 30px;
}
header {
    padding-bottom: 10px;
    height: 80px;
    display: block;
    clear: both;
    margin-bottom: 2%;
}
#logo {
    float: left;
}
h1,
h2,
h3 {
    font-family: Neue Helvetica, Helvetica, sans-serif;
    text-transform: uppercase;
}
h1 {
    color: #757575;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 5vw;
    line-height: 90%;
    font-weight: 400;
    letter-spacing: -3px;
}
h1.pagetop {
    padding: 10px;
    clear: both;
    display: block;
    margin-bottom: 8px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    color: #757575;
    font-size: 250%;
}
h1.pagetop:before {
    border-top: 1px solid #e3e3e3;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -8;
}
h1.pagetop span {
    background: #fff;
    padding: 0 6px;
}
h2 {
    color: #757575;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 105%;
    line-height: 90%;
    /*  font-family: 'Ubuntu', sans-serif;*/

    font-weight: 400;
    margin-bottom: 20px;
}
.menu-btn {
    float: right;
    font-size: 160%;
    font-weight: bold;
    margin-top: 1.9em;
    display: block;
    clear: right;
    color: #000;
}
.menu-btn i.fa {} .menu-btn:hover {
    color: #f63;
}
img.nav-logo {
    margin: 12px 0 10px 30px;
}
.slider {
    width: 100%;
    margin: 0 0 1% 0;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}


.ad-wrapper {
    width: 100%;
    height: 50%;
    overflow: hidden;
    outline: none;
}
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
video::-webkit-media-controls {
    display: none !important;
}
#ad {
    display: none;
}
#artist-image {
    float: left;
    width: 50%;
}
#release-pic {
    float: left;
    width: 50%;
}


#release-pic > img {

      min-width:100%;
      min-height:100%;
      object-fit:cover;
      clear:both;
}

#albumcover {
  width: 100%; height: auto;
}


#artist-pic,
#release-pic {
    display: block;
    white-space: nowrap;
    margin: 10px 0 50px 0;
}
#release-pic {
    margin-bottom: 0px;
}
#artist-pic div {
    width: 100%;
    height: 0%;
    padding-bottom: 100%;
    border: solid 1px #ccc;
}

.other-pics img {
    height: 0;
}
#latest {
    display: block;
    width: 40%;
    float: left;
    white-space: nowrap;
    margin: 10px 0 50px 0;
}
#latest > div.new {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    margin-right: 6px;
}
#latest > div.coming {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
}
#artist-list,
#release-list {
    width: 101%;
}
#artist-list div,
#release-list div {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
#release-list div {
    text-align: left;
}
#artist-list div.pic,
#release-list div.pic {
    width: 100%;
    height: 0%;
    padding-bottom: 100%;
    border: solid 1px #ccc;
}
#artist-list div.pic:hover,
#release-list div.pic:hover
{
    opacity: .6;
    text-decoration: none;
  /*--  box-shadow: 0px 0px 10px #000000;--*/
    z-index: 2;
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 250ms ease-in;
    transform: scale(1.03);

}

div.lazy {
	background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

#artist-list h3 {
    margin-top: 2%;
    font-size: 1.6vw;
    letter-spacing: 0;
}
#release-list h3 {
    font-size: 1.4vw;
    margin-bottom: 0;

}

#artist-list a:hover {
    text-decoration: none;
}

.release-block a:hover {
    text-decoration: none;
}
#release-list .rel-title {
    width: 100%;
    font-size: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#release-list .rel-format,
#artist-list .artist-country {
    display: block;
    width: 98%;
    background: #e3e3e3;
    padding: 4px 0 4px 8px;
    font-size: 65%;
    color: #363636;
}
#artist-list h3 span,
#release-list h3 span {
    background: #fff;
}
#artist-list > div > a > h3 > span,
  #release-list > div > a > h3 > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#release-list h2, #news h2 {
    padding: 10px;
    clear: both;
    display: block;
    margin-bottom: 8px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    font-size: 130%;
}
#release-list h2:first-child {
    margin-top: 0;
}
#release-list h2 span, #news h2 span {
    background: #fff;
    padding: 0 6px;
}
#release-list h2:before, #news h2:before {
    border-top: 1px solid #e3e3e3;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: -8;
}


#curator-feed.crt-feed-container .crt-post-v2 {

       margin-right: 12px !important;
       margin-left : 12px !important;
}
#curator-feed.crt-feed-container .crt-post-v2


a.coverwrap {
    display: inline;
    position: relative;
    width: 48%;
    float: left;
    margin: 0 2% 2% 0;
}
a.coverwrap span.cover-content {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    display: table;
    height: 5vh;
    position: absolute;
    top: 0;
    left: 1px;
    min-width: 70%;
    max-width: 90%;
    word-wrap: break-word;
    opacity: 0;
    margin-top: 60%;
    padding: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 125%;
    font-size: 1.1vw;
    border-bottom-right-radius: 18px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
span.cover-content span {
    text-align: left;
    display: block;
    font-size: 80%;
    color: #f63;
}
#latest a.coverwrap:hover span.cover-content {
    opacity: .5;
}
#latest img {
    width: 100%;
    border: solid 1px #e3e3e3;
    float: left;
}


#artist-info,
#release-info {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    float: right;
    padding-left: 0;
    margin-bottom: 30px;
}



#news {

    width: 100%;

}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




#artist-info,
#release-info {
    margin-top: 10px;
    float: right;
    padding-left: 10px;
}
#release-info,
#artist-info {
    width: 46%;
}
#release-info h2 {
    margin-left: 3px;
}
h2 small {
    color: #ccc;
    font-size: 100%;
}
#artist-info ul.social {
    clear: both;
    margin-bottom: 20px;
}
#news ul {
    list-style-type: none;
    width: 98%;
}
#news ul li {
    display: inline;
    float: left;
    width: 100%;
}
#release-list div #news {
   width: 100%;
}
#news ul li.news-item {
    margin: 20px 0 20px 10px;
    display:inline;
    float: left;
    width: 100%;

}

.rel-format strong {

  color: #000;
  font-weight: bold;
}

#release-list div .preorder {

  float: right;
  background: #333;
  color: #fff;
  padding: 1px 8px;
  font-size: 90%;
  display: inline-block;
  margin-right: 8px;
  clear:both;
}


h3 {
    color: #757575;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 150%;
    font-weight: 400;
    letter-spacing: -1px;
}
li.news-item p {
    margin-top: 10px;
}
/*----tabbed content -*/

ul.tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
ul.tabs li.current {
    border: solid 1px #e3e3e3;
    border-bottom: solid 1px #fff;
    margin-bottom: -4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab-content {
    display: none;
    border: solid 1px #e3e3e3;
    padding: 15px;
}
.tab-content.current {
    display: inherit;
}
#tracks {
    list-style-type: none;
    font-size: 120%;
    text-align: left;
    text-overflow: clip;
}
#tracks a:hover {
    text-decoration: none;
    color: #757575;
}
#tracks li {

  line-height: 150%;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 100;
}

#tracks li i {

    font-size: 140%;
    margin-top: 4px;


}


input.submit {
    background: #f63;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    line-height: 100%;
    margin-left: 8px;
    border-radius: 5px;
    text-transform: uppercase;
}
div.contactform {

  width: 60%;
  float: left;
  margin-right: 5%;
  padding: 3%;
  display: inline;
}

#charNum {

  float: right;
}
.g-recaptcha {
  float: right;
  padding: 0;
  margin-right: -3%;
}

div.contactaddy {
    padding: 3%;

}

div.contactaddy address {

   margin-bottom: 40px;
}

div.contactaddy i {

  font-size: 500%;
}

#name, #email, #message {

  width: 100%;
   border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 18px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 100%;
}

#name:focus, #email:focus, #message:focus, #subject:focus{
   border: 1px solid #000;
  outline: none;
}

#subject {

 width: 103%;
 padding: 12px;
 border: none;
   margin-bottom: 18px;
   box-shadow: none;
   background: transparent;
   background-image: none;
   -webkit-appearance: none;
    border: 1px solid #ccc;
    font-size: 100%;

}



div.contactform input.submit {

margin: 0;

}

input.tickle_me {

  display: none;
}


#also-from {
    width: 100%;
    clear: left;
    margin-top: 15px;
    padding-bottom: 20px;
}
#also-from h2 {
    vertical-align: bottom;
    margin-bottom: 1%;
}

#also-from > a.also-release {
    display: inline-block;
    width: 23%;
    height: 0;
    margin: 0 4px 4px 0;
    float: left;
    padding-bottom: 23%;
    border: solid 1px #ccc;
}
#artist-pic {
    text-align: center;
}
#artist-pic .pic {
    margin-bottom: 10px;
}
#artist-pic > a.other-pics,
#release-pic > a.other-pics{
    display: inline-block;
    float: left;
    height: 0;
    margin: 0 .1em .1em 0;
    padding-bottom: 24%;
    width: 24%;
    border: solid 1px #ccc;

}
#also-from > a.also-release:hover,
#artist-pic > a.other-pics:hover,
#release-pic > a.other-pics:hover {
    border: solid 1px #000;
    opacity: 0.5;
}
#news .pub-date {
    font-size: 70%;
    color: #aaa;
    margin-top: 0;
}
#artist-info span {
    margin-bottom: 8px;
    color: #757575;
}
#release-info span.lower-n,
#artist-info span.lower-n,
h2 span .lower-n
 {

  text-transform: lowercase;
  margin: 0 !important;
  padding: 0 !important;

}
.bio {
    margin-bottom: 20px;
    font-size: 93%;
    text-align: justify;
    font-weight: 100;
}
#news p {
    text-align: justify;
    font-size: 90%;
    margin-top: 5px;
    color: #999;
}
#news > p > img {
    width: 10%;
}
img.news-thumb-right {
    float: right;
    width: 15%;
    margin: 5px 0 10px 16px;
}
img.news-thumb-left {
    width: 15%;
    float: left;
    margin: 5px 16px 10px 0;
}
.artist-toolbar {
    display: block;
    padding: 6px 12px;
    background: #e3e3e3;
    margin: 20px 0;
    clear: both;
    max-height: 25px;
}
.artist-toolbar .social {
    float: right;
}
.artist-toolbar .social a:hover {
    color: #f63;
}
.artist-toolbar .social .country {
    font-size: 80%;
    float: left;
    min-width: 50%;
    color: #fff;
    font-weight: bold;
}
#terms {
    text-align: justify;
}
#terms h1 {
    margin-bottom: 20px;
}
#terms p {
    margin-bottom: 20px;
    font-size: 80%;
}
#tab-2 > strong
{
  text-transform: uppercase;
}
ul.social {
    list-style-type: none;
    float: right;
}
ul.social li {
    display: inline;
    margin-left: 10px;
}
ul.social li a {
    color: #757575;
    text-decoration: none;
    cursor: pointer;
}
ul.social li a:hover {
    color: #333;
}
ul.nav-social {
    list-style-type: none;
    float: left;
    margin-bottom: 12px;
    display: block;
}
ul.nav-social li {
    vertical-align: middle;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.nav-social li a {
    color: #757575;
    text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
}
ul.nav-social li a:hover {
    background: none;
    color: #f63;
}
ul.nav-social li a.fa-bandcamp {
    font-size: 36px;
}
#nfo {
    text-align: justify;
}
#faq strong,
#faq div.answer,
#nfo ul {
    display: block;
    margin-bottom: 25px;
}
#faq div.answer,
#nfo ul {
    margin-left: 30px;
    font-size: 80%;
    text-align: justify;
}
#nfo h2,
#faq strong {
    margin-top: 20px;
    text-align: justify;
}
#copy {
    font-size: 80%;
    width: 100%;
    padding: 20px 0;
    margin-left: 16px;
    clear: both;
    float: left;
    border-top: solid 1px #e3e3e3;
}
#footnav,
#footnav2 {
    float: left;
    margin: 20px 20px;
    clear: right;
    font-size: 80%;
    line-height: 130%;
}
#footnav2 {
    margin-left: 60px;
}
#footnav a,
#footnav2 a {
    display: block;
}
#footnav a:hover,
#footnav2 a:hover {
    color: #757575;
    text-decoration: none;
}
/*--
#footnav a:before, #footnav2 a:before {

   font-family: FontAwesome;
   content: "\f138";
   margin-right: 8px;
   color: #757575;
}
--*/

#mc_embed_signup {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
#mc_embed_signup form {
    padding: 0;
    margin: 3px 0;
}

#mc-embedded-subscribe {

  background: #f63 !important;
}

#newsletter {
    float: right;
    padding: 20px 0;
    max-width: 300px;

}
#newsletter strong,
#footnav strong,
#footnav2 strong {
    display: block;
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: bold;
}
#footnav strong,
#footnav2 strong {
    margin-bottom: 8px;
}
footer {
    clear: both;
    border-top: solid 1px #e3e3e3;
    min-height: 75px;
    width: 90%;
    margin: 0 auto;
}
/*--nice select -*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
  /*--  border: solid 1px #e8e8e8; --*/
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-bottom: 20px;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}


.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
#chooseFormat > div > ul > li.option.selected.focus {
  display: none;
}


#chooseFormat > div > ul > li.option.selected.disabled.focus
{
  display: none;
}
form #chooseFormat{
  display: block;
  clear: both;
}
#chooseFormat > div {

  background: #f63;

}
#chooseFormat > div > span {color: #fff;}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

.twitter-share-button[style] {
  vertical-align: text-bottom !important;
}

.tweet, .fbshare {

  float:right;
  display: inline;
  margin: -2px 0 0 -4px;
  padding: 0;

}

.twitter-share-button, .fb-share-button {
  margin: 0;

}


div.download {

  display: block;
  padding: 13px;
  margin-bottom:8px;
  font-size: 125%;
  background-color: #e1e1e1;
}

div.download:nth-child(odd) {
   background-color: #ffffff;

}


/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */

.pushy {
    position: fixed;
    width: 220px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-transform: uppercase;
    font-family: Neue Helvetica W01, Helvetica, Arial, sans-serif;
    -webkit-font-smooth­ing:antialiased;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    font-size: 130%;
    /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
    display: block;
    color: #757575;
    padding: 5px 30px;
    text-decoration: none;
    outline: 0;
    letter-spacing: -1px;
}
.pushy a.logo {
    padding: 0;
}
.pushy a:hover {
    color: #f63;
    background: #e2e2e2;
    text-decoration: none;
}
.pushy ul {
    list-style-type: none;
}
.pushy ul:first-child {
    margin-top: 10px;
}
.pushy.pushy-left {
    left: 0;
}
.pushy.pushy-right {
    right: 0;
}
.mobile-menu {
    display: none;
}
/* Menu Movement */

.pushy-left {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}
.pushy-right {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Menu Transitions */

#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */

.site-overlay {
    display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Submenu Appearance */

.pushy-submenu {
    /* Submenu Icon */
}
.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
    position: relative;
}
.pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../pix/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}
/* Submenu Movement */

.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
    opacity: 0;
}
.pushy-submenu-open {
    /* Submenu Icon */
}
.pushy-submenu-open ul {
    max-height: 1000px;
}
.pushy-submenu .pushy-link {
    font-size: 90%;
}
.pushy-submenu-open .pushy-link {
    opacity: 1;
}
.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
}
/*# sourceMappingURL=pushy.css.map */


.rel-linkbar {
  display:inline;
  float:right;
}
.rel-linkbar a {
  font-size: 140%;
  color: #757575;
  text-decoration: none;
}

.rel-linkbar a:hover {

  color: #ccc;
  position:relative;
}



.rel-linkbar span {
  float:right;
  margin-left: 10px;
    vertical-align: middle;
}

#release-info > div.rel-linkbar > span.spotify > a {

  font-size: 150%;
}

#release-info > div.rel-linkbar > span.norman > a {

  line-height: 100%;
  margin-left: -5px;
}

.rel-linkbar a[title]:hover:after {
  content: attr(title);
font-family: Neue Helvetica, Helvetica, sans-serif;
font-size: 13px;
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background: #fff;
}

#release-info > div.rel-linkbar > span.fa-stack.fa-1x.norman > a[title]:hover:after {
    padding: 0 8px;
    font-weight: 500;
}

.social-wall-row-promotion, .show {
  display: none!important;
}

.crt-load-more a {
  border-radius: 10px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.crt-post-v2 .crt-post-header,
.crt-post-username,
.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i,
.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon {
display: none !important;
}

.crt-post-v2 .crt-post-content-text  {
padding-top: 28px !important;

}
.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name {

  left: 50px !important;
}



@media only screen and (max-width: 768px) {

    .slider, #carosel, video, #footnav,
    #footnav2, #artist-pic a.other-pics,
    #release-pic a.other-pics,
    #release-info > div.bio > ul > li.tab-link:nth-child(3)  {
      display: none;
    }
    header {
      margin-bottom: 4%;
    }
    #news {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        float: none;
    }
    #news ul,
    #news ul li.news-item {
        margin: 10px 0;
        padding: 0;
    }
    #latest {
        width: 100%;
    }
    .mobile-menu {
        display: block;
    }
    .menu-btn{
      margin-right: 5px;

    }

    h1 {
        font-size: 200%;
        letter-spacing: -1px;
        line-height: 100%;
    }
    .artist-toolbar {
        overflow: hidden;
    }
    .new-mail > h2 > span .also-from > h2 > span {
        margin-top: -3px;
        font-size: 150%;
        line-height: 85%;
    }
    #artist-image {
        width: 100%;
    }
    #artist-pic {
        margin-bottom: 0;
    }
    #artist-info {
        width: 100%;
    }
    #artist-info .mobile-artist-pix {
        display: block;
        margin-top: 10px;
        width: 100%;
        height: 0%;
        padding-bottom: 70%;
        border: solid 1px #ccc;
    }
    #artist-list div,
    #release-list div {
        width: 100%;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .release-block {
        min-height: 260px;
    }
    #release-list div .preorder {
      clear:both;
      margin-top: -5px;
    }
    .artist-block {
        min-height: 150px;
    }
    #artist-list div h3 {
        font-size: 3.5vw;
    }
    #release-list div h3 {
        font-size: 3.5vw
    }
    #release-list .rel-format,
    #artist-list .artist-country {
        color: #737373;
        background: #fff;
        padding: 0;
    }
    #release-list .rel-title {
        min-height: 20px;
    }
    ul.nav-social {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.nav-social li {
        padding: 0;
        margin: 0;
    }
    ul.nav-social li a {
        padding: 0 4px 12px 3px;
    }
    #copy {
        display: block;
        width: 95%;
        float: none;
        clear: both;
        margin: 10px auto;
        color: #ccc;
    }
    #also-from,
    #release-pic,
    #release-info,
    div.contactform,
    div.contactaddy {
        float: none;
        width: 100%;
        clear: both;
        display: block;
    }
    div.contactaddy {

      margin-top: 15%;
    }

    #release-info {
        padding: 0;
        margin: 10px 0 0 0;
    }

    .bio {
        width: 99%;
    }
    #also-from h2 {
        padding-top: 0;
    }
    #artist-info {
        margin-bottom: 0;
    }
    #also-from a.also-release {
        width: 47%;
        height: 0%;
        padding-bottom: 47%;
        margin: 0 2% 2% 0;
    }
    a.coverwrap span.cover-content {
        opacity: .5;
        font-size: 70%;
        text-overflow: ellipsis;
    }
    h2 {
        font-size: 2.8vw;
    }

    .tweet, .fbshare {
      margin-top: -4px;
    }


    .rel-linkbar a {
      font-size: 160%;
    }
    .rel-linkbar span {

      margin-left: 15px;
    }

    #name, #email, #message  {
      width: 83%;
    }
    #subject {

      width: 91%;
    }

    #newsletter {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        float: none;
    }
    #mc_embed_signup,
    #mc_embed_signup_scroll {
        width: 100%;
        float: none;
    }
    #mc_embed_signup {
        margin-bottom: 16px;
    }
    #mc_embed_signup input.email {
        width: 92%;
    }
    footer {
        clear: both;
        border-top: transparent;
        padding-top: 40px;
    }
}

@media print {
    #also-from,
    #release-list > div: > a > div.pic,
    #release-pic
    {
      display: none;
    }


}
