@import url("//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400");

body{


    background-color: #1b242d;
    font-family:  "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container{
    margin: 0px;
    /*padding: 0;*/
    margin-left: auto;
    width: 100%;
    /*padding-left: 2%;*/


}

.navbar>.container-fluid .navbar-brand{
    color : white;
    font-family: 'Aladin';
    font-size: 30px;
}

.navbar-inverse {
    background-color: #002561;
    /*background-color: #031229;*/
    border-color: #2f6f7e;
}

.navbar-nav>li:hover{
    background-color:#484848;

}
.navbar-inverse .navbar-nav>li>a 
{
    color: #c3c1c1; 
    font-size: 19px;
}





/*Left Side formatting*/

.morebutton,h3 a:visited,h3 a:focus{
    float: right;
    color: #fcfcfe;
    background-color: #053a6e;
    padding: 0px 5px;
    font-size: 16px;
    border: 1px solid #8e8686;
    text-decoration: none;

}
.morebutton:hover{
    margin: 0;
    color: #f0f0f0;
    background-color: #111111;
    color: #a9a7a7;

    text-decoration: none;
    cursor: pointer;

}

.well{
    background-color: #111;
    padding-top:0px;
    border: 0px;
   
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.well:last-child{

}
.row h3,.col-sm-12 h3{
    font-size: 41px;
    line-height: 44px;
    margin: 0px 0px 5px 0px;
    background: #053a6e;
    padding: 13px;
    color: #a9a7a7;
    font:25px/29px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.row .list-group-item {
    position: relative;
    display: block;
    padding: 12px 10px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #ddd;
    color:#4190a2; 
    font-size: 19px;
    font-weight:400;
}
.row .list-group-item span{
    margin-left: 10px;


}

.row .list-group-item:hover{
    background: #999;
    cursor: pointer;
    text-decoration:underline;


}



.well .SingerPage {
    margin-top: 5px;
    margin-bottom: 8px;
    float: left;
    padding: 20px;
    height: 150px;
    width: 120px;
    text-align: center;
    background-color: #111;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(156, 23, 23);
    border-radius: 5px;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.artistPage .well .SingerPage {
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 20px;
    height: 165px;
    width: 165px;
}




.well .SingerPage:hover {
    box-shadow: 2px 2px 10px rgb(156, 23, 23);
    cursor: pointer;
}
.SingerPage p, .container .artistPage .well  .row p {
    margin-top: 10px;
    
    color:#bcb7b8;
    font:18px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:300;
}
.SingerPage a,.container .artistPage .well .row a{
    color:#bcb7b8;
    font:18px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:300;
}
.SingerPage a:hover,.container .artistPage .well  a:hover{
    text-decoration: none;
}


/*Video List Mgmt*/
.panel-title a:hover,.panel-title a:active,.panel-title a:visited,.panel-title a{
    text-decoration: none;
    
}
.panel-default>.panel-heading {
    color: #106ca2;
    background-color: #111111;
    border-color: #ddd;
}
.panel-default>.panel-heading:hover {
    background-color: #999;
    cursor: hand;
}
.panel-group table{
    background: #1b242d;
}

.row table tr td{
    font-size:18px; 
    color: #bcb7b8;
}
.row table tr:hover td{
    color: #000;
    background: #999;
}
.row .videoplaylist li{
    text-align: left;
}


/* albums*/


.row .card{
    clear: both;

    text-align: center;
    border: 1px #111 solid;
    margin-bottom: 20px;
    padding-bottom: 20px; 
    float: left;
    width: 100%;
    /*height: 270px;*/
}
.row .card h3{
    background: #1b242d;
    background: #111;
    margin-bottom: 10px;
}
.row .card .btn,.row .card .btn:visited{
    background-color: #1b242d;
    border-color: #111;
    width: 100%;
    margin-left: 10px;
    margin-top:   10px;
}
.row .card .btn:hover{

    background-color: #053a6e;
    border-color: #111;
    width: 100%;

    margin-left: 10px;
    margin-top: 10px;
}

#test img{
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 10px;
    margin-left: 10px;
}


#test img:hover {
    box-shadow: 2px 4px 10px rgb(156, 23, 23);
    cursor: pointer;
}

/*footer manage*/



.footer {
    background: #111111 none repeat scroll 0 0;
    border-top: 3px solid #2f6f7e;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
   color: #e13b25;
    margin-bottom: 10px;

}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #f1f2f2;
    padding: 5px 0;
}
.footer_dv ul li a{
    color: #d3d6d8;
    text-decoration: none;
    font-size: 16px;
    
    font: 16px/21px "Yanone Kaffeesatz", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    
}




.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}

.footerMenuHover:hover{
    background:#c5c4c4;
    cursor :pointer;
    
}



.socialIcon a{
    float: right;
}

.navbar-inverse .navbar-nav>li> .fa{
    font-size: 14px;
    width: 35px;
    line-height: 0; 
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    float: right;
}


/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.5;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-google {
    background: #dd4b39;
    color: white;
}



















.FooterCopyright{
    
    background: black;
    
}
.FooterCopyright h4{
    line-height:1.8;
font-size: 16px;
text-align: right;
}
.FooterCopyright h4 span{
    font-size: 18px;
    font-family: "robot";
    margin-right:5px; 
}


@media (max-width:1024px){
     .containerA h1{
     
        font-size: 35px;
        
    }
    .well h3{
        font-size: 25px;
    }
    
    
}


@media (max-width:800px){
    .well .SingerPage{
        margin-left:20px;
    }
    .row .card .btn{
        margin-left: 0px;
    }
    .plLength{
     display: none;   
    }
    .artistPage  .well .SingerPage{
        width:120px;
        margin-left:20px;
    }     
    
  .containerA h1{
     
        font-size: 35px;
        
    }
    .well h3{
        font-size: 25px;
    }
    

}


@media (max-width:500px){

    .well .SingerPage{
        width:100px;
        padding:5px;
        margin-left: 10px;
    }
   
    
    
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
@media (max-width:420px){

    .well .SingerPage{
        width:120px;
        padding:5px;
        margin-left: 10px;
    }
    
    .containerA h1{
     
        font-size: 25px;
        
    }
    .well h3{
        font-size: 20px;
    }
    
    
    .artistPage  .well .SingerPage{
        width:135px;
        height: 170px;
            margin-left: 5px;
    }     
    

}
@media (max-width:345px){

    .well .SingerPage{
        width:100px;
        padding:5px;
        margin-left: 10px;
    }

}
@media (max-width:310px){

    .well .SingerPage{
        width:120px;
        padding:20px;
        margin-left: 50px;
    }

}