@font-face {
    font-family: 'yekan';
    src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.woff?download') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'FontAwesome';
	src:url('//bayanbox.ir/download/3376674101209512198/fontawesome-webfont.eot');
	src:url('//bayanbox.ir/download/3376674101209512198/fontawesome-webfont.eot?#') format('embedded-opentype'),
	url('//bayanbox.ir/download/563157643849148443/fontawesome-webfont.woff') format('woff'),
	url('//bayanbox.ir/download/7290627479469205398/fontawesome-webfont.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;
}
/*--body--*/
body a{
	text-decoration: none;
}
body {
	background: #fff;
}
/*--wrp--*/
#wrp {
	width: 900px;
	margin: auto;
}
#block-post {
	width: 630px;
	float: right;
}
/*--header--*/
#header {
	margin: 10px 0px;
	text-align: center;
}
#header img {
	width: 163px;
	height: 163px;
	padding: 2px;
	border: 1px dashed #dedede;
	margin-left: 5px;
}
/*--menu--*/
.menu {
	background: #fff;
	border: 1px dashed #dedede;
	padding: 5px 6px;
	margin: 10px 0px 0px 0px;
	font-family: yekan;
	text-align: center;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.menu li:after {
	content: "|";
	color: #ededed;
}
.menu li:last-child:after {
	content: "";
}
.menu a{
	padding: 4px 10px;
	margin: 0px 2px;
	color: #000;
	border-radius: 12px;
}
.menu a:hover{
	color: #529fff;
	transition-duration: .3s;
}
.menu a.selected{
	color: #529fff;
}
/*--post--*/
.post {
	margin: 40px 0px;
}
.post a {
	color: #529fff;
}
.post a:hover {
	color: #1378f6;
}
.post-title-back {
	text-align: center;
	background-image: url(//bayanbox.ir/view/5298443604241274695/background-line-1.png);
	background-position: center;
	background-repeat: repeat-x;
}
.post-title-back h2{
	font-size: 16px;
	font-family: yekan;
	font-weight: normal;
	margin: 0;
	padding: 0px 10px;
	border: 1px dashed #dedede;
	display: inline-block;
	background: #fff;
}
.post-title-back a{
	color: #4a4a4a;
}
.post-title-back a:hover {
	color: #7d7d7d;
}
.post-matn {
	line-height: 1.7;
	padding: 5px 0px;
}
.post img{
	max-width: 100%;
	height: inherit;
}
/*--post-detail--*/
.post-detail-bottom {
	text-align: center;
	background-image: url(//bayanbox.ir/view/5298443604241274695/background-line-1.png);
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
}
.post-detail-bottom ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-detail-bottom li{
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px dashed #dedede;
	font-size: 14px;
	background: #fff;
}
.post-detail-bottom li:hover {
	background: #f9f9f9;
	transition-duration: .3s;
}
.post-detail-bottom a{
	color: #575757;
}
.post-detail-bottom a:hover {
	color: #333333;
}
.post-date {
	position: absolute;
	right: 1px;
	color: #bdbdbd;
	top: 13px;
	background: #fff;
	padding: 4px 5px;
	border: 1px dashed #dedede;
}
.post-time {
	position: absolute;
	left: 1px;
	color: #bdbdbd;
	top: 13px;
	background: #fff;
	padding: 4px 5px;
	border: 1px dashed #dedede;
}
/*--post-comment--*/
.cm-count {
	text-align: center;
	padding: 20px 0px;
	font-family: yekan;
	font-size: 14px;
}
.cm-main {
}
.cm-count a{
	font-size: 25px;
	color: #999999;
	cursor: default;
}
.cm-body {
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 10px;
	line-height: 1.7;
}
.cm-detail {
	position: relative;
	margin-right: 60px;
}
.cm-av {
	width: 50px;
	border-radius: 100%;
	float: right;
}
.cm-name {
	color: #529fff;
}
.cm-date {
	color: #858585;
}
.cm-date .cm-date-a {
	color: #adadad;
	cursor: default;
}
.cm-date .cm-date-a:hover {
	color: #adadad;
}
.cm-detail a{
	color: #858585;
}
.cm-detail a:hover{
	color: #000;
}
.reply-body {
	margin-top: 10px;
}
.reply-av {
	width: 40px;
	max-height: 40px;
	border-radius: 100%;
	float: right;
}
.cm-reply-matn {
	position: relative;
	margin-right: 50px;
}
.cm-reply-color {
	color: #529fff;
}
.comment-link {
	width: 15px;
	height: 15px;
}
/*cm-form*/
.bComForm .sendbutton.hasCheckbox {
	margin-top: 10px;
}
.bComForm .sendbutton {
	padding: 4px 20px;
	margin-top: 50px;
	float: left;
	border-radius: 0px;
	background: #fff;
	border: 1px dashed #dedede;
	color: #000;
}
.bComForm .sendbutton:hover {
	cursor: pointer;
	transition-duration: .4s;
	background: #f9f9f9;
	color: #6b6b6b;
}
.item_success {
	background: #FFF6E7;
	border: 1px solid #fee6be;
}
/*--pageination--*/
.pagingation {
	position: relative;
	padding-bottom: 40px;
}
.page-right {
	position: absolute;
	left: 1px;
}
.page-left {
	position: absolute;
	right: 1px;
}
.pagingation a{
	padding: 4px 10px;
	color: #707070;
	border: 1px dashed #dedede;
}
.pagingation a:hover {
	color: #424242;
	background: #f7f7f7;
	transition-duration: .3;
}
/*--left--*/
.left {
	float: left;
	width: 240px;
	color: #000;
	margin-top: 10px;
}
.left a{
	color: #000;
}
.archive a.selected {
	color: #529fff;
}
.title-left {
	text-align: center;
	border-radius: 2px 2px 0px 0px;
	display: inline-block;
	background: #fff;
	border: 1px dashed #dedede;
	color: #000;
	padding: 2px 8px;
	font-family: yekan;
	cursor: default;
}
.left-back {
	border-radius: 2px;
	margin-bottom: 20px;
}
.left ul {
	list-style: none;
	margin: 0;
	padding: 4px 0px;
}
.left li{
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #dedede;
}
.left li:last-child{
	border-bottom: 0px;
}
.left-input {
	padding: 8px 5px;
}
/*--follow-box--*/
.followBx {
	margin: 10px 8px 5px 8px;
	background: #fff;
	border-radius: 0px;
	border: 1px dashed #dedede;
}
.followThis.followed {
	background: #529fff;
}
.followThis {
	background: #529fff;
}
#followInBx #followersLs .followImg {
	border-radius: 50%;
}
/*stat*/
.stat-back {
    	padding: 5px 4px;
	margin-bottom: 2px;
	border-radius: 4px;
	cursor: default;
}
.stat-value {
	float: left;
	display: inline-block;
}
/*about-me*/
.left-back-ab {
	margin-bottom: 20px;
	border: 1px dashed #dedede;
}
.about-me h1{
	font-family: yekan;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.about-me h2{
	font-family: yekan;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
.about-me {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blog-image {
	width: 210px;
	height: inherit;
	margin: 5px 0px;
}
.description-web {
	line-height: 1.6em;
	padding: 10px 10px 0px 10px;
}

/*recent-comment*/
.recent-comment {
	padding: 2px 0px;
	clear: both;
	line-height: 1.7;
}
.left-input a{
	color: #4d4d4d;
}
.recent-comment img {
	width: 35px;
	border-radius: 100%;
	float: right;
	margin-top: 3px;
}
.recent-cm-detail {
	margin-right: 40px;
	overflow: hidden;
}
.recent-cm-name {
	color: #529fff;
}
.left li:hover .recent-cm-matn {
	color: #999999;
}
/*مطالب محبوب*/
.left i{
	color: #ebebeb;
	margin-left: 5px;
	font-size: 12px;
}
.left li:hover i{
	color: #529fff;
}
a.selected .rate--post i{
	color: #529fff;
}
.rate--post {
	color: #1c1c1c;
	padding: 4px;
	line-height: 1.8em;
}
.rate--post:hover{
	color: #6e6e6e;
}
a.selected .rate--post {
	color: #529fff;
	transition-duration: .3s;
}
.category-children {
	margin-right: 10px;
}
/*--tags--*/
.tagss {
	display: inline-block;
}
.tagss a{
	padding: 5px 8px;
	border: 1px dashed #dedede;
	display: table-cell;
	color: #000;
	transition-duration: .3s;
	border-radius: 2px;
}
.tagss a:hover{
	background: #f7f7f7;
	color: #000;
}
.tagss a.selected{
	background: #ebebeb;
	color: #000;
}
/*----fot----*/
.fotter {
	border: 1px dashed #dedede;
	margin-bottom: 10px;
	padding: 8px;
	clear: both;
	bottom: 0;
	left: 0;
	top: auto;
	direction: ltr;
	color: #000;
}
.fotter .erfan{
	transition-duration: .5s;
	color: #529fff;
	text-decoration: none;
}
.fotter .erfan:hover{
	color: #3487ef;
}
.bayan {
	float: right;
	color: #000;
}
.bayan a {
	color: #529fff;
}
.bayan a:hover{
	color: #3487ef;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-comment-o:before {
	content:"\f0e5";
}
.fa-calendar-o:before {
	content:"\f133";
}
.fa-comment-o:before {
	content:"\f0e5";
}
.fa-calendar-o:before {
	content:"\f133";
}
.fa-home:before {
	content:"\f015";
}
.fa-comments:before {
	content:"\f086";
}
.fa-paint-brush:before {
	content:"\f1fc";
}
.fa-thumbs-o-up:before {
	content:"\f087";
}
.fa-external-link:before {
	content:"\f08e";
}
.fa-thumbs-o-down:before {
	content:"\f088";
}
.fa-heart-o:before {
	content: "\f08a";
}
.rate-button-box.rated .fa-heart-o:before {
	content:"\f004";
	color: #f06a6a;
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-user:before {
	content: "\f007";
}
.fa-angle-double-left:before {
	content:"\f100";
}
.fa-angle-double-right:before {
	content:"\f101";
}
.fa-angle-right:before {
	content:"\f105";
}
.fa-angle-left:before {
	content:"\f0c8";
}
.fa-sticky-note-o:before {
	content:"\f24a";
}
.fa-clock-o:before {
	content:"\f017";
}
.fa-bars:before {
	content:"\f0c9";
}
.fa-eye:before {
	content:"\f06e";
}