/*
theme name: fanoos
version: 1.0
Author: توس وب
Author URI: http://shop.2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/

body {
	font-family: 'toosweb-yekan';
    color:#333;
    background: #222;
}
:focus {
    outline: 0;
}
a {
    color: #333;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
a:hover {
    text-decoration: none;
}
a:active,a:visited.a:focus {
    background: transparent;
    text-decoration: none !important;
    outline: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin:0;}
.os-animation{
  opacity: 0;
} 

.os-animation.animated{
    opacity: 1;
}
   #preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('images/preloader2.gif') 50% 50% no-repeat rgb(255,255,255);
}
#social_header {
    display: block;
    float: left;
    margin: 15px 0 0 3px;
}
#social_header li {
    float: left;
}
#social_header li a {
    display: block;
   margin: 0 5px 5px 0;
}
#social_header li a i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px !important;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 4px #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#social_header li a i:hover {
color:#fff;
}
#social_header li.facebook_icon a i:hover {
    background-color: #3B5A9A;
}
#social_header li.twitter_icon a i:hover {
    background-color: #28A9E2;
}
#social_header li.google_icon a i:hover {
    background-color: #DE4B39;
}
#social_header li.linkdin_icon a i:hover {
    background-color: #1279BF;
}
#social_header li.instagram_icon a i:hover {
    background-color: #6C3696;
}
#social_header li.telegram_icon a i:hover {
    background-color: #1EB8EA;
    font-size: 16px;
}
#social_header li.aparat_icon a {
    width:30px;
    height:30px;
    background:url(images/aparat_icon.png) no-repeat;
    border-radius:50%;
}

#social_header li.aparat_icon a:hover
 {  
    background-position:0 -30px;
}

/*
=navigation
---------------------------------------*/
.navigation {
    padding: 0;
    margin: 0 auto 5px;
    background: #eeeeee;
    font-family: toosweb-yekan;
    min-height: 25px;
    border:0;
    border-radius:1px;
}
.navigation .navbar-toggle {
    float: right;
    margin-right: 25px;
}
.navigation ul li a {
    padding:15px 18px;
    color:#444;
}
.navigation ul li a:hover {
    background: #75c737;
    color: #fff;
}
.navigation ul li:last-child  {
    border-left: 0;
}
.dropdown-menu {z-index:99999}
.navigation ul li{
    position: relative;
     border-left: 1px solid #ddd;
}
.navigation ul ul  ul {  
right:100%;
top:0;
}

.date-nav {
display:inline-block;
float:left;
   background: #fff;
    border-right: 1px solid #ddd;
    padding: 15px;
}
.navigation ul ul li.menu-item-has-children > a span.caret {
   display: inline-block;
    width: 0;
    height: 0;
    margin-right: 40px;
    vertical-align: middle;
    border: 4px solid #333;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
/*
=header
---------------------------------*/
.mast-head {
padding:5px 0;
position:relative;
margin-bottom: 10px;
}
.mast-head:after {
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mast-head .header-img {
    float: left;
}
.logo-top  {
    position: relative;
}
.logo-top img {
    max-height: 100px;
    position: relative;
    z-index: 2;
}
.logo-top h1,.logo-top h2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-indent: -99999px;
}
.ticker-news {
    float: right;
    width: 100%;
    height: 30px;
    line-height:30px;
    margin-bottom:10px;
}
.ticker-news a {color:#fff; font-size:13px}
.ticker-news .hot-news{
    float: right;  
}
.ticker-news strong {
    float: right;
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
}
#main-header .post-header {
    margin: 8px auto;
    border-radius: 2px;
}
#search-form {
	float: left;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 15px;
}
#search-form input {
	border: none;
	background: none;
}
#search-form #search-text {
    height: 28px;
    padding: 3px 8px;
    line-height: 28px;
    width: 177px;
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #777;
}
#search-form #search-submit {
	background: url(images/search.png) no-repeat center center;
	width: 35px;
	height: 30px;
	float: left;
	cursor: pointer;
}
/*
=slider-top
-----------------------------------*/
.slider-top {
    border:1px solid #ccc;
    background: #fff;
    padding: 5px;
}
/*
=latest-post-top
---------------------------------------*/
.title_sec {
position:relative;
text-align: center;
font-weight: normal;
background: #eee;
}
.title_sec span {
    display: inline-block;
    font-size: 20px;
    background: #eee;
    position: relative;
    padding: 0 10px;
    z-index: 3;
    color: #555;
}
.title_sec:after {
    content: "";
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    top: 22px;
    margin: auto;
    height: 1px;
    background: #ddd;
}
#main-header .latest-post-top div {
    background: #eee;
    padding-bottom:4px;
}
#main-header .latest-post-top ul li.bold-item {
    float: right;
    background: #ddd;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
}
#main-header .latest-post-top ul li.item {
    float: right;
    width: 100%;
}
#main-header .latest-post-top ul li.bold-item a {
    border: 0;
    
}
#main-header .latest-post-top ul li.bold-item a.more-link {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-left: 25px;
    display: inline-block;
    background: #2980B9;
    border-radius: 3px;
    float:left;
   margin-top:24px;
}
#main-header .latest-post-top ul li.bold-item img {
    float: left;
    width: 150px;
    border: 2px solid #fff;
    margin:5px;  
}
#main-header .latest-post-top ul li a {
    display: block;
    padding: 7px 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin: 2px 10px;   
    color:#555;
}
#main-header .latest-post-top ul li a:hover {
    margin: 2px 0; 
    background: #ededed;
    color: #fff;
}
#main-header .latest-post-top ul li.bold-item a {
    margin: 4px 4px;   
    border-right:0;
    background: transparent;
    color: #333;   
}
#main-header .latest-post-top ul li.bold-item a.excerpt-post:hover {
    border-right:0;
background:transparent !important;
}
#main-header .latest-post-top ul li.bold-item a.more-link:hover {
    opacity:.8;  
}
#main-header .latest-post-top ul li.active a {
    margin: 4px 0; 
    color: #fff;
}
#main-header .latest-post-top ul li a.excerpt-post p {
    font-family: tahoma;
    line-height: 25px;
    font-size: 12px;
    color: #333;
}
#main-header .latest-post-top ul li a.excerpt-post p:hover {
    color: #000;
}

.archive-post-link {
    margin-bottom: 13px;
    position: relative;
}
.archive-post-link h5 { 
line-height:20px;
 }
.archive-post-link a {
    display: block;
    color: #000;
    font-size: 17px;
    font-family: toosweb-yekan;
    margin-right: 20px;
    width: 200px;  
}
.archive-post-link a:hover {
    color: #75c737;
}
.archive-post-link a:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 3px;
    top: 4px;
    background: url(images/icon-archive.png) no-repeat;  
}

/*
=main
--------------------------------------*/
.main {
    margin-top: 20px;
}
.tab-content {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px #ccc;
    -moz-box-shadow: 0 1px 5px #ccc;
    -o-box-shadow: 0 1px 5px #ccc;
    box-shadow: 0 1px 5px #ccc;
    padding:10px;
 }
.sidebar .index_list { 
    float: right;
    width: 100%;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px dashed #ddd;
}
.sidebar .index_list .thumb_list { 
display: block;
    margin-left: 7px;
    float: right;
}
.sidebar .index_list img{ 
    width: 80px;
    height: 80px;
    padding: 4px;
    border: 1px solid #eee;
}
.sidebar .index_list .list-title{
    padding-top: 15px;
}
.sidebar .index_list .list-title h4{
line-height:20px;
}
.sidebar .index_list .list-title h4 a{
    font-size: 13px;
    font-weight: normal;
    color: #555;
}
.sidebar .nav-pills li a {
color:#fff;
}
.sidebar .nav-pills > li.active > a,.sidebar .nav-pills > li.active > a:hover,.sidebar .nav-pills > li.active > a:focus { 
border-radius:0;
}
.sidebar .nav-pills li.active a { 
color:#555;
background:#eee;
}
/*
=sidebar
--------------------------------*/
.sidebar .widget { 
padding:0;
background:#fff;
 }
.sidebar .widget,.sidebar .ads {
    padding-left: 0;
background:#fff;
}
.sidebar .widget,.sidebar .ads img { 
margin-bottom:2px;
}
.sidebar .row-sidebar {
    padding: 5px 1px;
    float: right;
    border: 2px solid #ddd;
    border-radius: 2px;
    width:100%;
}
.sidebar .widget .widget-wrap {
    margin-bottom: 25px;
overflow:hidden;
}
.sidebar .widget .widget-wrap h4.widget-title {
    font-size: 13px;
    color: #444;
    padding: 4px;
    line-height:20px;
}
/*
= gallery & video
------------------------------------------*/
.box-bottom {
    margin-top: 25px;
}
.row-box {
    float: right;
    width:100%;
    padding: 0 10px 6px;
    background:#eee;
}
.gllery-index .title-gallery h4,.video-box .title-gallery h4 {
    padding: 5px 25px;
    color: #fff;
    background: #75c737;
    font-size: 15px;
    position: relative;
    font-family: toosweb-yekan;
    margin-top: -7px;
line-height:20px;
}
.gllery-index .title-gallery,.video-box .title-gallery {
    position: relative;
}
.gllery-index .title-gallery:before,.video-box .title-gallery:before {
    content: "";
    position: absolute;
    border: 7px solid #52832e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    top: -7px;
    right: -6px;
    z-index: -1;
}
.gllery-index .title-gallery:after,.video-box .title-gallery:after {
    content: "";
    position: absolute;
    border: 7px solid #52832e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    top: -7px;
    left: -6px;
    z-index: -1;
}
.gllery-index .title-gallery h4:before,.video-box .title-gallery h4:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 8px;
    top: 8px;
    background: url(images/icon-archive.png) no-repeat;  
}
.gllery-index img {
    width: 100%;
    height: 130px;
    display: block;
}
.gllery-index a.item-gallery {
    float: right;
    overflow: hidden;
    position: relative;
    width: 23%;
    margin:0 5px 15px;
}
.gllery-index a.item-gallery:hover .cover_item {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.gllery-index a.item-gallery figure {
background:#000;
overflow:hidden;
position:relative;
 }
.cover_item {
position:absolute;
background:rgba(0,0,0,.5);
width:100%;
height:100%;
top:0;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.cover_item i {
    color: #eee;
    font-size: 25px;
    margin: auto;
    padding: 55px 0;
    display: block;
    text-align: center;
}
.gllery-index .item-gallery span {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gllery-index span:hover {
    color:#528d25;

}
/*
=video-box
------------------------------------*/
.video-box {
    padding-left: 0;
    padding-right: 0;
    
}
.video-box .video-full{
    padding: 0;
    margin-top: -10px;
}
.video-box .video-full img { 
width:100%;
 }
.video-box .video-small {
    padding: 4px;
}
.video-box .video-small img { 
    height: 90px;
    width: 100%;
    background: #3498DB;
    padding: 2px;
opacity:.7;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
 }
.video-box .video-small:hover img {  
opacity:1;
}
.video-box .video-small .wrap-small {  
background:#000;
position:relative;
 }
.video-box .video-small .wrap-small  .icon-video{  
position:absolute;
top: 30px;
 right: 0;
left:0;
margin:auto;
 }
.video-box .video-small .wrap-small  .icon-video img {  
width:30px;
height:30px;
background:transparent;
opacity:1;
margin:auto;

 }
.video-box  {  
background:#fff;
 }

.video-box video {
    width: 100%;
    height: 238px;
    max-width: 100%;
    background: #111;
    padding: 2px;

}
.audio_panel .audio_item {
padding: 15px 5px 13px;
}
.audio_panel .audio_item:nth-child(odd) {background:#f8f8f8}
.audio_panel .audio_item .audio_title {
    line-height:22px;
    margin-bottom: 8px;
}
.audio_panel .audio_item .audio_title a {
display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 0 17px 4px 10px;
    position: relative;
    color: #333;
}
.audio_panel .audio_item .audio_title a:before {
content:"\f028";
font-family:FontAwesome;
position:absolute;
right:0;
top:1px;
color:#666;
font-size:14px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.audio_panel  a.archive_audio {
    display: block;
    text-align: center;
    background: #d71515;
    line-height: 25px;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    border:2px solid  #d71515;
}
.audio_panel  a.archive_audio:hover {
color:#333;
background:#fff;
}
a.archive-box {
    text-align: center;
    display: table;
    font-size: 14px;
    padding: 8px 25px;
    margin: 5px auto;
    border-radius: 2px;
    color: #666;
    background: #eee;
color:#fff !important;
border:2px solid #D71515;
}
a.archive-box:hover {
    background:#fff;
    color:#333!important;
}
/*
=footer
---------------------------------------*/
#footer {
background:#333;
padding:10px 0;
position:relative;
}
#go-top {
position: absolute;
    top: -54px;
    right: 0;
    width: 25px;
    left: 0;
    margin: auto;
    border: 25px solid #333333;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid transparent;
    cursor: pointer;
    z-index: 4;
}
#go-top:after {
    content: "\f077";
    font-family: FontAwesome;
    position: absolute;
    right: -7px;
    top: 10px;
    color: #fff;
}

#footer .footer-logo img {
   margin:5px auto;
max-height:100px;
}
#footer .copyright p {
    display: block;
    letter-spacing: .4px;
    font-family: 'toosweb-yekan';
    font-size: 12px;
    color: #eee;
}
#footer .copyright span {
    text-align: center;
    color: #eee;
}
#footer .menu-footer {
    padding-top: 15px;
}
#footer .menu-footer ul li {
    float: right;
    display: inline;
}
#footer-menu {
display:table;
margin:auto;
}
#footer .menu-footer ul li a {
    display: block;
    padding: 0px 8px;
    font-size: 13px;
    color: #fff;
    border-left: 1px solid #888;
    font-weight: normal;
}
#footer .menu-footer ul li a:hover {
    color:#eee;
}
.copyright {
text-align:center;
}
.copyright p,.copyright p a,.copyright a {color:#fff;}
.title_section {
margin-top: 30px;
position:relative;
}
.title_section a.archive_btn {
display:inline-block;
    position: absolute;
    left: 0;
    top: -13px;
    background: #eee;
    padding: 2px 20px 2px 10px;
}
.title_section a.archive_btn:before {
content: "\f055";
font-family:FontAwesome;
position:absolute;
    top: 4px;
    right: 4px;
font-size:14px;
}
.title_section a.archive_btn:hover {
opacity:.8;
}
.tw {

}
.title_section h3 {
font-size: 20px;
    border-top: 1px solid #ddd;
    color: #444;
    text-align: center;
    font-weight: normal;
    line-height: 25px;
}
.title_section h3 span {
    display: inline-block;
    position: relative;
    background: #eee;
    padding: 5px 20px;
    bottom: 21px;}
.index_posts .index_posts_item {
width:50%;
float:right;
margin-bottom: 10px;
height:100px;
overflow:hidden;
-webkit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
.index_posts .thumb_index_post {
float:right;
margin-left:10px;
 }
.index_posts .thumb_index_post img { 
width:120px;
height:100px;
border:1px solid #777;
}
.index_posts .index_posts_title p {
color:#555;
font-size:11px;
line-height:20px;
padding:2px 5px;
}
.index_posts .index_posts_title h4 {
line-height:20px;
}
.index_posts .index_posts_title a{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.index_posts .index_posts_item:hover .index_posts_title p,.index_posts .index_posts_item:hover .index_posts_title a {
color:#fff;
}
.wrapper_posts,.row-tab-content {
background: #eee;
    padding: 10px;
}
.latest-post-top {
padding-left:0;
}
.index_posts {padding-right:0; }
/*responsive*/
@media screen and (max-width:1200px) { 
#main-header .latest-post-top ul li.bold-item a.more-link {
margin-top:0;
}
}
@media screen and (min-width:992px) {
.rslides img {height:366px;}
.navbar-collapse {padding-right:0}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.navigation ul li a {
font-size:12px;
padding:14px 5px;
} 
}
@media screen and (max-width : 992px) {
.index_posts .index_posts_item {
width:100%;
height:auto;
}
.latest-post-top {
padding:0;
margin-top:15px;
}
.index_posts,.gllery-index {
padding:0;
margin-bottom:15px;
}
.video-box .row-box {
display:table;
margin:auto;
float:none;
}
     #tab-news {
        margin-bottom: 20px;
    }
    .sidebar .row-sidebar {
        float: none;
    }
    .sidebar .widget .widget-wrap h4.widget-title {
        text-align: center;
    }
    .sidebar .widget img,.ads img {
        margin: auto;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width : 767px) {
#social_header,#search-form {
float:none;
margin:5px auto;
display:table;
}
    .navigation .navbar-nav {
    margin: 0;
}
.slide-container .cap-title { 
display:none;
 }
    .tabs li.active:before,.tabs li.active:after {
        display: none;
    }
    .tabs li.active {
        padding-top: 0;
        margin-top: 0;
    }
    .tabs li a {
        width: auto;
    }
    .tabs li {
        width: 100%;
    }
    .date-nav {
        padding: 22px 15px;
background:transparent;
border-right:0;
    }
    .ticker-news {
        height: auto;
        display: none;
    }
    .latest-post-top {
        margin-bottom: 15px;
    }
   
    .video-box .video-small img {
        margin: 5px auto;
        border: 6px solid #fff;
        box-shadow: 0 0 3px #777;
        -webkit-box-shadow: 0 0 3px #777;
        -moz-box-shadow: 0 0 3px #777;
        -o-box-shadow: 0 0 3px #777;
    }
    .gllery-index {
        margin-bottom: 20px;
    }
    #tab-news ul.tabs,.tabs li  {
        float: none;
    }
    #tab-container {
        margin-top: 5px;
    }
    .inner-content-tab ul li .list-title a {
        border-bottom: 0;
    }
    .inner-content-tab ul li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    } 
    .mast-head img {
        margin: auto;
    }
    .mast-head .header-img {
        float: none;
    }
    #footer .footer-logo img {
        margin: auto;
    }
    #main-header .latest-post-top ul li.bold-item img {
        width: 80px;
    }
.video-box .video-small img { 
width:auto;
height:auto;
opacity:1;
}
.video-box .video-small .wrap-small  .icon-video { 
display:none;
 }
 
.video-box .video-small .wrap-small { 
background:none;
 }
 .latest-post-top {
    padding-left: 0;
 }
       
}
@media screen and (max-width:520px) {

.gllery-index a.item-gallery {
margin:0;
width:50%;
}
}
/*
=widget 
--------------------------------*/
.widget div.textwidget {
padding:0;
 }
.widget iframe {  
width:156px !important;
border:0 !important;
 }
.sidebar .widget .textwidget img,.sidebar .widget img { 
width:100%;
 }
.sidebar .ads img { 
width:100%;
 }
.gllery-index { 
padding-right:0;
 }
a.tw { 
display:inline-block;
text-align:center;
 }
/*
=panel toggle
----------------------------------*/
#panel_toggle {
    color: #eee;
    position: relative;
    margin-top: 50px;
    background: #000;
    padding:15px 0 20px;
}
#panel_toggle:after {
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
z-index:1;
background: rgba(0,0,0,.1);
}
#panel_toggle .container {
    position: relative;
   z-index:3;
}
#btn_toggle {
    display: block;
    position: absolute;
    left: 0;
cursor:pointer;
}
#btn_toggle:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: -30px;
    font-size: 14px;
}
#btn_toggle:before {
content: "";
    position: absolute;
    left: 0;
    top: -60px;
    border: 60px solid #444;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid transparent;
}
#panel_toggle .widget_panel h4 {
    color: #eee;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 25px;
    padding: 10px;
    border-bottom: 1px solid #444;
}
#panel_toggle .widget_panel p,#panel_toggle .textwidget {
color:#ddd;
}
#panel_toggle .widget_panel ul li a {
    display: inline-block;
    color: #999;
    position: relative;
    padding: 0 10px 5px 0;
    font-size: 12px;
}
#panel_toggle .widget_panel ul li a:before {
content:"";
position:absolute;
right:0;
top:7px;
width:4px;
height:4px;
background:#aaa;
}
#panel_toggle .widget_panel ul li a:hover {
color:#fff;
}

/*
=color picker
-------------------------------*/
body,#panel_toggle {
background-color:#222;
}
.wp-pagenavi {
    display: table;
    float: none !important;
    margin: 15px auto;
}
.nextpostslink,.previouspostslink {
font-family:tahoma;
display:inline-block;
margin:0 2px;
}
.single-post .ads-box img {
clear:both
}

/*
=related posts
----------------------------------*/
.related_posts {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
.related_posts .related_title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}
.related_posts .related_title i {
vertical-align:middle;
padding-left:5px;
}
.related_posts .related_item {
    margin-bottom: 15px;
    height: 70px;
    overflow: hidden;
}
.related_posts .related_item .wrap_related {

}
.related_posts .related_item .thumb_rel {
    display: block;
    float: right;
    margin-left: 6px;
}
.related_posts .related_item .thumb_rel img{
    width: 90px;
    height: 70px;
}
.related_posts .related_item .caption_rel {
    line-height: 25px;
}
.related_posts .related_item .caption_rel a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
