/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Feb-2015, 12:19:34
    Author     : RDAsante
*/

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 50vh;
}
.fade-carousel .carousel-inner .item {
    height: 50vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.section{border-top:1px solid #EDEFF1; margin-top:100px;padding-top:45px;}
#main-stats{
    background-color:#FDFDFD;
    border-bottom:1px solid #EFEEF3;
    margin-left:-20px;
    margin-right:-20px;
}
#main-stats .stats-row{box-shadow:-1px 0 5px 2px #F9F9F9 inset;}
#main-stats .stat{
    border-right:1px solid #E8E9EE;
    box-shadow:1px 0 0 0 #FFF;
    position:relative;
    text-align:right;
    padding:6px 0 15px;
}
#main-stats .stat.last{border-right:0 none;}
#main-stats .stat .data{color:#29323A;font-size:16px;font-weight:300;padding-right:50px;text-transform:uppercase;}
#main-stats .stat .data .number{color:#32A0EE;font-size:25px;margin-right:15px;}
#main-stats .stat .date{
    color:#B4B8BB;
    font-family:Lato,'Open Sans';
    font-size:13px;
    font-style:italic;
    font-weight:lighter;
    position:absolute;
    right:50px;
}

.featured-songs{
    float:left;
    width:100%;
}
.featured-song {
    overflow:hidden;
    background-color: #fff;
    border:solid 1px #eee;
    /* margin:1px; */
    padding:2px!important;
}
.featured-song div{
    margin:3px;

}
.featured-song h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.featured-song .caption{
    text-transform: uppercase;
    font-size:11px;
}
.staff-picks .thumbnail {
    border-radius: 0!important;
    margin: 3px;
}

.staff-picks .thumbnails{
    text-transform:uppercase;

}

.staff-picks .caption h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-picks .caption h5 a{
    color:#000;

}
.staff-picks .caption p{
    font-size:11px;
    color:#ccc;
    padding:0px;
    line-height:2px;
}

.staff-picks .thumbnails {
    clear: both;
    width: 100%!important;
    float: left;
}
.search-box {
    padding: 10px 130px;
}

.hero h2 {
    text-transform: capitalize;
    font-size: 3em;
    font-weight: bold;
}

.song-item{
    padding: 3px;
}

.song-item .image-wrapper{
    position:relative;
    overflow:hidden;
}

.song-item .caption .pagination a{
    font-size: 1.3em;
    background:#eee;
    color:black;
}

.song-item  .caption .pagination{
    margin:0px!important;
}
.song-item .caption a{
    color:white;
}
.song-item  .caption .play-song{
    text-align:center;
    margin-top:70px;
    font-size:1.8em;
    opacity:0.9;
}
.make-favourite{
    font-size: 1.3em;
}
.details button{
    color:#fff;
}

.song-item .caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: none; //rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color:#fff !important;
}
.song-item  .caption p {
    padding:6px;
}

.song-item .caption .details{
    padding:10px 5px 5px 5px
}
/*.caption .details{opacity:1;filter:alpha(opacity=100)}*/

.caption .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #fff;
    font-size: 1.1em;
    padding: 15px 10px 10px 10px;
    z-index: 1;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: #000;
    background: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }