@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1080px){
.header-sm-buttons {
    display: block;
}
.mob-btn.search-btn {
    display: none;
}
.header-nav {
    position: fixed !important;
    right: -280px;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 280px;
    z-index: 10000;
    background: #333;
	-webkit-transition:all 0.3s ease; 	
	-moz-transition:all 0.3s ease; 	
	-ms-transition:all 0.3s ease; 	
	-o-transition:all 0.3s ease; 	
	transition:all 0.3s ease; 
}
.header-nav.active{
	right: 0;
}
.header-nav .headernav-li {
    width: 100%;
}
.header-nav .headernav-li .nav-link.dropdown-btn {
    font-weight: bold;
    color: #ccc !important;
}
.headernav-li .nav-link .fa-angle-down {
    display: none;
}
.nav-dropdown {
    position: static !important;
    opacity: 1 !important;
    display: block !important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(01)!important;
	max-height: 400px;
	overflow: auto;
	padding-left: 20px;
}
.dropdown-listing {
    width: 100%;
}	

}
@media only screen and (max-width: 992px){
.scrb{
    width: 50%;
}

.custom-table {
    border: none;
}
.custom-table thead {
    display: none;
}
.custom-table tr {
    display: block;
    width: 100%;
    border: 1px solid #666;
    margin-bottom: 15px;
}
.custom-table tr td {
    width: 100%;
    display: block;
    border: none;
    padding-left: 35%;
    position: relative;
}
.custom-table .mobilehead {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #ddd;
}
.album-listing-section {
    width: 65%;
}
	
.album-right-box {
    width: 35%;
}
.user-box-outer {
    width: 100%;
    margin-bottom: 15px;
}
.user-info-box-outer.dashboard-box-outer {
    width: 50%;
}
.dashboard-tabs {
    width: 100%;
    height: 40px;
}	
}
@media only screen and (max-width: 920px){

.albumdetail-left.aritist-details {
    width: 100%;
}
.artist-album-devider {
    width: 100%;
	padding: 0;
}
.albumdetail-right .album-details {
    display: block;
}
.album-details-web {
    display: none;
}
.albumdetail-left .album-image {
    max-width: 280px;
}
.albumdetail-left, .albumdetail-right ,.album-detail-section .albumdetail-right{
    width: 100%;
	padding: 0;
}
.albumdetail-left{
	padding-top: 15px;
}
.mob-btn.search-btn {
    display: block;
}
.search-container.active{
	top: 10px;
}
.search-container {
    position: fixed !important;
    left: 0px;
    right: 0px;
    max-width: 100%;
    margin: 0;
    width: auto;
	top: -90px;
	z-index: 10001;
	-webkit-transition:all 0.3s ease; 	
	-moz-transition:all 0.3s ease; 	
	-ms-transition:all 0.3s ease; 	
	-o-transition:all 0.3s ease; 	
	transition:all 0.3s ease; 
}
.search-container .search-box {
    background: #444;
}
.search-container.active{
	top: 5px;
}
	

}
@media only screen and (max-width: 768px){
.album-listing-section ,.album-right-box{
    width: 100%;
}
.user-info-box-outer.dashboard-box-outer {
    width: 100%;
	margin-bottom: 15px;
}
}
@media only screen and (max-width: 740px){
.btn.moremenu{
	display: block;
}
.dashboard-menu {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 200px;
    background: #333;
    display: none;
    z-index: 100;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
}
.dashboard-menu li {
    display: block;
    padding: 5px;
}
.ctrl-hom{
	display: block;
}
.navleft-panel{
	display: none;
}
.profile-container{
	padding-left: 15px;
}
	.pagefooter.profile-layout{
		padding-left: 0px;
	}
.albumsandplaylists {
    width: 100%;
}
.main-slider-head {
    font-size: 35px;
    line-height: 65px;
    text-align: center;
}
.album-title, .album-title span {
    font-size: 16px;
}
.album-social-btn {
    padding: 0px 15px;
    padding-left: 30px;
    font-size: 16px!important;
}
.album-social-btn .social-ico {
    width: 15px;
    top: 2px;
    height: 15px;
}
.track-moredetails-right {
    width: 100%;
    padding: 0 10px;
}
}
@media only screen and (max-width: 520px){
		.mejs-playlist.mejs-layer {
    width: 250px !important;
		}
.album-track-box .trackmoreinfo {
    display: block;
}
.trackinfo-right .track-duration {
    display: none;
}
.album-title.filter {
    margin-bottom: 50px !important;
}
.album-title.filter .float-right {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
	width: 100%;
}
.artistalbum-box .artistalbum-text {
    padding-left: 0;
    margin-top: 160px;
}
.artistalbum-box .artistbuttons{
	padding-left: 0;
}
}
@media only screen and (max-width: 480px){
    .scrb{
    width: 100%;
}		
.custom-table tr td{
	padding-left: 10px;
}
.custom-table .mobilehead{
	position: static;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	width: 100%;
}
.footer-links {
    width: 100%;
    text-align: center;
}
.albumsandplaylists {
    width: 100%;
}
.main-slider-head {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
}
@media only screen and (max-width: 400px){
	.lb-div {
    width: 100%;
}
}