@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

a{
    text-decoration: none !important;
}

.main
{
    padding:0px !important;
}

body{
    font-family: 'Lato', sans-serif !important;
}
.music-header{
    width: 100%;
    padding: 20px 0;
    min-height: 150px;
    background-image: url(http://pressplaydemo1.myusmobi.com/images/body_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.music-header .music-img{
    width: 180px;
    height: 230px;
    position: relative;
    background-color: #fff;
    margin-right:20px;
    background-position: center;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.music-header .music-img .music-btns{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 55px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.music-header .music-img .music-btns .btn{
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 22px;
    color: rgba(225,225,225,1);
    margin: 0;
}

.music-header .music-img .music-btns .btn-group .btn:nth-child(2){
    font-size: 40px;
    color: #fff;
}

.music-header p{
    margin: 0;
    font-size: 14px;
    color: #ccc;
}

.music-header .music-details{
    float: left;
    margin: 0 0 10px;
}

.music-header .music-details .music-title{
    font-size: 24px;
    color: #fff;
}

.music-header .music-details .label{
    padding: 5px 10px;
    border: solid thin #ccc;
    border-radius: 15px;
}

.music-header .music-details .btn-default{
    background:none;
    border: solid thin #ccc;
    border-radius: 0;
    margin-right: 10px;
    
    font-weight: normal;
    text-transform: uppercase;
}

.music-header .music-details .btn-default i{
    margin-right: 10px;
}

.music-header .music-details .btn-group .btn{
    padding: 0;
    border: none;
    margin-right: 20px;
}

.music-header .music-details .btn-group .btn span{
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

.music-header .music-details .btn-group .btn a{
    text-transform: uppercase;
    
    padding: 5px 20px;
    border-top: solid thin #ccc;
}

.share-music{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.share-music .social-icons{
    padding: 0 10%;
}

.share-music .social-icons .btn:hover{
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
}

.share-music .social-icons .btn:hover i{
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    color: #000;
}

.share-music .social-icons .btn{
    background: none;
    border: solid thin #ccc;
    border-radius: 0;
    color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin:10px;
    width: 45px;
    height: 45px;
    transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    line-height: 0;
    text-align: center;
    padding: 0;
    box-shadow: 0 0 20px transparent;
}

.share-music .social-icons .btn i{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
}

.music-list,
.music-comments{
    padding: 15px 0;
}

.music-list .table{
    font-size: 14px;
    line-height: 15px;
    color: #777;
}

.music-list #plList,
.music-list #plList li
{
    margin:0;
    padding:0;
    list-style-type:none;
}

.music-list #plList li .plItem p
{
    margin:0;
}

.music-list #plList li .plItem
{
    display:flex;
    -webkit-display:flex;
    width:100%;
    padding:10px;
	justify-content:space-between;
	align-items:center;
}

.music-list #plList li .plItem div
{
    -webkit-flex: auto;
	flex: auto;
}

.music-list #plList li.plSel,
.music-list #plList li.plSel .plSel:hover
{
    background-color:#87CEFA !important;
}

.music-list #plList li.plSel,
.music-list #plList li.plSel p,
.music-list #plList li.plSel a,
.music-list #plList li.plSel p strong
{
    color:#fff !important;
}

.music-list #plList li:nth-child(odd)
{
    background-color:#f5f5f5;
}

.music-list #plList li
{
    border-top:solid thin #eee;
    cursor:pointer;
}


.music-list #plList li .plItem>div:first-child
{
    text-align:center;
    font-weight:bold;
    width:20px;
}

.music-list #plList li .plItem>div:nth-child(2)
{
    text-align:center;
    width:20px;
}

.music-list #plList li .plItem>div:nth-child(3)
{
    width:60%;
}

.music-list #plList li .plItem>div:nth-child(3) p
{
    margin:0;
    font-size:15px;
    font-family: 'Lato', sans-serif !important;
    line-height:18px;
}

.music-list #plList li .plItem>div:nth-child(3) p strong
{
    display:block;
    font-weight:400;
    color:#444;
}

.music-list #plList li .plItem>div:nth-child(3) p small
{
    
    font-weight:normal;
}

.music-list #plList li .plItem>div:nth-child(4)
{
    padding:0 5px;
    float:right;
    width:50px;
}

.music-list #plList li .plItem>div:last-child
{
    text-align:center;
    padding:0 5px;
    float:right;
    width:25px;
}

.music-comments
{
    padding: 0 20px;
}

.music-comments h4, 
.music-list h4{
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

.artist-tabs .tabs-center{
    text-align: center;
}

.artist-tabs ul.nav-tabs{
    border-bottom: none;
    display: inline-block;
}

.artist-tabs ul.nav-tabs>li{
    margin-bottom: -3px;
    display: inline;
    border-radius: 0;
}

.artist-tabs ul.nav-tabs>li>a{
    border-radius: 0;
    color: #999 !important;
    border-left: none !important;
    text-transform: uppercase;
    border-top: none !important;
    border-right: none !important;
    border-bottom: solid 1px #ccc !important;
}

.artist-tabs ul.nav-tabs .dropdown-menu
{
    border:none;
    background:#87CEFA;
    color:#fff;
    padding:0;
    margin:0;
}

.artist-tabs ul.nav-tabs .dropdown-menu>li>a
{
    color:#fff !important;
}

.artist-tabs ul.nav-tabs .dropdown-menu>li:hover>a
{
    color:#ccc !important;
}

.artist-tabs ul.nav-tabs li.active>a{
    border-bottom: solid 3px #87CEFA  !important;
    color: #87CEFA !important;
}

.artist-tabs ul.nav-tabs li>a:hover,
.artist-tabs ul.nav-tabs li>a:active
{
    background-color: #fff !important;
    background: #fff !important;
}

.artist-tabs .tab-content{
    min-height: 400px;
    margin-bottom:30px;
}

.artist-tabs .tab-content h4{
    text-align: center;
    font-size:16px;
    text-transform: uppercase;
}

.artist-tabs .tab-content .artist-album{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 100%;
    margin: 5px 0 10px;
    position: relative;
    overflow:hidden;
    max-width:200px;
    display:block;
    margin: 10px auto 0 !important;
    -webkit-transition:ease-in-out 0.5s all;
    transition:ease-in-out 0.5s all;
}


.artist-tabs .tab-content .artist-album .artist-album-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff !important;
    -webkit-transition:ease-in-out 0.5s all;
    transition:ease-in-out 0.5s all;
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.6+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

.artist-tabs .tab-content .artist-album:hover .artist-album-overlay .artist-details
{
    bottom:0;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details
{
    position:absolute;
    bottom:-31px;
    left:0;
    display:block;
    text-align:center !important;
    padding:0px;
    -webkit-transition:ease-in-out 0.5s all;
    transition:ease-in-out 0.5s all;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details p
{
    margin:0;
    padding:0 5px;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details .btn-group .btn
{
    border-radius:0 !important;
    color:#fff;
    text-transform:capitalize;
    border-left:solid thin #ccc !important;
}

.artist-tabs .tab-content hr
{
    margin-top:10px;
    margin-bottom:5px;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details .btn-group .btn:first-child
{
    border:none !important;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details .btn-group .btn i
{
    font-style:normal !important;
    font-size:12px;
}

.artist-tabs .tab-content .artist-album .artist-album-overlay .artist-details .btn-group
{
    border-top:solid thin #fff;
    margin-top:7px;
}

.video-playlist-btns
{
    display:block !important;
    background-color:#87CEFA !important;
    margin-bottom:5px !important;
    min-height:35px;
}

.video-playlist-btns .video-btns
{
    width:25%;
    float:left;
}

.video-playlist-btns .video-probar
{
    width:75%;
    float:left;
}

.video-playlist-btns p
{
    line-height:33px;
    color:#fff;
}

.video-playlist-btns .video-btns .btn
{
    color:#fff;
    padding:0;
}

.video-playlist-btns .video-btns .btn i
{
    line-height:30px;
    font-size:18px;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    outline:none;
    /*required for proper track sizing in FF*/
    width: 75%;
    margin:15px 10px 15px 10px;
    float:left;
}


input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background:#fff;
    border: none;
    border-radius: 0;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 10px;
    width: 10px;
    cursor:pointer;
    border-radius: 0;
    background: #337ab7;
    margin-top: -2px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #337ab7;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}




@media screen and (max-width: 480px){
    .music-header .music-details{
        width: 100%;
        text-align: center;
    }
    
    .music-header .music-img{
        display: block;
        margin: 0 auto;
        width:250px;
        height:300px;
        float: none;
    }
    
    .artist-tabs ul.nav-tabs li a{
        font-size: 12px;
        text-transform: capitalize;
        padding: 10px;
    }
    
    .artist-tabs .tab-content .artist-album{
        height: 180px;
        margin: 10px 0 !important;
    }
}

