body {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../img/main-bg.jpg);
    height: 100%;
    width: 100%;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.wrapper{
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: table;
    height: auto !important;
    margin: 0 auto;
    min-height: 100% !important;
    padding-top: 0 !important;
    position: relative !important;
    table-layout: fixed;
}
.wrapper > p > .btn {
    margin: 5px 0;
}

.wrapper .navbar .container {
    width: auto;
}
.wrapper > .container > .row > .col-md-8{
    border-right: 1px solid #e7e7e7;
}
.wrapper > .container > .row > .col-md-8, .wrapper > .container > .row > .col-md-4{
    padding: 0px !important;
}
.content{
    /*border-right: 1px solid #f1f1f1;*/
    height: 100%;
    margin: 0;
    padding: 15px;
    width: 100%;
}

h2.inner-title {
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 0;
}
.album-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.album-list > li {
    float: left;
    margin: 0 20px 20px 0;
    width: 130px;
    height: 190px;
    overflow: hidden;
}
.album-list > li:nth-child(5n+5){
    margin-right: 0;
}
.album-list li img {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #f1f1f1;
    display: block;
    height: 130px;
    margin-bottom: 5px;
    padding: 2px;
    width: 130px;
}
.album-list li .thumb{
    position: relative;
}
.album-list li .thumb:hover .play-button {
    display: block;
}
.album-list a .play-button {
    background: url("../img/icons.png") no-repeat scroll -49px -297px transparent;
    display: none;
    height: 41px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 41px;
}
.album-list a .play-button:hover{
    background-position: -49px -344px;
    height: 40px;
    width: 41px;
}
.album-list a {
    color: #333;
    font-size: 12px;
}
.album-list a:hover {
    text-decoration: none;
}
.album-list a strong {
    display: block;
    width: 100%;
}

#album-stats {
    overflow: auto;
    width: 100%;
    margin: 20px 0;
}
#album-stats .segment {
    float: left;
    text-align: center;
    width: 240px;

}
#album-stats .segment .value {
    font-size: 20px;
}
#album-stats .segment .title {
    font-size: 12px;
    font-weight: bold;
}
#album-stats .bordered {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

h1.main-title {
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    font-size: 20px;
    margin: 15px 0;
    padding: 15px 0;
}
.album-info .album-thumb{
    margin-right: 15px;
    margin-bottom: 10px;
}
.album-details{
    width: 75%;
}
.album-details h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.post-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.post-list p {
    margin-bottom: 5px;
}
.post-list li {
    padding: 10px 0;
}

.search-box {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #f1f1f1;
    display: block;
}

.sidebar{
    width:100%;
    height:100%;
    padding-bottom: 20px;
}

.widget {
    border-bottom: 2px solid #e7e7e7;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.widget h3 {
    background: none repeat scroll 0 0 #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 0.76923rem;
    padding: 0.76923rem 1.53846rem;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.widget .widget-area {
    padding: 0 10px;
}

.thumb-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.thumb-list > li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.thumb-list img {
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    padding: 2px;
}
.link-list{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.link-list li {
    padding: 0.61538rem 1.53846rem 0.61538rem 2.30769rem;
    position: relative;
}
.link-list li:hover {
    background-color: #ddf0f9;
}
.link-list li a:first-child::before{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #999999;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: 0.5em;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.no-padding{
    padding: 0px !important;
}
ul.singles-v2 {
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0
}
ul.singles-v2 li {
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
ul.singles-v2 li .blur-container {
    background-color: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    display: block;
    height: 60px;
    left: 0;
    overflow: hidden;
    top: 0;
}
ul.singles-v2 li .blur-container .blur {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    filter: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGZpbHRlciBpZD0iYmx1ciI+DQogICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIwIiAvPg0KICAgIDwvZmlsdGVyPg0KPC9zdmc+#blur");
    height: 150px;
    margin: -45px 0 0 -45px;
    opacity: 0.7;
    -webkit-filter: blur(20px);
-moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
}
ul.singles-v2 li .track-info {
    color: #fff;
    font-size: 14pt;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
}
ul.singles-v2 li .track-info span, ul.singles-v2 li .track-info span > a {
    line-height: 60px;
}
ul.singles-v2 li .track-info a, ul.singles-v2 li .track-info span {
    color: #fff;
    font-family: "Arial";
    font-size: 14pt;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
ul.singles-v2 li .track-info .single-cover {
    background-size: contain;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 50px;
    margin: 5px 10px 0 5px;
    width: 50px;
}
ul.singles-v2 li .track-info .single-cover a {
    display: block;
    height: 100%;
}
ul.singles-v2 li .track-info .track-text {
    /* display: flex; */
    /* float: right; */
    height: 60px;
    margin-left: 65px;
    /* position: absolute; */
    overflow: hidden;
}
ul.singles-v2 li .track-info .track-text span, ul.singles-v2 li .track-info .track-text a {
    font-size: 14px;
    /* height: 60px; */
    line-height: 29px;
    display: block;
}
ul.singles-v2 li .track-info .track-text .track-title {
    flex: 1 1 0;
    padding-right: 10px;
}
.track-text em {
    font-size: 10px;
}
#footer {
    background-color: #fbfbfb;
    border-top: 1px solid #f1f1f1;
    /*margin-top: 20px;*/
    overflow: auto;
    padding-top: 10px;
    width: 100%;
}
#footer li {
    display: inline;
    margin-bottom: 15px;
    margin-right: 20px;
}
#footer li:first-child {
    list-style: outside none none;
}
#footer .navigation {
    display: inline-block;
}
#footer #subtitle {
    color: #999;
    float: right;
    font-size: 9pt;
    padding-right: 20px;
}
#footer #subtitle .fa-heart {
    color: #d43427;
}

@media (width: 320px) {
    .album-list > li:nth-child(5n+5){
        margin-right: 20px;
    }
    .album-list > li:nth-child(2n+2){
        margin-right: 0;
    }
}
@media (width: 480px) {
    .album-list > li:nth-child(5n+5){
        margin-right: 20px;
    }
    .album-list > li:nth-child(2n+2){
        margin-right: 20px;
    }
    .album-list > li:nth-child(3n+3){
        margin-right: 0px;
    }
}



.tracks-list .track {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.tracks-list .track:hover {
    background: #f5f5f5;
}
.track.head {
    background: none repeat scroll 0 0 #f1f1f1;
    border-top: 1px solid #e7e7e7;
    font-weight: bold;
}
.tracks-list .track-num{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ccc;
    color: #666;
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;

}
.tracks-list .track-play.play{
     background: url("../img/icons.png") no-repeat scroll -130px 0 transparent;
     height: 32px;
     width: 32px;
 }
.tracks-list .track-play.play:hover{
    background-position: -130px -130px;
}
.tracks-list .track-play.pause{
    background: url("../img/icons.png") no-repeat scroll -254px 9px transparent;
    height: 32px;
    width: 32px;
}
.tracks-list .track-play.pause:hover{
    background-position: -130px -130px;
}
.tracks-list .track .track-play{
    display: none;
    cursor: pointer;
}
.tracks-list .track:hover .track-play{
    display: table-cell;
}
.tracks-list .track:hover .track-num{
    display: none;
}

.w3-list {
    background: #f1f0f0 none repeat scroll 0 0;
    margin: 0 -10px 10px;
    padding: 15px;
}
.w3-list-item {
    background: #fff none repeat scroll 0 0;
    color: #555;
    font-family: Arial;
    font-size: 13px;
    padding:0;
    margin-bottom: 15px;
    line-height: 20px;
    /*position: relative;*/
}

.list-item-content {
    padding: 10px;
}
.list-item-title {
    color: #7b4397;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-item-metas {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}
.list-item-footer {
    background-color: #f9f9f9;
    border-bottom: 2px solid #dc2430;
    border-top: 1px dashed #ddd;
    bottom: 0;
    clear: left;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    padding: 8px;
    /*position: absolute;*/
    width: 100%;
}
.list-item-thumb {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.list-item-thumb img {
    border: 1px solid #e7e7e7;
    padding: 2px;
    width: 100%;
}
.list-item-details{
    box-sizing: border-box;
}

.v-stats {
    margin-bottom: 7px;
}
.v-stats ul {
    margin: 0;
    padding: 0;
}
.v-stats ul li {
    color: #6a737b;
    display: inline;
    list-style: outside none none;
    margin-right: 10px;
}
.v-stats ul li .vs-large, .v-stats ul li .vs-small {
    font-family: monospace;
    font-size: 13px;
}
.v-stats ul li span {
    font-size: 14px;
}
.v-stats ul li span.fa {
    margin-right: 5px;
}
.v-stats ul li:last-child {
    margin-right: 0;
}
.v-stats ul li.v-views {
    color: #788cb6;
}
.v-stats ul li.v-likes {
    color: #34ad00;
}
.v-stats ul li.v-dislikes {
    color: #f57d00;
}

.starrr {
    display: inline-block;
}
.starrr i {
    color: #ffd119;
    cursor: pointer;
    font-size: 18px;
    padding: 0 1px;
}
.starrr.small i {
    color: #ffd119;
    cursor: pointer;
    font-size: 14px !important;
    padding: 0 1px;
}

.dl-loader{
    display: none;
    margin: 20px 0;
    position: relative;
    text-align: center;
    color: #9b59b6 !important;
}
.dl-loader .loader-image{
    background-image: url("../img/loading-violet.gif");
    background-size: 100% auto !important;
    height: 64px !important;
    margin: 0 auto !important;
    position: relative !important;
    width: 64px !important;
}
.dl-error {
    color: red;
    padding: 10px;
}


.dl-box {
    padding: 20px;
}

.media-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.media-list li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 2px;
    color: #555;
    width: 90px;
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
}
.media-list li:hover, .media-list a:focus{
    text-decoration: none;
}
.media-eq {
    border-bottom: 2px solid #ccc;
    padding: 10px;
    text-align: center;
}
.media-ext {
    font-size: 20px;
}
.media-qlt {
    font-size: 14px;
}
.media-sz {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

@media (max-width: 320px) {
    .container {
        margin: 0;
        padding: 0;
    }
    .page-header h1 {
        font-size: 20px;
    }

}
@media (max-width: 480px) {
    .media-list li {
        height: 77px;
        margin: 0 7px 7px 0;
        width: 75px;
    }
    .media-eq {
        padding: 4px;
    }
    .media-ext {
        font-size: 16px;
    }
    .media-qlt {
        font-size: 12px;
    }
    .media-sz {
        font-size: 12px;
        padding: 2px 5px;
    }

}

.dl-container {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px dashed #ccc;
}

.addthis_inline_share_toolbox {
    display: inline-block;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.btn {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.btn.btn-lg {
    font-size: 11px;
    height: 42px;
}
.btn.btn-success {
    background: #4ea74e none repeat scroll 0 0;
}
.btn .fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}