@charset "utf-8";
@import url('//cdn.jsdelivr.net/gh/rastikerdar/sahel-font@v3.4.0/dist/font-face.css');

body {
    font-family: Sahel;
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 1.9em; /*new*/
    border-top: 9px solid #d4c8b9;
    background:#d4cbbf url(http://bayanbox.ir/view/8183506170057604885/back.png);
    direction: rtl;
}

p {
    margin-bottom: 0.5em;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], button, textarea, select, .inputBox, input.text, a.btn, a.btn:hover, a.btn:visited, .followBx, .followThis {
    font-family: inherit;
}

pre {
    direction: ltr;
    background-color: #FAFAEE;
    border: 1px solid #DADADA;
    margin: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
}

.btn_submit {
    direction: ltr;
}

::-webkit-scrollbar {
    background: #ddd;
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
    box-shadow: inset 0 0 10px #333;
}

::-webkit-scrollbar-corner {
    background: #fff;
}

::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 0px;
    box-shadow: inset 0 0 10px #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

::-webkit-scrollbar-thumb:active {
    background: #777;
}


/* Link & Button /COLOR --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

img {
    border: none;
    border-width: 0px;
}

a {
    color: #2f6e89;
    cursor: pointer;
    text-decoration: none;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

a:hover {
    color: #4fab7e;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    outline: hidden;
}

a:visited {
}


/* wrp --------------------------------------------- */
#wrp {
    max-width: 900px;
    height: auto;
    margin: auto;
    width: 96%;
}

.header {
    border-top: 1px solid #d3d0b6;
    border-bottom: 1px solid #91b6ba;
    background: #d2c9bc url(//cdn.bayan.ir/blog/templates/171/header.png) top repeat-x;
    height: 100px;
}

.header .content {
    max-width: 900px;
    margin: auto;
    background: url(//cdn.bayan.ir/blog/templates/171/light.png) no-repeat;
    width: 96%;
}

/* Title & Description --------------*/
.header .hdr_right {
    height: 100%;
    text-align: center;
}

.header .hdr_left {
    display: none;
}

.header .title_desc {
    padding: 3px 0px;
}

.header .title_desc h1 {
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    margin: 18px;
    text-shadow: 0px 0px 5px #679dbc;
    line-height: 120%;
}

.header .title_desc h1 a {
    color: #FFF;
}

.header .title_desc h1 a:hover {
    color: #EEE;
}

.header .title_desc .desc h2 {
    font-size: 19px;
    font-weight: normal;
    cursor: default;
    margin-top: 5px;
    color: #b3eaf2;
    text-shadow: 0px 0px 5px #4ca3af;
}


/* MINI ICONS ----- */
.mini_icon {
    cursor: default;
    text-align: center;
    padding-top: 37px;
}

.mini_icon span {
    display: inline-block;
    padding-right: 8px;
    cursor: default;
}

.mini_icon span a {
    display: table-cell;
    *display: inline-block;
}

.mini_icon .mi_home {
    background: url(//cdn.bayan.ir/blog/templates/171/home.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.mini_icon .mi_rss {
    background: url(//cdn.bayan.ir/blog/templates/171/rss.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

/* Main Menu --------------------------------------------- */
.main_menu {
    height: 45px;
    background: #d3d1cf url(//cdn.bayan.ir/blog/templates/171/header.png) top repeat-x;
}

.main_menu .cnt {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0px 0px;
}

.main_menu .cnt ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main_menu .cnt li {
    float: right;
    cursor: default;
    background: url(//cdn.bayan.ir/blog/templates/171/middle_mnu.png) no-repeat left center;
}

.main_menu .cnt li:last-child {
    background: none;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

.main_menu .cnt a {
    display: block;
    outline: 0;
    font-size: 17px;
    color: #96c6cc;
    padding: 7px 15px 11px 15px;
    text-shadow: #222 0 1px;
}

.main_menu .cnt a:hover {
    color: #241e1e;
    background: #f4d59f url(//cdn.bayan.ir/blog/templates/171/header.png) top repeat-x;
}

.main_menu .cnt a.selected {
    color: #fff;
    border-left: 1px solid #0e4248;
    background: #d2cac1 url(//cdn.bayan.ir/blog/templates/171/header.png) top repeat-x;
}

/* wrp -> Content,Main Box1 --------------------------------------------- */
#wrp .box1 {
    height: 100%;
    margin-top: 15px;
}

/* wrp -> Content -> BX_Left --------------------------------------------- */
#wrp .box1 .bx_left {
    width: 28%;
    float: left;
	border:1px solid #e9e5e2;
}

* html #wrp .box1 .bx_left {
    margin-left: -10px;
}

/* MOD_LEFT ---- */
#wrp .box1 .bx_left .mod_left {
    margin-bottom: 15px;
}

#wrp .box1 .bx_left .mod_left .title {
    background: #8eccbd url(http://cdn.bayan.ir/blog/templates/171/w-header.png) repeat-x top left;
    border: 1px solid #e9e2d4;
    border-bottom: 1px solid #f3f0ea;
    height: 20px;
    padding: 5px 10px 10px 5px;
    color: #f0f0ef;
    text-align: right;
    cursor: default;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    text-shadow: 1px 1px 1px #29818c;
}

#wrp .box1 .bx_left .mod_left .cnt {
    background: #e6dfd5;
    border: 1px solid #efebed;
    padding: 5px 6px 5px 5px;
}

/* mod_left BLANK ---- */
#wrp .box1 .bx_left .mod_left_blank {
    background: #e1dad0 url(//cdn.bayan.ir/blog/templates/171/bg.png) repeat-x top;
    border: 1px solid #d0c6b4;
    margin-bottom: 10px;
}

#wrp .box1 .bx_left .mod_left_blank .cnt {
    padding: 5px;
}

#wrp .box1 .bx_left .mod_left_blank .cnt .blogImage {
    text-align: center;
}

#wrp .box1 .bx_left .mod_left_blank .cnt img {
    text-align: center;
    max-width: 95%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

* html #wrp .box1 .bx_left .mod_left_blank .cnt img {
    width: 220px;
    height: auto;
}

#wrp .box1 .bx_left .mod_left_blank .cnt .blog_description h4 {
    padding: 5px;
    color: #333;
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
}


/* LI & UL - Design ----- */
#wrp .box1 .bx_left .mod_left ul {
    padding: 0px;
    margin: 0px;
}

#wrp .box1 .bx_left .mod_left .sideCell {
    /*padding-bottom: 5px;*/
}

#wrp .box1 .bx_left .mod_left ul li ul.subcats a {
    padding-right: 10px;
    padding-top: 1px;
    display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/171/sub_ico.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cats li h3 {
    margin: 0px;
    font-size: 11px;
}

#wrp .box1 .bx_left .mod_left li {
    margin: 0px;
    list-style: none;
}

#wrp .box1 .bx_left .mod_left .cats li a {
    padding-bottom: 0px;
    padding-right: 20px;
    display: table-cell;
    *display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/171/folder_ico.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cats li.selected {
    background: none;
}

#wrp .box1 .bx_left .mod_left .subcats li.selected {
    background: none;
}

#wrp .box1 .bx_left .mod_left .subcats {
    margin-right: 14px;
    margin-top: -3px;
}

#wrp .box1 .bx_left .mod_left .cats .count {
    cursor: default;
    display: table-cell;
    color: #666;

}

#wrp .box1 .bx_left .mod_left .subcats .count {
    cursor: default;
    display: inline-block;
    color: #666;
}

/*-LINKs-*/
#wrp .box1 .bx_left .mod_left ul.links li {
    padding: 2px 5px 0px 5px;
    background: url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
    *background: none;
    *border-bottom: 1px solid #F5F5F5;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

#wrp .box1 .bx_left .mod_left ul.links li:hover {
    background: #E8E8E8 url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .links li.selected {
    background: #E5E5E5 url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .links li a {
    padding-bottom: 3px;
    padding-right: 10px;
    display: table-cell;
    *display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/171/sidebar-bullet.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .links .count {
    cursor: default;
    display: table-cell;
    *display: inline-block;
    color: #666;
}

#wrp .box1 .bx_left .mod_left ul.links li:last-child {
    border-bottom: 0px;
    background: none;
}

#wrp .box1 .bx_left .mod_left ul.links li:last-child:hover {
    background: #E8E8E8;
}

#wrp .box1 .bx_left .mod_left ul.links li.selected:last-child {
    background: #E5E5E5;
}

/* Advertising ---- */
#wrp .box1 .bx_left .mod_left .cnt.ads {
    text-align: center;
    padding-top: 11px;
    padding-right: 5px;
    padding-bottom: 2px;
}

#wrp .box1 .bx_left .mod_left .cnt.ads .view_ads {
    margin-bottom: 10px;
    display: block;
}

/* STAT Graph ---- */
#wrp .box1 .bx_left .mod_left #stat_summary_div {
    clear: both;
    padding: 2px 6px;
}

#wrp .box1 .bx_left .mod_left .cnt.stat {
}

#wrp .box1 .bx_left .mod_left .cnt.stat .all {
    display: table;
    width: 100%;
    padding-bottom: 4px;
    padding-right: 7px;
    background: url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
    *background: none;
}

#wrp .box1 .bx_left .mod_left .cnt.stat .stattitle {
    width: 117px;
    cursor: default;
    color: #555;
    font-size: 11px;
    border: none;
    font-weight: normal;
    display: table-cell;
    *display: inline-block;

}

#wrp .box1 .bx_left .mod_left .cnt.stat .value {
    color: #000;
    cursor: default;
    padding-right: 10px;
    display: table-cell;
    *display: inline-block;
}

/* Category ---- */
#wrp .box1 .bx_left .mod_left .category_selected {
    background: #E5E5E5;
    padding: 2px 5px 2px 5px;
    display: block;
    height: 21px;
    max-height: auto;
    *height: auto;
}

#wrp .box1 .bx_left .mod_left .category_selected a {
    color: inherit;
    cursor: default;
}


/* TAG Cloud ---- */
#wrp .box1 .bx_left .mod_left .cnt .tagcloud span {
    display: inline-block;
    margin: 1px 0px 1px 0px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a {
    padding: 2px 5px 2px 5px;
    color: #333;
    border: 1px solid #DDD;
    background: #EEE url(//cdn.bayan.ir/blog/templates/171/main-area-bg.png);
    display: table-cell;
    *display: inline-block;
    margin: 2px 0px 2px 0px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a:hover {
    border: #285d86 1px solid;
    background: url(//cdn.bayan.ir/blog/templates/171/bg_mnu.png) repeat-x bottom;
    color: #FFF;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a.selected {
    border: #285d86 1px solid;
    background: url(//cdn.bayan.ir/blog/templates/171/bg_mnu.png) repeat-x bottom;
    color: #FFF;
}

/* Recent Posts ---- */
#wrp .box1 .bx_left .mod_left .cnt .recent_posts li {
    display: inline-block;
    background: none;
    width: 100%;
}

/*- Mobile -*/
#wrp .box1 .bx_left .mod_left .cnt .recent_posts.mobile li a {
    padding-bottom: 3px;
    padding-right: 10px;
    background: url(//cdn.bayan.ir/blog/templates/171/sidebar-bullet.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a {
    background: none;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt {
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 4px 5px 6px 0px;
    line-height: 18px;
    border: none;
    background: url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a {
    color: #2f6e89;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a:hover {
    color: #4fab7e;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt:hover {
    background: #E8E8E8 url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt.selected {
    background: #E5E5E5 url(//cdn.bayan.ir/blog/templates/171/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .date {
    cursor: default;
    font-size: 9px;
    color: #666;
    display: none;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts.mobile .date {
    display: block;
}

.cnt.max {
    overflow: hidden;
    white-space: nowrap;
}


/* wrp -> Content -> BX_Center --------------------------------------------- */
.align {
    padding-right: 0px;
    padding-left: 0px;
}

.post_break {
    padding-top: 0px;
}

#wrp .box1 .bx_center {
    width: calc(72% - 15px);
    float: right;
}

#wrp .box1 .bx_center .mod_center {
}

/* POST CENTER / CONTENT -> ------*/
#wrp .box1 .bx_center a {
}

#wrp .box1 .bx_center .messages {
    border: 1px solid #b7becc;
    background:#deedeb url(http://bayanbox.ir/view/8183506170057604885/back.png);
}

#wrp .box1 .bx_center .messages .cnt {
    padding: 8px 15px 7px 15px;
    color: #555;
}

#wrp .box1 .bx_center .messages .cnt h2 {
    color: #666;
    text-shadow: 1px 1px 2px #CCC;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    cursor: default;
    margin: 5px;
}

#wrp .box1 .bx_center .messages .cnt h2 a.comment_count {
    color: #555;
    text-shadow: 1px 1px 2px #CCC;
}

#wrp .box1 .bx_center .messages .cnt h2 a.comment_count:hover {
    color: #222;
}

#wrp .box1 .bx_center .post {
    margin-bottom: 15px;
    background:#fffbfa url(http://bayanbox.ir/view/8183506170057604885/back.png);
    border: 1px solid #e9ddd4;
}

#wrp .box1 .bx_center .post .title .date_title {
    color: #F5F5F5;
    text-shadow: 0px 1px #2b8c96;
    cursor: default;
    float: left;
    background: url(//cdn.bayan.ir/blog/templates/171/date_ico.png) center left no-repeat;
    padding: 10px 10px 0px 27px;

    font-size: 11px;
    display: none;
}

#wrp .box1 .bx_center .post .title h2 {
    font-size: 17px;
    color: #fff;
    padding-bottom: 3px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 10px 8px 10px;
    border: 1px solid #cac6ba;
    border-bottom: 1px solid #a9c0d0;
    background: #d1c6c2 url(//cdn.bayan.ir/blog/templates/171/w-header.png) repeat-x top;
}

#wrp .box1 .bx_center .post .title h2 a {
    color: #d7eff2;
    text-shadow: 1px 1px #2b8c96;
    font-weight: bold;
}

#wrp .box1 .bx_center .post .title h2 a:hover {
    color: #d9d4ab;
}

#wrp .box1 .bx_center .post .body {
    overflow: hidden;
    height: auto;
    line-height: 1.9em; /*new*/
    margin: 11px;
}

#wrp .box1 .bx_center .post .body .cnt a {
    color: #0aacff;
}

#wrp .box1 .bx_center .post .body .cnt a:hover {
    color: #a5d4a7;
}

#wrp .box1 .bx_center .post .body .cnt {
    text-align: justify;
}
#wrp .box1 .bx_center .post .body .cnt  div{margin-bottom: 10px}
#wrp .box1 .bx_center .post .body .cnt ul {
    margin-top: -4px;
}

#wrp .box1 .bx_center .post .body .cnt ul li {
    margin-right: 5px;
    line-height: 1.9em; /*new*/
}

#wrp .box1 .bx_center .post .body .cnt img {
     max-width:98%;
        height:auto;
        margin-right:1px;
        border:2px solid #ffffff;
        outline:1px solid #ccc;
        padding:5px;
}

#wrp .box1 .bx_center .post .body .post_list img {
     max-width:98%;
        height:auto;
        margin-right:1px;
        border:2px solid #ffffff;
        outline:1px solid #ccc;
        padding:5px;
}

#wrp .box1 .bx_center .post .body .readmore {
    margin-top: 10px;
    margin-bottom: 10px;
}

#wrp .box1 .bx_center .post .body .readmore a {
    padding: 3px 7px 5px 7px;
    margin-left: 3px;
    cursor: pointer;
    background: #f3f3f3 url(//cdn.bayan.ir/blog/templates/171/bg_mnu_n.png) repeat-x top;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_center .post .body .readmore a:hover {
    color: #FFF;
    text-shadow: none;
    border: #285d86 1px solid;
    background: url(//cdn.bayan.ir/blog/templates/171/bg_mnu.png) repeat-x bottom;
}


/*--- Post Detail ---*/
#wrp .box1 .bx_center .post .post_detail {
    min-height: 23px;
    border-top: 1px solid #ffffff;
    padding-bottom: 5px;
    background: #d7dad9;
	border-bottom: 1px solid #bac5ca;
}

#wrp .box1 .bx_center .post .post_detail .cnt {
    padding-top: 4px;
    color: #999;
    font-size: 12px;
    line-height: 1.7em;
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_right {
    margin-right: 2px;
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_left {
    float: left;
    padding-bottom: 5px;
    margin-left: 5px;
}

#wrp .box1 .bx_center .post .post_detail a {
    color: #696969;
    text-shadow: none;
}

#wrp .box1 .bx_center .post .post_detail a:hover {
    color: #000;
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_left span.inline {
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    border-right: 1px solid #e8e8e8;
}

#wrp .box1 .bx_center .post .post_detail .cnt .author2 {
    padding-right: 5px;
    /*background:url(//cdn.bayan.ir/blog/templates/94/details_ico.png) right -38px no-repeat;*/
    color: #696969;
    border-left: 0px solid #e8e8e8;
    padding-left: 10px;
    cursor: default;
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .date {
    cursor: default;
    color: #696969;
    display: block;
    padding-right: 25px;
    background: url(//cdn.bayan.ir/blog/templates/94/details_ico.png) right 2px no-repeat;
}

#wrp .box1 .bx_center .post .post_detail .cnt .cmt {
    display: block;
    padding-right: 25px;
    background: url(//cdn.bayan.ir/blog/templates/94/details_ico.png) right -16px no-repeat;
}

#wrp .box1 .bx_center .post .post_detail .rating {
    padding-right: 0px;
}

#wrp .box1 .bx_center .post .post_detail .cnt .rating {
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .rating a {
    color: #696969;
    text-shadow: none;
}

#wrp .box1 .bx_center .post .post_detail .rating a:hover {
    color: #000;
}


/* rating */
.rate-button-box.rated {
    font-weight: bold;
}

.rate-up, span.rateup {
    color: #090;
    margin-left: 5px;
}

.rate-down, span.ratedn {
    color: #A00;
}

img.rateimg, img.renew, img.rateup, img.ratedn {
    background: url(http://cdn.bayan.ir/blog/templates/94/details_ico.png) no-repeat center;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.rate-down img.rateimg, img.ratedn {
    background-position: 0 -81px;
}

.rate-up img.rateimg, img.rateup {
    background-position: 0 -60px;
}


/*COMMENT  --------------------------------------------- */
#wrp .box1 .bx_center .post_comments {

}

#wrp .box1 .bx_center .cmt_break {
    margin-bottom: 10px;
}

#wrp .box1 .bx_center .post_comments .title_cmt {
    height: 20px;
    width: 100%;
}

#wrp .box1 .bx_center .post_comments .body_cmt {
    height: auto;
    line-height: 1.9em; /*new*/
    padding-top: 5px;
    padding-bottom: 8px;
    background: #F9F9F9;
    border: 1px solid #b7becc;
    border-top: none;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt {
    color: #333;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_l {
    display: inline-block;
    margin-right: -70px;
    vertical-align: top;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_r {
    display: inline-block;
    margin-right: -70px;
    min-width: 50px;
    height: auto;
    float: right;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_r img {
    width: 30px;
    height: auto;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt a {
    color: #0ab6ff;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt a:hover {
    color: #ffc880;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt {
    padding: 0 80px 0 20px;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt ul {
    margin-top: -4px;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt ul li {
    margin-right: 5px;
    line-height: 1.9em; /*new*/
}

/*-- Comment Details --*/
#wrp .box1 .bx_center .post_comments .cmt_details {
    height: 31px;
    background: #F0F0F0;
    border: 1px solid #b7becc;
    border-bottom: none;
    padding: 4px 0px 0px 0px;
    margin-right: 0px;
    color: #888;
    cursor: default;
}

#wrp .box1 .bx_center .post_comments .cmt_details:hover {
    color: #666;
}

#wrp .box1 .bx_center .post_comments .cmt_details .dets_right {
    float: right;
    margin-right: 5px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .dets_left {
    float: left;
    padding-top: 2px;
    margin-left: 5px;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline {
    display: table-cell;
    *display: inline-block;
    position: relative;
    padding-left: 5px;
    vertical-align: middle;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline.txt {
    padding-left: 10px;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline a {
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_center .cmt_details .avatar img {
    width: 24px;
    height: auto;
}

#wrp .box1 .bx_center .post_comments .cmt_details .author {
    /*background:url(//cdn.bayan.ir/blog/templates/171/details_ico_cmt.png) center -38px no-repeat;
    width:18px;
    height:18px;*/
    display: table-cell;
    *display: inline-block;
}

#wrp .box1 .bx_center .post_comments .cmt_details .website {
    background: url(//cdn.bayan.ir/blog/templates/171/details_ico_cmt.png) center -102px no-repeat;
    display: table-cell;
    *display: inline-block;
    width: 18px;
    height: 18px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .website:hover {
    background-position: center -125px;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details .email {
    background: url(//cdn.bayan.ir/blog/templates/171/details_ico_cmt.png) center -60px no-repeat;
    display: table-cell;
    *display: inline-block;
    width: 18px;
    height: 18px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .email:hover {
    background-position: center -79px;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details .cmt_date {
    background: url(//cdn.bayan.ir/blog/templates/171/details_ico_cmt.png) right 7px no-repeat;
    display: inline-block;
    padding-right: 25px;
}

#wrp .box1 .bx_center .post_comments .cmt_details a {
    color: #444;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details a:hover {
    color: #777;
}


/*Reply COMMENT  -------- */
#wrp .box1 .bx_center .cmt_reply {
    background:#cedad6 url(http://bayanbox.ir/view/8183506170057604885/back.png);
    border: 1px solid #FC0;
    margin-top: 4px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 10px;
    color: #333;
}

#wrp .box1 .bx_center .cmt_reply.color2 {
    background: #b2bfab;
    border: 1px solid #b9dfa7;
    color: #32372f;
}

#wrp .box1 .bx_center .cmt_reply.color3 {
   background:#e7e8cf url(http://bayanbox.ir/view/8183506170057604885/back.png);
    border: 1px solid #acb8b9;
    color: #393c3c;
}

.comment_add_form {

}

div.commentForm input.sendbutton {
    padding: 5px 15px 6px 15px;
    cursor: pointer;
    background: #f3f3f3 url(//cdn.bayan.ir/blog/templates/171/bg_mnu_n.png) repeat-x bottom;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    margin: 1px;
    cursor: pointer;
    /*float:left;
    margin-top:-27px;*/
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

div.commentForm input.sendbutton:hover {
    color: #FFF;
    text-shadow: none;
    border: #285d86 1px solid;
    background: url(//cdn.bayan.ir/blog/templates/171/bg_mnu.png) repeat-x bottom;
}

.comment_add_form {
    background: #f7f6f0;
    margin-bottom: 5px;
    padding: 10px 10px 10px 11px;
    border: 1px solid #B7BECC;
}

div.commentForm iframe {
    background: #FFF;
}


/* KEYWORDS POST TAG ----------------- */
#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post {
    margin-top: 5px;
    padding-right: 25px;
    cursor: default;
    background: url(//cdn.bayan.ir/blog/templates/94/details_ico.png) right -103px no-repeat;
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span {
    display: inline-block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span a {
    border-right: 1px dashed #aaa;
    padding: 2px 7px 2px 7px;
    display: table-cell;
    margin-bottom: 5px;

}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post .first a {
    border-right: none;
}


#wrp .box1 .bx_center .post .post_detail .cnt .author {
    height: 18px;
    padding-right: 5px;
    cursor: default;
    /*background:url(//cdn.bayan.ir/blog/templates/94/details_ico.png)  right -38px no-repeat;*/
    display: table-cell;
    *display: inline-block;
    color: #696969;
}

#wrp .box1 .bx_center .post .post_detail .cnt .post_rating {
    padding-right: 10px;

}

/*-- ReNew Button  ------*/
img.renew {
    background: url(//cdn.bayan.ir/blog/templates/94/details_ico.png) no-repeat 0px -133px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

blockquote {
    border-right: 6px solid #adc7cd;
    padding: 14px 10px;
    background: #d9dee3;
    margin: 15px;
    border-radius: 10px;
    font-style: normal;
}

blockquote p {
    margin: 0
}

/*Pagination  --------------------------------------------- */
#wrp .box1 .bx_center .pagination {
    cursor: default;
    display: block;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

#wrp .box1 .bx_center .pagination a {
    padding: 3px 7px 3px 7px;
    margin-left: 3px;
    cursor: pointer;
    background: #f3f3f3 url(//cdn.bayan.ir/blog/templates/171/bg_mnu_n.png) repeat-x bottom;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_center .pagination a:hover {
    color: #FFF;
    text-shadow: none;
    border: #285d86 1px solid;
    background: url(//cdn.bayan.ir/blog/templates/171/bg_mnu.png) repeat-x bottom;
}

.pagination {
    padding-top: 0px;
}


/* Footer Container --------------------------------------------- */
.footer_contain {
    height: auto;
    clear: both;
    border-top: 1px solid #084850;
    background: #c0cecc url(//cdn.bayan.ir/blog/templates/171/ftr_bg.png) repeat-x top;
}

.footer_contain .content {
    height: auto;
    width: 920px;
    margin: auto;
    text-align: right;
    background: url(//cdn.bayan.ir/blog/templates/171/light2.png) no-repeat center bottom;
    direction: rtl;
}

.footer_contain .content .cnt {
    padding: 15px 0px;
    overflow: hidden;
}

.footer_contain .content .bx {
    width: 285px;
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.footer_contain .content .bx ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 11px;
}

.footer_contain .content .bx h4 {
    color: #4f959c;
    text-shadow: 1px 1px 1px #155d67;
    font-weight: bold;
    font-size: 18px;
    cursor: default;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.footer_contain .content .bx ul li {
    color: #3998a2;
    cursor: default;
    padding: 5px 5px 5px 1px;
    background: url(//cdn.bayan.ir/blog/templates/171/line_ftr_cnt.png) center bottom no-repeat;
    border-bottom: 0px solid #4F4F4F;
}

.footer_contain .content .bx ul li:hover {
    color: #FFF;
    cursor: default;
    background: #1e6973 url(//cdn.bayan.ir/blog/templates/171/line_ftr_cnt.png) center bottom no-repeat;
}

.footer_contain .content .bx ul li a {
    color: #c8e4e8;
    cursor: pointer;
}

.footer_contain .content .bx ul li a:hover {
    color: #fff;
}

.footer_contain .content .bx ul li.selected {
    background: #155d67 url(//cdn.bayan.ir/blog/templates/171/line_ftr_cnt.png) center bottom no-repeat;
    cursor: default;
    color: #fff;
}

.footer_contain .content .bx ul li.selected a {
    color: #fff;
    cursor: default;
}


/* Footer --------------------------------------------- */
.footer {
    clear: both;
    border-top: 1px solid #cacece;
    background: #d3d5d4 url(//cdn.bayan.ir/blog/templates/171/header.png) top repeat-x;
}

.footer .cnt {
    max-width: 900px;
    height: 40px;
    margin: auto;
    width: 96%;
}

.footer .ftr_right {
    height: 100%;
    float: right;
    direction: rtl;
}

.footer .ftr_left {
    height: 100%;
    float: left;
}

.footer span.links {
    display: table-cell;
    *display: inline-block;
    cursor: default;
    color: #bfbaba;
    padding-top: 9px;
    padding-right: 0px;
}

.footer span.links a {
    color: #4e5356;
    text-decoration: none;
}

.footer span.links a:hover {
    color: #9b9797;
    text-decoration: underline;
}

.footer span.icons {
    display: table-cell;
    *display: inline-block;
    cursor: default;
    color: #c8dce8;
    padding-top: 10px;
    padding-left: 0px;
}

.footer span.icons a {
    *padding-right: 2px;
}

.footer .icons .bayan {
    background: url(//bayanbox.ir/view/7051350144008649011/ngh-footer.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .blog {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/blog-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .bayanbox {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayanbox-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .rss {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/rss-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .templates {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/templates-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
    .postmage img {
        width: 100%;
        height: auto;
    }
@media screen and (max-width: 768px) {
    	#wrp .box1 .bx_center,#wrp .box1 .bx_left {
        float: unset;
        width: 100%;
    	}
	.main_menu {
		height: unset;
		background: #114f56 ;
	}
	.main_menu .cnt li {
		float: unset;
		background: none;
		text-align: center;
	}
	.bComForm .sendbutton.hasCheckbox {
		margin-top: 0;
	        }
img {
    transition: all .4s ease;
}
img:hover {
    transform: scale(1.1);
}
html{scroll-behavior: smooth;}
#scrollToTop {
     width: 64px;
        height: 45px;
        background: #238CE4 url('http://bayanbox.ir/view/7444602683029121626/1-5.png') no-repeat;
        border-radius: 7px;
        box-shadow: 0 0 15px 3px #238CE4;
        opacity: .4;
        position: fixed;
        bottom: 10px;
        right: 10px;
        transition: opacity .4s ease 0s;
}
#scrollToTop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px #00AF66;
}
}
img {
    filter: grayscale(0%);
}
img:hover {
    filter: grayscale(100%);
}
img {
    transition: all .4s ease;
}
img:hover {
    transform: scale(1.1);
}
html{scroll-behavior: smooth;}
#scrollToTop {
     width: 64px;
        height: 95px;
        background: #32867e url('http://bayanbox.ir/view/7444602683029121626/1-5.png') no-repeat;
        border-radius: 7px;
        box-shadow: 0 0 15px 3px #238CE4;
        opacity: .4;
        position: fixed;
        bottom: 10px;
        right: 10px;
        transition: opacity .4s ease 0s;
}
#scrollToTop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px #00AF66;
}
}
img {
    filter: grayscale(0%);
}
img:hover {
    filter: grayscale(100%);
}