.top-artists {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top-artists h2 {
	line-height: 14px;
    right: 30px;
    position: absolute;
    top: -19px;
}

.top-artists h2 a {
    color: #2660af;
	font-size: 14px;
	font-weight: 400 !important;
}

.top-artists a span {	
    display: none;
}

.genre-sub-title {
	margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
	
}

.genre-sub-title .music-title {
	font-size: 18px;	
}

.top-artists-list {
    margin-top: 25px;
	padding-left: 29px;
    padding-right: 29px;
}

.top-artists-list .top-artists-genre-item--big {
		float: left;
}

.top-artists-genre-item {
        height:145px;
        width: 145px;
		padding-top: 0;
		list-style: none;
	 	position: relative;
    vertical-align: top;
	display: inline-block;
}
.top-artists-list li {
	margin-right: 10px;
}

.top-artists-list li:last-child {
	margin-right: 0;
}

.top-artists-genre-cover-image-image, .top-artists-genre-cover-image-image img {
    width: 100%;
	opacity: 0.95;
	border-radius: 6px;
}

.top-artists-genre-cover-image {
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-artists-genre-cover-image-image:after {
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.25) 70%,rgba(0,0,0,.7));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	border-radius: 6px;
}

.top-artists-genre-item-details {
    bottom: 12px;
    font-size: 12px;
    left: 12px;
    line-height: 18px;
    margin: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
}
.top-artists-list .top-artists-genre-item--big .top-artists-genre-item-main-text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0;
}
.top-artists-genre-item-main-text {
    font-size: 13px;
    font-weight: 700;
	line-height: 20px;
}
.top-artists-genre-cover-image {
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.top-artists-genre-cover-image p {
    color: #fff;
    padding: 0;
}
.top-artists-genre-cover-image a, .top-artists-genre-cover-image a:focus, .top-artists-genre-cover-image a:hover {
    color: #fff;
}
.link-block a, .link-block button {
    position: relative;
    z-index: 1;
}
.top-artists-genre-item-aux-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;	
    font-weight: 200;
}

.playlist-about .elements-box {
	margin-bottom: 15px;
}

.playlist-about {
	border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1700px) {
.top-artists-list .top-artists-genre-item:nth-child(n+6) {
    display: none;
}

.top-artists-genre-item {
        height:140px;
        width: 140px;
}
.top-artists-list li:nth-child(n+5) {
	margin-right: 0;
}
}



@media screen and (max-width: 1100px) {
	.top-artists-list {
	padding-left: 15px;
    padding-right: 15px;
}
.top-artists-genre-item {
    display: inline-block;
    height: 0px !important;
    list-style: none;
    padding-top: 23%;
    position: relative;
    vertical-align: top;
    width: 23% !important;
}
.top-artists-list .top-artists-genre-item--big .top-artists-genre-item-main-text {
    font-size: 13px;
}
.top-artists-list .top-artists-genre-item:nth-child(n+5) {
    display: none;
}
.top-artists-list li:nth-child(n+4) {
	margin-right: 0;
}
}


@media screen and (max-width: 991px) {
.top-artists-genre-item {
    padding-top: 19%;
    width: 19% !important;
}
.top-artists-list .top-artists-genre-item:nth-child(n+5) {
    display: inline-block;
}
.top-artists-list .top-artists-genre-item:nth-child(n+6) {
    display: none;
}
.top-artists-list li {
	margin-right: 7px;
}
.top-artists-list li:nth-child(n+4) {
	margin-right: 7px;
}
.top-artists-list li:nth-child(n+5) {
	margin-right: 0;
}
}


@media screen and (max-width: 767px) {	
.genre-sub-title {
    margin-left: 15px;
    margin-right: 15px;
	border: none;
	margin-top: 20px;
    padding-bottom: 0px;
}
.icon-date {
    display: none;
}
.genre-sort {
    padding: 0;
}
.wrapper-mobile-sort {
	width: 30px;
    position: absolute;
    top: -32px;
    right: 38px;
	min-width: 25px;
}
.wrapper-mobile-sort .jq-selectbox__select-text {
	display: none;
}
.wrapper-mobile-sort .jq-selectbox__select {
    min-width: 15px;
}
.wrapper-mobile-sort .jq-selectbox li.sel {
    display: block;
}
.genre-sort-hover.active {
    top: 60px;
}
.wrapper-mobile-sort .jq-selectbox__dropdown {
    right: 5px !important;
}
}


@media screen and (max-width: 630px) {
.top-artists-genre-item {
    padding-top: 23%;
    width: 23% !important;
}
.top-artists-list .top-artists-genre-item:nth-child(n+5) {
    display: none;
}
.top-artists-list li:nth-child(n+4) {
	margin-right: 0;
}
}


@media screen and (max-width: 590px) {
.top-artists-genre-item {
    padding-top: 31%;
    width: 31% !important;
}
.top-artists-list .top-artists-genre-item:nth-child(n+4) {
    display: none;
}
.top-artists-list li:nth-child(n+3) {
	margin-right: 0;
}
}


@media screen and (max-width: 480px) {
	
.genre-sub-title .music-title {
    font-size: 16px!important;
}

.top-artists-genre-item {
    padding-top: 33%;
    width: 33% !important;
}
.top-artists-list .top-artists-genre-item:nth-child(n+4) {
    display: inline-block;
}
.top-artists {
    order: 1;
    width: 100%;
    display: unset;
	padding: 0 15px;
    margin-top: 25px;
}
.top-artists h2 {
	position: relative;
    top: unset;
    right: unset;
}

.top-artists h2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 36px;
    padding-top: 1px;
    border-radius: 10px;
    background-color: #f3f3f3;
    color: #111;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
	font-weight: 500 !important;
}

.block-artists {
	display: flex;
    flex-flow: column nowrap;
	border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.top-artists a span {
    display: contents;
}
p.top-artists-genre-item-main-text, .top-artists-list .top-artists-genre-item--big .top-artists-genre-item-main-text {
    color: #f0f0f0;
	text-align: center;
	font-weight: 700;
	line-height: 16px;
	font-size: 12px;
}
p.top-artists-genre-item-aux-text {
    display: none;
}
.top-artists-genre-cover-image-image, .top-artists-genre-cover-image-image img, .top-artists-genre-cover-image-image:after {
	border-radius: 0;
}
.top-artists-list li:first-child img {
	border-top-left-radius: 6px;
}
.top-artists-list li:nth-child(3) img {
	border-top-right-radius: 6px;
}
.top-artists-list li:nth-child(4) img, .top-artists-list li:nth-child(4) .top-artists-genre-cover-image-image:after {
	border-bottom-left-radius: 6px;
}
.top-artists-list li:nth-child(6) img, .top-artists-list li:nth-child(6) .top-artists-genre-cover-image-image:after {
	border-bottom-right-radius: 6px;
}
.top-artists-list li:nth-child(1) .top-artists-genre-cover-image-image:after, .top-artists-list li:nth-child(2) .top-artists-genre-cover-image-image:after, .top-artists-list li:nth-child(4) .top-artists-genre-cover-image-image:after, .top-artists-list li:nth-child(5) .top-artists-genre-cover-image-image:after {
	border-right: 2px solid #f1f1f1;
}
.top-artists-list li:nth-child(1) .top-artists-genre-cover-image-image:after, .top-artists-list li:nth-child(2) .top-artists-genre-cover-image-image:after, .top-artists-list li:nth-child(3) .top-artists-genre-cover-image-image:after {
	border-bottom: 2px solid #f1f1f1;
}
.top-artists-genre-item-details {
    bottom: 10px;
	letter-spacing: 0.2px;
}

.top-artists-list li {
	margin-right: 0;
}
.wrapper-mobile-sort .jq-selectbox__dropdown {
    right: -19px !important;
}
}

@media screen and (max-width: 850px) {
.jq-selectbox__select:hover, .wrapper-mobile-sort .jq-selectbox__select, .wrapper-mobile-sort .genre-title-select, .wrapper-mobile-sort .jq-selectbox__select:hover, .wrapper-mobile-sort .jq-selectbox.focused .jq-selectbox__select {
	background-color: #ffffff;
}
.top-artists-genre-cover-image-image, .top-artists-genre-cover-image-image img {
    opacity: 1;
}
}

.genre-about {
	border-bottom: 1px solid #eee;
}

.genre-about .elements-box {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.genre-about .elements-box p {
    border-left: 3px solid #88c0ff;
    border-radius: 2px;
    padding: 0 0 0 15px;
    margin: 15px 0 15px 0;
	color: #333;
    line-height: 24px;
}

.button-link {
	display: none;
}

@media screen and (max-width: 991px) {

.genre-about {
	padding-bottom: 25px;
}

.genre-about.unset {
	padding-bottom: 10px;
}

.genre-about .elements-box {
	position: relative;
	overflow: hidden;
	max-height: 248px;
	padding-bottom: 0;
    margin-bottom: 8px;
}

.genre-about .elements-box p {
    border-left: none;
    padding: 0;
    margin: 13px 0 15px 0;
}

.genre-about.unset .elements-box {
    overflow: unset;
    max-height: unset;
}

.genre-about.unset .button-link  {
	display: none;
}

.button-link {
	font-size: 14px;
	color: #004fa8;
	padding-left: 29px;
	display: block;
}
}

@media screen and (max-width: 767px) {

.button-link {
	padding-left: 15px;
}
}