#manirelatedarticles .each_article {
	background-color: #FFFFFF;
	float: right;
	text-align: right;
	padding: 7px;
	box-sizing: border-box;
    overflow: hidden;
	width: 100%;
	direction: rtl;
    border-radius: 4px;
}
.each_article p {
    line-height: 18px !important;
}
.each_article > div {
        border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
}
/*
#manirelatedarticles .each_article > div:hover {	
	box-shadow:0 6px 2px 0 rgba(0,0,0,.15);	
	transition: all linear 0.3s;
}
*/
.each_article a:hover {		
	white-space: normal;
    overflow: visible;
    text-overflow: initial;		
}
.lnr-calendar-full, .lnr-eye {
	float: right;
	font-size: 16px;
}

.main-slider {
	background: #FFFFFF;
	padding: 8px;
}
.btn-readmore-blog {
	background-color: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
	padding: 8px;
	margin: 10px;
}
.btn-readmore-blog {
	width: auto;
	text-align: center;
}

.readmore_article {
	clear: both;
	margin: 10px 0 10px 10px;
	width: auto;
}
.each_article_child {
	margin: 0 !important;
	padding: 0 !important;
}
.btn-category-blog {
	color: #FFA400;
}
.btn-category-blog:hover {
	text-decoration-line: none;	
	transition: all linear 0.3s;
	color: #000000;
} 
.article_title{
line-height: normal;
    font-size: 13px;
    padding: 24px 0px;
}
.article_title a {
	display: block;
	color: #000000;
	padding:0 15px !important;
}
.btn-readmore-blog {
	color: #000000;
	margin-top: 10px;
}
.article_title a:hover, .btn-readmore-blog:hover {
	text-decoration-line: none;
	color: #FFA400;
	transition: all linear 0.3s;
}
.image_desc a{
	display: block;
}
.image_desc {
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
}

.image_desc img {
	display: block;
}
.category_article, .category_article p, .btn-category-blog {
	float: left;
} 
.article_title, .short_description {
	clear: both;
}
.published_date, .hits {
	float: right;
} 
.short_description {
	margin-bottom: 10px;
	padding: 0 15px !important;
    font-family: tahoma;
	
} 	
.right.next, .left.prev {
    margin: 0 !important;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 35%;
	z-index: 100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
h3.module_title {
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 13px;
    background: #f9f9f9;
    box-shadow: 1px 1px 3px #ccc;
}
.right.next {
	right: -13px;
	left: auto !important;		
}
.left.prev {
	left: -13px;
	right: auto !important;		
}
.left.prev .lnr.lnr-chevron-left {
	position: absolute;
    right: 17px;
    top: 17px;
	font-weight: 900;
    color: #000;
}
 .right.next .lnr.lnr-chevron-right {
	position: absolute;
    left: 17px;
    top: 17px;
	font-weight: 900;
    color: #000;
}