/*##############################################################################*/
/*##############################################################################*/
/*##############################################################################*/
/*Artist Page*/


@font-face{
    font-family:'PSL153';
    src:
        url('font/PSL153.ttf') 
        format('truetype');
    font-weight:normal;
    font-style:normal
}
body {
    /*font-family: "PSL153";*/
    /*background: #eaeaea none repeat scroll 0 0;*/
    background: #eaeaea none repeat scroll 0 0;
}

hr{
    border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);    
}
/*hr.style-seven { height: 30px; border-style: solid; border-color: black; border-width: 1px 0 0 0; border-radius: 20px; } 
hr.style-seven:before {  Not really supposed to work, but does  display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }*/

div.artist-name{
    font-weight: bold;
    /*font-size: 0.7em;*/
    font-size: 0.9em;

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    /*width:100%;*/
    display:block;
}

div.artist-label{
    padding-top: 3px;
    font-weight: normal;
    /*font-size: 0.6em;*/
    font-size: 0.78em;
    /*font-style: italic;*/

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    /*width:100%;*/
    display:block;
}


img.disabled
{
    opacity: 0.8;
    filter: grayscale( 100% );
    -webkit-filter: grayscale( 1 );
}

.container-bg-white{
    background-color: #FFFFFF;
}

/* Tab Navigation */

#tabMenuBlueOverYellow{
    color: #FFFFFF;
    background-color: #4ec8ed;
}
#tabMenuBlueOverYellow.nav-tabs > li.active > a, #tabMenuBlueOverYellow.nav-tabs > li.active > a:focus {
    color: #ef5d6a;
    /*font-weight: bolder;*/
    border: 1px solid #e2f0cf;
    background-color: #f6ed2c;
    border-radius: 0;
}
#tabMenuBlueOverYellow.nav > li > a {
    color: #FFFFFF;
}
#tabMenuBlueOverYellow.nav-tabs > li > a:hover{
    /*background-color: #d4f1f9 !important;
    border: medium none;*/
    background-color: rgba(67, 169, 200, 1);
    border-radius: 0;
    /*color:#fff;*/
}
#tabMenuBlueOverYellow.nav-tabs > li.active > a:hover {
    background-color: #d4cc26;
    border-radius: 0;
}


/* Tab Content - menucool.com */
ul.tabs
{
    padding: 8px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    border:1px solid #663300;
    border-bottom:none;
    background:#BBBBBB;
}

ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}

ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 8px 20px;
    border: 1px solid #663300;
    border-right:none;
    color: #000;
    background: #FFF;
    outline:none;
} 

ul.tabs li:last-child a
{
    border-right:1px solid #663300;
} 

ul.tabs li a:visited
{
    color: #000;
}

ul.tabs li a:hover
{
    text-decoration: none;
    color:#888;
}

ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #663300;
    color:White;
}


ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
    border: 1px solid #663300;
    border-top: 2px solid #663300;
    padding: 30px;
    background-color:#FFF;
}



/*Utilities Class*/
.txt-title-section-header
{
    color: #ed156a;
    font-size: 2.5em;
    letter-spacing: 0.01em;
}
div.div-padding-bottom-5px{
    padding-bottom: 5px;
}

/*
#########################Show Content Music Index Page############################
*/
.content-music-tnail{
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    position: relative;
    width: 100%;
}
.content-music-tnail:hover{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.content-music-like {
    font-size: 0.75em;
    cursor: pointer;
    background-color: #f6ed2c;
    bottom: 0;
    color: #ee166b;
    border:1px solid #e9e01c;
    /*font-weight: bold;*/
    /*opacity: 0.8;*/
    padding: 2px 3px;
    /*position: absolute;*/
    left: 0;

    text-align: center;
}
.content-music-like:hover{
    background-color: #d4cc26;
}

.content-music-view {
    font-size: 0.75em;
    /*cursor: pointer;*/
    background-color: #4ec8ed;
    border: 1px solid #46b8da;
    bottom: 0;
    color: #FFFFFF;
    /*font-weight: bold;*/
    /*opacity: 0.8;*/
    padding: 2px 3px;
    /*position: absolute;*/
    right: 0;

    text-align: center;
}

.content-music-view:hover {
    background-color: rgba(67, 169, 200, 1);
}


.txt-content-music-name {
    font-weight: bold;
    font-size: 0.975em;
    letter-spacing: 0.01em;
    cursor:pointer;
    color: #555;;
    padding: 10px 0 5px 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-content-music-detail {
    /*font-family: "PSL153";*/
    font-size: 0.875em;
    letter-spacing: 0.01em;
    cursor:pointer;
    color: #555;;
    padding: 10px 0 5px 0;

    white-space: nowrap;
    overflow: hidden;
    /*overflow: auto;*/
    text-overflow: ellipsis;
}

.txt-content-music-view-like {
    font-size: 0.75em;
    letter-spacing: 0.01em;
    cursor:pointer;
    color: #9b9b9b;;
    text-align: left;
}

/*Section QuizGame & Application*/
.media-body-txt{
    /*font-family: "PSL153";*/
    font-size: 0.975em;
    letter-spacing: 0.01em;
    color: #9a9a9c;
}


/*Section subscription*/
.media-bg-blue{
    /*font-family: "PSL153";*/
    font-size: 1em;
    letter-spacing: 0.01em;
    color : #FFFFFF;
    background-color: #4ec8ed;

    margin: 0 -20px;
    /*border: 1px solid #46b8da;*/
}
.media-bg-pink{
    /*font-family: "PSL153";*/
    font-size: 1em;
    letter-spacing: 0.01em;
    color : #FFFFFF;
    background-color: #ed156a;

    margin: 0 -20px;
    /*border: 1px solid #cc115a;*/
}
.media-bg-yellow{
    /*font-family: "PSL153";*/
    font-size: 1em;
    letter-spacing: 0.01em;
    background-color: #f6ed2c;
    color: #ee166b;

    margin: 0 -20px;
    /*border:1px solid #e9e01c;*/
}
.media-bg-gray{
    /*font-family: "PSL153";*/
    font-size: 1em;
    letter-spacing: 0.01em;
    background-color: #f5f6f8;
    color: #898989;

    margin: 0 -20px;
    /*border:1px solid #e9e01c;*/
}
.thumbnail-bg-gray{
    font-size: 1em;
    letter-spacing: 0.01em;
    background-color: #f5f6f8;
    color: #898989;
}


/*#############################Section Graphics########################*/
.promote-graphic-tnail{
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: contain;*/
    height: 152px;
    width: 152px;
    /*position: relative;*/
    border: 1px solid black;

}

.promote-graphic-bg-pink{
    height: 152px;
    width: 152px;

    border: 1px solid black;

    /*font-size: 1em;*/
    /*letter-spacing: 0.01em;*/
    color : #FFFFFF;
    background-color: #ed156a;
}
.promote-graphic-bg-yellow{
    height: 152px;
    width: 152px;

    border: 1px solid black;

    /*font-size: 1em;*/
    /*letter-spacing: 0.01em;*/
    background-color: #f6ed2c;
    color: #ee166b;
}
.promote-graphic-bg-blue{
    height: 152px;
    width: 152px;

    border: 1px solid black;

    /*font-size: 1em;*/
    /*letter-spacing: 0.01em;*/
    background-color: #4ec8ed;
    color : #FFFFFF;
}
.color-swatches {
    /*margin: 0 -5px;*/
    padding-left: 10px;
    overflow: hidden;
}
.color-swatch {
    /*border-radius: 3px;*/
    float: left;
    /*height: 60px;*/
    /*margin: 0 5px;*/
    margin: 0;
    /*width: 60px;*/
}
.color-swatch {
    /*height: 100px;
    width: 100px;*/
    height: 140px;
    width: 140px;

    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;

    font-weight: bold;
}

.color-swatches .brand-success {
    background-color: #5cb85c;
}
.color-swatches .brand-primary {
    background-color: #337ab7;
}
.color-swatches .brand-info {
    background-color: #5bc0de;
}
.color-swatches .brand-warning {
    background-color: #f0ad4e;
}
.color-swatches .brand-danger {
    background-color: #d9534f;
}

.color-swatches .brand-color-blue {
    background-color: #4ec8ed;
    padding-top: 50px;
}
.color-swatches .brand-color-pink {
    background-color: #ed156a;
    padding-top: 50px;
}
.color-swatches .brand-color-yellow {
    background-color: #f6ed2c;
    color: #ee166b;
    padding-top: 50px;

}
.color-swatches .brand-blank-img{
    background-color: #FFFFFF;
}
.color-swatch:hover{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}




/*############################Section Info#################################*/
/*############################Info synopsis#################################*/

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}


/*############################Footer#################################*/
.footer-bg-blue{
    /*margin-top: 20px;*/
    padding-top: 10px;

    /*font-family: "PSL153";*/
    font-size: 0.95em;
    letter-spacing: 0.01em;
    color : #009edf;

    background: #282c38 none repeat scroll 0 0 !important;
}

.footer-bg-blue a{
    font-size: 1em;
    letter-spacing: 0.01em;
    color: #009edf;
}

.footer-bg-blue a img{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.footer-bg-blue a img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*Link SHOW IVR Download*/

.alert-link1{
    /*color: #c7254e;*/
    color: #ed156a;
    /*padding-top: 50px;*/
    font-size: 1.55em;
    font-weight: bold;
    text-shadow: rgb(232, 232, 232) 4px 3px 0px;
}
.alert-link1:hover{
    color: #c7254e;
    text-decoration: none;
}

.caption h3{
    text-overflow: ellipsis;

    white-space: nowrap;
    overflow: hidden;
}
.caption div{
    height: 120px;
}
.thumbnail h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
body{
    /*padding:20px 30px;*/
    margin: 0px;
}



/** Nav Menu */
ul.nav-menu{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 510px;
    margin: 60px auto;
}

ul.nav-menu li{
    display: inline;
    margin-right: 10px;
    padding:10px;
    border: 1px solid #ddd;
}

ul.nav-menu li a{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

ul.nav-menu li a:hover, ul.nav-menu li a.active{
    color: #2c3e50;
} 

#music-section, #section-graphic, #section-promote-sub-n-campaign-n-quiz{
    background-color: #FFFFFF;
}


.div-no-padding{
    padding-left: 0;
    padding-right: 0;
}

div > a > img:hover{
    opacity: 0.5;
}
div.thumbnail:hover{
    background-color: #fff1d8;
}
.black-ribbon {
  /*position: fixed;*/
  z-index: 99;
  width: 70px;
}
@media only all and (min-width: 767px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }