html {
    position: relative;
    height: 100%;
}
body {
    height: 100%;
    background-color: #dae3e7;
}

.landing-padding {
    padding-top: 100px;
}

/* ======= Footer ======= */
.footer {
    bottom: 0;
    width: 100%;
    background-color: #32383e;
    color: #fff;
}
.footer-absolute{
    position: absolute;
}
.footer .copyright {
    line-height: 1.6;
    color: #a1aab4;
    font-size: 14px;
}
.footer a {
    color: #fff;
}
.footer .fa-heart {
    color: #fb866a;
}

.product-rating {
    font-size: 18px;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,0.6);
    float: left;
    width: 100%;
    padding:21px 5px;
    border-radius: 2px;
    color: #ffffff;
}
.score, .scorecount{text-align:center;}
.score {font-size: 22px;}
.score .muted {color:#919191;}
.scorecount {font-size:14px;}
/* big stars */
.bigstarbox {height:34px;width:170px;margin:10px auto;}
.bigstarboxlist {float:left;height:34px;width:170px;margin:0px 0 0 8px;}
span.bigstars, span.bigstars span {
    display: block;
    background: url(/assets/img/bigstars.png) 0 -36px repeat-x;
    width: 170px;
    height: 34px;
}
span.bigstars span {background-position: 0 0;}

.landing {
    position: relative;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #6883cc;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.landing-home{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/img/landing.jpg);
}

.landing-songs{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/img/landing2.jpg);
}

.landing-videos{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/img/landing3.jpg);
}

.landing-movies{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/img/landing4.jpg);
}