.share-box{

}

.share-box a{
    width:28px;
    height:28px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    background:#777;    
    line-height:27px;
    margin-right:8px;
}

.share-box a i{
    font-size:20px;
    color:#141414;
    vertical-align: middle;
}

.share-box a:last-of-type{
    margin-right:0;
}

.share-box a:hover{
    background:#333;
}
.share-box a:hover i{
    color:#777;
}

.btn-inner{
    display:inline-block;
    margin-right:6px;
}

.btn-inner:last-of-type{
    vertical-align:middle;
    margin-top:0px;
}

.play-button{
    margin:24px 0;
}

.btn-play{
    border: 2px solid #ff3a22;
    background: #ff3a22;
    color: #fff;
    border-radius: 100px;
    padding: 2px 8px 2px 2px;
    box-shadow: 6px 0px 8px 2px #333;
}

.btn-play:hover{
    border:2px solid #040404;
    background:#040404;
    color:#ff3a22;
    box-shadow: 6px 0px 8px 2px #666;
}

.btn-play .play-icon{
    width:36px;
    height:36px;
}

.btn-play .play-icon i{
    font-size:12px;
}

.btn-play:hover span.play-icon{
    background:#040404;
}

.play-icon{
    background: #ececec;
    margin: 0 auto;
    height: 72px;
    width: 72px;
    border: 2px solid #ff3a22;
    border-radius: 50%;
    align-items: center;
    display: flex;
    cursor:pointer;
    transition:0.4s linear all;
}

.play-icon:hover{
    background:#040404;
}

.play-icon i{
    margin: 0 auto;
    color: #ff3a22;
    font-size: 40px;
    text-indent: 4px;
}

.album-header{
    padding:12px 20px;
}

.album-header__details{
    margin:0;
    padding:0;
    font-size:1.1em;
}

.album-header__details li{
    list-style:none;
    display:inline-block;
}

.album-header__artist-profile-image{
    width:32px;
    height:32px;
    border-radius:50%;
    margin-right:6px;
}


.grid-img{
    width:100%;
    height:100%;
}

.grid-img.grid-img__single{
    border-radius:12px;
}

.grid-img.grid-img__1{
    border-top-left-radius:12px;
}
.grid-img.grid-img__2{
    border-top-right-radius:12px;
}
.grid-img.grid-img__3{
    border-bottom-left-radius:12px;
}
.grid-img.grid-img__4{
    border-bottom-right-radius:12px;
}

.album-info{
    text-align:left;
    min-height:360px;
}

.album-info h3{
	color:#ececec;
	margin:24px 0 24px;
	line-height:1;
}

.album-info h4{
	color:#ececec;
}

ul.album-info-details{
	margin:12px 0 48px;
	padding:0;
}

ul.album-info-details li{
	list-style:none;
	padding:0;
	margin-bottom:6px;
}

ul.album-info-details li .info-label,
ul.album-info-details li .info-data{
	display:inline-block;
	color:#ececec;
	font-size:1em;
}
ul.album-info-details li .info-data{
	font-weight:300;
}

.promote-track{ border-radius:6px;}

.album-title{
	position:relative;
}

.album-title .share-icon-mobile{
	display:none;
	position:absolute;
	top:0;
	right:8px;
	font-size:1.4em;
	margin-top:-12px;
	color:#ececec;
}

@media screen and (max-width:767px){
	.album-title .share-icon-mobile{
		display:inline-block;
	}	
}


@media screen and (min-width:768px) and (max-width:1023px){
    .album-cover-header{
        margin-bottom:24px;	
    }
}
.album-cover-header .album-cover-header-content{
    display:none;
}
@media screen and (max-width:767px){
    .album-cover-header{
        padding:0px;
        margin-bottom:24px;
        position:relative;
    }
    /*.album-cover-header:before{
        content:'';
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        border-radius:12px;
        background:rgba(20,20,20,0.6);
    }*/
    .album-cover-header .album-cover-header-content{
        display:block;
        position:relative;						
        top:0;
        left:0;
        width:100%;
        height:100%;
        padding:0px 0px;
    }
    .album-cover-header h3{
        margin-bottom:12px;
        width:90%;
        display:inline-block;
    }
    .album-cover-header .share-icon-mobile{
        position:absolute;
        top:24px;
        right:-8px;
        font-size:24px;
        color:#ececec;
        transform:rotate(90deg);
        cursor:pointer;
        z-index:1;
    }

    .share-bar-mobile{
        background:#222;
        position:absolute;
        right:0;
        top:64px;
        border-radius:8px;
        padding:12px;
        z-index:1;
        width:auto;
        opacity:1;
        box-shadow:0 0 10px 0 #111;
        transition:linear 0.4s all;
        display:none;
    }

    .view-album-details{
        color:#141414;
        display:inline-block;
        padding:2px 4px;
        background:#ececec;
        border-radius:6px;
    }
    .view-album-details i{
        margin-left:6px;
        vertical-align:text-top;
    }
}

.content-block{
    margin-bottom:48px;
    position:relative;
} 
.content-block h3{
    margin-bottom:24px;
}
.toggle-content-block{
    position:absolute;
    top:0;
    right:24px;
    color:#999;
    cursor:pointer;
}
@media screen and (max-width:767px){
    .toggle-content-block{
        right:-10px;
    }
}
.toggle-content-block small{
    display:inline-block;
    vertical-align:super;
    margin-right:6px;
}
.toggle-content-block:hover{
    color:#ececec;
}
.toggle-content-block span,
.toggle-content-block i{
    font-size:16px;
}

.content-block-content{
    display:none;
    padding-top:24px;
}

/* track list */
.table{ font-size:1em; background:rgba(34, 34, 34, 0.3);}
.table-responsive{
    border:0;
}
.table>thead>tr>th {
    font-weight: normal;
    color: #888;
    border:0; /*border-bottom:1px solid #333;*/
}
.table>tbody>tr>td{ border-top:0; height:48px;}
.table>tbody>tr{
}
.table>tbody>tr:hover{
    background:#333;
}
.song-price-info{
    border:1px solid #555;
    padding:0 2px;
    border-radius:4px;
}
.song-price-info a{
    font-size:1em;
    white-space:nowrap;
}
.coin-small i {
    font-size: 12px;
    padding: 4px 5px;
    width: 24px;
    height: 24px;
    border: 3px dashed #fca81a;
}

.track-title{
    position:relative;
    height:64px;
}

.track-title p{
    margin-bottom:0;
    padding-bottom:4px;
}

.track-title p.album-artist-title{
    position:absolute;
    left:0;
    bottom:0;
    width:max-content;
    color:#333;
    padding-bottom:0;
}

.album-artist-title a{
    color:#999;
    font-size:0.95em;
    display:block;
    margin-bottom:4px;
}

.album-artist-title a:nth-of-type(2){
    margin-bottom:0;
}

/* edit album - credit purchase */
.popup-boxes .divider{
	position: relative;
    width: auto;
    text-align: center;
    background: #fff;
    display: table;
    margin: 0 auto;
    margin-bottom: -30px;
    padding: 0 10px;
    color: #ccc;
    font-weight: 300;
}

.popup-boxes .credit-coin{
	margin-right:0;
}
.popup-boxes .credit-coin i{
	color: #ac2925;
    border: 3px dashed #ac2925;
    border-radius: 50%;
    padding: 4px 6px;
    background: #f7504b;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

#promoteTrackBuyCredits .modal-content,
#promoteTrackBuyCredits .modal-header{
    border:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

#promoteTrackBuyCredits .modal-header .close{
    color:#fff;
}

@media screen and (min-width:768px){
    #promoteTrackBuyCredits .modal-dialog{
        width:480px;
    }
}

#creditPackageCarousel .pricing-box .desc{
    display: inline-block;
    font-size: 15px !important;
    font-family: 'Lato';
    font-weight: 500;
    color: #999;
}

#creditPackageCarousel .pricing-box{
    padding:8px;
    color:#333;
    box-shadow:0 0 10px #666;
    position:relative;
    width:240px;
    margin:14px auto 24px auto;
    border-radius:6px;
    cursor:pointer;
}

#creditPackageCarousel .pricing-box:hover{
    box-shadow:none;
    background:#eee;
}

#creditPackageCarousel .popular{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    top: -28px;
    background: #ccc;
    color:#d9534f;
    padding: 6px 10px;
    z-index: -1;
    height: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

#creditPackageCarousel .pricing-box .pricing-header{
    padding:10px 12px 0 12px;
    margin-bottom:-10px;
}

#creditPackageCarousel .pricing-box h3,
#creditPackageCarousel .pricing-box .pricing{
    color:#333;
}

#creditPackageCarousel .pricing-box .pricing{
    margin-bottom:0;
}

#creditPackageCarousel .pricing-box.featured{
    background:#d9534f;
}

#creditPackageCarousel .pricing-box .pricing-footer{
    padding:20px 0 10px 0;
    text-align:center;
}
#creditPackageCarousel .pricing-box .pricing-footer .btn{
    width:84%;
    box-shadow:0 4px 6px #999;
    background:#333;
    color:#fff;
}
#creditPackageCarousel .pricing-box .pricing-footer .btn:hover{
    box-shadow:none;
}

#creditPackageCarousel .pricing-box.featured,
#creditPackageCarousel .pricing-box.featured h3,
#creditPackageCarousel .pricing-box.featured .pricing{
    color:#fff;
}
#creditPackageCarousel .pricing-box.featured .pricing-footer .btn{
    background:#fff;
    color:#d9534f;
    border-color:#d9534f;
    box-shadow:0 4px 6px #666;
}

#creditPackageCarousel .carousel-control{ padding-top:15%; background:none !important;}
#creditPackageCarousel .carousel-control .fa{ font-size:40px; color:#444;}

.pricing-plans h3{ text-align:left; color:#fff; margin-bottom:0; padding-bottom:6px;}
.pricing-header{ /*background:#46b8da;*/ padding:10px 12px;}
.pricing-box{ border:1px solid #ccc; opacity:1;}
.pricing-box:hover{ opacity:1;}
.pricing-box p.pricing{ font-size:4rem; font-weight:300; font-family:'Roboto'; color:#fff;}
.pricing-box p.pricing small{ display:block; font-size:14px !important; margin-top:-8px;}
.pricing-box p.pricing span{ display:inline-block; vertical-align:top;}
.pricing-box p.pricing span.currency{ font-size:12px; margin:18px -23px 0 0;}
.pricing-box ul{ margin:0; padding:0; width:100%; margin-left:2px;}
.pricing-box ul li{ list-style-type:none; width:100%; padding:8px 10px; font-size:1.1em;}
.pricing-box .hilight{ font-size:1.15em; font-weight:normal; margin-right:0;}
.pricing-box .cross{ font-size:1.15em; font-weight:normal; color:#fff; margin-right:0;}
.pricing-box .tick{ font-size:1.15em; font-weight:normal; color:#fff; margin-right:0;}
.pricing-box .asterisk{ font-size:.4em; font-weight:normal; color:#fff; margin-left:4px; position:relative; top:-6px;}
.asterisk{ font-size:.4em; font-weight:bold; color:#666; position:relative; top:-3px;}
.pricing-box .divider{ 
	display: block;
    width: 100%;
    margin-top: -21px;
    margin-bottom: -7px;
	text-align:center;
	display:none;
}

.pricing-footer{ font-size:1.15em;}
.pricing-footer button{ width:100%; border-radius:6px;}

#promoteTrackBuyCredits .obf-pro-button-container{ margin:10px auto 30px auto; text-align:center;}
#promoteTrackBuyCredits .obf-pro-button-container button{ padding:12px 12px; width:70%; text-align:left; color:#eee; border: 1px solid #eee;}
#promoteTrackBuyCredits .obf-pro-button-container button p{ margin-bottom:0; padding-bottom:0; height:20px;}

#subscribe-to-pro-from-album{
    box-shadow:0 0 10px #333;
    padding:10px 16px 16px 16px;
    margin:14px auto 24px auto;
}

#subscribe-to-pro-from-album:hover{
    box-shadow:none;
}

.album-title-inner{
    width:85%;
    display:inline-block;
}

.toggle-section-inner{
    float:right;
}