/* common/public/css/label/labels.css */
/* general */

body {
    background: url('/img/bg-texture-light.gif') #f6f6f6;
}

a {
    text-decoration: none;
}
#pgBd a:hover {
    text-decoration: underline;
}
a, a:hover, a:active, a:focus {
    outline: none;
    -moz-outline-style: none;
}
.bd-section h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 1.5em;
}

#labelscontainer {
    margin: 0;
    width: 100%;
}

.main {
    text-align: center;
    width: 100%;
}
.main-inner {
    text-align: left;
}

.message {
    background: url('/img/labels/banner-top.jpg') no-repeat #ccc;
    background-size: cover;
    position: relative;
    text-align: center;
    width: 100%;
}
.darken {
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.message-inner {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #fff;
    position: relative;
}
.message-inner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin: 45px 0 30px 0;
}
.message-inner .intro {
    max-width: 760px;
}
.message-inner .intro p {
    color: #fff;
    font-size: 18px;
    line-height: 160%;
    padding: 0;
}
.message-inner .intro p+p {
    padding: 1em 0 0;
}
.message-inner .signup {
    display: inline-block;
    margin: 30px 0 0;
    width: 292px;
}
.message-inner .signup .note  {
    font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding-top: 6px;
}
.message-inner .signup .note {
    font-style: italic;
}

.signup .button {    
    background-color: #81b63d; 
    background: rgb(135,186,64); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(135,186,64,1) 0%, rgba(84,157,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,186,64,1)), color-stop(100%,rgba(84,157,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(135,186,64,1) 0%,rgba(84,157,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(135,186,64,1) 0%,rgba(84,157,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(135,186,64,1) 0%,rgba(84,157,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(135,186,64,1) 0%,rgba(84,157,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ba40', endColorstr='#549d2c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #3a8b36;

    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.signup .viewlink {
    width: 245px;
    line-height: 52px;
    color: #408294;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #666
}
.signup .viewlink:hover {
    border: 1px solid #888;
    text-decoration: underline;
}
.signup-bottom .signup .viewlink {
    background: #fff;
    border: 1px solid #ccc;
}

.signup .note {
    font-size: 14px;
    color: #999;
    line-height: normal;
    margin: 10px 0 0;
    width: 245px;
    text-align: center;
}

.logos {
    font-size: 0;
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: #eee;
    border-bottom: 1px solid rgba(0,0,0,0.1);

    display: flex;
    display: -webkit-flex;
    display: -ms-flex;

    flex-flow: wrap;
    -ms-flex-flow: wrap;

    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
}

.logos a {
    display:inline-block;
    width: 170px;
    height: 105px;
    margin: 0 0 15px;
    opacity: 0.8;
}
.logos a,
.logos a .img {
    background: url('/img/labels/_sprite-logos-20160511.png') no-repeat;
}
.logos a .img {
    display: block;
}
.logos a:hover {
    opacity: 1;
}
/* in order as they appear in the sprite */
/**/
a.logo-subpop {
    background-position: -5px 0;
    width: 160px;
}
a.logo-daptone {
    background-position: -170px 0;
}
a.logo-futureclassic {
    background-position: -360px 0;
    width: 125px;
}
a.logo-secretlycanadian {
    background-position: -520px 0;
    width: 150px;
}
/**/
a.logo-ninjatune {
    background-position: 0 -105px;
}
a.logo-ts {
    background-position: -170px -105px;
}
a.logo-rvng {
    background-position: -365px -105px;
    width: 120px;
}
a.logo-dfa {
    background-position: -545px -105px;
    width: 100px;
}
/**/
a.logo-relapse {
    background-position: 0 -210px;
}
a.logo-software {
    background-position: -160px -210px;
    width: 220px;
}
a.logo-daretocare {
    background-position: -370px -210px;
    width: 130px;
}
a.logo-strut {
    background-position: -510px -210px;
}
/**/
a.logo-anti {
    background-position: -10px -315px;
    width: 150px;
}
a.logo-innovativeleisure {
    background-position: -180px -315px;
    width: 150px;
}
a.logo-grosseboite {
    background-position: -360px -315px;
    width: 130px;
}
a.logo-temporaryresidence {
    background-position: -520px -315px;
    width: 150px;
}
/**/
a.logo-fatwreck {
    background-position: -20px -420px;
    width: 120px;
}
a.logo-epitaph {
    background-position: -190px -420px;
    width: 130px;
}
a.logo-stylesuponstyles {
    background-position: -365px -420px;
    width: 120px;
}
a.logo-latenighttales {
    background-position: -500px -420px;
    width: 190px;
}
/**/
a.logo-killrockstars {
    background-position: -10px -525px;
    width: 150px;
}
a.logo-wahwah45s {
    background-position: -180px -525px;
    width: 150px;
}
a.logo-firstword {
    background-position: -360px -525px;
    width: 130px;
}
a.logo-milkrecords {
    background-position: -510px -525px;
}
/**/
a.logo-quitescientific {
    background-position: -350px -630px;
    width: 150px;
}
a.logo-jagjaguwar {
    background-position: -490px -630px;
    width: 210px;
}
/**/
a.logo-fatpossum {
    background-position: -10px -735px;
    width: 150px;
}
a.logo-truthoughts {
    background-position: -180px -735px;
    width: 150px;
}
a.logo-fatcat {
    background-position: -355px -735px;
    width: 140px;
}
a.logo-planetmu {
    background-position: -540px -735px;
    width: 110px;
}
/**/
a.logo-asthmatickitty {
    background-position: 0 -840px;
}
a.logo-mello {
    background-position: -180px -840px;
    width: 150px;
}
a.logo-mexicansummer {
    background-position: -360px -840px;
    width: 130px;
}
a.logo-dualtone {
    background-position: -515px -840px;
    width: 160px;
}
/**/
a.logo-merge {
    background-position: 0 -945px;
}
a.logo-hyperdub {
    background-position: -180px -945px;
    width: 150px;
}
a.logo-cityslang {
    background-position: -350px -945px;
    width: 150px;
}
a.logo-cantaloupe {
    background-position: -530px -945px;
    width: 130px;
}
/**/
a.logo-ipecac {
    background-position: -12px -1050px;
    width: 150px;
}
a.logo-houndstooth {
    background-position: -190px -1050px;
    width: 130px;
}
a.logo-lightintheattic {
    background-position: -360px -1050px;
    width: 130px;
}
a.logo-newwest {
    background-position: -510px -1050px;
    width: 130px;
}
/**/
a.logo-rands {
    background-position: -20px -1155px;
    width: 130px;
}
a.logo-k7 {
    background-position: -180px -1155px;
    width: 150px;
}
a.logo-sargenthouse {
    background-position: -350px -1155px;
    width: 150px;
}

#features h2 {
    text-align: center;
    color: #777;
    text-transform: uppercase;
    font-size: 19px;
    margin: 50px 0 0;
}

#features p.intro {
    font-size: 19px;
    margin: 2em 0 0;
}

#features p.intro a {
    font-weight: 500;
}

.features {
    border-bottom: 1px solid  rgba(0,0,0,0.1);
    padding: 0 0 15px 0;
}

.features a.img {
    display: block;
    text-indent: -999em;
}

.rslides {
    position: relative;
}

.artistpage .rslides {
    height: 0;
    overflow: hidden;
    padding: 0 0 90%;
    width: 100%;
}

.features .fulfillment a.merchorders {
    background: url('/img/labels/merch-orders-tn2.png') no-repeat;
    background-size: 87%;
    height: 0;
    padding: 53% 0 0;
}

a.shippinglabels {
    display: none;
}

.features .artistpage a.subpop,
.features .artistpage a.ninjatune {
    background-repeat: no-repeat;
    background-size: 89%;
    width: 100%;
    height: 0;
    padding: 89% 0 0;
    position: relative;
}
.features .artistpage a.ninjatune {
    background-image: url('/img/labels/artist-page-ninjatune-tn.png');
}
.features .artistpage a.subpop {
    background-image: url('/img/labels/artist-page-subpop-tn.png');
    opacity: 0;
}
.features .stats a.plays {
    background: url('/img/labels/stats-tn.png') no-repeat;
    background-size: 88%;
    height: 0;
    padding: 60% 0 0;
}

a.map {
    display: none;
}
.features h3 {
    font-size: 16px;
    margin: 0 0 0.5em;
}

.quotes {
    border-bottom: 1px solid  rgba(0,0,0,0.1);
    padding: 65px 0;
    font-size: 0;
}

.quote {
    box-sizing: border-box;
    min-height: 247px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px 20px;
    position: relative;
    color: #465053;
}

.quote.right {
    margin-right: 0;
}

.quote .img {
    position: absolute;
    top: 30px;
    left: 17px;
    width: 65px;
    height: 65px;
    background-color: #eee;
    border-radius: 60px;
}

.bob .img {
    background: url(/img/labels/photo-bob-lugowe.jpg);
    background-size: cover;
}

.jamie .img {
    background: url(/img/labels/photo-jamie-strong.jpg);
    background-size: cover;
}

.quote .text {
    margin: 0 0 0 77px;
    font-size: 15px;
    font-family: georgia, serif;
    font-style: italic;
    line-height: 170%;
}

.quote .by {
    margin: 12px 0 0 77px;
    font-size: 16px;
}

.quote .photo-credit {
    font-size: 10px;
    color: #ccc;
    margin: 20px 0 0 77px;
}

.signup-bottom {
    padding: 65px 0;
    text-align: center;
}

.signup-bottom .signup {
    display: inline-block;
    width: 292px;
}

.wondering {
    text-align: center;
    font-size: 19px;
}

.imageviewer_nav.prev,
.imageviewer_nav.next {
    top: 0;
}
.imageviewer_image {
    border: 1px solid #999;
}
.imageviewer_back {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.desktopreq {
    display: none;
}



/*------------------------------------------------------------*/
@media (max-width:740px) {
    .quotes .quote {
        display: block;
        min-height: auto;
    }
    .quote+.quote {
        margin-top: 2rem;
    }
}

