/* trackpipe/public/css/fan/signup/fans_2016.css */
body {
    background: url(../gif/bg-mobile-light-20120612.gif) #f0f0f0;
}

#centerWrapper {
    width: auto;
    margin: 0 auto;
}
#propOpenWrapper {
    width: 100%;
    text-align: center;
}
#pgBd {
    color: #333;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 4em;
    padding: 0;
    width: 100%;
}
#menubar {
    margin: 0 auto;
    width: auto;
}
#toparea {
    background: url('../jpg/fans-bg-top-1600-grad_20121130.jpg') center no-repeat #a6a6a6;
    background-size: 100% auto;
    background-position: top;
    border-bottom: 2px solid #619aa9;
    padding: 40px 0;
    min-height: 250px;
}

#why > .row {
    margin-bottom: 0;
}
#why > .row:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.7);
}
#beta-fans > .row {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.7);
    padding-bottom: 40px;
    margin-bottom: 0;
}

#bottom-message > .row, 
#faq > .row {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
}

#faq ul {
    list-style: none;
    font-size: 15px;
    line-height: 150%;
    padding: 0 0 30px;
}

#faq li {
    margin: 1.8em 0em;
}

#faq ul span {
    font-weight: bold;
    margin: 0 0 0.3em 0;
    display: block;
    
}

#pgBd h1,
#pgBd h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 35px 0;
}

#messagebox {
    width: 56.339%;
    margin: 0 auto;
    border: 10px solid #619aa9;
    border: 10px solid rgba(97,154,169,0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#messagebox-inner {
    background-color:#fff;
    border-radius: 8px;
    padding: 30px 10px;
}

#messagebox .contents {
    margin: 0 auto;
    width: 540px;
}

#messagebox h1{
    padding: 0 0 20px 0;
    font-size: 24px;
}

#pgBd .col {
    text-align: left;
}

#pgBd .col strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.col .text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
}
.col .img {
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #ccc;
    display: block;
    line-height: 1;
    margin: 0 25px 60px 0;
    vertical-align: bottom;
}
.col .img:after {
    padding-top: 80.6896551724%; /* 580x468 */
    display: block;
    content: '';
}

.mobileapp .img  {
    background-image: url('../jpg/fans-mobileapp-20171020.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-mobileapp-20171020.jpg',sizingMethod='scale'); /* ie8 */
}
.redownload .img  {
    background-image: url('../jpg/fans-10-download2.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-download2.jpg',sizingMethod='scale'); /* ie8 */
}
.supportedby .img  {
    background-image: url('../jpg/fans-10-supportedby.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-supportedby.jpg',sizingMethod='scale'); /* ie8 */
}
.wish .img  {
    background-image: url('../jpg/fans-10-wishlsit.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-wishlsit.jpg',sizingMethod='scale'); /* ie8 */
}
.feed .img  {
    background-image: url('../jpg/fans-feed-app-20171020.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-feed-app-20171020.jpg',sizingMethod='scale'); /* ie8 */
}
.musiccollection .img  {
    background-image: url('../jpg/fans-10-collection.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-collection.jpg',sizingMethod='scale'); /* ie8 */
}
.followartists .img  {
    background-image: url('../jpg/fans-10-follow.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-follow.jpg',sizingMethod='scale'); /* ie8 */
}

.mobileapp .text,
.supportedby .text,
.redownload .text,
.wish .text {
    min-height: 88px;
}
.feed .text,
.musiccollection .text,
.followartists .text {
    min-height: 88px;
}

.supportedby {
    display: none;
}


/* fans profiles to check out */
.follow-grid {
    padding: 0px;
    list-style-type: none;
    margin: 0;
}
.follow-grid-item {
    margin: 1em 0;
    vertical-align: top;
}
.follow-grid-item:nth-child(6n+1) {
    margin-left:0;
}

.follow-grid-item > a {
    display: block;
    margin: 0 0 8px;
}
.follow-grid-item img {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
}
.follow-grid-item .fan-info {
    min-height: 64px;
}
.follow-grid-item .fan-name {
    display:block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    text-overflow: ellipsis;
}
.follow-grid-item .fan-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #888;
}
.follow-grid-item .fan-genre {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.follow-grid-item button {
    margin-top: 4px;
}

#messagebox .contents .already h1,
#messagebox .contents .closed h1 {
    font-size: 19px;
    font-weight: bold;
}

#messagebox .contents .already,
#messagebox .contents .closed {
    text-align: left;
    padding: 0 30px 10px;
}

#messagebox .contents .already a,
#messagebox .contents .closed a {
   font-weight: bold;
}

#messagebox .contents .already p,
#messagebox .contents .closed p {
    margin-top: 0;
    font-size: 15px;
}



/* defaultlayout layout */
.defaultlayout #toparea {
    padding-bottom: 33px;
    position: relative;
    padding: 0;
    min-height: 330px;
}

#toparea .row {
    position: relative;
    z-index:2;
    text-align: left;
}

#toparea h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    padding: 100px 0 30px 0;
    line-height: 32px;

}
.defaultlayout .darken {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.signup {
    width: 600px;
    padding: 10px 0 0;
    color:#fff;
}

body:lang(fr) #fanscontainer .signup {
    width: 700px;
}

#pgBd .signup h2 {
    padding: 0;
    font-size: 24px;
}

#pgBd .signup h2 a {
    font-weight: bold;
}

.signup-inner {
    width: 292px;
}

.signup .button {    
    background-color: #1DA0C3; 
    background: rgb(0,161,198); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,161,198,1) 0%, rgba(38,172,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,161,198,1)), color-stop(100%,rgba(38,172,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ba40', endColorstr='#549d2c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1DA0C3;

    -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: 20px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.signup .note {
    font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding-top: 6px;
    font-style: italic;
}

.defaultlayout #messagebox,
.defaultlayout #why h2 {
    display: none;
}

.defaultlayout #why {
    padding-top: 35px;
}

#bottom-message > .row {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#bottom-message h2, #faq h2 {
    padding-bottom: 0;
}
#bottom-message p {
    font-size: 14px;
}
#bottom-message a.create-button {
    display: inline-block;
    width: 300px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgb(0,161,198);
    border-radius: 0;
    padding: 0 1em;
    outline: none;
}



p.message {
    margin-top: 0;
}

p strong + span {
    font-size: 13px;
}

#link-paypal-dialog input {
    width: 100% !important;
    box-sizing: border-box;
}

#link-paypal-dialog .double-duty.ok {
    display: none;
}

/*------------------------------------------------------------*/
@media (max-width:740px) {
    /* fans_phone_2016 */

h2 {
    margin: 0 0 1rem;
    font-weight: normal;
}

#toparea {
    background-color: #fff;
    border-bottom: medium solid #619aa9;
    border-top: 1px solid #ccc;
    margin: 0 0 1em;
    min-height: auto;
    padding: 0.625rem 0;
}
.defaultlayout #toparea {
    background: url('../jpg/fans-bg-top-1600-grad_20121130.jpg') center no-repeat #a6a6a6;
    background-size: 100% auto;
    background-position: top;
    min-height: auto;
}
#toparea h1 {
    font-weight: 500;
}

.bd-section > .row {
    margin-bottom: 0;
}

.col {
    float: none;
    line-height: 140%;
    margin: 0 0 1.5rem;
    width:auto;
}

ul.col {
    list-style: none;
    padding: 0;
}

.col strong {
    display: block;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.bigthanks .text span.space,
.wishlist .text span.space {
    display: none;
}

.collection .img  {
    background: url('../jpg/fans-1-collection.jpg') no-repeat;
    background-size: cover;
}

.col .img {
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    display: block;
    margin: 0 0 40px;
}
.col .img:after {
    padding-top: 80.6896551724%; /* 580x468 */
    display: block;
    content:'';
}
.bigthanks .img  {
    background-image: url('../jpg/fans-2-big-thanks-20130110.jpg');
}
.discover .img  {
    background-image: url('../jpg/fans-3-discover-music_20121025.jpg');
}
.wishlist .img  {
    background-image: url('../jpg/fans-4-wishlist_20121025.jpg');
}
.follow .img  {
    background-image: url('../jpg/fans-5-follow_20121025.jpg');
}
.mobileapp .img  {
    background-image: url('../jpg/fans-mobileapp-20171020.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-mobileapp-20171020.jpg',sizingMethod='scale'); /* ie8 */
}
.supportedby .img  {
    background-image: url('../jpg/fans-10-supportedby.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-supportedby.jpg',sizingMethod='scale'); /* ie8 */
}
.redownload .img  {
    background-image: url('../jpg/fans-10-download2.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-download2.jpg',sizingMethod='scale'); /* ie8 */
}
.feed .img  {
    background-image: url('../jpg/fans-feed-app-20171020.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-feed-app-20171020.jpg',sizingMethod='scale'); /* ie8 */
}
.musiccollection .img  {
    background-image: url('../jpg/fans-10-collection.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-collection.jpg',sizingMethod='scale'); /* ie8 */
}
.wish .img  {
    background-image: url('../jpg/fans-10-wishlsit.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-wishlsit.jpg',sizingMethod='scale'); /* ie8 */
}
.followartists .img  {
    background-image: url('../jpg/fans-10-follow.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../jpg/fans-10-follow.jpg',sizingMethod='scale'); /* ie8 */
}

.supportedby {
    display: block;
}

.text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.text span.space {
    display: none;
}


.bigthanks .img {
    position: relative;
}
.bigthanks .sash {
    position: absolute;
    top: 0;
    width: 50%;
    padding-top: 25%;
    height: 0;
    display: block;
    background: url('../png/sash-coming-soon.png') no-repeat;
    background-size: 90%;
}

#bottom-message+#beta-fans {
    margin-top: 1.5em;
}
#bottom-message a {
    display: inline-block;
}
#bottom-message h2 {
    margin-bottom: 1.5em;
}
#bottom-message h2+p {
    margin-top: -1em;
}

#faq li {
    margin: 1.5em 0;
    line-height: 140%;
}

#faq li span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.3em;
}


/* betafans */
#beta-fans .yeah {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #595959;
}
.follow-grid {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.follow-grid-item.col {
    width:48%;
    text-align: left;
    vertical-align: top;
    float:left;
    margin-right: 2%;
    min-height: 200px;
}
.follow-grid-item.col:nth-child(6n+1) {
    margin-left:inherit;
}
.follow-grid-item.col:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}

.follow-grid-item .img-wrapper {
    display: block
}
.follow-grid-item img {
    max-width: inherit;
    width: 100%;
    border: thin solid #ccc;
}
.follow-grid-item .fan-info {
    min-height: 64px;
}
.follow-grid-item .fan-name {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    text-overflow: ellipsis;
}
.follow-grid-item .fan-location {
    color:#595959;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 0.8125rem;
}

.follow-grid-item .fan-genre {
    font-size: 0.8125rem;    
}

.follow-grid-item .fan-name,
.follow-grid-item .fan-location,
.follow-grid-item .fan-genre {
    padding-right:10px;
}
.follow-grid-item:nth-child(2n) .fan-name,
.follow-grid-item:nth-child(2n) .fan-location,
.follow-grid-item:nth-child(2n) .fan-genre {
    padding-right: 0;
}

/* defaultlayout layout */

.defaultlayout #toparea {
    position: relative;
    padding: 0;
}

#toparea .row {
    position: relative;
    z-index:2;
    text-align: center;
}

#toparea h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 20px 0 10px 0;
    line-height: 32px;
}

.defaultlayout .darken {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pgBd .signup h2 {
    padding: 0;
    font-size: 14px;
    color:#fff;
}

#pgBd .signup h2 a {
    font-weight: bold;
}

.signup {
    width: auto;
}

.signup-inner {
    width: 80%;
    display: inline-block;
}

.signup .button {    
    background-color: #1DA0C3; 
    background: rgb(0,161,198); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,161,198,1) 0%, rgba(38,172,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,161,198,1)), color-stop(100%,rgba(38,172,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,161,198,1) 0%,rgba(38,172,208,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ba40', endColorstr='#549d2c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1DA0C3;

    -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: 18px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.signup .note {
    font-size: 13px;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding-top: 6px;
    font-style: italic;
    margin: 0 0 20px;
}

}
@media (max-width: 1024px) and (min-width: 741px) {
    /**/
    #messagebox {
        width: 80%;
    }
}

