/* CSS Document */
@font-face { font-family: 'yekan'; src: url('https://ssup.ir/protemp/bayan/bs1/bb_fenamia/font/yekan.woff') format('woff'); }
@font-face { font-family: 'sahel'; src: url('https://ssup.ir/protemp/bayan/bs1/bb_fenamia/font/sahel.woff') format('woff'); }
* {
	box-sizing: border-box;
}
html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
body {
	direction: rtl;
	margin: 0px;
	padding: 0px;
	font-family: "sahel" !important;
	font-size: 0.8rem;
	line-height: 1.8em;
	background-color: #eee;
	color: #000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: yekan;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #0dafd7;
	text-decoration: none;
}
a:hover {
	color: #000;
	transition: all ease 0.3s;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix {
	clear: both;
}
/*************************************************************
                            POST block
*************************************************************/
.content {
	margin-bottom: 20px;
	text-align: right;
}
.post {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.post-title {
	padding: 15px 10px 10px;
}
.post-title:after {
	clear: both;
	display: table;
	content: '';
}
.post-title h2 {
	/*font-size: 1.2rem;*/
	display: inline;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8em;
	
}
.post-title h2 a {
	color: #0A88A7;
}
.post-title h2 a:hover {
	color: orange;
}
.post-body {
}
.post-body a {
	color: #0dafd7;
}
.post-body a:hover {
	color: ornage;
}
.post-cnt {
	line-height: 2em;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.post-cnt:after {
	content: '';
	display: table;
	clear: both;
}
.post-cnt a {
	color: #0dafd7;
}
.post-cnt a:hover {
	color: #000;
}
.post-cnt img {
}
.post-cnt ul {
	margin: 0px;
	padding: 0px;
}
.post-cnt li {
	list-style-type: square;
	margin-bottom: 5px;
	list-style-position: inside;
}
.post-thumb {
	text-align: center;
	padding: 5px 10px;
}
.post-thumb img {
	margin-bottom: 10px;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-thumb img:hover {
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.post-tag {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #f5f5f5;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 4px;
}
.post-tag:before {
	font-family: webfont-s;
	font-size: 0.8rem;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
}
.post-tag a {
	margin-left: 5px;
	color: #0dafd7;
}
.post-tag a:hover {
	color: #000;
}
.post-related {
	margin-bottom: 5px;
	padding: 5px 10px;
}
.post-related:before {
	font-family: webfont-s;
	font-size: 1rem;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.post-related ul {
}
.post-related li {
	list-style-type: square;
}
.post-related li a {
}
.post-related li a:hover {
}
.post-details {
	margin-bottom: 5px;
	font-family: yekan;
	font-size: 0.8rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 10px;
}
.post-details a {
	color: #C4C4C4;
}
.post-details a:hover {
	color: orange;
}
.post-details ul {
	margin: 0px;
	padding: 0px;
}
.post-details li {
	list-style-type: none;
	display: inline-block;
	padding: 3px 3px;
}
.post-details li:last-child {
}
.post-details ul:after {
	content: '';
	display: table;
	clear: both;
}
.post-details div {
	margin-left: 15px;
}
.post-details div:before {
	font-family: webfont-r;
	font-size: 1rem;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.post-details .postviews:before {
	font-family: webfont-s;
}
.post-footer {
	font-family: yekan;
	font-size: 0.8rem;
	border-top: 1px solid #e5e5e5;
}
.post-footer a {
	color: #000;
}
.post-footer a:hover {
	color: #0dafd7;
}
.post-footer ul {
	margin: 0px;
	padding: 0px;
}
.post-footer ul:after {
	content: '';
	display: table;
	clear: both;
}
.post-footer li {
	list-style-type: none;
	display: inline-block;
	padding: 10px 10px;
	border-left: 1px solid #e5e5e5;
}
.post-footer li:last-child {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	border-left: 0px;
}
.post-footer div {
	margin-left: 15px;
}
.post-footer div:before {
	font-family: webfont-s;
	font-size: 1rem;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.post-footer div a:before {
	font-family: webfont-s;
	font-size: 1rem;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
}
.post-footer div a:after {
	font-family: webfont-s;
	font-size: 1rem;
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
}
.postdate {
	color: #8E8E8E;
}
.posttime {
}
.postviews {
	color: #8E8E8E;
}
.postauthor {
	color: #8E8E8E;
}
.postprint {
}
.postlike {
}
.postcomment {
}
.postmore {
}
.postmore a {
	padding: 3px 7px;
	border-radius: 4px;
	background-color: #0dafd7;
	color: #fff;
	display: inline-block;
}
.postmore a:hover {
	background-color: #000;
	color: #fff;
}
.post-tag:before {
	content: '\f02c';
}
.post-related:before {
	content: '\f360';
}
.postdate:before {
	content: '\f133';
}
.posttime:before {
	content: '\f017';
}
.postviews:before {
	content: '\f06e';
}
.postauthor:before {
	content: '\f007';
}
.postprint:before {
	content: '\f02f';
}
.postcomment a:before {
	content: '\f27a';
}
.postmore a:after {
	content: '\f053';
}
/*************************************************************
                            Pageination
*************************************************************/
.pagenavi {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-family: yekan;
	font-size: 1rem;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.pagenavi ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pagenavi ul:after {
	display: table;
	content: '';
	clear: both;
}
.pagenavi li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 5px 5px 5px;
	list-style-position: inside;
}
.pagenavi a {
	display: block;
	background-color: #0dafd7;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.pagenavi a:hover {
	background-color: #666;
	color: #fff;
}
li.prepage a:before, li.nextpage a:after {
	font-family: webfont-s;
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
}
li.prepage a:before {
	content: '\f054';
	margin-left: 8px;
}
li.nextpage a:after {
	content: '\f053';
	margin-right: 8px;
}
/*************************************************************
                        MENU BOX
*************************************************************/
.sidebar {
	text-align: right;
	margin-bottom: 20px;
}
.menubox {
	margin-bottom: 15px;
	text-align: right;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.menu-title {
	padding: 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.menu-title h3 {
	color: #0A88A7;
	font-weight: bold;
	font-size: 1rem;
	display: inline;
	line-height: 1em;
}
.menu-title h3:before {
	content: '\f108';
	font-family: webfont-s, webfont-r;
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	color: #0dafd7;
}
.menu-title:after {
	display: table;
	content: '';
	clear: both;
}
.menu-body {
	padding: 10px;
	line-height: 1.8em;
	
}
.menu-body ul {
	margin: 0px;
	padding: 0px;
}
.menu-body li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 2px;
	line-height: 1.8em;
	
}
.menu-body li span {
	margin-right: 3px;
}
.menu-body li a:before {
	content: '\f104';
	color: #ccc;
	margin-left: 7px;
	vertical-align: middle;
	font-family: webfont-s;
	font-size: 0.8rem;
	display: inline-block;
}
.menu-body li a {
	display: block;
	padding: 3px 3px;
	color: #333;
}
.menu-body li a:hover {
	color: #0dafd7;
}
.menu-body a {
	color: #0dafd7;
}
.menu-body a:hover {
	color: #000;
}
.menu-body img {
	margin-bottom: 5px;
}
/*************************************************************
                        WIDGETS
*************************************************************/
.aboutme {
}
.newposts {
}
.visited {
}
.liked {
}
.cmnted {
}
.lastcmnt {
}
.archive {
}
.dailylink {
}
.searchbox {
}
.etcpages {
}
.blogtools {
}
.ultrabox {
}
.userpanel {
}
.randomp {
}
.autolink {
}
.newspaper {
}
.polls {
}
.calendarbox {
}
.links {
}
.writers {
}
.catbox {
}
.tagbox {
}
.adv {
}
.stats {
}
.wthumb {
}
.wthumb li {
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.wthumb li:last-child {
	border-bottom: none;
}
.wthumb li img {
	float: right;
	margin: 0px 0px 5px 10px;
	width: 30%;
	height: auto;
}
.wthumb li a:before {
	content: none;
}
.wthumb li:after {
	content: "";
	display: table;
	clear: both;
}
.catbox ul li ul {
	margin-right: 15px;
	margin-bottom: 10px;
}
.catbox ul li ul li {
}
.tagbox ul {
	text-align: center;
}
.tagbox li {
	display: inline-block;
	margin: 2px 2px;
}
.tagbox li a {
	display: inline-block;
	padding: 2px 6px;
	background-color: #eee;
	border-radius: 4px;
}
.tagbox li a:hover {
	background-color: #0dafd7;
	color: #fff;
}
.tagbox li a:before {
	content: none;
}
.adv li {
}
.adv li a {
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
}
.adv li:nth-child(odd) a { background-color: #eee; color: #000; }
.adv li:nth-child(even) a { background-color: #f9f9f9; color: #000; }
.adv li:nth-child(odd) a:hover, .adv li:nth-child(even) a:hover { background-color: #2DA9EC; color: #fff; }
.stats li {
	border-bottom: 1px dashed #ccc;
	padding: 5px;
}
.stats li:hover {
	background-color: #f9f9f9;
}
.stats li span {
	background-color: #666;
	color: #fff;
	display: inline-block;
	padding: 3px 4px;
	border-radius: 4px;
	font-size: 0.6rem;
	line-height: 1em;
	float: left;
	margin-right: 5px;
}
.stats li:after {
	display: table;
	content: '';
	clear: both;
}
.links ul li a:before {
	content: '\f104';
}
.writers ul li a:before {
	content: '\f2bd';
	font-family: webfont-r;
}
.catbox ul li a:before {
	content: '\f07b';
}
.catbox ul li ul li a:before {
	content: '\f07c';
	font-family: webfont-r;
}
.adv ul li a:before {
	content: '\f100';
}
.aboutme .menu-title h3:before {
	content: '\f2bd';
}
.newposts .menu-title h3:before {
	content: '\f022';
}
.catbox .menu-title h3:before {
	content: '\f07c';
}
.writers .menu-title h3:before {
	content: '\f0c0';
}
.visited .menu-title h3:before {
	content: '\f14a';
}
.liked .menu-title h3:before {
	content: '\f0a5';
}
.cmnted .menu-title h3:before {
	content: '\f086';
}
.tagbox .menu-title h3:before {
	content: '\f02c';
}
.lastcmnt .menu-title h3:before {
	content: '\f4ad';
}
.archive .menu-title h3:before {
	content: '\f187';
}
.dailylink .menu-title h3:before {
	content: '\f0a1';
}
.links .menu-title h3:before {
	content: '\f0c1';
}
.adv .menu-title h3:before {
	content: '\f1b2';
}
.stats .menu-title h3:before {
	content: '\f080';
}
.searchbox .menu-title h3:before {
	content: '\f002';
}
.etcpages .menu-title h3:before {
	content: '\f03a';
}
.blogtools .menu-title h3:before {
	content: '\f085';
}
.ultrabox .menu-title h3:before {
	content: '\f078';
}
.userpanel .menu-title h3:before {
	content: '\f2c1';
}
.randomp .menu-title h3:before {
	content: '\f074';
}
.autolink .menu-title h3:before {
	content: '\f079';
}
.newspaper .menu-title h3:before {
	content: '\f2b6';
}
.polls .menu-title h3:before {
	content: '\f059';
}
.calendarbox .menu-title h3:before {
	content: '\f073';
}
/*************************************************************
                        Search
*************************************************************/
.blogsearch {
	text-align: center;
}
.blogsearch:after {
	content: '';
	clear: both;
	display: table;
}
.blogsearch form {
}
.blogsearch input[type=text] {
	font-family: Tahoma;
	font-size: 0.8rem;
	height: 25px;
	background: none;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 4px;
	padding: 3px 5px;
	color: #333;
	border: 1px solid #999;
	margin-bottom: 5px;
}
.blogsearch input[type=submit] {
	font-family: Tahoma;
	font-size: 0.8rem;
	height: 25px;
	padding: 3px 10px 5px 10px;
	border: 0px;
	border-radius: 4px;
	color: #000;
	background-color: #ccc;
}
.blogsearch input[type=submit]:hover {
	background-color: #000;
	color: #fff;
}
/*************************************************************
                        Comment block
*************************************************************/
.cmntblock {
	margin-bottom: 15px;
	padding: 10px;
	color: #333;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.cmntblock a {
	color: #0dafd7;
}
.cmntblock a:hover {
	color: #000;
}
.cmntblock .pagenavi a {
	color: #fff;
}
.cmntblock .pagenavi a:hover {
	color: #fff;
}
.cmntblock form {
	padding: 10px;
}
.cmnt-count {
	margin-bottom: 20px;
	font-family: yekan;
	font-size: 1rem;
	padding: 5px 10px;
}
.cmnt-list {
}
.cmnt-list ul {
	margin: 0px;
	padding: 0px;
}
.cmnt-list li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 5px;
}
.cmnt-box {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.cmnt-list li:nth-child(odd) .cmnt-box { }
.cmnt-list li:nth-child(even) .cmnt-box { }
.cmnt-title {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.cmnt-title:after {
	display: table;
	content: '';
	clear: both;
}
.cmnt-user {
	width: 48%;
	float: right;
}
.cmnt-user span {
	display: inline-block;
}
.cmnt-user img {
	vertical-align: middle;
}
img.user-avatar {
	display: inline-block;
	width: 40px;
	height: auto;
	vertical-align: middle;
}
.cmnt-date {
	width: 48%;
	float: left;
	text-align: left;
}
.cmnt-body {
	padding: 5px 10px;
}
.cmnt-text {
	margin-bottom: 10px;
}
.cmnt-reply {
	padding: 10px;
	border: 1px dashed #ddd;
	border-radius: 4px;
}
.cmnt-form {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
}
.cmnt-user:before, .cmnt-date:before, .cmnt-reply:before {
	font-family: webfont-r;
	font-size: 1rem;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
}
.cmnt-user:before {
	content: '\f2bd';
}
.cmnt-date:before {
	content: '\f017';
}
.cmnt-reply:before {
	content: '\f122';
	font-family: webfont-s;
}
.cmntblock label {
	margin-bottom: 10px;
	font-family: yekan;
	margin-left: 20px;
	font-size: 0.8rem;
}
.cmntblock input[type=text] {
	width: 100%;
	margin-bottom: 10px;
	min-height: 30px;
	border: 1px solid #ccc;
	margin-top: 10px;
	font-family: yekan;
	font-size: 0.8rem;
}
.cmntblock input[type=text]:focus, .cmntblock input[type=text]:hover, .cmntblock textarea:focus, .cmntblock textarea:hover {
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	transition: all ease 0.3s;
}
.cmntblock textarea {
	font-family: yekan;
	font-size: 0.9rem;
	margin-bottom: 10px;
	min-height: 150px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}
.cmntblock button[type=submit], .cmntblock input[type=button] {
	border-radius: 4px;
	border: 0px;
	padding: 3px 10px;
	background-color: #0dafd7;
	color: #fff;
	font-family: yekan;
	font-size: 0.8rem;
}
.cmntblock input[type=button]:hover, .cmntblock button[type=submit]:hover {
	background-color: #000;
	color: #fff;
	transition: all ease 0.3s;
}
/*************************************************************
                            NAVBAR
*************************************************************/
.navbar {
	padding: 0.5rem 1rem;
}
.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-light .navbar-brand {
	color: #fff; /*rgba(0, 0, 0, 0.9)*/
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
	color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}
.dropdown-menu {
	top: 97%;
	left: 0;
	min-width: 10rem;
	padding: 0rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.7rem 0.7rem;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0dafd7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #888;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 10;
	font-size: 0.875rem;
	color: #fff;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #000;
}
.navbar-brand h1 {
	font-size: 2rem;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
.nav-link {
	font-family: yekan;
	font-size: 0.8rem;
}
.dropdown-menu {
	text-align: right;
	font-family: yekan;
	font-size: 0.8rem;
}
/*************************************************************
                    BLOGS SERVICE 
*************************************************************/
.rate-button-box .rated {
	font-weight: bold;
}
.rate-up, span.rateup {
	color: #2d8d3c;
	display: inline-block;
}
.rate-down, span.ratedn {
	color: #d63434;
	display: inline-block;
}
span.ratedn {
	margin-right: 10px;
}
span.renew:before, span.rateup:before, span.ratedn:before {
	font-family: webfont-s;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 1.2rem;
}
span.ratedn:before {
	content: "\f165";
}
span.rateup:before {
	content: "\f164";
}
.bb-cmntblock {
	background-color: #fff;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	padding: 10px;
	color: #333;
}
.bayan-cmnt {
}
.bayan-cmnt .cmnt-date {
}
.bayan-cmnt .cmnt-date:before, .bayan-cmnt .cmnt-user:before {
	content: none;
}
.bayan-cmnt .cmnt-date span {
	margin-left: 3px;
}
.bayan-cmnt .cmnt-date a {
	margin-left: 10px;
}
.followBx {
	background: none;
	border-radius: 0px;
	padding: 10px 10px 10px 10;
	font-size: 0.8rem;
}
#followInBx {
	margin: 0 auto;
	max-width: 100%!important;
}
.followersCount {
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 8px;
	line-height: 10px;
	border-radius: 10px;
}
.followersTitle {
	padding: 0 4px;
	margin-bottom: 7px;
}
.follower {
	float: none!important;
}
.follower:hover img {
	transform: scale(1.1);
	transition: all ease 0.3s;
}
.followThis {
	display: block;
	padding: 3px 10px 5px;
	margin: 2px;
	background: #0dafd7;
	color: #fff !important;
	border-radius: 3px;
	text-align: center;
}
.followBx, .followThis {
	font-family: "yekan";
}
.followThis:hover {
	color: #fff !important; ;
}
.followThis.followed {
	background: #0cb3ce;
}
#followInBx #followersLs .followImg {
	width: 20%;
	height: auto;
	border-radius: 100%!important;
	margin: 5px 1% 5px 1%;
}
a.follower {
	margin: 0px;
	padding: 0px;
}
img.followImg {
	border-radius: 100%!important;
	border: 0px solid #fff;
	box-shadow: 0px 3px 5px #999;
}
#followersLs {
	text-align: center;
	margin: 7px 0 13px;
	clear: both;
}
.hoverTip {
	position: absolute;
	z-index: 3000;
	background: #fafaff;
	border-radius: 5px;
}
.hoverTip .body {
	padding: 5px;
}
.followShow {
	width: 250px;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 8px 0 #666;
	color: #333;
	direction: rtl;
	line-height: 18px;
	overflow: hidden;
}
.followShow.dark {
	color: #fff;
	background: #000;
	border-color: #555;
}
.followShow a, #followInBx a {
	text-decoration: none;
}
.followShow .site {
	color: #33a;
}
.followShow .site:hover {
	color: #33F;
}
.followShow.dark .site {
	color: #bbf;
}
.followShow.dark .site:hover {
	color: #ddf;
}
#followInBx.dark {
	color: #fff;
}
.followShow .folDetImg {
	width: 64px;
	height: 64px;
	float: right;
	margin: 5px 5px 10px 10px;
}
.followShow .body {
	position: relative;
	height: 74px;
}
.followShow * {
	box-sizing: content-box;
}
.followShow .followThis {
	width: 136px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 14px;
	font-weight: bold;
}
.folDetTxt {
	padding-right: 79px;
}
/*bayan blog search */
.search-box {
	background: rgba(0, 0, 0, 0.06);
	background: #f3f3f3\9;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	margin: 10px 5px;
}
.search-box input {
	border: 0;
	outline: 0;
	height: 30px;
	padding: 0;
	display: block;
}
.search-box input.text {
	background: transparent;
	width: 100%;
	float: right;
}
.search-box .submit {
	border-radius: 2px 0 0 2px;
	width: 35px;
	float: left;
	background: #bdc2ca url(../image/search.png);
}
.search-box .search-wrapper {
	margin: 0 5px 0 40px;
}
.search-box.dark {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5);
}
.search-box.dark input.text {
	color: #eee;
}
.search-box.dark .submit {
	background-color: rgba(0, 0, 0, 0.5);
	background-color: #111\9;
}
.search-box.dark .submit:hover, .search-box.dark .submit:focus {
	background-color: rgba(0, 0, 0, 0.7);
	background-color: #000\9;
}
.search-box.black {
	background: rgba(70,70,70,0.3);
	background: #333\9;
}
.search-box.light {
	background: rgba(255,255,255,.7);
	background: #f3f3f3\9;
}
.lastcmnt li a:before {
	content: none;
}
img.cmnt_avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	vertical-align: middle;
	margin-left: 5px;
}
/* arrow */
span.ratedn:before {
	content: "\f063";
}
span.rateup:before {
	content: "\f062";
}
/* Heart outline */
span.rateup:before {
	content: "\f004";
	font-family: webfont-r;
}
/* Heart solid */
span.rateup:before {
	content: "\f004";
	font-family: webfont-s;
}
/* star Solid */
span.rateup:before {
	content: "\f005";
	font-family: webfont-r;
}
/* Star outline */
span.rateup:before {
	content: "\f005";
	font-family: webfont-s;
}
/* hand solid */
span.ratedn:before {
	content: "\f165";
	font-family: webfont-s;
}
span.rateup:before {
	content: "\f164";
	font-family: webfont-s;
}
/* squire */
span.ratedn:before {
	content: "\f146";
}
span.rateup:before {
	content: "\f0fe";
}
/* hand Outline */
span.ratedn:before {
	content: "\f165";
	font-family: webfont-r;
}
span.rateup:before {
	content: "\f164";
	font-family: webfont-r;
}
/*************************************************************
                        Ultra Blocks 
*************************************************************/
.topbar-block {
	background-color: none;
}
.site-title {
	padding: 10px 5px;
	color: #fff;
}
.site-title h1 {
	font-size: 1.2rem;
	line-height: 2.5em;
	font-weight: bold;
}
.site-title h1 a {
	color: #fff;
}
.site-title h1 a:hover {
	color: #0dafd7;
}
.site-title h3 {
	font-size: 1rem;
	font-family: yekan;
}
.site-nav {
}
.site-nav ul {
	padding: 0px;
	margin: 0px;
}
.site-nav li {
}
.site-nav li a {
}
.site-nav li a:hover {
}
.header-bg {
	background-image: url(https://cinematicket.org/assets/images/fajr/fajr_background_desktop.jpg); /*https://cinematicket.org/assets/images/fajr/background.jpg*/;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	min-height: 200px;
	margin-bottom: 10px;
}
.social-block {
}
.social-block a {
	font-size: 1.5rem;
	padding: 5px;
	padding-bottom: 10px;	
	
/*
.social-block ul {
	padding: 0px;
	margin: 0px;
	padding-top: 150px; 
	padding-bottom: 10px;
}
.social-block li {
	margin-left: 5px;
	margin-right: 5px;
}
.social-block a {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	padding-top: 10px;
}
.social-block a i {
}
.social-block a i:before {*/
}
.social-block a:hover {
	color: orange;
	transition: all ease 0.5s;
}
.linkbox-block {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 10px;
}
.linkbox-title {
	color: #fff;
}
.linkbox-title a.nav-link {
	color: #0dafd7;
}
.linkbox-body {
	border: 1px solid #dedede;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
}
.linkbox-item {
	text-align: right;
	padding: 10px;
}
.linkbox-item ul {
	padding: 0px;
	margin: 0px;
}
.linkbox-item li {
	list-style-type: none;
	margin-bottom: 5px;
}
.linkbox-item li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
}
.linkbox-item li a:before {
	content: '\f104';
	margin-left: 7px;
	vertical-align: middle;
	font-family: webfont-s;
	font-size: 0.8rem;
	display: inline-block;
}
.linkbox-item li a:hover {
	color: #0dafd7;
	border: 1px solid #0dafd7;
}
.slider-block {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding-bottom: 0px;
}
.slider-block img {
	border-radius: 4px;
}
.site-footer {
	background-color: #222;
	color: #fff;
	font-family: yekan;
}
.site-footer i {
	margin-left: 5px;
}
.site-footer a {
	color: #0dafd7;
}
.site-footer a:hover {
	color: #fff;
}
/*************************************************************
                        Responsive Query 
*************************************************************/
@media (max-width: 768px) {
html {
	font-size: 16px;
}
.cmnt-user {
	margin-bottom: 10px;
}
.cmnt-user, .cmnt-date {
	width: 100%;
	float: none;
	text-align: right;
}
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/******************************************/
استایل های زر
/**************************************/

}
.pull-right2 {
	margin: 0px;
	padding: 0px;
	font-size: 2rem;
}
/* پوشاننده برای دنبال کنندگان*/
.first_zar {
	z-index: 1;
}
.second_zar {
	z-index: 2;
	background-color: #FFF;
	width: 96%;
	height: 40px;
	margin-top: -40px;
	position: absolute;
}
.third_zar {
	z-index: 3;
	font-weight: bold;
	margin-top: -25px;
	margin-right: -50px;
	position: absolute;
	font-size: 16px;
}
/*خط بین سطرها*/
}
.stats_zar {
	line-height: 2.5em;
}
.stats_zar li:before {
	content: '';
}
.stats_zar li {
	border-bottom: 1px dashed #ccc;
	padding: 0px;
}
.stats_zar li:hover {
	background-color: #f9f9f9;
}
.stats_zar li span {
	display: inline-block;
	padding: 1px 1px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.8em;
	float: right;
	background-color: #fff;
}
.stats_zar li:after {
	display: table;
	content: ' ';
	clear: both;
}
/**/
.zar2 {
	color: #333;
	font-size: 14px;
	text-align: justify;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 10px;
}
.zar2 a {
	font-family: sahel;
	font-weight: none;
	color: #333;
	font-size: 13px;
	line-height: 1em;
}
.zar2 a:hover {
	color: #00A1AF;
	
/* تیک سینماپرس */
}
.tik_cinemapress a:before {
	content: "سینما:  ";
	font-size: 14px;
	color: orange;
	right: 0;
	position: relative;
	transition: right 0.3s;
	padding-left: 2px;
}
/* تیک فیلم */
}
.tik_film a:before {
	content: "فیلم:  ";
	font-size: 14px;
	color: orange;
	right: 0;
	position: relative;
	transition: right 0.3s;
	padding-left: 2px;
}
/* تیک قرمز مثلثی*/
.tik_mos_red {
	float: right;
	color: red;
	padding-left: 5px;
	padding-top: 8px;
	font-size: 18px;
}
/* تیک قرمز دایره*/
.tik_mos_green {
	float: right;
	color: green;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 14px;
}
/*بکگراند ایمیج زرد زیر شماره ها*/
.bgimgnom span {
	float: right;
	margin: 0 10px;
	padding-left: 2px;
	background: url(http://www.safaryabi.com/safar/wp-content/themes/theme/files/b.png) no-repeat center;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
}
/*تیک آبی */
.bgimgnom2 li {
	background: url(http://www.safaryabi.com/safar/wp-content/themes/theme/files/ft2.png) no-repeat left;
}
/*بدون دایره*/
.ul.no-bullets {
	list-style-type: none;
}
/*هدایت به بالا*/
.gotop {
	cursor: pointer;
	display: none;
	background: #555555 url() no-repeat center center;
/*http://www.safaryabi.com/safar/wp-content/themes/theme/files/top.png*/width: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 15;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	height: 45px;
}
/*رنگ نارنجی هدایت به بالا*/
.ahover_color_size_orang {
	font-size: 30px;
	line-height: 1.7em;
	padding-left: 4px;	
}
.ahover_color_size_orang a {
	color: #ffa500;
}
.ahover_color_size_orang a:hover {
	color: #ffa500;
}
/*فقط تغییر رنگ لینک*/
.stats_zar_333 {
	line-height: 2.5em;
}
.stats_zar_333 a {
	color: #333;
}
.stats_zar_333 a:hover {
	color: #00A1AF;
}
.stats_zar_333 li:before {
	content: '';
}
.stats_zar_333 li {
	border-bottom: 1px dashed #ccc;
	padding: 0px;
}
.stats_zar_333 li:hover {
	background-color: #f9f9f9;
}
.stats_zar_333 li span {
	display: inline-block;
	padding: 1px 1px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.8em;
	float: right;
	background-color: #fff;
}
.stats_zar_333 li:after {
	display: table;
	content: ' ';
	clear: both;
}
/*باکس های آبی هدر و فوتر*/
.header-bg_zar2 {
	background: repeating-linear-gradient(45deg, #036307, #018e03 20px, #029d09 12px, #0db602 20px);
	box-shadow: inset 0px 100px 100px 20px rgba(0,0,0,0.4);
	border-bottom: 4px solid orange;
	max-width: 100%;
	min-height: 150px;
	margin-bottom: 10px;
}
.footer-bg_zar {
	background: rgb(1,7,115);
	background: repeating-linear-gradient(45deg, #036307, #018e03 20px, #029d09 12px, #0db602 20px);
	box-shadow: inset 0px 100px 100px 20px rgba(0,0,0,0.4);
}
.bg_zar_gra {
	background: radial-gradient(circle farthest-side at center center, #ffffff, #ededed);
	max-width: 100%;
	margin-bottom: 10px;
}
/* مربع دایره های رنگی*/
  .lozi_color_left {
  position: absolute;
  top: 0px;
    left: 50px;
    width: 90px;
    height: 90px;
    background: -webkit-gradient(linear, left top, right top, from(#005c02), to(rgba(31,38,103,0.9)));
    background: linear-gradient(to right, #00b324, rgba(31,38,50,0.9));
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lozi_color_right {
	position: absolute;
	top: 0px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#005c02), to(rgba(31,38,103,0.9)));
    background: linear-gradient(to right, #00b324, rgba(31,38,50,0.9));
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.dayereh_color {
	position: absolute;
	top: -10px;
	right: 60px;
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 100px;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(49,207,171,0.5)), to(#02c510));
	background-image: linear-gradient( -90deg , rgba(49,207,171,0.5) 0%, #01751e 100%);
	mix-blend-mode: multiply;
}
/*تغییر رنگ لینک به نارنجی*/
.zar_link {
	color: #fff;
}
.zar_link a {
	color: #14b300;
}
.zar_link a:hover {
	color: #eb0007;
}	
/**/
.zar1 {
	color: #333;
	text-align: right;

}
.zar1 a {
	font-family: sahel;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	
}
.zar1 a:hover {
	color: #00A1AF;
}
/* عکس لب گرد*/
.pic_ger_negar_zar {
	border: 4px solid transparent;
	border-radius: 0px 35px 0px 35px;
	padding: 5px;
	border: 1px solid #ccc;
}

/*  عکس لب گرد دوم*/
.pic_ger_negar_zar2 {
	border: 4px solid transparent;
	border-radius: 15px 15px 15px 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
/* آی فروم تلویزیون اینترنتی محرم */
.iframe_zar1{
	border: 4px solid transparent;	
	border-radius: 25px 25px 25px 25px;
	padding: 5px;
 	width:100%;
	height:310px;
	margin-bottom: 15px;
}
/* آی فروم سایت فرهیخت */
.iframe_zar2{
	border-radius: 15px 15px 15px 15px;
	padding: 0px;
 	width:100%;
	height:1400px;
	margin-bottom: 10px;
}
/*کتیبه حسینی -  کارزار*/	
@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 2560px 0
    }
}
/* اگه fixed باشه میره تو بکگراند پشت عکس*/
.mediabar {
	width: 100%;
	height: 70px; /* عکس متحرک*/
	
	background: url('https://kashoob.com/static/images/462536b46d6ff67c96a2.webp') repeat-x;
	/*https://kashoob.com/static/images/d198688000a7f93d4fee.webp
	https://www.aparat.com/public/public/images/etc/category/501_pattern.jpg
	*/
	background-attachment: inherit;
}
.move-to-right {
    -webkit-animation: animatedBackground 80s linear infinite;
    animation: animatedBackground 80s linear infinite
}

/* --------------------------------*/
/*.lozi_color {
	position: absolute;
	top: -50px;
	right: 30px;
	display: block;
	width: 220px;
	height: 220px;
	-webkit-transform: rotate( -45deg );
	transform: rotate( -45deg );
	background-image: -webkit-gradient(linear, left top, right top, from(#2336B6), to(rgba(31,38,103,0.9)));
	background-image: linear-gradient( 90deg , #2336B6 0%, rgba(31,38,103,0.9) 100%);
}
.morab_color {
	position: absolute;
	top: -50px;
	right: 190px;
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(49,207,171,0.5)), to(#023cb6));
	background-image: linear-gradient( -90deg , rgba(49,207,171,0.5) 0%, #00109e 100%);
	mix-blend-mode: multiply;
}
/*.header-bg_zar1 {
	background-image: url("//bayanbox.ir/view/8143313849923105234/Bg-simorgh-film-fajr-for-title-400x200.png") repeat; 
	background-position: center center;*/
}

