/*
Theme Name: ProMusic Share on ScriptYab.com
Theme URI: http://Scriptyab.com/tag/promusic
Author: ScriptYab 
Author URI: http://Scriptyab.com
Version: 2.1


 
*/

@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
	margin: 0;
	padding : 0
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: 0;
	box-sizing: border-box;
}
img {
	border: none;
	text-decoration: none;
	outline: none;
	max-width: 100%;
	height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
	margin: 10px 0;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto;
	display: block;
}
nav, ul, ol li, li {
	list-style: none;
	margin: 0;
	padding: 0
}
::selection {
	background: #333333;
	color: #fff
}
::-moz-selection {
 background: #333333;
 color: #fff
}
@font-face {
	font-family: 'IRANSans-web';
	src: url('fonts/iransans-medium.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/iransans-medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
@font-face {
	font-family: 'IRANSans-web';
	src: url('fonts/iransans.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/iransans.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: normal;
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover, a:focus {
	color: #FF7149;
	text-decoration: none !important;
}
body {
	direction: rtl;
	margin: 0;
	padding: 0;
	color: #3F3A3A;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.7em;
	background-color: #EEE;
}
input, textarea, button {
	font: 11px/1.5 'Tahoma', tahoma;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
	font-family: 'IRANSans-web', Tahoma;
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* header
/*-----------------------------------------------------------------------------------*/
header.top {
	background-color: #30263C;
	background-image: url(images/music.png);
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#logo-wrapper {
	clear: both;
	width: 100%;
	height: 100%;
	display: block;
}
#logo-wrapper #logo {
	padding: 50px 0;
	margin: auto;
}
#logo img {
	max-width: 100%;
	margin: auto;
	-moz-transition: all 0.3s ease;
	display: block;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#top-bar {
	float: left;
	padding: 42px 0 0 0;
	min-height: 50px;
	position: relative;
}
.form-reset, #pm-search-form #search-input {
	border: none;
	box-shadow: none;
	outline: none;
	background: none;
}
#pm-search {
	position: relative;
}
#pm-search:after {

	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #8dd5cc;
}
#pm-search .sliding-wrapper {
	width: auto;
}
#pm-search i {
	width: 25px;
	height: 25px;
	background-color: #3b3b3b;
	-moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	line-height: 25px;
	text-align: center;
	color: #bebebe;
	font-size: 14px;
}
#pm-search input {
	width: 200px;
	border-radius: 25px;
	background-color: #4a4a4a;
	font-size: 12px;
	color: #e1e1e1;
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 35px;
	height: 25px;
	display: none;
}
#pm-search-form {
	background-color: #443752;
	padding: 10px 11px;
	border-radius: 6px;
}
#pm-search-form #search-input {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	line-height: 35px;
}
#pm-search-form ::-webkit-input-placeholder {
 color: #eee;
}
#pm-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
#pm-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
#pm-search-form :-ms-input-placeholder {
 color: #eee;
}
#pm-search-form i.fa {
	position: absolute;
	top: 10px;
	left: 6px;
	font-size: 14px;
	color: #fff;
}
.topnote span {
	top: -4px;
	right: -1px;
	position: absolute;
	height: 17px;
	width: 17px;
	color: #F5F5F5;
	line-height: 16px;
	font-size: 11px;
	border-radius: 50%;
	background-color: #FF7149;
}
.top_icon, .top_icon:focus {
	float: left;
	display: block;
	height: 31px;
	width: 31px;
	margin-right: 7px;
	font-size: 15px;
	padding: 5px 0px 0 0;
	position: relative;
	color: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}
.top_icon:after {
	content: '';
	position: absolute;
	background-color: #FF7149;
	font-family: FontAwesome !important;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 0;
	text-align: center;
	height: 31px;
	width: 31px;
	border-radius: 50%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#top-bar .top_icon:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.top_icon.la-open:after {
	content: "\f00d";
	padding: 6px 0 0 0;
	z-index: 3;
	opacity: 1;
}
.topsearch-form {
	display: none;
	position: absolute;
	left: 0;
	top: 86px;
	z-index: 100;
	width: 300px;
}
.topsearch-form #pm-search-form .wrapper {
	position: relative;
	top: 0;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.topsearch-form #pm-search-form .wrapper.la-in {
	top: 0;
	opacity: 1;
}
.notebox {
	width: 350px;
	background: #443752;
	position: absolute;
	top: 86px;
	left: 0;
	overflow: hidden;
	transition: .5s;
	border-radius: 6px;
	display: none;
	z-index: 10;
}
.titnotb {
	float: right;
	width: 330px;
	color: #666;
	text-align: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 5px 8px 13px 10px;
	font-family: IRANSans-web;
	font-size: 12px;
	margin: 0 10px 10px;
	color: #FFF;
}
.notelist {
	opacity: 0;
	margin-top: -300px;
	display: block;
	float: right;
	padding-bottom: 15px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.notelist.la-in {
	opacity: 1;
	margin-top: 10px;
}
.notebox a {
	float: right;
	width: 320px;
	height: 22px;
	padding: 0px 10px;
	margin: 5px 10px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	border-right: 3px solid rgba(0, 0, 0, 0.16);
	overflow: hidden;
	color: #FFF;
}
.notebox a:hover {
	border-color: #FF7149
}
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	top: 21px;
	position: relative;
	z-index: 2;
}
.social-icons li {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	border: none;
}
.social-icons li a {
	color: rgba(255, 255, 255, 0.95);
	display: list-item;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.07);
}
.social-icons li a:hover, .social-icons li a:focus, #top-bar .social-icons li a:hover, #top-bar .social-icons li a:focus {
	background-color: #FF7149;
	color: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/* sidebars
/*-----------------------------------------------------------------------------------*/

.decor-1 {
	width: 30px;
	margin-bottom: 17px;
	border-top: 1px solid #ccc;
}
.decor-1:after {
	display: block;
	width: 30px;
	margin-top: 2px;
	margin-right: 10px;
	border-top: 1px solid #ccc;
	content: '';
}
.sidebar {
	width: 100%;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 21px;
	background-color: #fff;
	border-radius: 6px;
}
.widget {
	padding: 26px 32px 0;
	clear: both;
}
.widget_mod-a {
	padding: 46px 32px 35px;
	border-bottom: 1px solid #eee;
}
.widget_mod-b {
	margin-top: 30px;
	padding-left: 80px;
}
.widget_mod-c {
	padding-bottom: 16px;
}
.widget-slider {
	padding-bottom: 38px;
}
.widget-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 23px;
	font-family: IRANSans-web;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
}
.widget-title:before {
	position: absolute;
	top: -4px;
	right: -32px;
	width: 3px;
	height: 28px;
	background-color: #999;
	content: '';
}
.widget-content {
	margin-top: 21px;
	margin-bottom: 8px;
	font-family: 'IRANSans-web', Tahoma;
}
.widget-post1 {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 11px;
	border-bottom: 1px solid #eee;
}
.widget-post1 img {
	float: right;
	width: 75px;
	height: 75px;
	border-radius: 6px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ededed;
}
.widget-post1-inner {
	color: #7A7A7A;
	margin-right: 92px;
}
.widget-post1-info {
	font-size: 10.5px;
	line-height: 21px;
	font-family: 'IRANSans-web', Tahoma;
	color: #555;
}
.widget-post1-price {
	margin-bottom: 12px;
	font: 500 13px Ubuntu;
	text-align: left;
	text-transform: uppercase;
}
.widget-post1-description {
	font-weight: 300;
}
.widget-post1-reviews {
	margin-top: 10px;
	display: inline-block;
	padding-left: 15px;
}
.widget-post1-reviews a {
	color: #FF7149;
}
.widget-banner {
	margin-bottom: 30px;
}
.related-entry {
	margin-top: 15px;
}
.related-entry .entry-main-inner {
	margin-bottom: 13px !important;
}
.widget .widget-content ul li, .related-content ul li {
	display: block;
	margin-bottom: 7px;
	margin-right: 8px;
	color: #555;
	transition: all 0.3s;
	font-size: 10px;
}
.widget .widget-content ul li:before, .related-content ul li:before {
	display: inline-block;
	margin-left: 13px;
	font: normal normal normal 10px/1 FontAwesome;
	vertical-align: middle;
	content: '\f0d9';
	color: #FF7149;
}
.widget .widget-content_b ul li:before {
	display: inline-block;
	margin-left: 13px;
	font: normal normal normal 10px/1 FontAwesome;
	vertical-align: middle;
	content: "\f10c";
	color: #FF7149;
}
.widget .widget-content_b ul li ul li:before {
	display: inline-block;
	margin-left: 13px;
	font: normal normal normal 10px/1 FontAwesome;
	vertical-align: middle;
	content: "\f104";
	color: #cdcdcd;
}
.widget .widget-content ul.sub-menu {
	display: block;
	margin: 7px 0;
	margin-right: 8px;
}
.list-descriptions dt {
	display: block;
	margin-left: 2px;
	font-weight: 500;
	color: #222;
	transition: all 0.3s;
	text-transform: uppercase;
}
.list-descriptions dt:before {
	display: inline-block;
	margin-right: 13px;
	font: normal normal normal 7px/1 FontAwesome;
	vertical-align: middle;
	content: '\f0da';
}
.list-descriptions dt:hover {
	text-decoration: none;
}
.list-descriptions dd {
	display: block;
	margin-top: 3px;
	margin-bottom: 23px;
	margin-left: 17px;
	font-weight: 300;
	line-height: 1.7;
}
.tagcloud a {
	display: inline-block;
	padding: 1px 9px 4px;
	font-size: 10px !important;
	color: #999;
	border-radius: 4px;
	background-color: #f5f5f5;
	transition: all 0.3s;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #15B4E0;
	text-decoration: none;
}
.social-blog {
	padding-left: 0;
	list-style-type: none;
}
.social-blog-item {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 23px;
	padding-left: 24px;
	font-weight: 300;
	line-height: 1.53;
	color: #888;
	border-bottom: 1px solid #eee;
}
.social-blog-item:before {
	position: absolute;
	top: 2px;
	left: 0;
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f099';
}
.social-blog-link, .social-blog-link a {
	margin-top: 7px;
	font-weight: 500;
	color: #555;
}
.social-blog-link:hover {
	color: #555;
}
.widget_searce {
	margin-bottom: 27px;
	padding-top: 33px;
}
.form-search {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.form-search-input {
	width: 100%;
	padding: 0 3px 0 5px !important;
	font-family: 'IRANSans-web', Tahoma;
	font-size: 10px;
	color: #ccc;
	border: none !important;
}
.form-search-input:focus {
	outline-style: none;
	border: none !important;
}
.form-search-submit {
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 15px;
	color: #999;
	border: none;
	background-color: transparent;
}
.form-search-input::-webkit-input-placeholder {
 color: #aaa;
}
.form-search-input::-moz-placeholder {
 color: #aaa;
}
/*-----------------------------------------------------------------------------------*/
/* post content
/*-----------------------------------------------------------------------------------*/

.main-content {
	margin-bottom: 30px;
}
.error-entry-main {
	position: relative;
	padding: 31px 40px 20px 26px;
	background: #fff;
	transition: all 0.3s;
	overflow: hidden;
	border-radius: 6px;
}
.post {
	position: relative;
	margin-bottom: 40px;
}
.post .entry-media {
	position: relative;
}
.post .entry-main {
	position: relative;
	padding: 31px 35px 20px 33px;
	background: #fff;
	transition: all 0.3s;
	overflow: hidden;
	border-radius: 6px;
}
.post:hover .entry-main_mod-a {
	background: url('images/texture-1.gif');
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.post .entry-title {
	font-size: 13px;
}
.post .entry-title, .post .entry-title a {
	margin-top: 0;
	margin-bottom: 13px;
	padding-left: 50px;
	line-height: 23px;
	color: #3E3E3E;
}
.post .entry-meta {
}
.post .entry-meta_item {
	margin-left: 10px;
	font-size: 11px;
	color: #999;
}
.post .entry-meta_item a {
	color: #15B4E0;
}
.post .entry-main-inner {
	position: relative;
	margin-bottom: 25px;
}
.post .entry-main-inner:after {
	position: absolute;
	top: 0;
	right: -35px;
	width: 3px;
	height: 100%;
	background-color: #999;
	content: '';
	transition: all 0.3s;
	z-index: 1000;
}
.post .entry-content {
	padding-top: 5px;
}
.post .entry-date {
	position: absolute;
	width: 20px;
	height: 54px;
	border-radius: 1px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.22);
}
.post .entry-date:after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 6px solid ivory;
	bottom: 0px;
	position: absolute;
}
.post .entry-date-inner {
	display: block;
	margin: 7px 0 0 0px;
	letter-spacing: 1px;
	color: #fff;
	transform: rotate(-90deg);
}
.entry-date-number {
	font-size: 15px;
}
.wrap-post-btn {
	display: inline-block;
	padding-right: 7px;
	border-left: 1px solid #eee;
	overflow: hidden;
	font-family: 'IRANSans-web', Tahoma;
}
.post-btn {
	display: block;
	margin-left: -8px;
	padding: 7px 18px 8px 21px;
	font-size: 11px;
	color: #8B8B8B;
	vertical-align: top;
	border: 1px solid #eee;
	background-color: #FFF;
	transform: skewX(22deg);
	text-transform: uppercase;
}
.post-btn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FF7149;
}
.like-btn {
	display: inline-block;
	margin-left: -6px;
	color: #999;
	font-family: 'IRANSans-web', Tahoma;
	padding-bottom: 6px;
}
.post-btn:hover span.counter {
	color: #FFF;
}
.like-btn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #795884;
}
.like-btn:hover a, .like-btn a:hover {
	color: #FFF;
}
.iLikeThis {
	display: inline-block;
}
.like-btn i {
	color: #FF7149;
	padding-left: 4px;
	font-size: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: 4px;
}
.post-btn-inner {
	display: block;
	transform: skewX(-22deg);
}
.post .decor-1 {
	margin-bottom: 15px;
}
.post .entry-footer {
	margin-top: 30px;
	margin-bottom: 15px;
	direction: ltr;
}
.article_tags {
	font-size: 12px;
	margin: 10px 0px;
	color: #CDCDCD;
	padding: 10px 0 15px 0;
	/* border-top: 1px solid #F0F0F0; */
	direction: rtl;
}
.article_tags span {
	margin: 0px 0px 12px 0;
	display: block;
	color: #FFFFFF;
	display: none;
}
.article_tags .decor-1 {
	margin-bottom: 8px;
}
.article_tags a {
	color: #999;
	font-size: 11px;
	font-family: Tahoma;
}
.article_tags a:hover {
	color: #15B4E0;
}
.post-link {
	font-family: Raleway;
	font-size: 11px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
}
.post .ui-title-inner {
	margin-bottom: 18px;
	padding-top: 20px;
	font-size: 14px;
}
.post .wrap-social-block {
	margin-top: 0;
	margin-bottom: 20px;
}
.wrap-social-block {
	display: inline-block;
	width: 190px;
	margin-top: 29px;
	margin-left: -7px;
	padding-left: 8px;
	vertical-align: top;
	overflow: hidden;
}
.social-block {
	float: left;
	display: block;
	width: 210px;
	padding: 6px 0 9px;
	background-color: #555;
	transform: skewX(-22deg);
}
.social-block:hover {
	text-decoration: none;
}
.social-block_mod-a {
	margin-left: 20px;
	padding: 14px 0;
	background-color: transparent;
}
.social-block_mod-b {
	display: inline-block;
	margin-left: 9px;
	transform: skewX(22deg);
}
.social-block-inner {
	display: block;
	width: 100%;
	margin-right: 27px;
	transform: skewX(22deg);
}
.wrap-social-block_mod-a .social-block {
	border: 2px solid #fff;
}
.wrap-social-block_mod-a .social-block-inner {
	color: #fff;
}
.social-block-title {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	font-family: 'IRANSans-web', Tahoma;
}
.social-block-list {
	display: inline-block;
	margin-bottom: 0;
	margin: 0px 15px;
	vertical-align: middle;
	float: left;
}
.social-block-list > li > a {
	font-size: 14px;
	color: #999;
	transition: all 0.3s;
	position: relative;
	top: 3px;
}
.social-block-list > li > a:hover {
	color: #fff;
	text-decoration: none;
}
.wrap-social-block_mod-c {
	margin-top: 0;
}
.wrap-social-block_mod-c .social-block {
	transform: skewX(22deg);
}
.wrap-social-block_mod-c .social-block-inner {
	transform: skewX(-22deg);
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px !important;
}
.post_mod-a .entry-date {
	top: 61px;
}
.post_mod-a .entry-media {
	max-width: 470px;
}
.post_mod-a:nth-child(odd) .entry-media {
	float: right;
}
.post_mod-a:nth-child(even) .entry-media {
	float: left;
}
.post_mod-a .post-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.3s;
	text-align: center;
}
.post_mod-a:hover .post-hover {
	opacity: 1;
}
.post_mod-a .post-hover .icon {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
}
.post_mod-a .entry-main {
	padding-top: 55px;
	padding-bottom: 33px;
	transition: all 0.3s;
}
.post_mod-a:nth-child(odd) .entry-main {
	margin-right: 470px;
}
.post_mod-a:nth-child(even) .entry-main {
	margin-left: 470px;
	padding-left: 74px;
}
.post_mod-a:nth-child(even) .entry-date {
	left: -25px;
}
.post_mod-a:nth-child(odd) .entry-date {
	right: -25px;
}
.post_mod-a:nth-child(odd) .entry-main-inner, .post_mod-a:nth-child(odd) .entry-content {
	padding-right: 70px;
}
.post_mod-a:nth-child(even) .entry-main-inner:after {
	right: -20px;
	left: auto;
	;
}
.post_mod-b {
	margin-bottom: 0;
}
.post_mod-b .entry-date {
	top: 33px;
	left: 10px;
	background-color: rgba(255, 198, 0, 0.63);
}
.post_mod-b .entry-content {
	padding-top: 0;
}
.post_mod-c {
	display: inline-block;
	width: 355px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 15px;
	vertical-align: top;
	text-align: left;
}
.post_mod-c .entry-main {
	padding-top: 58px;
	padding-bottom: 35px;
}
.post_mod-c .entry-title {
	font-size: 14px;
}
.post_mod-c .post-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.3s;
}
.post_mod-c:hover .post-hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.post_mod-c .entry-title {
	margin-bottom: 5px;
}
.post_mod-c .entry-date {
	position: absolute;
	top: -24px;
	right: 50px;
}
.post_mod-c .entry-date-inner {
	margin-top: 3px;
	margin-left: 0;
	text-align: center;
}
.post_mod-d {
	margin-bottom: 15px;
}
.section-comment {
	margin-top: 15px;
	padding: 26px 40px 0 30px;
	background-color: #fff;
	border-radius: 6px;
}
.section-comment .ui-title-inner {
	margin-bottom: 16px;
	font-size: 13px;
}
.section-comment .border-color {
	border-width: 3px;
}
.section-comment .border-color:after {
	width: 0;
}
.comments-list {
	margin-top: 39px;
	padding-right: 0;
	list-style-type: none;
}
.comments-list .children {
	margin-left: 70px;
	list-style-type: none;
}
.comments-list .comment {
	position: relative;
	margin-bottom: 45px;
}
.comments-list .comment-inner {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-right: 84px;
}
.comments-list .avatar-placeholder {
	float: right;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
}
.comments-list .comment-header {
	margin-bottom: 15px;
	overflow: hidden;
	text-transform: uppercase;
}
.comments-list .comment-author {
	display: block;
	margin-top: 6px;
	margin-bottom: 4px;
	font: normal 11px IRANSans-web;
	color: #222;
}
.comments-list .comment-author-inner {
	font-size: 13px;
	color: #999;
	text-transform: none;
}
.comments-list .comment-datetime {
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	color: #A7A7A7;
}
.comments-list .comment-body {
	color: #777;
	font-size: 11px;
}
.comments-list .comment-reply {
	position: absolute;
	top: 5px;
	left: 0;
}
.btn-inner {
	display: block;
	transform: skewX(17deg);
}
.btn-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-effect:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-effect:hover:after {
	height: 350%;
	opacity: 1;
}
.comments-list .comment-reply .comment-reply-link {
	background-color: #f8f8f8;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 12px 6px 12px;
	font-size: 11px;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Tahoma;
	transition: all .3s;
	border: none;
	transform: skewX(-17deg);
	color: #B3B3B3;
}
.comments-list .comment-reply .comment-reply-link:hover {
	background-color: #FF7149;
	color: #FFF
}
.comment-respond {
	margin-top: 15px;
	padding: 27px 40px 48px;
	background-color: #fff;
	border-radius: 6px;
}
.form-allowed-tags {
	display: none
}
.comment-notes {
	color: #929292;
	padding-bottom: 11px;
}
.comment-notes #email-notes {
	clear: both;
	display: block;
	color: #FF7149;
}
.comment-respond .comment-reply-title, .comment-respond .ui-title-inner {
	margin-top: 4px;
	margin-bottom: 16px;
	font-size: 13px;
	position: relative;
	font-weight: normal;
	font-family: 'IRANSans-web', Tahoma;
}
.comment-respond .comment-reply-title:after, .comment-respond .ui-title-inner:after {
	position: absolute;
	top: -7px;
	right: -40px;
	width: 3px;
	height: 100%;
	background-color: #999;
	content: '';
	transition: all 0.3s;
	z-index: 1000;
}
.comment-respond .decor-1 {
	margin-top: 17px;
	margin-bottom: 16px;
}
.comment-respond .input-group {
	margin-bottom: 20px;
}
.comment-respond .form-control {
	margin-bottom: 16px;
	background-color: #f5f5f5;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	box-shadow: none;
}
.comment-respond .form-control:focus {
	background-color: #FFF;
	border: 0px;
	border-bottom: 1px solid #ddd
}
.comment-respond .submit {
	border: 0px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 11px Tahoma;
	font-family: 'IRANSans-web', Tahoma;
	line-height: 11px;
	background-color: #78757C;
	color: #fff;
	padding: 9px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.comment-respond .submit:hover {
	background-color: #FF7149
}
/*-----------------------------------------------------------------------------------*/
/* pageination
/*-----------------------------------------------------------------------------------*/
.pagenav-wrap {
	width: auto;
	clear: both;
	margin: 5px auto 25px auto;
	text-align: center;
}
.pagenav {
	width: auto;
	display: block;
}
.pagenav a, .pagenav .page.current {
	margin: 0 3px;
	font-size: 11px;
	display: inline-block;
	font-family: 'IRANSans-web', Tahoma;
	padding: 0px 13px;
	color: #777;
	line-height: 31px;
	background-color: #FFF;
	border: 1px solid #F3F3F3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.pagenav .page i {
	line-height: 31px !important;
}
.pagenav a:hover, .pagenav .page.current {
	color: #FFFFFF;
	background-color: #6F6F6F;
}
.pagenav .page.current:hover {
	color: #FFF;
}
.pagenav a.prev.page, .pagenav a.next.page {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	display: table;
	font-size: 17px;
	width: 38px;
	height: 35px;
}
#cshero-header ul.cshero-dropdown > li > a, #cshero-header .menu-pages .menu > ul > li > a {
	color: #ffffff;
	font-size: 10px;
	line-height: 50px;
	padding-left: 12px;
	padding-top: px;
	padding-right: 12px;
	padding-bottom: px;
	margin: 0px;
}

@media (max-width: 992px) {
#cshero-main-menu-mobile {
	top: 130px;
}
.cshero-menu-mobile .btn-navbar:hover i:after, .mobile-arrow-effect .btn-navbar i:after {
	-webkit-box-shadow: 0 2px 0 2px #01abce, 0 9px 0 2px #01abce, 0 16px 0 2px #01abce;
	-moz-box-shadow: 0 2px 0 2px #01abce, 0 9px 0 2px #01abce, 0 16px 0 2px #01abce;
	-ms-box-shadow: 0 2px 0 2px #01abce, 0 9px 0 2px #01abce, 0 16px 0 2px #01abce;
	-o-box-shadow: 0 2px 0 2px #01abce, 0 9px 0 2px #01abce, 0 16px 0 2px #01abce;
	box-shadow: 0 2px 0 2px #01abce, 0 9px 0 2px #01abce, 0 16px 0 2px #01abce;
}
body.csbody.body-header-fixed-top {
	margin-top: 100px;
}
}
ul.cshero-dropdown > li > a:hover, .menu-pages .menu > ul > li > a:hover, ul.cshero-dropdown > li > a:focus, ul.cshero-dropdown > li:hover > a, ul.cshero-dropdown > li:focus > a, ul.cshero-dropdown > li:active > a {
	color: #00acc8;
	background-color: rgba();
}
.cshero-header-menu-wrapper.home-shop .cshero-menu-dropdown ul.cshero-dropdown > li > a:hover {
	color: #fff !important;
}
ul.cshero-dropdown > li.current-menu-item > a, ul.cshero-dropdown > li.current-menu-ancestor > a, ul.cshero-dropdown > li > a.active, ul.cshero-dropdown > li > a:active {
	background-color: rgba();
}

@media (min-width: 992px) {
ul.cshero-dropdown .sub-menu li {
	background-color: #333;
}
.cshero-dropdown > li > .multicolumn.sub-menu > li > ul.sub-menu:before {
	background-color: #22242b;
}
ul.cshero-dropdown ul > li > a {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
}
.header-left ul.cshero-dropdown ul > li {
	border: none
}
.header-left ul.cshero-dropdown ul > li a {
	border-top: 1px solid #22242b;
}
ul.cshero-dropdown ul > li > a:hover, ul.cshero-dropdown ul > li > a:focus, ul.cshero-dropdown ul > li:not(.group):hover > a, ul.cshero-dropdown ul > li:not(.group):focus > a, ul.cshero-dropdown ul > li:not(.group):active > a, ul.cshero-dropdown ul > li:not(.group):visited > a {
	color: #ffffff;
	background-color: #00acc8;
}
ul.cshero-dropdown ul > li.current-menu-item > a, ul.cshero-dropdown ul > li.current-menu-ancestor > a, ul.cshero-dropdown ul > li > a:active, ul.cshero-dropdown ul > li > a.active {
	color: #ffffff;
	background-color: #00acc8;
}
}
.cs_custom_header_menu ul.cs-social li a, .cs_custom_header_menu li.cshero-hidden-sidebar a {
	padding: 0px 10px 0px 10px !important;
	display: inline-block !important;
}

@media (max-width: 992px) {
.cshero-dropdown.cshero-mobile-menu {
	background-color: #ffffff;
}
ul.cshero-dropdown > li > a, .menu-pages .menu > ul > li > a {
	color: #666666;
}
ul.cshero-dropdown > li > a:hover, .menu-pages .menu > ul > li > a:hover {
	color: #00acc8 !important;
}
ul.cshero-dropdown > li ul li a, .menu-pages .menu > ul > li ul li a {
	color: #666666;
}
ul.cshero-dropdown > li ul li a:hover, .menu-pages .menu > ul > li ul li a:hover {
	color: #00acc8;
}
.csbody #cshero-main-menu-mobile ul.cshero-dropdown > li > a, .csbody #cshero-main-menu-mobile .menu-pages .menu > ul > li > a {
	border-color: #dddddd
}
}

@media (max-width:992px) {
.cart-active .cshero-menu-mobile {
	margin-right: 20px;
}
/* Hidden Logo */
.transparentFixed .custom-logo-sticky .sticky-logo {
	display: none;
}
/* Theme Demo */
	
.header-left .logo > a {
	padding: 0;
	margin: 0;
	min-height: inherit;
	line-height: inherit;
}
.cshero-dropdown.cshero-mobile-menu {
	border: 1px solid #dddddd;
}
#cshero-main-menu-mobile {
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 1000;
	margin-top: -1px;
	font-family: IRANSans-web;
}
#cshero-main-menu-mobile ul.cshero-dropdown li a, #cshero-main-menu-mobile .menu-pages .menu > ul > li > a {
	border-top: 1px solid #dddddd;
	line-height: 40px;
	color: #666;
}
.transparentFixed #cshero-main-menu-mobile ul.cshero-dropdown > li:first-child > a, .transparentFixed #cshero-main-menu-mobile .menu-pages .menu > ul > li:first-child > a {
	border-top: none;
}
#cshero-main-menu-mobile ul.cshero-dropdown > li:last-child > a, #cshero-main-menu-mobile .menu-pages .menu > ul > li:last-child > a {
	border-bottom: 1px solid #dddddd;
}
#cshero-main-menu-mobile ul.cshero-dropdown > li.menu-item-has-children:last-child > a, #cshero-main-menu-mobile .menu-pages .menu > ul > li.menu-item-has-children:last-child > a {
	border-bottom: none;
}
#cshero-main-menu-mobile ul.cshero-dropdown > li > ul li a, #cshero-main-menu-mobile .menu-pages .menu > ul > li > ul li a {
	padding-left: 35px;
}
#cshero-main-menu-mobile ul.cshero-dropdown > li > ul li ul li a, #cshero-main-menu-mobile .menu-pages .menu > ul > li > ul li ul li a {
	padding-left: 50px;
}
#cshero-main-menu-mobile ul.cshero-dropdown > li > ul li ul li ul li a, #cshero-main-menu-mobile .menu-pages .menu > ul > li > ul li ul li ul li a {
	padding-left: 65px;
}
}

@media (min-width: 993px) {
.main-menu-wrap {
	float: right;
	margin-top: 28px;
	-webkit-transition: all 100ms linear 0ms;
	-moz-transition: all 100ms linear 0ms;
	-o-transition: all 100ms linear 0ms;
	-ms-transition: all 100ms linear 0ms;
	transition: all 100ms linear 0ms;
}
.top_small .main-menu-wrap {
	margin-top: 32px
}
.cshero-mmenu.navbar-collapse.collapse {
	display: none !important;
}
}
.cshero-menu-dropdown ul li ul {
	min-width: 150px;
}
.topplayer {
	width: 100%;
	height: 100px;
	background: #FDFDFD;
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	background-image: url(images/hbg.png);
	background-repeat: repeat-x;
	background-position-y: 63px;
}
.topplayer .cover {
	float: right;
	width: 90px;
	background-color: #fff;
	height: 90px;
	border: 3px solid #E7E7E7;
	position: relative;
	float: right;
	overflow: hidden;
	margin: 5px 0 0 10px;
	border-radius: 50px;
}
.topplayer .cover img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}
.topplayer h3 {
	float: right;
	color: #7b7b7b;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin-top: 36px;
}
.topplayer h3 span {
	color: #21C7E3;
}
.player {
	width: 100%;
	padding-right: 100px;
	height: 30px;
	padding-top: 31px;
}
.player .seeker {
	width: 87%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 13px;
	float: left;
	margin-left: 5px;
	text-align: left !important;
	cursor: pointer;
	direction: ltr;
}
.player .seekbar {
	margin-top: 32px;
	direction: ltr;
	cursor: pointer;
}
.player .mover {
	width: 0;
	height: 9px;
	background-color: rgba(33, 180, 237, 0.33);
}
.player .play {
	width: 60px;
	height: 36px;
	margin: -3px 0 0 -23px;
	float: left;
	outline: none;
	border: 0px solid;
	background: transparent;
	fill: #868686;
}
.player .pause {
	fill: #FFBB14;
}
.player .timer, .player .time {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #ADADAD;
	margin: 5px 0 0 0;
}
.player .time {
	float: right;
}
/*-----------------------------------------------------------------------------------*/
/* featured
/*-----------------------------------------------------------------------------------*/

.feature-title {
	position: relative;
	margin: 25px 0 13px 0;
	padding-right: 23px;
	font-family: IRANSans-web;
	font-size: 13px;
	color: #585360;
}
.feature-title:before {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 4px;
	height: 28px;
	background-color: #FF7149;
	content: '';
}
.decor-margin {
	margin-right: 25px;
}
.feature-content {
	clear: both;
	max-height: 275px;
	overflow: hidden;
}
.feature_item {
	padding: 0 5px;
}
.fd-post {
	background-color: #FFF;
	height: 260px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
.fd-post img {
	height: 180px;
	margin: 0;
	/* -webkit-filter: grayscale(40%); */
	filter: grayscale(40%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fd-post:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.fd-title {
	position: relative;
	margin-top: 15px;
	padding-right: 19px;
	font-family: IRANSans-web;
	font-size: 12px;
	color: #5A5A5A;
}
.fd-title p {
	padding-top: 7px;
	font-family: Tahoma;
	font-size: 11px;
	color: #AAA;
}
.fd-title:before {
	position: absolute;
	top: -1px;
	right: 0px;
	width: 3px;
	height: 24px;
	background-color: #A7A2AE;
	content: '';
}
.fd-post:hover .fd-title:before {
	background-color: #FF7149;
	content: '';
}
.topads {
	width: 100%;
	min-height: 100px;
	padding: 15px 0 15px 0;
	background-color: #FFF;
	border-radius: 6px;
	margin: 15px 0 20px 0;
	position: relative;
}
.topads img {
	display: block;
	margin: 0 auto 3px;
}
.topads_ico {
	position: relative;
	color: #ffffff;
	display: block;
	font-size: 11px;
	background-color: #FF7149;
	height: 20px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	width: 57px;
	margin: -26px auto 15px auto;
	clear: both;
}
.topads_ico:before {
	position: absolute;
	background-color: #EEE;
	color: #ffffff;
	display: block;
	height: 20px;
	left: 100%;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	-webkit-transform: perspective(200px) rotateY(12deg);
	transform: perspective(20px) rotateY(12deg);
	-webkit-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
	transform-origin: left center 0;
	width: 40px;
	content: '';
}
.topads_ico:after {
	position: absolute;
	background-color: #EEE;
	color: #ffffff;
	display: block;
	height: 20px;
	right: 100%;
	top: 0;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	-webkit-transform: perspective(200px) rotateY(-12deg);
	transform: perspective(20px) rotateY(-12deg);
	-webkit-transform-origin: right center 0;
	-ms-transform-origin: right center 0;
	transform-origin: right center 0;
	width: 40px;
	content: '';
}
/*-----------------------------------------------------------------------------------*/
/* footer
/*-----------------------------------------------------------------------------------*/

footer.bottom {
	width: 100%;
	margin-top: 40px;
	min-height: 130px;
	padding: 15px 0 15px 0;
	background-color: #43394F;
	border-top: 5px solid #FFC600;
	box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}
footer.bottom:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(images/music.png);
	position: absolute;
	opacity: 0.5;
	z-index: 0;
}
.footer_ico {
	position: relative;
	color: #ffffff;
	display: block;
	font-size: 11px;
	background-color: #FF7149;
	height: 20px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	width: 57px;
	margin: -26px auto 15px auto;
	clear: both;
	cursor: pointer;
}
.footer_ico:before {
	position: absolute;
	background-color: #EEE;
	color: #ffffff;
	display: block;
	height: 20px;
	left: 100%;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	-webkit-transform: perspective(200px) rotateY(12deg);
	transform: perspective(20px) rotateY(12deg);
	-webkit-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
	transform-origin: left center 0;
	width: 40px;
	content: '';
}
.footer_ico:after {
	position: absolute;
	background-color: #EEE;
	color: #ffffff;
	display: block;
	height: 20px;
	right: 100%;
	top: 0;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
	-webkit-transform: perspective(200px) rotateY(-12deg);
	transform: perspective(20px) rotateY(-12deg);
	-webkit-transform-origin: right center 0;
	-ms-transform-origin: right center 0;
	transform-origin: right center 0;
	width: 40px;
	content: '';
}
.copy_right {
	color: rgba(255, 255, 255, 0.80);
	position: relative;
	z-index: 1;
	font-family: 'IRANSans-web', Tahoma;
	font-size: 10px;
}
.copy_right a {
	display: inline-block;
	color: #ffffff;
}
.copy_right span {
	display: inline-block;
	color: #F1F1F1;
	background-color: rgba(0, 0, 0, 0.20);
	margin-top: 5px;
	padding: 0 10px 2px;
}
.play-dl {
	margin-top: 15px;
	padding: 27px 35px 22px;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.play-dl:before {
	position: absolute;
	display: inline-block;
	font: normal normal normal 10px/1 FontAwesome;
	vertical-align: middle;
	content: "\f130";
	top: -10px;
	right: -5px;
	color: rgba(134, 121, 149, 0.03);
	font-size: 75px;
}
.single_player {
	position: relative;
	height: 30px;
	padding-top: 45px;
}
.single_player .one_seeker {
	width: 87%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 13px;
	float: left;
	margin-left: 5px;
	text-align: left !important;
	cursor: pointer;
	direction: ltr;
}
.single_player .one_seekbar {
	width: 100%;
	margin-top: 10px;
	direction: ltr;
	background-color: #F5F5F5;
	cursor: pointer;
}
.single_player .one_mover {
	width: 0;
	height: 4px;
	background-color: rgb(255, 144, 78);
}
.single_player .one_play {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: -40px 0 0 -5px;
	float: left;
	display: inline-block;
	outline: none;
	border: 0px solid;
	background: #F6F6F7;
	fill: #867995;
}
.single_player .pause {
	fill: #FFBB14;
}
.single_player .one_timer, .single_player .one_time {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #ADADAD;
	margin: 5px 0 0 0;
}
.single_player .one_time {
	float: right;
}
.dl_track {
	float: right;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F5F5F5;
}
.dl_track li {
	height: 30px;
	color: #999;
	font-size: 11px;
}
.dl_track i {
	margin: 0px 0 0px 10px;
	position: relative;
	font-size: 15px;
	display: inline-block;
	top: 2px;
}
.dl_track a {
	float: left;
	color: #FFF;
	background-color: rgb(76, 208, 220);
	padding: 0 10px 1px;
	font-size: 11px;
	border-radius: 15px;
}
.dl_track li:hover a {
	color: #FFF;
	background-color: #77668A;
}
.album_track {
	float: right;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F5F5F5;
}
.album_track_tit {
	color: #999999;
	clear: both;
	background-color: #FCFBFC;
	padding: 3px 18px 5px;
	margin-bottom: 13px;
	font-size: 11px;
}
.album_track li {
	height: 30px;
	color: #999;
	font-size: 11px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.album_track i.fa-file-audio-o {
	margin: 0px 0 0px 12px;
	position: relative;
	font-size: 15px;
	display: inline-block;
	top: 2px;
}
.album_track span {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: -2px;
	color: #999;
	background-color: #4CD0DC;
	display: none;
	margin-bottom: 13px;
	font-size: 11px;
	border-radius: 15px;
	z-index: 1;
}
.album_track span:after {
	position: absolute;
	display: inline-block;
	font: normal normal normal 10px/1 FontAwesome;
	vertical-align: middle;
	content: "\f04b";
	top: 4px;
	right: 4px;
	color: #FFFFFF;
	font-size: 12px;
}
.album_track li:hover span, .album_track li span.active {
	display: block;
}
.album_track li a {
	float: left;
	color: #E8BDA7;
	background-color: #FFF5F0;
	padding: 0 9px 1px;
	font-size: 11px;
	border-radius: 15px;
	height: 20px;
	margin-right: 5px;
	word-break: break-word;
}
.album_track li a i {
	position: relative;
	margin: 0 0px 0 7px;
	top: 2px;
	display: inline-block;
	font-size: 12px;
}
.album_track li a:hover {
	color: #FFF;
	background-color: #FF755F;
}
input[type="text"], input[type="email"], input[type=search], input[name='post_password'], textarea {
	width: 100%;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #EDEDED;
	margin-top: 5px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type=search]:focus, input[name='post_password']:focus, textarea:focus {
	border: 1px solid #15B4E0;
}
input[type="submit"], .pass-input, .wpcf7-submit {
	border: none;
	background-color: #78757C;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 6px 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	margin-top: 5px;
}
input[type="submit"]:hover, .pass-input:hover, .wpcf7-submit:hover {
	color: #FFF;
	background: #FF7E5F;
}
.slider-over-opacity {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0,0,0,0.15);
	position: absolute;
	right: 0;
	top: 0;
}
.banner-image-container {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.banner-image-container img {
	border-radius: 6px;
	width: 100%;
	display: block;
	height: auto;
	margin: 0
}
.slider-nav {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	right: 4%;
	margin-bottom: 0px;
}
.slider-nav div {
	width: 200px;
}
.slider-nav .slick-track, .slider-nav .slick-slide, .slider-nav .slick-list {
	width: 200px !important;
}
.slick-current p span {
	opacity: 1 !important;
}
.blue {
	position: relative;
	max-height: 501px;
	overflow: hidden
}
.slider-nav, .slider-for {
	margin-bottom: 0px !important;
	font-family: IRANSans-web;
}
.slider-nav div {
	margin-bottom: 30px;
}
.slider-nav div:last-child {
	margin-bottom: 5px !important;
}
.slider-nav div:hover {
	cursor: pointer;
}
.slider-nav p span {
	opacity: 0;
}
.slider-nav p:hover span {
	opacity: 1;
}
.slider-nav p {
	color: #fff;
	margin-bottom: 0px;
}
.slider-nav p span {
	margin-right: 13px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-nav {
	opacity: 1 !important;
	z-index: 9999 !important;
}
.banner-stye2-content {
	bottom: 8.5%;
	position: absolute;
	left: 5%;
}
.banner-stye2-content .banner-content-details {
	width: auto;
}
.banner-stye2-content .cat {
	margin-right: 5px;
}
.cmn-t-underline {
	position: relative;
}
.cmn-t-underline:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 8%;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slick-current:after {
	width: 100% !important;
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 8%;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cmn-t-underline:hover {
	color: #fff;
}
.cmn-t-underline:hover:after {
	width: 100%;
}
/*----------banner with slider ---------*/

#banner-slider {
	position: relative;
}
#banner-slider .slick-prev {
	left: 10% !important;
	opacity: 1;
	top: 50%;
	transform: translate(-50% -10%);
	z-index: 99999;
	transform: translateY(-50%);
	COLOR: #fff;
	display: none !important;
}
#banner-slider .slick-next {
	right: 10% !important;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	COLOR: #fff;
	display: none !important;
}
#banner-slider .slick-next:hover, #banner-slider .slick-prev:hover {
	opacity: .8;
}
#banner-slider:hover .slick-next, #banner-slider:hover .slick-prev {
	display: block !important;
}
.banner-style3-content {
	bottom: 10%;
	position: absolute;
	left: 0;
	width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}
.header3-navbar {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
}
#main-slider-section {
	position: relative;
}
#main-slider-section #header-style1 {
	z-index: 98;
}
#main-slider-section #header-style1 .nav li a {
	color: #fff !important;
	line-height: 32px;
	padding-bottom: 10px;
}
#main-slider-section #header-style1 .nav li a:hover {
	border-color: #fff !important;
}
#main-slider-section #header-style1 .navbar-brand {
	padding-left: 0px;
}
.blue {
	display: block;
	clear: both
}
.banner-category {
	width: auto;
}
.banner-category .cat {
	font-size: 11px;
	color: #fff;
	border-radius: 10px;
	line-height: 23px;
	display: inline-block;
	padding: 0px 15px;
	margin: 0 0px 5px 5px;
	background-color: #ff7149;
}
.banner-content .banner-category .cat {
	margin-right: 4px;
}
.banner-content-details h2 a {
	color: #fff;
	margin-top: 7px;
	display: inline-block;
	margin-bottom: 8px;
}
.banner-big-title {
	font-size: 16px;
	font-weight: bold;
}
.banner-content-details .posted-by {
	color: rgba(255, 255, 255, 0.80);
	font-size: 10px;
}
.owl-carousel-navigation {
	position: absolute;
	top: 3px;
	left: 0;
}
.btn-degistir {
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 2px;
	padding: 3px 12px 2px;
	border-radius: 35px;
	display: block;
	color: #a7a2ae;
	background-color: #ffffff;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}
header.top_small {
	background-color: #ffffff;
	/* background-image: url(images/music.png); */
	margin-bottom: 15px;
	/* padding-bottom: 20px; */
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
}
.top_small #top-bar {
	padding-top: 42px;
}
.my_logo {
	float: right;
	max-width: 210px;
}
.my_logo img {
}
.my_logo h1, #logo h1 {
	color: #FFF;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0px;
}
.top_small .top_icon, .top_small .top_icon:focus {
	color: #828282;
}
.top_small #cshero-header ul.cshero-dropdown > li > a, .top_small #cshero-header .menu-pages .menu > ul > li > a {
	color: #828282;
}
.player_small {
	margin: 10px 0 0;
	border-radius: 6px;
	height: 110px;
	background-color: #FFF
}
.player_small .cover {
	margin: 10px 10px 0 10px;
	border-radius: 3px;
}
.player_small .player {
	padding-left: 15px;
}
.top_small .btn-navbar i:after {
	box-shadow: 0px 2px 0 2px #bbbbbb, 10px 9px 0 2px #dcdcdc, 0 16px 0 2px #cccccc;
}

@media screen and (max-width:600px) {
.slider-nav {
	display: none;
}
.banner-big-title {
	font-size: 1em;
	font-weight: bold;
}
}
.toptelegram i {
	color: #1bbce6;
}
.toptelegram:hover, .toptelegram:focus {
	background-color: #1bbce6 !important
}
.toptelegram:hover i {
	color: #FFFFFF;
}
.top_small .main-menu-wrap {
	margin: 0;
}
.top_small #cshero-header ul.cshero-dropdown > li > a:hover {
	background-color: #f9f9f9
}

@media screen and (max-width:992px) {
.top_small {
	padding-bottom: 20px;
}
}
.code_weblog {
	direction: ltr;
	text-align: left;
	color: #b7b7b7;
	min-height: 65px;
}
.rside .widget {
	padding: 26px 15px 0;
}
.rside .widget-title {
	margin-right: 17px;
	margin-bottom: 18px;
}
.rside .decor-1 {
	margin-right: 17px;
}

.text_ad {
	    padding: 10px 10px 10px 10px;
    border: 1px solid #e8e8e8;
    color: #969696;
    display: inline-block;
    width: 100%;
    font-family: IRANSans;
    font-size: 10px;
    margin: 8px 0px 0 0px;
    position: relative;
    overflow: hidden;
}
.text_ad:before {
	content: "" attr(href) "";
    position: absolute;
    /* border-radius: 30px; */
    font-size: 10px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    text-align: left;
    color: #FFF;
    letter-spacing: 1px;
    padding: 0 10px;
    background-color: #999999;
    z-index: 0;
}

.text_ad img {
	    max-width: 40px;
    height: auto;
    vertical-align: top;
    margin-left: 10px;
    z-index: 1;
    position: relative;
    border: 1px solid #FFF;
}
.text_ad:last-child {
	margin-bottom: 10px;
}
.text_ad:hover {
	color: #555
}
.top_small .btn-navbar{    margin-top: 10px;}
.top_small .cshero-header-content-widget.cshero-menu-mobile .cshero-header-content-widget-inner {
    height: auto; 
    border-top: 1px solid #efefef;
}
.top_small #cshero-main-menu-mobile {
    top: 55px;
}