#gallery-2 img{
	width: 100%;
    height: auto;
    display: block;
}

/* CSS Document */
.chat-of-line{
	width: 100%;
	height: auto;
	background: #ECF0F1;
}
.chat-show{
	border: 1px solid gray;
	width: 100%;
	height: 450px;
	padding-right: 10px;
	direction: rtl;
}
.chat-inner{
	position: relative;
	border-radius: 5px;
	margin: 20px 20px 20px 20px;
	width: 300px;
	height: auto;
	background: #fff;
}
.chat-box-avatar{
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	overflow: hidden;
    background: #cc0033;
    border: 3px solid #E07000;
}
.chat-box-avatar img{
	width: 100%;
	height: auto;
}
.chat-box-comment{
}
.chat-box-header{
	
}
.chat-box-text{
	padding: 5px;
	width: auto;
	border-bottom: 1px solid gray;
}
.chat-box-other{
	
}
.chat-text{
	width: 100%;
	height: 430px;
	background: #f1f1f1;
	overflow: auto;
}

.chat-box{
	width: 100%;
	overflow: auto;
	padding-top: 20px;  
}
.chat-inner{
	margin: 10px 0;
	height: auto;
	position: relative;
	background-color: rgba(187, 143, 143, 0);
    min-height: 62px;
    min-width: 430px
}
.comment-avatar{
	z-index: 2;
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
    right: 0;
    bottom: 0;
    border: 3px solid #cc0033;
}
.comment-avatar img{
	width: 100%;
	height: auto;
}
.comment{
	color: #000000;
    max-width: 100%;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.comment-text{
	min-width: 300px;
	width: auto;
}
.comment-icons{
	position: absolute;
    left: -30px;
    bottom: -7px;
    width: 25px;
    height: 50px;
}
.comment-delete{
	width: 14px;
	height: 20px;
	position: absolute;
}
.comment-replay{
	top: -20px;
    width: 23px;
    right: -1px;
    position: absolute;
    height: 20px;
}
.publish{
	top: 20px;
	width: 39px;
    right: -11px;
    position: absolute;
    height: 20px;
}
.replay-text{
	border-bottom: 1.5px solid rgba(246,243,243,0.4);
    font-size: 15px;
    width: 99%;
}












.chat-write{
	width: 100%;
	height: 60px;
	background: #eee;
}
#chat-offline textarea{
	width: 799px;
	height: 47px;
	overflow: hidden;
	direction: rtl;
	resize: none;
}
#chat-offline button{
    width: 60px;
    height: 47px;
}
.bg-green{
	background: #eaeaea;
}
.bg-orange{
	background: orange
}











/*--------------------------------------------------*/
body {
    background: #f6f3f3;
    font-family: sans-serif;
}
a{
	font-family: sans-serif;
}
.wp-video{
	width: 100% !important;
}
.none{
	display: none;
}
.block{
	display: block;
}
.wp-audio-shortcode{
	visibility: visible !important ;
}
/*---------------------------------------------Header*/
/*---------------------------------Header-top*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.heading{
	line-height: 7px;
	color: #fff;
}
.logo-box {
    width: 94px;
    height: 96px;
    transition: 0.5s;
}
.logo-box i{
	font-size: 93px;
    color: #fff;
    transition: all 0.5s;
}
.header-shrink .logo-box i{
	font-size: 59px;
}
.header-top {
    background: #000;
    height: 46px;
    border-top: 3px solid #C03;
    width: 100%;
    padding:15px;
}
.header-top h1{
	float: left;
	font-family: sans-serif;
	font-size: 16px;
	padding-left:5px;
}
#header .header-shrink {
    top: -1px;
}
.header-shrink .header-top-two {
    opacity: 0;
}
.header-shrink .logo-box {
    height: 60px;
    width: 60px;
}
.language{
	float: right;
	font-family: sans-serif;
	margin-top: 5px;
}
.language i {
    color: #fff;
    line-height: 14px;
    font-size: 22px;
}
.language li{
	float: left;
	margin-right: 5px;
    margin-top: -7px;
}
.language a{
	color: #fff;
	font-size: 14px;
    font-family: sans-serif;
}
.main-logo {
    background: #cc0033;
    float: left;
}
.menu-top{
	float: left;
	margin-right: 20px;
	font-family: sans-serif;
}
.menu-top ul li {
    float: right;
    padding: 0 0 0 0.5em;
    line-height: 13px;
    position: relative;
}
.menu-top ul li:after {
    content: '';
    border-right: 1px solid #595959;
    padding: 0 0 0 .5em;
    height: 13px;
    overflow: hidden;
    display: block;
    float: right;
    position: relative;
    top: 0 ;
}
.menu-top ul li:first-child:after {
    border: 0;
}
.menu-top li a {
    color: #bfbfbf;
    font-size: 13px;
    font-family: yekan;
    transition: color 0.5s ease;
}
.menu-top li a:hover {
    color: #fff;
}
.menu-top ul li ul{
	position: absolute;
	left:0px;
	top:100%;
	text-align:left;
	margin-top: 3px;
	z-index:999;
	display:none;
}
.menu-top ul li ul{
	position: absolute;
	left:0px;
	top:25px;
	padding: 0px;
	background:transparent !important;
}
.menu-top ul li ul li{
    background: #333538;
    width: 85px;
    height: 25px;
    text-align: center;
    border-bottom: 1px solid #949090;
    position: relative;
    font-size: 26px;
    padding-top: 3px;
}
.menu-top ul li:hover{
	background:#333538;
	color:#DD5136;
}
.menu-top ul li ul li:hover{
	background:#cc0033;
	color:#FFF;
}
.menu-top ul li:hover ul{
	display:block;
}
.menu-top ul li ul li ul{
	position: absolute;
	top:0px !important;
	left:100% !important;
	margin-top: -1px !important;
	border-top:1px dashed #333538;
	background:transparent !important;
	display:none !important;
}
.menu-top ul li ul li ul li{
	margin-top:0px;
}
.menu-top ul li ul li:hover ul{
	display:block !important;
}
/*
.menu-top .current-menu-item {
	background: #9E3228;
	padding: 14px 15px 13px;
	margin-top: -15px;
	border-left:1px solid #fff; 
}
*/

.menu-top .current-menu-item a {
    color: #fff;
}
.header-top-two { container-fluid pad-5 
	width:100%;
	padding:5px;
    background: #fff;
    height: 48px;
    padding: 8px;
    opacity: 1;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
}
.date {
	font-family:sans-serif;
	margin-left:30px;
	float:left;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    padding: 3px;
}
#form-search{
	float: right
}
.form-search {
    position: relative;
}
.input-search {
    background-color: #FFFFFF;
    outline: none;
    font-size: 12px;
    font-family: yekan;
    font-weight: normal;
    width: 240px;
    height: 28px;
    margin-top: 2px;
    padding: 3px 10px 3px 32px;
    border: 2px solid #e3e3e3;
}
.search input {
    font-family: bbc;
}
.btn-search {
    background: #2F2F2F;
    width: 30px;
    height: 27px;
    border: none;
    position: absolute;
    top: 2px;
    left: 1px;
    z-index: 1;
    outline: none;
}
.btn-search i {
	margin-left:5px;
	font-size:13px;
    color: #fff;
    position: relative;
    right: -2px;
}
.date .persian-date{
	float: left;
	margin-left: 15px;
	font-size: 14px;
}
.date .english-date{
	float: left;
	margin-left: 15px;
	font-size: 13px;
	font-family: sans-serif;
}
.english-lang:hover a {
    color: #FF0039;
    transition: 0.4s;
}
.persian-lang:hover a {
    color: #FF0039;
    transition: 0.4s;
}
.swiper-button-next , .swiper-button-prev{
	display: none;
}
/*--------------------------------ads */
.edvardo-know-text{
	background: #4a4343a3;
    position: absolute;
    bottom: 6px;
    left: 0px;
    width: 100%;
}
.edvardo-know-text span{
	color: white;
    padding: 5px;
    display: inline-block;
    font-size: 18px;
}
/*---------------------------------------------index*/
/*--------------------------------rahyaftegan*/

#rahyafte {
    margin-top: 110px;
    margin-bottom: 10px;
}
#rahyafte .content{
	margin-bottom: 10px;
	float: left;
}
.single-contact-user .top-single-contact h3{
	font-weight:bold;
	float: left;
	font-size: 12px;
}
.single-contact-user .more-contact-post{
	height: 400px;
	font-size: 16px
}
.admin-comment{
	float: right;
}
.title-admin-comment{
	font-family: sans-serif;
	float: 	right;
	font-size: 12px;
}
.time-admin-comment{
	float: left;
	font-family: sans-serif;
	font-size: 12px;
}
.admin-comment p,.user-comment p{
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 25px;
	text-align: left;	
}
.user-comment{
	float: left
}
.rahyafte{
	margin-top: 10px;
}
.rah-news {
    border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    width: 307px;
    overflow: hidden;
    background: #fff;
    float: left;
}
.rah-news-title {
	font-family:sans-serif;
    background: #cc0033;
    color: #fff;
}
.filter{
    padding: 3px 10px 7px 0;
}
.filter form button{
	background: white;
	border: 0;
	font-family: yekan;
	font-size: 12px
}
.filter form button:hover{
	color: maroon;
}
.archive-post .calendar-pic-archive-box1{
	top: 125px;
}	
.title-archive {
    background: #A91C1C;
    padding: 7px;
    width: 40px;
    float: right;
}
.title-archive i {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 5px;
    padding: 7px;
    color: #fff;
}
.title-archive h1 {
    padding: 2px 7px 2px 7px;
}
.title-archive:hover {
    background: #DC4E4E;
}
.title-text{
	float: left;
}
.title-text span {
    padding: 2px
}
.rah-orginal {
    width: 630px;
    float: left;
    margin-left: 20px;
}
.pic-vip img{
	width: 100%;
	height: auto;
}
.pic-vip{
	position: relative;
    margin-bottom: 15px;
    height: 295px;
    overflow: hidden;
}
.title-pic-vip {
    position: absolute;
    font-size: 20px;
    right: 420px;
    bottom: 348px;
}
.title-pic-vip a{
	color: #fff;
}
.post-vip{
	border: 0.1rem solid #aba3a3;
	height: 150px; 
}
.title-post-vip{
	color: #A91C1C;
	margin-left: 10px;
	font-size: 12px;
	font-family: sans-serif;
	margin-top: 6px;
}
.viip{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.box-post-vip{
	float:left;
	padding:5px;
	margin-left: 10px;
	width: 111px;
	height: 105px;
	background: rgba(169, 28, 28, 0.11);
}
.pic-post-vip{
	width: 100px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.pic-post-vip img{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: auto;
	margin: auto;
}
.titr-slider{
	position: absolute;
	bottom: 10px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	font-family: sans-serif;
	font-size: 18px;
	margin-top: 5px;
	padding-left: 10px
}
.titr-slider a{
	color: #fff;
}
.titr-slider a:hover{
	color: #aaa;
}
.titr-post-vip{
	line-height: 15px;
    overflow: hidden;
    height: 45px;
    font-family: sans-serif;
	font-size: 13px;
    margin-top: 5px;
    line-height: 13px;
}
.titr-post-vip a{
	color: #400000;
}
.titr-post-vip a:hover{
	color: blue;
}
.rah-news-text li a {
    color: #242424;
    transition: 0.3s;
    padding-right: 5px;
	font-family: bbc;
    font-size: 13px;
} 
.rah-news-text li {
	background: white;
    padding: 2px;
    border-top: 1px solid #EFEFEF;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    transition: 0.5s;
}
.rah-news-text li:hover{
	background: #e8e6e6;
}
.rah-news-text li i {
	padding-right: 5px;
    padding-left: 5px;
    color: #686868;
    border-left: 1px solid #e8e6e6;
    margin-top: 8px;
}
.rah-news-text a:hover {
    color: #c00;
}
.rahyafte .bullet {
    position: relative;
    top: 6px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 
}
.rahyafte .context {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-family: sans-serif;
    font-size: 18px;
}
.swiper-text2 {
	background: rgba(255, 255, 255, 0.71);
    color: #000;
    height: 95px;
    padding: 5px 10px 0 0;
    overflow: hidden;
}
.swiper-text2 a{
	color: #000;
}
.swiper-text2 a:hover{
	color: #CC0033;
}
.swiper-wrapper{
	position: relative;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.title-rah-news-pic {
    width: 100%;
    height: 29px;
    font-weight: bold;
    color: #000;
    padding: 4px 11px;
    font-family: sans-serif;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.rah-news-pic {
    background: #fff;
    display: block;
    height: 197px;
    overflow: hidden;
	position: relative;
}
.rah-news-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.context {
    line-height: 1;
}
.swiper-text {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    right: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-pagination {
    top: 10px;
}
.tablighat{ 
    width: 223px;
    height: 464px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.tablighat img{
	width: 100%;
    height: auto;
}
/*-----------------------------------contact us-----------------*/
.contact-box,.address-contact{
	width: 50%;
	padding: 25px;
	float: right;
}
.contact-box input,.contact-box textarea{
    width: 100%;
    border-bottom: 2px solid #4e4e4e;
    margin-bottom: 9px;
    padding: 5px;
    border-radius: 4px;
    font-family: bbc;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.contact-box input[type="submit"]{
	width: 20%;
    float: left;
    background: #c03;
    color: #fff;
    font-size: 20px;
    padding: 0;
    border: none;
}
.title-contact{
	padding: 0px 25px;
    font-size: 25px;
    font-family: yekan;
    background: #000;
    color: #fff;
}
.contact-text{
	margin-bottom: 21px;
    font-size: 17px;
}
.address-contact p{
	font-size: 17px;
    text-align: justify;
}
.address-contact h5{
	border-bottom: 1px solid #eee;
    font-size: 19px;
    font-family: yekan;
    margin-bottom: 5px;
}
.address-contact div{
	margin: 5px 0;
	font-size: 17px;
}
.address-contact span{
	float: left;
	font-family: sans-serif;
}
/*----------------------------------- chat --------------------*/
.conversation{
}
.single-contact-user{
    background-color: #fff;
    box-shadow: 0px 1px 7px -4px;
    border-bottom: 2px solid #9c9c9c;
}
.top-single-contact{
    color: #333;
    padding: 7px;
    border-bottom: 1px solid #333;
}
.top-single-contact h3{
	padding: 8px;
}
.more-contact-post{
	height: 100px;
    overflow: hidden;
    line-height: 21px;
}
.user-comment, .admin-comment {
    padding: 0 10px;
    color: #f1f1f1;
    font-size: 15px;
    border-radius: 6px;
    position: relative;
    min-width: 500px;;
    min-height: 62px;
}
.user-avatar{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    bottom: 5px;
    right: -53px;
    overflow: hidden;
    z-index: 2;
}
.admin-comment,.user-comment{
    margin: 10px 0 0 75px;
    border-bottom: 1px solid #eee;
    border-radius:0; 
}
.admin-avatar{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -49px;
    overflow: hidden;
    z-index: 2;
}
.admin-comment h5,.user-comment h5{
	color: #a5a5a5;
}
.chat-new-text p{
	color: #333
}
.chat-name{
	float: right;
	font-size: 12px;
	font-family: sans-serif;
}
chat-time{
	float: left;
	font-size: 12px;
	font-family: sans-serif;
}
.form-answer{
	margin: 0 auto;
}
.txt-contact{
	width: 69.7%;;
	height: 38px;
    border: 0;
    padding: 7px;
    background-color: #fff;
    resize: vertical;
}
#btn-contact{
    width: 10%;
    border: none;
    float: right;
}
.mCSB_container{
	margin-left: 0 !important
}
.conversation .user-comment{
	margin-right: 60px;
}
.conversation p{
	color: #333
}

.chat .context1 {
	color: #624f87;
}
.chat-persons1,
.chat-persons2,
.chat-persons3,
.chat-persons4,
.chat-persons5,
.chat-persons5,
.chat-persons6{
    width: 47%;
    font-family: yekan;
    margin-right: 10px;
    background: #fff;
    position: relative;
    margin-top: 10px;
	box-shadow: 0px 0px 3px 0px rgb(206, 206, 206);
}
.chat-persons1,
.chat-persons2{
	margin-top: 0;
}
.chat-person-avatar{
    background: #ddd;
    height: 90px;
    width: 90px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
}
.chat-person a:hover img{
	opacity: 0.6
} 
.chat-person-avatar img{
    height: 100%;
    width: auto;
}
.chat-person i{
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 18px;
    color: #333;
}
.chat-new{
	width: 750px;
    height: 290px;
    padding: 3px;
    box-shadow: 0px 0px 3px 0px rgb(206, 206, 206);
}
.chat-new-text{
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.chat-new-text .admin-comment {
    margin: 10px 0 0 60px;
}
.chat-new-text .user-comment {
    margin: 10px 60px 0px;
}
.chat-new-text .user-comment, .chat-new-text .admin-comment {
    min-height: 45px;
}
.name-rah-chat{
	color: #333;
	border-bottom: 1px solid #eee;
	font-size: 15px;
}
.contry-rah-chat{
	color:#a0a0a0; 
	font-size: 11px;
}
.name-rah-chat,.contry-rah-chat{
	float: left;
}
.form-answer span{
    width: 154px;
    float: left;
    font-size: 15px;
    padding-right: 8px;
    padding-top: 5px;
}
.responder-comment{
	cursor: pointer;
}
.vared i{
	float: left;
    color: red;
    padding: 4px 2px;
}
.icon-close{
	display: none;
}
/*--------------------------------people*/
.people{
	margin-top: 25px;
}
.people-box1{
	width: 288px;
	height: 348px;
	background: white;
	position: relative;
	border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    float: left;
	margin-right: 10px;
}
.pic-people-box1{ 
	width: 287px;
    height: 150px;
    overflow: hidden;
    position: relative;   
}
.pic-people-box1 img{
	width: 100%;
    height: auto;
}
.icon-pic-people{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
}
.icon-tarbiat{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
}
.title-people a{
	color: #1C1C1C;
}
.title-people a:hover{
	color: #C03;
}
.icon-people-box{
	color: #000;
}
.icon-people-box{
	margin-top: 5px;
}
.category-people-box1 a{
	color:#959595 !important;
}
.category-people-box1{
	float: right;
	font-family: yekan;
	font-size: 12px;
	margin-right: 15px;
}
.time-people-box{
	float: left;
	font-family: yekan;
	font-size: 12px;
	margin-left: 15px;
}
.time-people-box,.category-people-box1{
	color:#959595;
}
.people-title,.chat-title {
    border-top: 2px solid #ab1142;
    position: relative;
	height: 40px;
	width: 99%;
}
.news-title{
	border-top: 2px solid #21ab11;	
}
.paging{
	margin-right: 10px;
	font-family: yekan;
}
.title-people {
	height: 43px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 15px;
}
.lead-people{
	height: 94px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
	margin-bottom: 8px;
	font-family: sans-serif;
	margin-left: 15px;
	margin-right: 15px;
}
.people .bullet,.chat .bullet {
    color: #ab1142;
    position: absolute;
    top: 0;
    float: left;
    padding: 5px;
    margin-left: 5px;
    font-size: 21px;
    font-weight: blod;
}
.people .context,.chat .context{
	float:left;
	font-size:15px;
	font-family:sans-serif;
	font-weight:bold;
	color: #ab1142;
	font-weight: bold;
	font-family: sans-serif;
	float: left;
	font-size: 15px;
	margin-top: 8px;
}
.context-span{
	margin-left:25px;
}
.context2{
	color: #04A8C6;
	margin-top: -5px;
    font-size: 14px;
}
.context3{
	color: #08893e;
    margin-top: -5px;
}
.context1{
	color: #DE4C7A;
    margin-top: -5px;
}
.people .context:hover {
    text-decoration: underline;
}
.people .index-title-archive span {
    color: #666;
}
.people .index-title-archive{
	float: right;
	margin-top: 5px;
}
.people .icon-chevron-down{
	float: right;
	margin-top: 5px;
	font-size: 12px;
}
.people-box .people-news {
    border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    background: #fff;
    width: 280px;
    padding: 3px;
    height: 293px;
	position: relative;
}
.people-news:first-child{
	margin-right: 10px;
}
.people-news:last-child{
	margin-left:0px ; 
}
.more{
    position: absolute;
    left: 10px;
    bottom: 5px;
    color:#000!important;	
}
.more a{
    color:#000!important;	
}
.more i{
	position: absolute;
    right: -20px;
    top: 3px;
    font-size: 15px;
    color: rgba(6, 6, 6, 0.31);
}
.people-news a:hover {
    color: #c00;
}
.people-news:hover .people-news-pic {
    opacity: 0.5;
    
}
.people-news-pic{
	padding: 2px;
    height: 150px;
    overflow: hidden; 
}
.people-news-pic img{
	width: 100%;
	height:auto;
}

.people-news-text{
	padding: 5px 5px;
    height: auto;
    border-bottom: 1px solid#E6E6E6;
    overflow: hidden;
}
.people-news-text h3{
    color: #000;
    text-align: right;
}
/*--------------------------------chat*/
.chat{
	margin-top: 25px;
}
.chat-title{
	border-top: 2px solid #624f87;
    position: relative;
    height: 40px;
}
.chat .context1 {
	color: #624f87;
}
.chat-person{
	float: left;
}
.chat-persons1{
    text-align: center;
    font-family: yekan;
	width: 210px;
	float:right 
}

.chat-time{
	float: left;
	font-size: 9px;
}
.chat-persons1{
	float: left;
}
.chat-person a:hover img{
	opacity: 0.6
} 
.chat-person-avatar img{
    height: 100%;
    width: auto;
}
.chat-new-text .admin-comment {
    margin: 10px 0 0 60px;
}
.chat-new-text .user-comment {
    margin: 10px 60px 0px;
}
.chat-new-text .user-comment, .chat-new-text .admin-comment {
    min-height: 45px;
}
.user-comment{ 
	float: left;
}
.index-title-archive{
	float: right;
	margin-top: 5px;
}
.admin-comment-right{
	float: right;
}
.admin-comment-left{
	float: left
}
.admin-comment p{
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 5px;
	float: left;
}
.chat-new{
	float: right;
	margin-left: 15px;
}
.form-answer textarea{
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	border-right: 1px solid #eee;
}
.form-answer button{
	float: right;
	padding: 9px 5px;
    font-family: sans-serif;
    font-size: 16px;
	font-weight: bold;
}
.chat-login{
	width: 100%;
    font-size: 24px;
    text-align: center;
    margin-top: 54px;
}
.chat-login-button{
    text-align: center;
    background: #c03;
    width: 18%;
    margin: 0 auto;
    margin-top: 25px;
    padding: 8px;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
}
/*--------------------------------learn*/
.learn{
	margin: 25px 0; 
}
.learn-title {
    border-top: 2px solid #008198;
    position: relative;
    height: 40px;
}
.learn .bullet,.edvard .bullet{
    color: #008198;
    position: absolute;
    top: 2px;
    float: left;
    padding:5px;
    margin-left:5px;
    font-size: 20px;
}
.learn .context,.edvard .context{
    color: #008198;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15px;
    float: left;
	margin-top: 4px;
}
.learn .context{
	margin-top: 8px;
}
.learn .context:hover {
    text-decoration: underline;
}
.learn .index-title-archive{
	float: right;
	margin-top: 5px;
}
.learn .icon-chevron-down{
	float: right;
	margin-top: 5px;
	font-size: 12px;
}
.learn .index-title-archive{
	
}
.learn .index-title-archive span {
    color: #666;
}
.learn1 {
    width: 290px;
    height: 99px;
    background: #fff;
    border: solid #dfdfdd;
    border-width: 0 .1rem .1rem 0;
    overflow: hidden;
    transition: all 0.2s;
    position: relative;
    float: left;
    margin-left: 10px;
}
.learn1 .category-people-box1{
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	margin-right: 15px;
    margin-top: 3px;
}
.learn1 .time-people-box{
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 3px;
}
.learn .calendar-pic-archive-box1{
	width: 40px;
    height: 28px;
    position: absolute;
    background: #fff;
    top: 66px;
    left: 0px;
}
.learn1:hover .learn-pic {
    opacity: 0.7;
    text-decoration: underline;
}
.learn-pic {
	width: 99px;
	float: left;
}
.learn-text {
	width: 189px;
    color: #333;
    text-align: justify;
    height: 75px;
	float: left;
	font-family: sans-serif;
	padding: 10px;
	line-height: 20px;
	font-size: 13px;
}
.learn-text:hover{
	color: #c03;
}
/*--------------------------------edvard*/

.edvard {
    width: 100%;
    margin: 0 auto;
}
.edvard img {
	margin-top: 10px;
}
/*--------------------------------news*/
.title-article{
	margin-top: 20px;
}
.box-news-left{
	float: left;
}
.news .title-text{
	float: left;
	margin-top: 5px;
}
.news .context{
	font-family:sans-serif;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;
	float: left;
}
.news .bullet{
	font-family:sans-serif;
	font-size: 20px;
	float: left;
	padding: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.news-title {
    border-top: 2px solid #08893e ;
    position: relative;
}
.news-title .bullet {
    color: #08893e;
    position: absolute;
    top: 0px;
    font-weight: bold;
}
.news-title .context {
    color: #08893e;
}
.islamanswers-title .bullet {
    color: #909b00;
    position: absolute;
    top: 0px;
    font-weight: bold;
}
.islamanswers-title .context{
	color: #909b00;
}
.islamanswers-title{
    border-top: 2px solid #909b00 ;
    position: relative;
}
.article{
	float: left;
	margin-top: 10px;
}
.article .icon-archive-box{
	float: right;
	padding: 5px;
}
.article .title-pic-article{
	height: auto;
    overflow: hidden;
    text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
}
.box-news-center{
	float: left;
	margin-left: 10px;
}
.title-mobaleghin,.title-newnew{
	margin-top: 20px;
}
.mobaleghin{
	float: left;
	margin-top: 10px;
	padding: 5px;
}
.boxes-mobaleghin{
	 float: left;
	 text-align: center;
}
.title-boxes-mobaleghin{
	font-weight: bold;
	font-family: sans-serif;
}
.box-news-right{
	float: left;
	margin-left: 10px;
}
.box-news-right .new-posts{ 
	float: left;
	margin-top: 10px;
}
.box-news-right .icon-archive-box{
	float: right;
	padding: 5px;
}
.title-pic-new-posts{
	font-weight: bold;
	line-height: 22px;
	font-family: sans-serif;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.rah-news-text li i{
	float: left;
}
/*-------------------------ads-----------------*/
.ads {
    border-top: 2px solid #1100FF;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ads-title .title-text{
	margin-bottom: 15px;
}
.ads .context{
	color: #1100FF;
	font-weight: bold;
	font-size: 18px;
	float: left;
	font-family: sans-serif;
    margin-top: 3px;
}
.box-product{
	margin-top: 10px;
}
.product-price p{
	font-family: bbc;
    font-size: 20px;
}
.ads .bullet {
    color: #1100FF;
    position: absolute;
    top: 0px;
    font-weight: bold;
	float: left;
	padding: 5px;
	margin-left: 5px;
	font-size: 20px;
}
.production{ 
	text-align: center;
	float: left;
	margin-right: 4px;
}
.product-info{
	font-family: sans-serif;
	font-size: 13px;
}
.product-buy a{
	font-size: 12px;
}
.ads1 {
    float: left;
    padding: 3px;
    text-align: center;
    width: 33.33%;
    height: 78px;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
}
.ads1:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.ads1 img{
    height: 70px;
    width: auto;
}
.matter-box ul li{
	background: #e8e6e6;
	transition: 0.5s;
}
.matter-box ul li:hover{
	background: white;
}
/*--------------------layer gallery---------------*/
.layer-gallery{
	padding-top: 20px;
	background: #4B4D4F;
    border-top: 3px solid #333333;
}
.title-gallery{
	color: #fff;
	line-height: 25px;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
.line-title-gallery{
    width: 85%;
    height: 7px;
    border-top: 3px solid #CC0033;
    border-bottom: 3px solid #CC0033;
    margin-bottom: 20px;
    margin-top: 12px;
    float: left;
}
.infography{
	width: 585px;
	height: 390px;
    float: right;
}
.pic-infography{
	width: 585px;
	height: 342px;
	overflow: hidden;
	position: relative;
}
.pic-infography img{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
    height: auto;
}
.title-pic-infography{
	width: 595px;
	height: 80px;
}
.title-pic-infography a{
	color: #fff;
	font-weight: bold;
}
.title-pic-infography a:hover{
	color: yellow;
}
.picture-report{
	width: 605px;
	height: 400px;
	float: left;
}
.box-pic-report{
	width: 295px;
	height: 192.5px;
	float: left;
	margin-left: 5px;
}
.box-pic-report img{
	width: 100%;
	height: auto;
}
.box-pic-report:nth-child(1){
	margin-left: 10px;
}
.box-pic-report:nth-child(3){
	margin-left: 10px;
}
.pic-report{
	width: 295px;
	height: 150px;
	overflow: hidden;
}
.title-pic-report{
	width: 285px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
}
.title-pic-report a{
	color: #fff;
}
.title-pic-report a:hover{
	color: yellow;
}
.news .context:hover { 
    text-decoration: underline;
}
.news .index-title-archive span {
    color: #666;
}
.article{
	overflow: hidden;
	width: 300px;
    height: 445px;
    background: white;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
    position: relative;
}
.article .calendar-pic-archive-box1 {
    top: 142px;
}
.title-article {
	width: 300px;
    border-top: 2px solid #D76D00 ;
    position: relative;
}
.title-article .bullet {
    color: #D76D00;
    position: absolute;
    top: 0;
}
.title-article .context {
    color: #D76D00;
}
.title-pic-article a{
	color: black;
}
.title-pic-article a:hover{
	color: #C03;
}
.pic-article{
    position: relative;
    height: 175px;
    overflow: hidden;
}
.pic-article img,.pic-boxes-mobaleghin img{
	width: 100%;
	height: auto;
}
.icon-pic-article{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
}
.titles-article a{
	color: black;
	border-top: 1px solid black;
}
.titles-article a:hover{
	color: #C03;
}
.mobaleghin{
	width: 580px;
	height: 445px;
	background: #fff;	
}
.title-mobaleghin {
	width: 580px;
    border-top: 2px solid #8500FF ;
    position: relative;
}
.title-mobaleghin .bullet {
    color: #8500FF;
    position: absolute;
    top: 0;
}
.title-mobaleghin .context {
    color: #8500FF;
}
.title-boxes-mobaleghin{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.boxes-mobaleghin{
	width: 285px;
    height: 195px;
    overflow: hidden;
    border: 5px solid #fff;
    position: relative;
}
.boxes-mobaleghin .calendar-pic-archive-box1 {
    top: 132px;
}
.pic-boxes-mobaleghin{
	position: relative;
	width: 274px;
	height: 160px;
	overflow: hidden;
}
.icon-pic-mobaleghin{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
}
.title-boxes-mobaleghin a{
	color: black;
}
.title-boxes-mobaleghin a:hover{
	color: #C03;
}
.new-posts {
	width: 300px;
    height: 445px;
    overflow: hidden;
    background: white;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
    position: relative;
}
.new-posts .calendar-pic-archive-box1{
    top: 142px;
}
.new-posts-tarbiat {
	width: 300px;
    height: 347px;
    background: white;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
    position: relative;
}
.new-posts-tarbiat .calendar-pic-archive-box1{
    top: 142px;
}
.title-newnew {
	width: 300px;
    border-top: 2px solid #C50076 ;
    position: relative;
}
.title-newnew2 {
	width: 100%;
    border-top: 2px solid #C50076 ;
    position: relative;
}
.title-newnew .bullet {
    color: #C50076;
    position: absolute;
    top:0px;
    font-weight: bold;
}
.title-newnew2 .bullet {
    color: #C50076;
    position: absolute;
    top: 1px;
    font-weight: bold;
}
.title-newnew .context {
    color: #C50076;
}
.title-newnew2 .context {
    color: #C50076;
}
.title-pic-new-posts  a{
	color: black;
}
.title-pic-new-posts  a:hover{
	color: #C03;
}
.titles-new-posts e a{
	color: black;
	border-top: 1px solid black;
}
.titles-new-posts  a:hover{
	color: #C03;
}
/*--------------------------------product*/
.production{
	width: 162.85px;
    border: 1px solid #E6E9ED;
    padding: 10px;
    border-radius: 2px;
    position: relative; 
    background: #fff;
}
.product-pic{
	width: 140px;
	height: 140px;
}
.product-pic img{
	width: auto;
	height: 100%;
}
.product-info{
	overflow:hidden;
	height: 50px;
}
.product-buy{
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
    width: 109px;
    height: 30px;
    margin: 10px auto 0px;
    line-height: 24px;
    border: 1px solid #4285f4;
    transition: 1s;
}
.product-buy a{
	display: block;
    color: white;
}
.product-buy:hover{
	background: -webkit-linear-gradient(top,#4683ea,#4387fd);
}
.islamicbook-pic{
	height: 200px;
}
.islamicbook-pic img{
	width: 100%;
	height: auto;
}
/*--------------------------------multi*/
.multi{
	margin-top: 30px;
}
.matter {
    width: 350px;
    float: left;
}
.title-matter{
	margin-bottom: 10px;
}
.multi .context{
	font-weight: bold;
	font-family:sans-serif;
	font-size: 15px;
	float: left;
	margin-top: 5px;
	color: #C50076;
}
.multi .bullet{
	float: left;
	padding: 5px; 
	margin-left: 5px;
	font-size: 20px;
	color: #C50076;
    position: absolute;
    top: 0;
    font-weight: bold;
}
.matter-box li {
    padding: 2px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.matter-box li:nth-last-of-type(1){
	border-bottom: none;
}
.matter .index-title-archive,
.video .index-title-archive {
    padding: 7px;
}
.matter .index-title-archive i,
.video .index-title-archive i {
    font-size: 19px;
    position: relative;
    top: 0px;
    right: 1px;
    padding: 5px;
    color: #404040;
}
.matter-box li a {
    color: #242424;
    transition: 0.3s;
    padding-right: 5px;
}
.matter-box li i {
    padding-right: 5px;
	margin-top: 7px;
}
.matter-box a:hover {
    color: #c00;
}
.matter-box {
    height: 507px;
    overflow: hidden;
    padding: 5px;
}
.matter-box ul{
	font-family: sans-serif;
}
.matter-box ul li i{
	float: left;
}
.title-matter{
	width: 350px;
    border-top: 2px solid #C50076 ;
    position: relative;
}
.title-video{
	width: 100%;
    border-top: 2px solid #C50076 ;
    position: relative;
}
.title-video .title-text{
	margin-bottom: 5px;
}
.title-video .bullet {
    color: #C50076;
    position: absolute;
    top: 1px;
    font-weight: bold;
}
.title-video .context {
    color: #C50076;
}
.video { 
    width: 835px;
    float: left;
    margin-left: 15px;
}
.title-video{
	margin-bottom: 10px;
}
.video .context{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
	float: left;
}
.video .bullet{
	float: left;
	padding: 5px;
	margin-left: 5px;
	font-size: 20px;
}
.main-video{
	position: relative;
}
.first-video{
	width: 835px;
	height: 400px;
	overflow: hidden;
}
.first-video img{
	width: 100%;
	height: auto;
}
.title-first-video{
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
.title-first-video a{
	color: #fff;
}
.title-first-video a:hover{
	color: yellow;
}
.matter-title,
.video-title {
    background: #e4e0e0;
    color: #404040;
    transition: 0.3s;
}
.matter-title .index-title-archive,
.video-title .index-title-archive {
    background: #B3B1B1;
    transition: 0.3s;
}
.matter .matter-title:hover {
    background: #D8D6D6;
}
.video-time {
    position: relative;
    top: -33px;
    background: hsla(0, 0%, 5%, .3);
    color: white;
}
.video1:hover .video-time {
    color: red;
    transition: 0.3s;
}
.video .video-title:hover {
    background: #D8D6D6;
}
.video-pic {
    width: 100%;
    height: 133px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.video-text {
    overflow: hidden;
    height: 20px;
    transition: 0.3s;
}
.video-text:hover {
    color: #c00;
    text-decoration: underline;
}
.matter .matter-title:hover .index-title-archive {
    background: #9C9C9C;
}
.video .video-title:hover .index-title-archive {
    background: #9C9C9C;
}
.video1 {
    margin-left: 10px;
    padding-left: 20px;
    width: 33.33%;
}
.video1:nth-child(3),
.video1:nth-child(6) {
    margin-right: -20px;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 0;
}
.main-video-icon{
    width: 55px;
    height: 50px;
    background: white;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}
.icon-video-box{
    color: #000;
    position: absolute;
    top: 12px;
    right: 17px;
    font-size: 25px;
}
.video-box{
	position: relative;
	background: #fff;
}
.sub-video{
	background: #363636;
	padding: 5px;
}
.sub-video:before{
    content: '';
    border-top: 1px solid rgba(160, 158, 158, 0.68);
    width: 100%;
    display: block;
}
.sub-main-video{
	width: 271px;
	margin-right: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
}
.sub-main-video:nth-child(1){
	margin-right: 0;
}
.sub-main-video:hover .title-report-video{
	text-decoration: underline;
}
.video-report{
	float: left;
}
.video-report img{
	width: 160px;
	height: auto;
}
.title-report-video{
	width: 106px;
    height: 59px;
    overflow: hidden;
    font-weight: 100;
    line-height: 18px;
    font-family: yekan;
    float: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}
.sub-main-video a{
	color:#f5f5f5; 
}
.time-video-box{
	float:left;
	font-family:sans-serif;
	font-size:12px;
    margin-top: 9px;
    margin-right: 12px;
}
.time-video-box:before{
    content: '';
    border-right: 2px solid #47A1D8;
    display: block;
    height: 12px;
    float: right;
    position: relative;
    top: 7px;
    right: -5px;
}
/*---------------------------------------------footer*/
.column2{
    width: 390px;
    margin: 0 auto 
}
.column2 a{
	color: #CC0033;
}
.logo-footer{
	text-align: center;
}
.logo-footer img{
	width: 100px;
}
#back-top{ 
	width: 60px;
    height: 60px;
    background: rgba(204, 0, 51, 0.51);
    font-size: 53px;
    text-align: center;
    padding: 9px;
    position: fixed;
    bottom: 150px;
    right:10px; 
}
#back-top i{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.footer-social li{
	display: inline-block;
}
.footer-social li a{
	color: #fff;
	transition: 0.3s
}
.footer-social li.footer-rss:hover a{
	color: #ffa500;
}
.footer-social li.footer-twitter:hover a{
	color: #1da1f2;
}
.footer-social li.footer-telegram:hover a{
	color: #37AEE2;
}
.footer-social li.footer-facebook:hover a{
	color: #3B5998;
}
.footer-social li.footer-instagram:hover a{
	color: #b721b4;
}
.footer-social li.footer-google:hover a{
	color: #d95232;
}
/*--------------------------------footer-top*/
.layer1 {
	width: 600px;
	height: 400px;
}
.pic-layer1{
	width: 608px;
	height: 375px;
	overflow: hidden;
}
.title-pic-layer1{
	width: 600px;
	color: white;
}
.title-pic-layer1 a{
	color: white;
}
.layer1 a:hover{
	color: red;
}
.pic-layer2{
	width: 283px;
	height: 170px;
	overflow: hidden;
}
.title-pic-layer2{
	width: 283px;
	color: white;
	line-height: 35px;
}
.footer-top{
    background: #343434;
}
.newsbox {
    border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
    padding: 5px;
}
.footer-top-newsbox {
    color: #fff;
}
.footer-title-text {
    color: #fff;
}
.footer-title-border {
    border-bottom: 2px solid #CC0033;
    border-top: 2px solid #CC0033;
    width: 80%;
    height: 6px;
    margin-top: 18px;
    margin-right: 11px;
}
.footer-top-report {
    width: 650px;
    height: 350px;
    overflow: hidden;
}
.footer-top-report img {
    width: 100%;
    height: 100%;
}
/*--------------------------------footer-center*/
.column1 h4{
	border-bottom: 1px solid #1E2025;
    height: 32px;
    width: 320px;
}
.peyvandha{
    border-top: 1px solid #424549;
    padding-top: 7px;
    width: 320px;
    text-align: center;
}
.footer-center {
    color: #fff;
    background: #31353E;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #C03;
}
.text-footer-border{
    border-top: 1px solid #424549;
    padding-top: 7px;
    width: 320px;
    text-align: left; 
}
.link-footer a{
	color: white;
}
.link-footer{
    border-bottom: 1px solid #1E2025;
    height: 32px;
    width: 320px;
}
.text-of-footer{
	color:#B0AFAF;
}
.text-of-footer:last-child{
	margin-top: -7px;
}
/*--------------------------------footer-bottom*/

.footer-bottom h5 {
    height: 32px;
}
.footer-bottom h5 a{
    color: #fff;
}
.footer-bottom h5 a:hover{
    color: yellow;
}
.footer-bottom {
    color: #fff;
    background: #CC0033;
}   

/** --------------------------------- Single --------------------------------- **/
.post-categories li{
	float: right;
	margin-left: 5px;
}
.print-page{
	cursor: pointer;
}
.print-page img{
	width:25px;
}
.new-posts-single{
	width: 370px;
    height: 450px;
    background: white;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
}
.pic-new-posts-single{
	width: 368px;
    height: 185px;
    overflow: hidden;
    position: relative;
}
.pic-new-posts-single img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.title-1-sidebar{
	margin-top: 3px;
    margin-right: 10px;
    color: #2F2F2F;
}
.anili-single{
	width: 300px;
    height: 376px;
    background: white;
    border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
}
.context-sidebar{
	color: #C03;
}
.title-text i{
	color: #000;
}
.new-sidebar{
	margin-top: 500px;
}
.wp-video{
	margin:0 auto; 
}	
.content{
	width: 860px;
	background: #fff;
	min-height: 300px;
  	border: solid #E8E8E8; 
    border-width: 0 0 .1rem .1rem;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.content-caption-text-search{
	margin-left: 15px;
	margin-bottom: 5px;
	font-family: yekan;
}
.first-content-caption-text{
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
	font-family: yekan;
}
.seconde-content-caption-text{
	float: left;
	margin-left: 80px;
	margin-bottom: 5px;
	margin-top: 4px;
	font-family: yekan;
	font-size: 13px;
}
.content-caption-text .filter{
	float: left;
}
.archive-post{
    width: 280px;
    height: 230px;
    background: #fff;
	border: solid #dfdfdd;
    border-width: 0 0 .1rem .1rem;
    overflow: hidden;
    padding: 3px;
    position: relative;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.archive-post a{ 
	color: #242424;
}
.pic-new-posts{
	position: relative;
}
.icon-pic-new-posts{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
}
.icon-archive-box{
    color: #000;
    padding: 8px;
    float: right;
    padding: 5px;
    font-size: 14px;
}
.content-box{
	background: #eee;
	padding-bottom: 5px;
} 
.archive-photo img{
	height: auto;		
}
.archive-photo{
	overflow: hidden;
	height: 160px;	
	text-align: center;	
}
.archive-title{
    overflow: hidden;
    height: 35px;
    font-size: 13px;
    font-family: yekan;
    margin-top: 5px;
}
.content h2{
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 2px solid #CC0033;
}
.title-content{
	background: #fff;
}
.content-caption{
	padding: 5px;
}
.content-caption-text{}
.single-thumbnail{
	width: 306px;
	height: 174px;
	overflow: hidden;
	border: 2px solid #B1B1B1;
}
.meta-data,.meta-data a{
	color: #7E7D7D;
}
.meta-data{
	background: #F5F5F5;
    margin: 0 auto;
    width: 100%;
   	font-family: yekan;
	font-size: 11px;
	border-top: 1px solid #eee;
	float: left;
	padding-left: 5px
}
.meta-data .time{
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.meta-data .time .first-time{
	float: left;
}
.meta-data .time .seconde-time{
	float: left;
	margin-left: 5px;
}
.meta-data .time .third-time{
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.meta-data .time .fourth-time{
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.meta-data .fifth-time{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.content-lid{ 
    width: 50%;
    font-size: 16px;
    color: #343434;
    line-height: 22px;
    text-align: justify;
    font-weight: bold;
    font-family: bbc;
    padding: 20px;
    margin-top: 5px;
    float: right;
    height: 141px;
    overflow: hidden;
}
.content-item{
	text-align: justify;
	line-height: 30px;
	margin: 0 auto;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    font-family: sans-serif;
    clear: both;
}
.content-title{
	color: #2F2F2F;
    font-size: 30px;
    width: 50%;
    float: right;
    font-family: bbc;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
}
.first-content-item{
	padding-left: 20px;
}
.first-content-item a{
	font-size: 12px;
	font-family: yekan;
}
.seconde-content-item{
	padding-left: 20px;
}
.seconde-content-item a{
	font-size: 12px;
	font-family: yekan;
}
.content-title .post-rootitr-single{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: bbc;
}
.subscription{
    border-top: 1px solid #eee;
    padding: 0 25px 61px 25px;
}
.subscription img{
	width: 34px;
	border-radius: 5px;
}
.subscription h3{
    float: left;
    padding-top: 13px;
    font-size: 22px;
}
.subscription li {
    float: right;
    margin-right: 13px;
    margin-top: 12px;
}
.subscription li i{ 
	font-size: 23px;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    top: 5px;
    color: #fff;
}
.subscription li .icon-facebook{
	background: #3D5A98
}
.subscription li .icon-google-plus{
	background: #DC473A
}
.subscription li .icon-twitter{
	background: #32a9dd;
}
.telegram{
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 15px;
}
.tags-content a{
	color: #9D9D9D;
	font-size: 12px;
}
.tags-content{
	color: #CC0033;
	border-bottom: 1px solid #E3E3E3;
	font-family: bbc;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}
.related-content {
	border-bottom: 1px solid #E3E3E3;
	font-family: bbc;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.related-content h4{
	color: #CC0033;
	font-family: bbc;
	padding-bottom: 10px;
}
.comment-content{
	font-family: bbc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;	
	font-size: 18px;
}
.comment-list .fn{
    position: absolute;
    top: 10px;
    font-weight: bold;
    right: 100px;
    font-style: normal;
}
.related-content a{
	color: #4D4C4C;
}
#related-posts ul li{
	margin-bottom: 5px;
}
.related-post {
	width: 250px;
    height: 80px;
    background: #F5F5F5;
    border: solid #D9D7D7;
    border-width: 0 .1rem .1rem .1rem;
    overflow: hidden;
    transition: all 0.2s;
    margin-bottom: 5px;
    float:left;
}
.related-post:nth-child(1){
	margin-left: 5px;
}
.related-post:hover .related-post-text a{
	color: #CC0033;
}
.related-post:hover{
	background: #D9D7D7;
}
.related-post-pic {
	width: 80px;
	float: left;
}
.related-post-text {
    width: 149px;
    color: #333;
    font-family: bbc;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    height: 75px;
    float: left;
    padding: 10px;
}
.picture-content {
    height: 242px;
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
}
.picture-content img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: auto;
}
.single-post-format-image{
	padding: 20px;
}
.single-post-format-image img{
	width:100%;
	height:auto;
	
}
.single-post-format-video video{
	width:100%;
	height:auto;
}
.single-post-format-gallery{
	width:100%;
	height:auto;
}
/*----------------------------sidebar*/
#sidebar{
	width: 310px;
	min-height: 300px;
	float: left;
}
#sidebar .sidebar-media{
	float: right;
	margin-bottom: 25px;
}
.sidebar-newest{
	margin-bottom: 20px;
}
.sidebar-newest-title,
.sidebar-popular-title{
	border-top: 2px solid #C03
}
.sidebar-newest-title .title-sidebar{
	float: left;
	font-family: yekan;
}
.sidebar-newest-title i{
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-size: 20px;
}
.title-sidebar{
	color: #C03;
}
.sidebar-newest-box,
.sidebar-popular-box{
	background: #fff;
	border: solid #E8E8E8;
    border-width: 0 0 .1rem .1rem;
}
.sidebar-popular-box .sidebar-popular-text ul{
	padding-left: 5px;
	padding-right: 5px;
	font-family: bbc;
}
.sidebar-newest-box .sidebar-newest-image .sidebar-newst-title-image{
	font-family: bbc;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.sidebar-newest-box .sidebar-newest-text ul{
	padding-left: 5px;
	padding-right: 5px;
	font-family: bbc;
}
.sidebar-newest-image img,
.sidebar-popular-image img{
    width: 100%;
    height: auto;
}
.sidebar-popular .sidebar-popular-title .title-sidebar{
	float: left;
	font-family: yekan;
}
.sidebar-popular .sidebar-popular-title i{
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-size: 20px;
}
/*-------------------------not-found*/
.not-found{
    margin: 0 auto;
    width: 525px;
    background: #fff;
    padding: 20px;
}
.not-found-title{
	background: #CC0033;
    color: white;
    padding: 5px;
    font-family: yekan;
    font-size: 17px;
    text-align: center;
}
.not-found-main{
    background: #d8d8d8;
    transition: 0.3s;
    padding: 5px;
    font-family: yekan;
    font-size: 17px;
    text-align: center;
}
.not-found-main a{
	color: #000;
}
.not-found-main a:hover{
    text-decoration: underline;
}
/* -------------------------------------------------- */
/*	comments
/* -------------------------------------------------- */
#comments{
	font-family: yekan;
}
#comments .widget-head .widget-title{
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 5px;
}
#comments .matn-comment .comment-details{
	font-size: 12px;
}
#comments a{
	color: #333;
}
#comments input,#comments textarea{
    width: 100%;
	margin-top: 9px;
    border-radius: 4px;
    font-family: yekan;
    padding-right: 9px;
    border: 1px solid #eee;
}
#comments textarea{
	height: 166px;
	font-size: 13px;
}
#comments .children li{
    margin-right: 90px;
    border-bottom: 0;
}
#comments .children li .reply{
    margin-left: 100px;
}
#comments .comment-body{
    padding: 10px 10px;
    font-size: 12px;
}
#comments .comment-author img{
    float: right;
    width: 70px;
    height: auto;
    border: 5px solid #e9e9e9;
    border-radius: 100%;
}
#comments .comment-meta{
	position: absolute;
    right: 100px;
    top: 30px;
}
.comment-list li p{
	width:100%
    margin-top: -20px;
    text-align: justify;
    margin-bottom: 20px;
}
#comments .reply{
    float: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#comments .reply,#comments input.submit{
	background-color: #F5F5F5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F5F5F5),to(#E6E6E6));
    background-image: linear-gradient(#F5F5F5,#E6E6E6);
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 2px 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.comment-form-comment{
	float: right;
    width: 60%;
}
.comment-form-author,.comment-form-email,.form-submit{
	width: 30%;
	font-size: 12px;
	float: right;
    margin-right: 22px;
}
.form-submit{
	position: relative;
	top: 15px;
}
.says{
	display: none;
}
.comment-author{
	overflow: hidden;
}
@media only screen and (max-width:1200px) and (min-width:800px) {
.container{
	width: 800px;
}

.archive-post {
	width: 261px;
	height: 215px;
}
.archive-photo {
	height: 141px;
}
.tablighat{
	display:none;
}
.rah-orginal {
    width: 510px;
}	 
.rah-news{
	width: 270px;
}
.box-news-left .article .rah-news-text ul{
	width: 259px;
}
.context{
	font-size: 13px;
}
.box-post-vip:nth-child(5){
	display:none;
}
.people-title{
	width: 100%;
}
.people-box1{
	width: 307px;
    margin-left: 25px;
}
.people-box1:nth-child(3){
	margin-left:10px;
}
.pic-people-box1 {
    width: 100%;
}
.tarbiat{
	width: 100%;
}
.new-posts-tarbiat{
	height: inherit;
	width: inherit;
}
.rah-news-text{
	width: 100%;
}
.rah-news-text,.first-tarbiat{
	float: right;
}
.title-rah-news-pic{
	font-size: 15px;
	padding: 0px 11px;
}
.learn1{
	width: 390px;
	margin:0 0 10px 10px;
}
.learn{
	margin-bottom: 0;
}
.news{
	margin-top: 0;
}
.article{
	width:260px;
}
.title-article {
    width: 100%
}
.new-posts {
    width: 260px;
}
.mobaleghin {
    width: 260px;
    overflow: hidden;
}
.title-newnew {
    width: 100%;
}
.boxes-mobaleghin {
    width: 250px;
    margin-bottom: 20px;
}
.title-mobaleghin {
    width: 100%;
}
.production {
    width: 152px;
}
.production:nth-child(5) {
    margin-left: 0;
}
.product-pic {
    width: 130px;
}
.production:nth-child(6) {
    display: none;
}
.production:nth-child(7) {
    display: none;
}
.matter{
	width: 100%;
}
.title-matter {
    width: 100%;
    height: 20px;
}
.video{
	margin-right: 0px;
	width: 100%;
}
.first-video{
	width: 100%;
}
.matter-box li {
	line-height: 15px;
	float: right;
    padding: 10px;
    width: 33%;
    margin-left: 10px;
}
.matter-box {
    height: 200px;
}
.line-title-gallery {
    width: 74%;
}
.infography {
    width: 750px;
    height: 450px;
	margin: 15px 25px 50px 0px;
	float: left;
	margin-left: 10px;
}
.pic-infography {
    width: 750px;
    height: 450px;
}
.picture-report {
	margin-right: 95px;
}
.title-pic-infography {
	margin-right: 50px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    padding-left: 5px;
    padding-top: 5px;
}
/** Single **/
.content{
	width: 100%;
}
.sidebar-media{
	float: right;
	margin-top: 20px;
    width: 100%;
}
.sidebar-newest-text{
    width: 100%;
}
#sidebar{
	width: 100%;
}
.sidebar-newest-text ul{
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar-popular-text {
	width: 100%;
}
.sidebar-popular-text ul{
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar-popular-title{
	margin-top: 235px;
}
}
@media only screen and (max-width:799px) and (min-width:600px) {
.container{
	width: 600px;
}
.date{
	float: right;
    margin-right: 0;
}
.menu-top{
	float: none;
}
.input-search{
	width: 212px;
}
.language-menu-pc{
	position: relative;
    top: -9px;
    left: -53px;
}
.language li {
    float: none;
	margin-right: 0;
    margin-top: -11px;
}
.rah-news{
	width: 100%;
	height: inherit;
	margin-bottom: 15px;
}
.post-vip{
	overflow: hidden;
}
.box-post-vip {
	margin-right: 5px;
	margin-bottom: 10px;
}
.tablighat {
	display: none ;
}
.rah-orginal{
	width: 100%;
	margin-right: 0;
}
.people-box1{
	margin-bottom: 15px;
}
.people-title{
	width: 100%;
}
#people{
	position: relative;
}
.tarbiat{
	position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
}
.new-posts-tarbiat{
	width: 95%;
	height: 315px;
	margin-top: 5px;
}
.first-tarbiat{
	width: 300px;
}
.title-newnew2 {
    width: 95%;
}
.pic-new-posts{
	width: 95%;
}
.box-news-center{
	margin-right: 0;
}
.sarbaz{
	float: right;
}
.ketabkhane{
	float: right;
}
.title-article {
	width: 100%;
}
.title-newnew {
	width: 100%;
}
.new-posts{
	width: 100%;
}
.article{
	width: 100%;
	height: 215px;
	overflow:hidden;
}
.new-posts{
	width: 100%;
	height: 215px;
	overflow:hidden;
}
.calendar-pic-archive-box1{
	right: 257px;
}
.title-mobaleghin{
	width: 100%;
}
.mobaleghin {
	width: 100%;
}
.box-news-left{
	width: 100%;
	margin-left: 0px;
}
.box-news-center{
	width: 100%;
}
.box-news-right{
	width: 100%;
	margin-right: 0px;
}
.learn{
	margin-top: 0px;
	margin-bottom: 0px;
}
.learn1{
	margin-bottom: 15px;
}
.title-article{
	margin-top: 0px;
}
.rah-news-text{
	float: right;
}
.rah-news-text ul{
	font-family: sans-serif;
}
.video{
	width: 100%;
	margin-right: 0;
}
.first-video{
	width: inherit;
}
.picture-report{
	width: inherit;
}
.layer-gallery{
	height: inherit;
}
.line-title-gallery {
    width: 66%;
}
.matter{
	width: 100%;
}
.title-matter{
	width: 100%;
}
.matter-box ul li {
	float: right;
	margin-left: 29px;
	width: 45%;
}
.matter-box {
    height: 280px;
}
.daneshname{
	float: right;
}
.title-pic-new-posts{
	width: 295px;
}
.title-pic-article{
	width: 295px;
}
.rah-news-text{
	width: 48%;
}
.sidebar-popular-title{
	width: 100%;
}
.content{
	width: 100%;
}
.content-title {
    font-size: 29px;
}
.sidebar-media{
	float: right;
	margin-top: 20px;
    width: 100%;
}
.sidebar-newest-text{
    width: 100%;
}
#sidebar{
	width: 100%;
}
.sidebar-newest-text ul,.sidebar-popular-text ul{
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar-popular-text {
	width: 100%;
}
.sidebar-popular-title{
	margin-top: 235px;
}
.archive-post {
    width: 294px;
    height: 235px;
}
.archive-photo {
    height: 159px;
}
}
@media only screen and (max-width:599px) {
img.aligncenter{
	height: auto;
}
#wrapper{
	overflow: hidden;
}
.pic-vip {
    height: inherit;
}
.mob-block{
	display: block;
}
.ads .ads1{
	margin: 10px;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.language-menu-pc{
	display: none;
}
.tablighat{
	display: none;
}
.box-pic-report{
	margin-bottom: 20px;
}
.container , .rah-news , .rah-orginal , .people-title , .box-news-left ,.title-article ,
.article , .title-mobaleghin , .mobaleghin , .title-newnew , .box-news-right , .new-posts ,
.matter , .title-matter , .video , .infography , .pic-boxes-mobaleghin , .first-video , 
.new-posts-tarbiat , .title-pic-report , .title-pic-infography ,.pic-infography,
.pic-people-box1,.people-box1,.pic-report,.tarbiat , .boxes-mobaleghin , .column2,.learn1,
.box-pic-report,.picture-report,.archive-post,.content,#sidebar,.box-news-center{
	width: 100%;
}
.line-title-gallery{
	width: 40%;
}
.title-gallery {
    font-size: 15px;
}
.menu-top,.date {
	display: none
}
.menu-mobile ul li a {
	color: #fff;
}
.box-post-vip{
	margin-right: 2px;
}
.menu-mobile{
    background: #000;
    width: 226px;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 45px;
    left: -226px;
    font-size: 14px;
    font-family: yekan;
    padding: 6px;
    transition: all 0.5s;
    z-index: 1000;
}
#people{
	position: relative;
    width: 100%;
}
.learn{
	margin-bottom: 0px;
}
.news{
	margin: 0;
}
.post-vip{
	overflow: hidden;
}
.box-post-vip,.people-box1{
	margin-bottom: 10px;
}
.rah-orginal,.box-news-right,.box-news-center,.learn1,.video,.box-pic-report{
	margin: 0!important;
}
.learn-text{
	width: inherit;
}
.article,.pic-people-box1,.people-box1,.new-posts-tarbiat,.boxes-mobaleghin,
.pic-report,.box-pic-report,.picture-report,.mobaleghin,.pic-boxes-mobaleghin,
.first-video,.pic-infography,.infography,.archive-photo,.archive-post{
	height: inherit ;
}
.pic-article img,.pic-people-box1 img,.pic-new-posts img,.pic-report img,.pic-boxes-mobaleghin img,.archive-photo img{
	width: 100%;
	height: auto ;
}
.infography,.video,.tarbiat,.line-title-gallery,.archive-post,.learn1{
	margin-right: 0 ;
}
.input-search{
	width: 100%;
}
.content-title,.picture-content,.content-lid{
	width:100%;
}
.fifth-time{
	float: right
}


/*----------AUTHOR---------*/
		.outer-form-massage,
		.all-massages {
		    width: 98%;
		    margin: 0 auto;
		}
}
@media print{
#sidebar,#header,#footer,.third-time,.persianumber,.print-page,.comment-content,.tags-content,.telegram,.related-content,.subscription{
	display: none;
}
#rahyafte{
	margin-top:0px;
}
.meta-data{
	border-top:none;
}
.picture-content img{
	width:60%;
}
.content{
	width:100%;
}
}