/*
Theme Name: RadioJavan 2018
Theme URI: https://alfatheme.com
Author: S@man
Author URI: https://alfatheme.com
Description: Theme For Music
Version: 3.8.3.1
*/
/*@import url(css/main.css?v=10);*/


.h1 {
	position: fixed;
	left: -9999px;
}
audio {
	width: 100%;
	z-index: 9;
	position: relative;
}
a {
	color: #333;
}
body {
	background: #212223;
	background: #24292d;
	color: #fff;

}
.clr {
	clear:both;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.the_artists, .the_artists .btw, a.artist {
	margin: 0 2px;
	display: inline-block;
	text-transform: capitalize;
}
.the_artists .btw {
	/*margin-right: 0;*/
    opacity: .8;
	font-size: 80%;
}
.ed-btn {
	position: relative;
	padding: 0 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	font-family: 'montserrat';
	font-weight: 300;
}
.link {
	box-shadow: none;
	color: #03a6ff;
	border-radius: 8px;
	padding: 8px 10px;
}
.link:hover {
	background: #f0f5f9;
}
.ed-btn-1 {
	border-radius: 100px;
	padding: 16px 30px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 9.011px 24px 0px rgba(170, 39, 18, 0.44);
	background: #aa2712;
}
.ed-btn-1:hover {
	color: #383A3F;
	background: #03a6ff;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.ed-btn-1-2 {
	padding: 14px 30px;
	background: none;
	border: 2px solid transparent;
	color: #fff;
	background: #383A3F;
}
.ed-btn-1-2:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-color: #fff;
	background: none;
}
.ed-btn-2 {
	line-height: 45px;
	height: 45px;
	border-radius: 4px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .4);
}
.ed-btn-2:hover {
	color: #333;
	background: #fff;
	text-shadow: none
}
.btn-icon::before {
	position: absolute;
	right: 20px;
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0;
}
.btn-icon.en::before, .btn-icon:hover::before {
	opacity: 1;
	right: 15px;
}
.btn-icon.en, .btn-icon:hover {
	padding-left: 15px;
	padding-right: 35px;/*letter-spacing: 1.5px;*/
}
.ed-btn-3 {
	border-radius: 100px;
	display: block;
	line-height: 38px;
	height: 40px;
	border: 1px solid #343c45;
	color: #919DA9;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 0 11px;
	margin: 0 6px;
}
li.en .ed-btn-3, .ed-btn-3:hover {
	border-color: #919DA9;
	color: #fff;
	background: rgba(255, 255, 255, .05);
	padding: 0 15px;
}
/**/

.c-arrow .slick-arrow {
	display: inline-block;
	top: 50%;
	position: absolute;
	right: 20px;
	border-radius: 100px;
	color: #eee;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-top: -40px;
}
.c-arrow .slick-arrow.slick-prev {
	left: 20px;
	right: auto;
}
.c-arrow .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
	color: #fff;
}
/*
 * HEADER
 */

.pg-loader {
	position: fixed;
	top: 0;
	width: 0;
	left: 0;
	height: 2px;
	height: 4px;
	background: #ec0928;
	/*box-shadow: 0 0 10px #ec0928,0 0 5px #ec0928;*/
    z-index: 9999;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.load_navigating .pg-loader {
	opacity: 1;
	width: 100%;
	-webkit-transition: .8s width, .1s opacity linear;
	transition: .8s width, .1s opacity linear;
}
.pg-spinner {
	position: fixed;
	top: 15px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: .1s;
	transition: .1s;
	visibility: hidden;
	display: none;
}
.load_navigating .pg-spinner {
	opacity: 1;
	visibility: visible;
}
.pg-spinner span {
	display: block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
}
.load_navigating .pg-spinner span {
	-webkit-animation: rotate 400ms linear infinite;
	animation: rotate 400ms linear infinite;
}
.load_navigating .ed-main-wrap-content {
	-webkit-transition: .1s;
	transition: .1s;
	opacity: .7;
}
nav.top-menu {
	position: relative;
	height: 47px;
	line-height: 45px;
	background: #fff;
	background: #1c1919;
	z-index: 9990;
	clear: both;
}
.logo {
	position: relative;
	z-index: 9;
	height: 45px;
	float: left;
	padding: 6px 5px 10px 0;
	border-right: 1px solid #333;
	box-shadow: 1px 0 #080808;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 1;
}
.logo:hover {
	opacity: .4;
}
.logo img {
	height: 100%;
	display: inline-block;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
}
nav.top-menu li {
	position: relative;
	float: left;
	height: 45px;
}
nav.top-menu li.profile .child-menu {
	position: absolute;
	top: 100%;
	left: 10px;
	background: #fff;
	padding: 10px;
	width: 220px;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
nav.top-menu li:hover .child-menu {
	visibility: visible;
	opacity: 1
}
nav.top-menu li.profile .child-menu a {
	background: #f7f7f7;
	text-align: center;
}
nav.top-menu li.profile .child-menu a:hover {
	background: #2e2e2e;
}
nav.top-menu .the-menu a {
	height: 45px;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	color: #72777c;
	border-radius: 2px;
	padding: 0 10px;
}
nav.top-menu .the-menu a:hover {
	background: rgba(0, 0, 0, .3);
	color: #fff;
}
.btn-nots .count, nav.top-menu a i {
	float: left;
	border-radius: 100px;
	color: #fff;
	height: 28px;
	width: 28px;
	line-height: 28px;
	margin: 10px 6px 6px 0;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 18px;
}
.btn-nots .count {
	line-height: 26px;
	border-radius: 4px;
	font-size: 16px;
	background: #aa2712;
}
nav.top-menu a:hover i {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	background: rgba(255, 255, 255, .1);
	background: #fff;
	color: #333;
	color: #4054b2;
}
nav.top-menu .online-radio {
	/*background: #333*/
    line-height: 1;
	padding: 10px 20px;
	margin-top: 6px;
	border-radius: 4px;
	margin-left: 10px;
}
nav.top-menu .online-radio:hover {
	padding-left: 10px;
	padding-right: 30px;
}
nav.top-menu .online-radio::before {
	right: 20px;
}
nav.top-menu .online-radio:hover::before {
	right: 10px;
}
nav.top-menu .socials a i {
	font-size: 20px;
	height: 35px;
	width: 35px;
	line-height: 34px;
	margin-top: 5px;
	border-radius: 4px;
	margin-right: 0;
}
nav.top-menu .socials a:hover i {
	background: #aa2712;
	color: #fff;
}
.ajax-result {
	position: absolute;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 60px;
}
.ajax-result>.title {
	position: relative;
	padding: 18px 10px;
	background: #f4f5f9;
	color: #777;
	line-height: 1;
	border-bottom: 1px solid #dddfe6;
	text-align: center;
}
.ajax-result .title::before {
	content: '';
	position: absolute;
	right: 40px;
	bottom: 100%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f5f8f7;
}
.ajax-result .content-wrap {
	margin: 10px;
	margin-left: 0;
	width: auto;
}
.main-menu .ajax-result ._btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ajax-result .content {
	position: relative;
	height: 290px;
	padding: 10px 20px 10px 0;
	margin-right: -20px;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	color: #333;
}
.ajax-result.loading .content, .ajax-result.loading .nano .pane {
	opacity: 0;
}
.main-menu .ajax-result .ed-btn {
	color: #232323;
	border-color: #ddd;
	text-shadow: none;
	padding: 0 10px;
}
.main-menu .ajax-result .ed-btn::before {
	margin-right: 5px;
}
.main-menu .ajax-result .ed-btn:hover {
	color: #fff;
	border-color: transparent;
	padding: 0 18px;
	background: #333;
}
.ajax-result .loader {
	background: url('img/ico_Loading.png') center / cover no-repeat;
	height: 40px;
	width: 40px;
	margin-left: -10px;
}
.ajax-result .content a {
	position: relative;
	display: block;
	line-height: 20px;
	clear: both;
	overflow: hidden;
	color: #777;
	-webkit-transition: .2s;
	transition: .2s;
	text-shadow: none;
	padding: 4px;
	width: 100%;
}
.main-menu .ajax-result .content a:hover {
	background: #f5f8f7;
	color: #333;
}
.ajax-result .content a .thumb {
	height: 45px;
	width: 45px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.ajax-result .content a .in {
	float: left;
	width: 200px;
	font-size: 13px;
}
.ajax-result .content a .pt {
	float: right;
	line-height: 29px;
	margin-top: 5px;
	border: 1px solid #ddd;
	color: #999;
	width: 45px;
	border-radius: 8px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	text-transform: uppercase;
	font-size: 9px;
}
.nano2 .pane {
	background: #f2f7fc;
	background: rgba(38, 43, 53, 0.3);
	border-radius: 100px;
	right: 4px;
}
.nano2 .pane .slider {
	background: #e7eef4;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 100px;
	opacity: 1;
	box-shadow: 0 1px #ddd;
}
.main-menu .ajax-result .content a:hover .pt {
	border-color: transparent;
	color: #fff;
	background: #333;
}
nav.top-menu .the-menu .notifications {
	z-index: 9;
}
.notifications .ajax-result {
	top: 100%;
	width: 320px;
	padding-bottom: 0 !important;
	left: unset;
}
.ajax-result .content a {
	margin: 5px;
	border-radius: 0;
	display: block;
	height: auto;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.notifications .ajax-result .content a .star {
	display: none;
	color: #EA4838;
	margin-left: 2px;
	font-size: 20px;
	top: 3px;
	position: relative;
}
.notifications .ajax-result .content a .title {
	clear: both;
	overflow: hidden;
}
.notifications .ajax-result .content a .title span {
	float: left;
}
.notifications .ajax-result .content a.unread .star {
	display: inline-block;
}
.notifications .ajax-result .content a .pt {
}
.notifications .ajax-result .content a:not(:last-child) {
	border-bottom: 1px solid #f5f5f5
}
.notifications .ajax-result .content a:hover {
	background: #f0f2f5;
	color: #444
}
.notifications .ajax-result .content a:hover .pt {
	border-color: #aaa;
	color: #6d6d6d;
}
.notifications .ajax-result .content a .in {
	overflow: hidden;
	max-width: 172px;
}
/**/

nav.main-menu {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1b1b1c;
	background: rgba(28, 28, 27, 0.8);
	clear: both;
	z-index: 9980;
	box-shadow: 0 -2px 20px -15px #000, 0 10px 20px -20px #000;
}
nav.main-menu.fxd {
	position: fixed;
	top: 0;
}
nav.main-menu ul li a {
	float: left;
	display: inline-block;
	padding: 0 18px;
	color: #eee;
	-webkit-transition: .2s;
	transition: .2s;
	/*text-transform: uppercase;*/
	font-weight: 400;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, .3)
}
nav.main-menu .current-menu-item a, nav.main-menu ul li a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, .1);
}
nav.main-menu .current-menu-item a {
/*background: #aa2712;*/
}
/* */


/*
 * search
 */

.ed-searchform {
	width: 300px;
	margin-left: 8px;
	float: right;
	position: relative;
	height: 100%;
}
.ed-searchform>div {
	position: relative;
	display: block;
}
.ed-searchform input[type="text"] {
	height: 34px;
	background: none;
	width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	box-shadow: none;
	padding: 0 15px 0 50px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 13px;
	border-radius: 4px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
}
.ed-searchform .btn {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 28px;
	padding: 0 8px 0 12px;
	background: none;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-right: 1px solid rgba(0, 0, 0, .2);
}
.ed-searchform .btn:hover {
	color: #919DA9;
}
.ed-searchform input[type="text"]:focus {
	color: #fff;
	background: rgba(240, 241, 242, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}
.custom-search {
	position: absolute;
	bottom: 0px;
	right: 2rem;
	right: 25px;
	display: none;
}
.custom-search input {
	background: rgba(255,255,255,0.4);
	border-radius: 4px;
	padding: 0.5rem;
	color: #000;
	height: 30px;
}
.custom-search input:focus {
	background: #fff;
}
.srch-mobile{
	display:none;
}
/* */

.ver-arrow {
	position: relative;
	overflow: hidden;
}
.slider-index {
	text-align: center;
}
.slider-index a {
	color: #fff;
}
.slider-index .bg {
	-webkit-transition: .3s;
	transition: .3s
}
.slider-index .slick-current .bg {
	-webkit-filter: blur(20px);
	filter: blur(20px);
}
.slider-index .detail {
	font-size: 30px;
	padding-top: 15px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .4);
}
.slider-index .detail .title {
	font-size: 34px;
	font-size: 2.0vw;
	margin-top: 10px;
	overflow: hidden;
}
.slider-index .detail .the_artists {
	font-size: 42px;
	font-weight: bold;
	font-family: 'montserrat';
	font-size: 2.5vw;
}
.slider-index .detail .title, .slider-index .detail .the_artists {
	overflow: visible;
}
.slider-index .container {
	padding: 90px 0 20px;
}
.slider-index img {
	box-shadow: 0 20px 30px -20px #000;
}
.slick-arrow {
	right: 0;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	text-align: center;
	background: none;
	font-size: 16px;
	z-index: 2;
	cursor: pointer;
}
.ver-arrow .slick-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	color: #fff;
	margin-right: 8px;
	width: 80px;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
}
.ver-arrow .slick-arrow::before {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right: 0;
	height: 80px;
	line-height: 80px;
	width: 100%;
	font-size: 20px;
}
.slick-prev {
	left: 0;
	right: auto;
}
.ver-arrow .slick-prev {
	margin-left: 8px;
	margin-right: 0;
}
.ver-arrow .slick-arrow {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}
.ver-arrow .slick-prev {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.slider-index:hover .slick-arrow {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: .8;
}
.ver-arrow .slick-arrow:hover {
	opacity: 1;
}
/* */

.slider-thumbs .st {
	color: #fff;
	background:rgba(109, 30, 18, .9);
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}
.slider-thumbs .slick-current .st, .slider-thumbs .slick-center .st {
	background: #f0f5f9;
	color: #446CB3;
}
.slider-thumbs .t {
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font:12px/28px alfasans-Ultralight;
	clear: both;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-thumbs .slick-current .t, .slider-thumbs .slick-center .t {
	background: #fff;
	border-color: #eee;
}
.slider-thumbs .the_artists {
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 11px;
	color: #aaa;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.slider-thumbs .slick-current .the_artists, .slider-thumbs .slick-center .the_artists {
	color: #333;
}
.slider-thumbs a {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-transition: .3s;
	transition: .3s;
}
.slider-thumbs a, .slider-thumbs a img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-thumbs a img {
	opacity: .4;
	-webkit-transition: .3s;
	transition: .3s;
}
.slider-thumbs .slick-current a, .slider-thumbs .slick-center a {
	z-index: 2;
	opacity: 1;
	box-shadow: 0 0 20px #000;
}
.slider-thumbs .slick-current a img, .slider-thumbs .slick-center a img {
	opacity: 1;
}
/* */

.home-row-1 {
}
/* */

.home-row-2 {
	position: relative;
	background: #444;/*box-shadow: 0 0 250px 0 rgba(0,0,0,.3) inset;*/
}
.home-row-2 .featured-podcasts {
	padding: 0;
	width: 41.66666667%;
}
.home-row-2 .featured-items {
	padding: 0 0 0 22px;
	width: 58.33333333%;
}
.home-row-2 .coming-soon .item img {
	height: 115px;
	overflow: hidden;
}
.home-row-2 .row.artists .item {
 padding: 0 .5rem 1rem .5rem;
}
.home-row-playlist {
	position: relative;
	overflow: hidden;
}
.home-row-playlist>.bg {
	background: url("img/bg/20.jpg") left 0;
	-webkit-animation: bgmove 20s infinite linear;
	animation: bgmove 20s infinite linear;
	/*opacity: .9;*/
    -webkit-transition: 2s;
	transition: 2s
}


/*.home-row-playlist:hover > .bg{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}*/

@keyframes bgmove {
 from {
 background-position: left 0;
}
to {
	background-position: left -300px;
}
}
 @-webkit-keyframes bgmove {
 from {
 background-position: left 0;
}
to {
	background-position: left -300px;
}
}
/* */

.home-row-3 {
	background: -webkit-radial-gradient(left top, circle cover, rgb(12, 180, 206) 8%, rgb(16, 128, 208) 50%, rgb(100, 66, 255) 93%);
	background: radial-gradient(left top, circle cover, rgb(12, 180, 206) 8%, rgb(16, 128, 208) 50%, rgb(100, 66, 255) 93%);
}
/* */

.home-row-trending .item {
	padding: 0 1rem 1.25rem;
}
.slider-index-trending {
	padding: 0 60px;
	z-index: 3;
}
.slider-index-trending .slick-arrow {
	background: rgba(0, 0, 0, .2);
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	color: #fff;
	opacity: .5;
}
.slider-index-trending .slick-arrow:hover {
	opacity: 1;
}
.slider-index-trending .slick-arrow.slick-next {
	right: 0;
}
.slider-index-trending .slick-arrow.slick-prev {
	left: 0;
}
/*
 * Archive
 */

.archive-blog-wrap {
	background: #fff;
}
.archive-wrap {
	position: relative;
}
.archive-wrap:not(.no_loading) {
	padding-bottom: 80px;
}
.archive-wrap::after {
	content: '';
	visibility: hidden;
	opacity: 0;
	background: url(img/loader.gif) center no-repeat;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 70px;
}
.archive-wrap.no_loading::after {
	display: none;
}
.archive-wrap.loading::after {
	opacity: 1;
	visibility: visible;
}
.archive-inner {
	color: #fff;
	float: left;
	width: 66.66%
}
.main-tabs-items {
	margin-bottom: 10px;
}
.main-tabs-items li {
	display: inline-block;
}
.main-tabs-items .en a, .main-tabs-items li a:hover {
	margin: 0 2px;
}
.main-tabs-content {
}
.main-tabs-content .content-wrap {
	padding: 10px;
	overflow: hidden;
}
.archive-row-albums {
	background:#a2a2a2
}
.main-archive .item a {
	border: 1px solid #363636;
	background-color: rgba(33, 33, 33, 0.45);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.51), inset 0 0 0 rgba(137, 137, 137, 0.29), inset 0 0 5px rgba(0, 0, 0, 0.11);
	color: #fff;
}
.main-archive .item a:hover {
	background-color: rgba(33, 33, 33, 0.6);
}
.main-archive a .detail {
	height: 90px
}
:not(.search) .main-archive .item.artists a .detail {
	height: 50px
}
:not(.search) .main-archive .item.playlists a .detail {
	height: 60px;
}
.item.playlist-cat a .title {
	height: auto;
}
.item.playlist-cat a .detail {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.playlist-category {
	background: rgba(0, 0, 0, .2)
}
/*
 * Single
 */

.alfa-breadcrumbs {
	position: absolute;
	z-index: 4;
	left: 0;
	width: 100%;
	line-height: 1;
	background: rgba(255, 255, 255, 0.4);
	padding-top: 13px;
	padding-bottom: 14px;
	color: #f5f5f5;
	text-transform: uppercase;
	overflow: hidden;
	margin-top: 59px;
	box-shadow:0px 2px 4px #212121 inset;
}
.alfa-breadcrumbs li {
	float: left;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.alfa-breadcrumbs span{
	font-size:12px;
}
.alfa-breadcrumbs i {
	float: left;
	line-height: 1;
	display: inline-block;
	width: 20px;
	text-align: center;
}
.alfa-breadcrumbs i.btw {
	font-size: 10px;
	color: #D91E18;
}
.alfa-breadcrumbs .btw {
	color: #eee;
	font-size: 100%;
	top: 1px;
	position: relative;
}
.alfa-breadcrumbs a {
	position: relative;
	float: left;
	-webkit-transition: .3s;
	transition: .3s;
	color: inherit;
	color:#212121;
	font-size:12px;
	font-weight:normal;
}
.alfa-breadcrumbs a:hover {
	color: #fff;
}
.alfa-breadcrumbs h2 {
	text-transform: capitalize;
	font-weight: 300;
}
.alfa-breadcrumbs .the_artists .artist, .alfa-breadcrumbs .the_artists .with, .alfa-breadcrumbs .the_artists .btw {
	display: inline-block;
	text-transform: uppercase;
	float: left;
}
.main-wrap {
	position: relative;
	min-height: 700px;/*padding-top: 60px;*/
}
.archive .main-wrap {
	padding-top: 60px;
}
/** post **/

.blog-archive-posts, .single-inner {
	width: 66.66%;
}
.blog .main-wrap, .single-post .main-wrap {
	background: #fff;
}
.single-post {
	color: #333;
}
.single-main-post {
	text-align: justify;
	padding-top: 120px;
}
.single-inner h1 {
	font-size: 25px;
	margin-bottom: 10px;/*text-shadow: -1px -1px 2px #fff;*/
}
.single-inner .date {
	color: #999
}
.single-main-event .thumbnail, .single-inner>.thumbnail {
	box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}
.single-inner>.content {
	padding: 20px 0;
	line-height: 23px;
}
.single-main-event .single-inner .row, .single-inner>.content p {
	margin-bottom: 1.25rem;
	font-size: 1rem;
}
p {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
.single-inner .content li {
	list-style: inside;
}
/** page **/
.page-content{
	width:80%;
	margin:0 auto;
}

/* evnets */

.single-main-event .single-inner, .single-main-event .thumbnail {
	width: 50%;
	float: left;
}
.single-main-event .single-inner {
	padding: 10px 15px;
	float: right;
	color: #fff;
	font-size: 16px;
}
.single-main-event .single-inner i {
	font-size: 18px;
}
.single-main-event .single-inner a {
	color: #f32446;
}
/*
*
*/

.single-pt-main {
	position: relative;
	overflow: hidden;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
	background: #000;
	padding-top: 60px;
	padding-top: 125px;
}
.single-pt-main .flex-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-bg .bg {
	opacity: .5;
	background-position: center;
	background-size: cover;
	top: -60px;
	-webkit-filter: blur(30px);
	filter: blur(30px);
}
.single-bg .after {
	opacity: .3;
	background: #000;/*background: url(img/bg/p2.png) top;*/
}
aside.list-box {
	width: 33.33%;
	padding: 0 15px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.single-pt-main .col.details {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 33.33%;
	overflow: hidden;
	height: 455px;
}
.single-pt-main .col.thumbnail {
	width: 33.33%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 15px 10px;
}
.single-pt-main .col.video-player {
	width: 70%;
	padding-right: 10px;
}
.single-pt-main .col.video-player .ed-player {
	position: relative;
	width: 100%;
	display: block;
}
.single-pt-main .col.video-player .full_screen.ed-player {
	height: 100%;
}
.single-pt-main .col.video-player .base_player {
	width: 100%;
}
.single-pt-main .col.thumbnail .inner {
	position: relative;
	box-shadow: 0 0 8px -5px rgba(0, 0, 0, .5), 0 10px 15px -10px rgba(0, 0, 0, .8);
	border-radius: 10px;
	overflow: hidden;
	padding-top: 100%;
	height: 0;
}
.single-pt-main .col.thumbnail .inner::after {
	background: url('img/cover.png') top left / cover;
	opacity: .5;
}
.single-pt-main .col.thumbnail .inner>img {
	position: absolute;
	top: 0;
	border-radius: inherit;
}
.single-pt-main .col.thumbnail .album_images {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 5px;
	background: rgba(28, 30, 35, 0.3);
	color: #fff;
	opacity: .8;
	-webkit-transition: .2s;
	transition: .2s;
}
.single-pt-main .col.thumbnail .inner:hover .album_images {
	background: rgba(28, 30, 35, 0.5);
	opacity: 1
}
.single-pt-main .col.thumbnail .album_images .slick-arrow {
	display: inline-block;
	left: 30px;
	right: unset;
	position: absolute;
	top: -25px;
}
.single-pt-main .col.thumbnail .album_images .slick-next {
	left: 0;
}
.single-pt-main .col.thumbnail .album_images .title {
	padding: 5px;
	padding-top: 0;
}
.single-pt-main .col.thumbnail .album_images li {
	padding: 2px;
}
.single-pt-main .col.thumbnail .album_images img {
	border-radius: inherit;
}
.single-pt-main .col.thumbnail .album_images a {
	display: block;
	border-radius: 16px 2px;
}
/**/

.player-controller {
	font-size: 30px;
	text-align: center;
	top: 25px;
	position: relative;
}
.player-controller a {
	color: #e4e7ec;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	border-radius: 4px;
}
.player-controller a.en {
	background: rgba(255, 255, 255, .1)
}
.player-controller a:hover {
	color: #fff;
	cursor:pointer;
}
.player-controller.playing .play, .player-controller .pause {
	display: none;
}
.player-controller.playing .pause {
	display: inline-block;
}
/**/

.single-pt-main .single-titles {
	color: #fff;
	font-size: 16px;
}
.single-pt-main .single-titles .title {
	padding: 6px 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.single-pt-main .col.details b {
	font-weight: bold;
	display: inline-block;
}
.single-pt-main .col.details .items {
	color: #b9b9b9;
}
.single-pt-main .col.details .items li {
	margin-bottom: 8px;
	clear: both;
	line-height: 20px;
}
.single-pt-main .col.details .items .the_artists .feat .btw {
	margin-right: 2px;
}
.single-pt-main .col.details .items .label {
	margin-right: 10px;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	color: #aaa;
	font-family: 'montserrat';
	font-weight: 300
}
.single-pt-main .col.details .items .label+.value {
	/*margin-right: 105px;*/
    overflow: hidden;
	font-size: 13px;
}
.single-pt-main .col.details i {
	font-size: 14px;
	margin-left: 5px;
}
.single-pt-main .col.details .items i {
	margin: 0 5px 0;
	/*display: none;*/
    color: #8b8b8b;
}
.single-pt-main .vd-box {
	overflow: hidden;
	position: relative;
	padding: 8px 15px;
	color: #ddd;
	text-shadow: 1px 1px 1px rgba(30, 30, 30, .5);
	text-align: center;
}
.single-pt-main .vd-box i {
	margin-right: 5px;
}
.single-pt-main .vd-box div {
	display: inline-block;
	margin: 0 5px;
}
.single-pt-main .vd-box .views span {
	letter-spacing: 1px;
	color: #fff;
}
.single-pt-main .details .items a {
	color: #b9b9b9;
	-webkit-transition: .2s;
	transition: .2s;
	text-transform: capitalize;
	border-radius: 8px;
	border-radius: 0;
	padding: 0 8px;
	display: inline-block;
}
.single-pt-main .details .items a:hover {
	color: #fff;
	background-color: rgba(116, 116, 116, 0.1);
	text-shadow: 0 1px 3px rgba(255, 255, 255, .3);
}
.like-box {
	/*display: none;*/
    text-align: center;
}
.like-box li {
	width: 50%;
	float: left;
	display: inline-block;
}
.like-box li:nth-child(2) {
}
.like-box li i {
	font-size: 40px !important;
	display: block;
	margin: 0 0 8px 0 !important;
}
.like-box li a {
	color: #999;
	display: block;
	-webkit-transition: 0s;
	transition: 0s;
	height: 100px;
	padding-top: 17px;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'montserrat';
	-webkit-transition: .3s;
	transition: .3s
}
.like-box li a.en {
	color: #fff;
}
.like-box li a:hover {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
	color: #fff;
}
.like-box li a span {
	/*font-size: 18px;*/font-family: 'Open Sans';
}
.single-pt-main .col.details .socials {
	overflow: hidden;
	margin-top: 5px;
}
.single-pt-main .col.details .socials .title {
	float: left;
}
.single-pt-main .col.details .socials ul {
	overflow: hidden;
}
.single-pt-main .col.details .socials .item {
	line-height: 28px;
	clear: both;
	overflow: hidden;
}
.single-pt-main .col.details .socials ul .artist {
	font-size: 12px;
	margin: 0;
}
.single-pt-main .col.details .socials ul li {
	display: inline-block;
	margin-left: 5px;
	clear: none;
}
.single-pt-main .col.details .socials ul i {
	float: left;
	margin-right: 5px;
	margin-left: 2px;
}
.single-pt-main .col.details .socials a {
	padding: 0 3px 0 0;
}
.single-pt-main .video-items {
	padding: 5px 10px 0;
	text-align: right;
}
.single-pt-main .download-box {
	text-align: center;
	margin-bottom: 10px;
}
.single-pt-main .download-box li {
	display: block;
	min-width: 50%;
	margin-bottom:10px;
}
.single-pt-main .download-box a {
	border: none;
	display:block;
	padding:20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius:4px;
	color: #ccc
}
.single-pt-main .download-box a:not(.btn-dl):hover {
	background: #ccc;
	color: #444
}
.ed-full-image {
	background: rgba(0, 0, 0, .6);
	line-height: 35px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 3;
	text-align: center;
}
.ed-full-image:hover {
	opacity: 1;
}
.ed-full-image .ed-btn {
	position: absolute;
	top: 48%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	box-shadow: 0 15px 20px -8px rgba( 0, 0, 0, 1);
	color: #fff;
}
.ed-full-image:hover .ed-btn {
	top: 45%;
	width: 130px;
	margin-left: -65px;
}
.ed-full-image .ed-btn:hover {
	color: #333;
	width: 140px;
	margin-left: -70px;
}
.single-pt-main .details .sharebox {
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.single-pt-main .details .sharebox li {
	float: left;
	width: 25%;
}
.single-pt-main .detail-btn, .single-pt-main .details .sharebox li a {
	display: block;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	text-align: center;
}
.single-pt-main .detail-btn:hover, .single-pt-main .details .sharebox li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
.single-videos a.simplefavorite-button {
	display: block;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
	text-align: center;
}
.single-videos a.simplefavorite-button i {
	font-size:24px !important;
}
.single-videos a.simplefavorite-button:hover {
	background: rgba(255, 255, 255, 0.1);
	cursor:pointer;
}
.single-player {
	position: relative;
	clear: both;
	height: 50px;
	margin: 10px 0;
}
.single-player .btn-p {
	display: none;
}
.ed-main-player .ed-duration-slider::before {
	background: #aaa
}
/*
*/

aside.list-box header {
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .4);
}
aside.list-box header li {
	padding: 0 !important;
	text-align: center;
	margin-bottom: 8px;
}
aside.list-box header a {
	display: block;
	color: #fff;
	border-bottom: 4px solid transparent;
	-webkit-transition: .2s;
	transition: .2s;
	font-family: 'montserrat';
	font-size: 18px;
}
aside.list-box header .en a {
	/*background: rgba(255, 255, 255, .05);*/
	border-color: #aa2712;
}
aside.list-box header a:hover {
	background: rgba(255, 255, 255, .1);
}
.load-more-page {
	display: block;
	text-align: center;
	width: 80%;
	margin: 10px auto;
}
.main-tabs-items .load-more-page {
	margin-top: 0;
}
aside.list-box .content-wrap.nano {
	height: 345px;
	margin: 10px;
	right: 10px;
}
aside.list-box .content-wrap {
	position: relative;
	min-height: 100%;
	clear: both;
}
aside.list-box .content {
	color: #999;
}
aside.list-box .nano .content {
	padding: 0 30px 0 0;
	padding: 0 15px 0 0;
}
aside.related-aside .item, aside.related-aside .content {
	padding-left: 0 !important;
	padding-right: 10px;
}
aside.related-aside .item {
	padding-bottom: 10px;
}
.single-videos aside.list-box .inner {
	height: 100%;
	overflow: hidden;
}
.single-videos aside.list-box .content-wrap .content {
	margin-bottom: 50px;
}
.single-videos .single-pt-main .col.details {
	width: 100%;
	height: auto;
	padding: 10px;
}
.single-videos .single-pt-main .col.details .col1 {
	width: 33.33%;
}
.single-videos .single-pt-main .col.details .col1 li {
	float: right;
	width: 50%;
}
.single-videos .single-pt-main .col.details .col1 a {
	line-height: 60px;
}
.single-videos .single-pt-main .details .sharebox {
	float: left;
	width: 100%;
}
.single-videos .single-pt-main .details .download-box {
	clear: both;
	width: 50%;
	margin:0 auto;
}
.single-videos .single-pt-main .details .sharebox li {
}
.single-videos .like-box {
	float: left;
	width: 66.66%;
}
.single-videos .like-box li a {
	height: 60px;
	line-height: 50px;
	padding-top: 0;
}
.single-videos .like-box li i {
	display: inline-block;
	width: 50px;
	font-size: 25px !important;
	top: 3px;
	position: relative;
}
/***/

.the-tags {
	position: relative;
	color: #999;
	margin-top: 10px;
	padding-top: 8px;
}
@media only screen and (min-width: 1200px) {
.the-tags {
	border-top: 1px solid rgba(255, 255, 255, .2);
}
}
.the-tags .vd-box {
}
.the-tags .vd-box>div {
	margin-left: 15px;
}
.the-tags a {
	display: inline-block;
	padding: 6px;
	color: #555;
	background: #e4e7ec;
	line-height: 1;
	border-radius: 2px;
	text-shadow: none;
	margin-right: 5px;
}
.the-tags a:hover {
	color: #333;
	background: #fff;
}
.podcast-category a {
	display: inline-block;
	padding: 6px;
	color: #555;
	background: #e4e7ec;
	line-height: 1;
	border-radius: 2px;
	text-shadow: none;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 300;
}
.podcast-category a:hover {
	color: #333;
	background: #fff;
}
#at-padcast-list ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    float: left;
}
#at-padcast-list  ol > li{
	position: relative;
	margin: 0 0 0px 0;
	padding: 6px 8px 6px 24px;
	list-style: none;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	font-size: 12px;
	color: #fff;
}
#at-padcast-list  ol > li:hover{
	background:rgba(255,255,255,0.2);
}
#at-padcast-list  ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -5px;
    height: 100%;
    border-right: 1px dotted rgba(255,255,255,0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
/*
 *  row-comments
 */

.comment-main-parent {
	padding-bottom: 30px;
	background: #fff;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1), 0 -1px rgba(255, 255, 255, .1);
	font:13px alfasans-Medium;
}
.lyric-text p {
    line-height: 30px;
}
.send-lyric-form {
	text-align: justify;
}
.send-lyric-form .tb {
	text-align: center;
	margin-top: 5px;
}
header.comment-lyric a {
	border-color: #eee;
	text-shadow: none;
	font-size: 16px;
	color: #77919d;
}
header.comment-lyric a.en, header.comment-lyric a:hover {
	color: #444;
	background: #f7f9fa;
}
 @media only screen and (max-width: 760px) {
header.comment-lyric a.en,  header.comment-lyric a:hover {
	padding: 0 15px;
}
}
header.comment-lyric a:hover {
	border-color: transparent;
}
#related-box {
	display: none;
}
.comment-main-parent {
	line-height: 28px;
	color: #333;
}
.row-comments .wp_list_comments {
	padding: 20px 0;
}
.the_comments {
	position: relative;
	clear: both;
	min-height: 200px;
}
.the_comments .alert-parent {
	margin-top: 20px;
}
.wp_list_comments .comment_box .row-items input[type=submit] {
	background: #42AFBD !important;
	color: #fff !important;
	border-radius: 2px;
	border: none;
}
.wp_list_comments .comment_box .row-items input[type=submit]:hover {
	opacity: .8;
}
.comment_box.comment_send {
	color: #aaa;
	overflow: hidden;
	padding: 10px 20px;
	margin: 10px 0;
	background: #f7f8fa;
	border: 1px solid #eee;
}
.wp_list_comments .comment_box.comment_send {
	padding: 20px;
	margin-right: 50px;
	border-color: #a0ddf5;
}
.comment_box.comment_send header {
	color: #919DA9;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.comment_box.comment_send header a {
	color: inherit
}
.comment_box.comment_send header a:hover {
	color: #4B637A
}
.comment_box.comment_send header i {
	line-height: 30px;
	margin-left: 5px;
}
.comment_box .row-items {
	float: right;
	width: 290px;
}
.comment_box .row-items .field {
	margin-bottom: 10px;
}
.comment_box .row-content {
	margin-right: 300px;
}
.wpcf7-form-control, .comment_box .tb {
	display: block;
	width: 100%;
	padding: 5px;
	border: none;
	height: 40px;
	border: 1px solid #e5e8ed;
	color: #777;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 16px;
	box-shadow: none;
	border-radius: 2px;
}
.wpcf7-form-control:focus, .comment_box .tb:focus {
	color: #333;
	border-color: #52B3D9;
	box-shadow: 0 0 3px #eee inset;
}
.comment_box .tb._ltr {
}
.wpcf7-textarea, .comment_box textarea.tb {
	height: 160px;
	resize: none;
	padding: 5px 10px;
}
.userlogin {
	padding: 10px;
	text-align: center;
	color: #2f90b1;
	background: #252830;
	margin-bottom: 10px;
}
.wpcf7-submit, .comment_box button[type=submit] {
	position: relative;
	float: right;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	color: #fff;
	background: #3498DB;
	-webkit-transition: .3s;
	transition: .3s;
	text-shadow: none;
	cursor: pointer;
	border: none;
	padding-right: 0;
}
.wpcf7-submit {
	padding:0;
}
.wpcf7-submit:hover, .comment_box button[type=submit]:hover {
	background-color: #1c232d !important;
	padding-right: 10px;
	color: #fff;
}
.comment_box button[type=submit] i {
	-webkit-transition: .3s;
	transition: .3s;
	float: right;
	opacity: 0;
}
.comment_box button[type=submit]:hover i {
	margin-left: 5px;
	opacity: 1;
}
.comment_box .comment_header {
	overflow: hidden;
	line-height: 50px;
}
.comment_box .the_comment_title {
	background: #f7f8fa;
	border: 1px solid #eee;
	color: #666;
	line-height: 50px;
}
.comment_box .the_comment_title i {
	position: relative;
	margin: 0 5px;
	top: 3px;
	font-size: 20px;
	color: #bbb
}
.the_comments .comment-author-avatar {
	position: relative;
	width: 50px;
	padding: 5px;
	z-index: 2;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #f2f2f2;
	float: right;
	margin-left: 10px;
}
.the_comments .comment-author-avatar img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100px;
}
.the_comments .row_c {
	position: absolute;
	top: 25px;
	right: -30px;
	height: 1px;
	left: -25px;
	background: #e2e2e2;
	box-shadow: 0 1px #fff;
}
.the_comments .comment-body {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px;
	padding-bottom: 10px;
	background: #fff;
	z-index: 3;
	word-wrap: break-word;
}
.the_comments .comment .comment-body .comment_content {
	color: #000;
	padding: 10px;
	text-align: justify;
}
.the_comments li[class*="comment-author"] .comment-body {
	background: #f9f9f9
}
.the_comments li.comment {
	position: relative;
}
.the_comments li.comment li.comment {
	margin-right: 65px;
}
.the_comments .comment-author-name {
	color: #555;
	font-size: 17px;
	display: inline-block;
}
.the_comments .reply {
	overflow: hidden;
}
.the_comments .comment-reply-link {
	float: left;
	border-radius: 100px;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .05) inset;
	background: #f5f5f5;
	color: #1E8BC3;
}
.the_comments .comment-reply-link:hover {
	background: #eee;
	color: #0774AF;
}
.the_comments .comment-meta {
	color: #aaa;
	margin-right: 10px;
	display: inline-block
}
.the_comments .comment-meta a {
	color: #aaa;
}
.the_comments .comment-meta .the_id {
	margin-right: 10px;
}
.the_comments .comment-meta .the_id:hover {
	color: #1E8BC3;
}
@media only screen and (min-width: 980px) {
.related-box {
	display: none !important;
}
}
.ed-main-wrap-content:not(.single-videos) .related-box .container {
	background: #e4e8ec;
}
.related-box .container .post-list-1 li a {
	color: #36455a;
}
.related-box .container .post-list-1 li.en a, .related-box .container .post-list-1 li:hover a {
	color: #fff;
	background: #333;
}
.related-box .c-2 article.item {
	width: 33.33% !important;
}
/**/

.artist-bg {
	opacity: .4;
}
.single-artist-main .ed-btn.archive {
	float: right;
	margin-top: -13px;
}
.single-artist-main .ed-btn.archive:hover {
	padding-left: 8px;
	padding-right: 22px;
}
.single-artist-main .ed-btn.archive:hover::before {
	right: 7px;
}
.single-artist-main .ed-title-2 {
	color: #fff;
}
.single-artist-main .ed-title-2 .text {
	line-height: 36px;
}
.ed-title-2 .text small {
    font-size: 9px;
    display: block;
    position: relative;
    top: -30px;
}
.single-artist-main .ed-title-2 i {
	margin-right: 10px;
}
.artist-header {
	position: relative;
	z-index: 1;
	padding-top: 70px;
}
.artist-header .pbg {
	z-index: -1;
	overflow: hidden;
}
.artist-header .bg {
	top: -80px;
	bottom: 0;
	/*background: url(img/bg/35.jpg) center / cover;*/
    opacity: .5;
}
.artist-header .thumb {
	margin-bottom: -20px;
	width: 320px;
	box-shadow: 0 8px 8px -5px #000;
	border-radius: 4px;
}
.artist-header .thumb img {
	border-radius: inherit;
}
.artist-header .follow {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.artist-header .follow input{
	background: transparent;
	color: #fff;
	font-family: 'montserrat';
}
.artist-header .follow .at-follow-btn:hover input{color:#2f2c2c;}
.artist-header .follow input:hover{
	color:#2f2c2c;
	cursor:pointer;
}
.artist-header .follow .at-follow-btn {
	width: 100%;
	line-height: 40px;
	height: 40px;
	background: #d74734;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 0;
	-webkit-transition: .2s background, .2s color;
	transition: .2s background, .2s color;
	border-radius: 4px;
	box-shadow: 0 10px 4px -8px rgba(0, 0, 0, .4);
	cursor:pointer
}
.artist-header .follow .at-follow-btn.following {
	background: #2b2d39;
	color: #fff;
}
.artist-header .follow .at-follow-btn:hover {
	color: #d74734;
	background: #fff;
}
.artist-header .follow .at-follow-btn i {
	/*position: absolute;*/
    float: left;
	left: 0;
	top: 0;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	color: #d74734;
	background: #333;
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 0 8px;
	font-family: 'open sans';
	border-radius: 2px;
}
.artist-header .follow .at-follow-btn.following i, .artist-header .follow .at-follow-btn:hover i {
	color: #fff;
}
.artist-header .singlebox {
	position: relative;
	margin-left: 330px;
	padding: 10px;
	/*font-size: 13px;*/
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	height: 250px;
}
.artist-header h1 {
	font-size: 27px;
	font-weight: 400;
}
.artist-header .singlebox .bio {
	color: #e7e9ec;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	line-height: 26px;
	overflow: hidden;
	height: 130px;
	margin-top: 12px;
	text-align: justify;
}
.artist-header .singlebox .bio .nano {
	margin-right: 20px;
}
.artist-header .singlebox .bio .content {
}
.nano .content+.pane {
	opacity: 0;
}
.nano .content:hover+.pane {
	opacity: 1;
}
.artist-header .posts {
	position: absolute;
	bottom: 0;
	left: 30px;
}
.artist-header .posts li {
	float: left;
	margin: 0 0 6px 6px;
}
.artist-header .posts a {
	padding: 10px;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	-webkit-transition: .2s;
	transition: .2s;
	color: #aaa;
	border-radius: 8px;
	min-width: 80px;
}
.artist-header .posts .en a {
	background: rgba(255, 255, 255, .04);
	color: #fff;
}
.artist-header .posts a:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}
.artist-header .posts a .title {
	float: left;
}
.artist-header .posts a .count {
	float: right;
	position: relative;
	display: inline-block;
	line-height: 1;
	border-radius: 100px;
	color: #3498db;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	/*top: -2px;*/
    margin-left: 8px;
	height: 26px;
	line-height: 26px;
	min-width: 26px;
	text-align: center;
}
.artist-header .posts .en a .count, .artist-header .posts a:hover .count {
	background: rgba(255, 255, 255, .1);
}
.social-networks {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.social-networks a {
	line-height: 1;
	padding: 13px 10px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	display: block;
	margin-right: 5px;
	float: left;
	font-size: 14px;
	letter-spacing: .5px;
	border-radius: 4px;
}
.social-networks a:hover {
	background: rgba(0, 0, 0, .2);
	text-decoration: underline;
}
.social-networks a i {
	float: left;
	margin-right: 6px;
}
.artist-content {
	position: relative;
	padding-top: 50px;
	overflow: hidden;
	min-height: 600px;
}
.row-single-type {
	overflow: hidden;
}
.row-single-type .ed-btn {
	float: right;
}
/*
 * video-player
 */

section.video-player {
	position: relative;
	background: #0a0e17;
	min-height: 400px;
	padding-top: 20px;
	color: #fff;
	overflow: hidden;
}
section.video-player .bg {
	top: -60px;
	background: url(img/bg/6.jpg) bottom / cover;
}
section.video-player .ed-title-1 .text {
	background: none;
	color: #fff;
}
section.video-player .post-list-1 {
	overflow: hidden;
	height: 390px;
	margin: 10px 10px 10px 0;
	width: auto;
}
section.video-player .post-list-1 .content {
	padding-left: 10px;
}
section.video-player .lists {
	width: 30%;
	padding: 0 0 0 10px;
}
section.video-player .lists.fl {
	padding: 0 10px 0 0;
}
section.video-player .lists .box {
	position: relative;
	background: rgba(38, 43, 53, .95);
	box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 1), 0 5px 8px -10px #000;
	overflow: hidden;
	border-radius: 5px;
	border-radius: 0;
}
section.video-player .box>.title {
	text-align: center;
	font-size: 18px;
	color: #2b90d9;
	background: rgba(14, 18, 19, .5);
	line-height: 50px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}
section.video-player .box>.title span {
	color: #fff;
}
section.video-player .box>.title i {
	position: relative;
	margin-right: 5px;
}
section.video-player .the-video-player {
	position: relative;
	width: 70%;
	box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 1), 0 5px 8px -10px #000;
	background-color: rgba(0, 0, 0, 0.44);
	border-radius: 5px;
	border-radius: 0;
	overflow: hidden;
	float: right;
}
section.video-player .the-video-player.full_screen {
	width: 100%;
}
section.video-player .the-video-player:not(.canplay) {
	min-height: 465px;
}
section.video-player .the-video-player .cover {
	box-shadow: 1px 1px rgba(255, 255, 255, .1) inset, -1px -1px rgba(0, 0, 0, .3) inset;
}


.the-video-player:hover .video-quality-list{
	display:block;
}
.video-quality-list{
	display:none;
}
.video-quality-list ul li{
	background: #e4e7ec;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin: 20px 5px 20px 0;
    padding: 3px 4px;
}
.video-quality-list ul li:hover{
	background: #555;
    color: #e4e7ec;
}
.video-quality-list ul li.active{
	background: #555;
    color: #e4e7ec;
}


/* login */

.login-page {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.login-page .inner {
	position: relative;
	overflow: hidden;
}
.login-page .loader {
	background: url('img/Preloader.gif') center no-repeat #fff;
	z-index: 9;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
}
.login-page.load .loader {
	opacity: .95;
	visibility: visible;
}
.login-page .content {
	position: relative;
	width: 400px;
	background: -webkit-linear-gradient(320deg, rgba(255, 255, 255, 0.94), rgba(242, 243, 246, 0.94));
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.94), rgba(242, 243, 246, 0.94));
	background: #fff;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	max-width: 100%;
	z-index: 9;
}
.login-page.login .content {
	width: 380px;
}
.login-page header .close-popup {
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 100px;
	line-height: 1;
	padding: 9px 10px;
	background: #e1e4e6;
	color: #333;
	font-size: 13px;
	cursor: pointer;
}
.login-page header .close-popup:hover {
	background: #333;
	color: #fff;
}
.login-page .body {
	max-width: 100%;
}
.login-page header {
	position: relative;
	font-size: 23px;
	color: #2f2c2c;
	text-align: center;
	padding: 20px;
	border-radius: 2px 2px 0 0;
	background: #f7f9f9;
	border-bottom: 1px solid #f2f6f7
}
.login-page .inner {
	padding: 20px;
}
.login-page .socials {
	border-radius: 100px;
	line-height: 38px;
	padding: 5px 10px 5px 5px;
	background: #fff;
	margin-top: 5px;
}
.wp-social-login-connect-with, .login-page .socials .title {
	color: #acacac;
}
.login-page .socials .the_champ_social_login_title {
	text-align: center;
	color: #333;
}
.login-page .socials i {
	float: left;
	margin-right: 5px;
	line-height: 35px;
}
.login-page .socials a {
	width: auto;
	margin-left: 10px;
	display: block;
	padding: 0 15px !important;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #3b66c4;
	border-radius: 4px;
}
.login-page .socials .google-plus a {
	background: #ce4234
}
.wp-social-login-connect-with {
	clear: both;
}
/*
.login-page .socials li a{
    position: relative;
    top: 0;
    display: inline-block;
    overflow: hidden;
    line-height: 32px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    transition: .2s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    padding: 2px;
    padding-right: 10px;
    opacity: 1
}
.login-page .socials li a i{
    border-radius: 8px;
    margin-right: 8px;
}
.login-page .socials li a:hover{
    top: -2px;
    box-shadow: 0 13px 10px -6px rgba(0, 0, 0, 0.3);
}*/

.login-page .form {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
}
.login-page .inp {
	position: relative;
}
.login-page .inp:not(:last-child) {
	margin-bottom: 20px;
}
.login-page .inp input {
	position: relative;
	border-radius: 100px;
	background: #f7f9f9;
	height: 40px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-transition: .2s;
	transition: .2s;
	color: #1d1d1f;
	background-color: #f9fafc;
	border: 1px solid #eef0f3;/*border-radius: 4px;*/
}
.login-page .inp span {
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 40px;
	-webkit-pointer-events: none;
	pointer-events: none;
	color: #acacac;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 3;
}
 .login-page .inp input:invalid {
 box-shadow: none;
}
.login-page .inp input:focus {
	z-index: 2;
	border-color: #3e70ff;
	background: #fff;/*box-shadow: 5.555px 15px 30px 0px rgba(47, 44, 44, 0.2);*/
}
.login-page .inp input:not(:invalid)+span, .login-page .inp input:focus+span {
	top: -20px;
	left: 0;
	font-size: 13px;
	line-height: 20px;
}
.login-page .submit {
}
.login-page .submit .ed-btn {
	margin-top: 10px;
	background: #2f2c2c;
	font-size: 18px;
	color: #fff;
	height: auto;
	border-radius: 8px;
}
.login-page .inp .ed-btn:hover {
	background: #3f3f3f;
}
.login-page .row {
	clear: both;
}
.login-page .btn-2 {
}
.login-page .details a {
	clear: both;
	display: block;
	float: right;
	border-radius: 100px;
	color: #777;
	padding: 10px 15px;
}
.login-page .details a:hover {
	background: #f7f9fa;
	color: #333;
}
.login-page .alert.e {
	display: none;
}
.login-page .alert {
	margin-bottom: 20px;
	font-size: 13px;
}
.mini-alert {
	padding: 10px 20px;
	z-index: 99999;
	position: fixed;
	border-radius: 10px;
	width: 320px;
	height: 80px;
	line-height: 30px;
	background: #fff;
	margin: auto;
	color: #333;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 5px 20px -10px #000;
	max-width: 100%;
}
/******************************
 the_categories
 ******************************/

.the_categories {
	height: auto;
	padding: 10px 0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.the_categories .flex{
	display: unset;
}
.the_categories .all a {
	width: auto;
	padding: 0 6px;
}
.the_categories li {
	display: inline-block;
}
.the_categories a {
	display: block;
	height: 35px;
	line-height: 35px;
	min-width: 30px;
	text-align: center;
	border-radius: 4px;
	color: #919DA9;
	-webkit-transition: .2s;
	transition: .2s;
}
.the_categories.tax-ability {
	border-top: 1px solid #161718;
	background: #1C2027
}
.the_categories.normal_tags a {
	padding: 0 10px;
}
.the_categories.normal_tags .cat-item a {
	text-transform: capitalize;
}
.the_categories a:hover {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}
.the_categories .current-cat a {
	color: #fff;
}
.the_categories.mini {
	height: auto;
	margin-bottom: 10px;
	border-radius: 6px;
	text-align: center;
	border: none;
}
.the_categories.mini li {
	display: inline-block;
}
.the_categories.mini a {
	float: none;
	border: 1px solid rgba(255, 255, 255, .2);
	border: 1px solid #16181a;
	border-radius: 2px;
}
.the_categories.mini a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border-color: transparent;
	background: #42a8d0;
}
/*
 * FOOTER
 */
.footer_nav_row {
	background: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid rgba(162,162,162,0.2);
	font-size: 20px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.footer_nav_row ul {
}
.footer_nav_row ul li {
	display:inline-block
}
.footer_nav_row ul li a {
	color: #a2a2a2;
	display: inline-block;
	padding: 0 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_nav_row ul li a:hover {
	background: rgba(162,162,162,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer.main {
	color: #fff;
	background: #1c1919;
	padding: 15px 0;
	line-height: 20px;
	clear: both;
	position: relative;
	font-weight:bold;
	text-shadow: 3px 3px 10px #000;
}
footer.main a {
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	display: inline-block;
}
footer.main a:hover {
	color: #fff;
}
footer.main .menu {
	float: right;
}
footer.main .menu li {
	float: left;
}
footer.main .menu a {
	border-radius: 100px;
	display: block;
	line-height: 38px;
	height: 40px;
	border: 1px solid #343c45;
	color: #919DA9;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 0 12px;
	margin: 0 5px;
	text-transform: capitalize;
}
footer.main .menu a:hover {
	border-color: #919DA9;
	color: #fff;
	padding: 0 17px;
	margin: 0;
	background: rgba(255, 255, 255, .05);
}
footer .footer-social ul{
	margin-top: 20px;
}
footer .footer-social ul li{
	display:inline-block;
}
footer .footer-social ul li a i{
	border-radius: 4px;
    font-size: 20px;
	padding:4px 8px;
	text-shadow:0 0 0;
	font-weight:normal;
}
footer .footer-social ul li a:hover i{
	background: #aa2712;
	color: #fff;
}
/*
 * User
 */

.user-header {
	margin-top: 59px;
	height: 60px;
	line-height: 60px;
	background: #191a1b;
	margin-bottom: 20px;
	color: #777;
	clear: both;
}
.user-header .thumb {
	float: right;
	padding: 5px;
	background: #24292d;
	margin-left: 10px;
}
.user-header .thumb img {
	width: 50px;
	border-radius: 4px;
}
.user-header .title {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	color: #eee;
}
.user-header ul {
	position: relative;
	float: left;
}
.user-header li.h {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 58px;
	width: 124px;
	background: url('img/h1.png') left center no-repeat;
	height: 65px;
	bottom: -29px;
	background: url('img/h2.png') left center no-repeat;
	z-index: 0;
	-webkit-transition: .2s;
	transition: .2s;
	pointer-events: none;
}
.user-header li {
	float: left;
}
.user-header li a {
	position: relative;
	z-index: 1;
	display: block;
	height: 60px;
	padding: 0 10px;
	color: #7c7c7c;
	-webkit-transition: .2s;
	transition: .2s;
}
.user-header li.en a, .user-header li a:hover {
	color: #2b90d9;
}
.followed-posts {
	overflow: hidden;
}
/*
 .add_playlist_box
 */

.add_playlist_box {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	padding-top: 15px;
	border-radius: 4px;
	width: 300px;
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	color: #333;
	text-transform: capitalize;
	overflow: hidden;
}
.add_playlist_box.error {
	cursor: pointer;
}
.add_playlist_box ._title {
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-size: 13px;
}
.add_playlist_box.load .inner {
	opacity: .5;
	overflow: hidden;
	pointer-events: none;
}
.add_playlist_box .posts {
	max-height: 180px;
	overflow: auto;
}
.add_playlist_box .item {
	line-height: 1;
	margin-bottom: 5px;
}
.add_playlist_box .item .title {
	display: block;
	color: #555;
	margin-right: 40px;
	padding: 6px;
	padding-left: 0;
}
.add_playlist_box .item .play {
	float: right;
	text-transform: uppercase;
	background: #f0f5f9;
	padding: 6px;
}
.add_playlist_box .item .play:hover {
	background: #333;
	color: #fff;
}
.add_playlist_box .text {
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	background: #fff;
	height: 30px;
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
}
.add_playlist_box .submit {
}
.add_playlist_box .ed-btn {
	background: #232323;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0
}
.add_playlist_box .ed-btn:hover {
	background: #333;
}
.home .advertising {
}
.advertising.white {
	background: #fff;
}
.advertising {
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
 @import url(css/media_qurey.css);
/*
*/
.advertising-page .content h2, .advertising-page .content h3, .advertising-page .content h4, .advertising-page .content h5, .advertising-page .content h6 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	clear: both;
	background: rgba(0,0,0,.2);
	border-radius: 6px;
	display: inline-block;
	padding: 10px 15px;
}
.advertising-page .content > p {
	padding: 10px 15px;
}
.the-advertising-table .row {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #111;
	display: flex;
	padding: 0 10px;
}
.the-advertising-table .row._title {
	background: #31363b;
	font-family: 'montserrat';
	font-weight: 500
}
.the-advertising-table .row .name {
	width: 300px;
	float: left;
}
.the-advertising-table .row .time {
	width: 200px;
	float: right;
}
.the-advertising-table p {
	display: none;
}
.the-advertising-table .row .place {
	width: 100%;
}
.the-advertising-table .row .price {
	float: right;
	width: 200px;
}
.the-contact-ways .the-icons {
	overflow: hidden;
	margin-bottom: 20px;
}
.the-contact-ways .the-icons .icon {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #E53A40;
	border-bottom: 1px solid #eee;
	line-height: 1;
	display: inline-block;
	font-size: 20px;
}
.the-contact-ways .the-icons .title {
	margin-bottom: 10px;
}
.the-contact-ways .the-icons .content {
	direction: ltr;
	color: #666;
}
.the-contact-ways .the-icons a {
	color: #666
}
.the-contact-ways .the-icons a:hover {
	color: #000
}
ins.adsbygoogle {
	margin: 0 auto;
	display: block !important;
	margin-top: 10px;
}
.submit-lyrics {
	width: 60%;
	text-align: left;
	max-width: 100%;
	margin:0 auto;
}
.submit-lyrics textarea {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	min-height: 100px;
	width: 100%;
}
.submit-lyrics input {
	width: 100%;
	background: #e5e5e5;
	color: #333;
	box-shadow: none;
	border-radius: 2px;
}
.only-phone {
	height: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	display: none;
}
@media only screen and (min-width: 980px) {
.only-pc {
	display: block;
}
}
@media only screen and (max-width: 980px) {
.only-pc {
	display: none;
}
.only-phone {
	height: auto;
	visibility: visible;
	opacity: 1;
	display: block;
	overflow: visible;
}
}
.archive-posts-2 a .detail .the_artists {
	margin: 0;
}
.archive-posts-2 a .title {
	padding: 4px 0;
}
/********Saman***********/
#albumlist .playbtn {
	background: rgba(0, 0, 0, 0.2);
	color: #ddd;
	right: 12px;
	top: 18px;
	font-size: 13px;
	position: absolute;
	z-index: 3;
	text-align: center;
	cursor: pointer;
	transition: .2s;
	padding: 10px;
	border-radius: 50%;
}
#albumlist .playbtn:hover{background: rgba(0, 0, 0, 1);}
.favoritePlusList {
	background: rgba(0, 0, 0, 0.2);
	color: #ddd;
	right: 12px;
	border-radius: 0;
	top: 50%;
	font-size: 13px;
	position: absolute;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0;
	z-index: 3;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.favorites-btn {
	position: absolute;
	top: 20px;
	right: 25px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin: -15px 0 0;
	z-index: 3;
	text-align: center;
	cursor: pointer;
	border-radius: 1px;
	font-size: 14px;
	transition: .2s;
	color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
}
.favorites-btn:hover {
	background: rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
}
/********Comments Styles***********/
.maincmtbody {
	width: 60%;
	margin: 0 auto;
}
ol.commentlist {
	clear:both;
	overflow:hidden;
	list-style:none;
	margin:0;
	width:100%;
	/*width:594px;*/
}
ol.commentlist li {
	line-height:18px;
	padding:6px 0;
}
.comment-body {
	float:right;
	width:100%;
	height:auto;
	border-radius:6px;
	border-bottom: 1px solid #ccc;
	margin:4px 0;
}
.comments-avatar {
	float:right;
	width:86px;
	height:84px;
}
.comments-avatar .avatar {
	background:#E4E4E4;
	padding:3px;
	margin:6px 5px;
	border-radius:4px;
	border:1px solid #bbb;
}
.vcard {
	float:left;
	margin:10px;
	width:320px;
}
.vcard span {
	color:#0f6fb2;
}
.commentdata {
	float:left;
	margin:3px 0 0 6px;
	color:#0f6fb2;
}
.comment-body p {
	float:left;
	width:100%;
	height:auto;
	border-radius:5px;
	padding:5px 5px 9px 5px;
	;
	margin:10px 0;
	font-weight: bold;
}
.comment-author-admin p {
	float:left;
	width:481px;
}
.respond {
	width:592px;
	padding:0 0 0 1px;
	margin:0 5px 30px 0;
}
.commentform {
	padding:18px 0;
}
.commentform a {
	color:#f0f0f0;
}
.commentform span {
	margin-right:3px;
}
.commentform input {
	width:270px;
}
.commentform input[type="submit"] {
	border-bottom:2px solid #666;
	color:#333;
	text-shadow:0 1px 0 white;
	float:left;
	cursor:Pointer;
	margin:12px 0 0 4px;
	width:82px;
	padding:0;
	font:17px 'BYekan';
	text-align:center;
	border-radius:5px;
	transition:all .1s linear;
	-o-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-webkit-transition:all .1s linear;
}
.commentform input:hover[type="submit"] {
	border-bottom:2px solid #0f6fb2;
	color:#0f6fb2;
}
.respond textarea {
	background:#fff;
	border:1px solid #bbb;
	border-radius:3px;
	width:577px;
	height:100px;
	color:#02070F;
	margin:10px 0 0 0;
	padding:5px;
}
.comment-form-comment label {
	display:block;
}
.comment-form-comment textarea {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	min-height: 100px;
	width: 100%;
}
.comment-form input {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: inline-block;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	width:80%;
}
.comment-form input:focus, .comment-form-comment textarea:focus {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	display: inline-block;
	width: 15%;
}
.form-submit input[type="submit"] {
	width: 100%;
	background: #e5e5e5;
	color: #333;
	box-shadow: none;
	border-radius: 2px;
	padding:15px;
}
.form-submit input[type="submit"]:hover {
	color: #383A3F;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor:pointer
}
.reply a {
	background: #e5e5e5;
	color: #333;
	box-shadow: none;
	border-radius: 2px;
	padding:10px 15px;
	float:right;
	margin:11px 15px 0 0;
	font:12px Tahoma;
}
.reply a:hover {
	color: #383A3F;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor:pointer
}
#cancel-comment-reply-link {
	background: red;
	color: #fff;
	padding: 2px 5px 3px 5px;
	border-radius: 4px;
}
#cancel-comment-reply-link:hover {
	color: #383A3F;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor:pointer
}
/****page navi****/
nav.navigation.pagination {
	float:right;
	width:100%;
	text-align:center
}
nav.navigation.pagination h2 {
	display:none
}
nav.navigation.pagination .nav-links {
	background:#444;
	display:inline-block;
	text-align:center;
	direction:ltr;
	border-radius:3px;
	box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-ms-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	-o-box-shadow:1px 1px 7px rgba(0,0,0,.2);
	margin:15px 0;
	border:none;
	overflow:hidden;
	font-size:0
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span {
	text-align:center;
	line-height:32px;
	display:inline-block;
	margin:0;
	color:#6c6f78;
	font-size:13px;
	padding:0 15px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
nav.navigation.pagination .nav-links a:hover, nav.navigation.pagination .nav-links a.current {
	background:#e31e24;
	color:#fff
}
/***playlist row index***/
#toppage_playlists{
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center;
}
#toppage_playlists ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
	margin:0 25px;
}
#toppage_playlists ul li:hover .image_crop img{
	border-radius:6px;
}
#toppage_playlists ul li:hover .song_info{
	padding-left:10px;
	margin-right:-5px;
}
#toppage_playlists .image_crop {
    float: left;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 40px;
	height:auto;
}
#toppage_playlists .image_crop img{
	width:100%;
	border-radius:50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#toppage_playlists .song_info {
	color:#fff;
    display: inline-block;
    float: left;
    height: 40px;
    opacity: 1;
    position: relative;
    width: auto;
	line-height: 40px !important;
    text-align: left;
	padding-left:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/***playlist row index***/

/***Song Tag Page***/

/***!Song Tag Page***/

/***Favorites Plugin***/
ul.favorites-list li{
	padding:0 !important;
}
ul.favorites-list li:not(:last-child) a{
	border-bottom:0 !important;
}
/***!Favorites Plugin***/
.artist-bg{
	-webkit-filter: blur(20px);
	filter: blur(20px);
}
/***demobar***/
.demobar{
	background: #c0392b;
	text-align: right;
	padding: 15px 0 19px 0;
	font: 12px tahoma;
	direction:rtl;
}
.demobar a{
	float:left;
	margin: -11px 0;
	background: #2196F3;
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	text-align: center;
	border: none;
}