﻿.Newsslider, .asiaonline {
	overflow: hidden;
	max-height: 500px;
	background: #f4f4f4;
	margin-top: 15px;
	margin-bottom: 15px
}
.overflow-auto {
	overflow: inherit;
	background-position: 0;
	background-size: 100% 100%;
}
.Newsslider .slick-list, .asiaonline .slick-list {
	max-height: 500px;
	padding: 0
}
.slick-slide > a{
padding-left: 0 !important;
padding-right: 0 !important;
position: relative;
}
.slick-slide > a > font{
position: absolute;
bottom: 50px;
left: 0;
display: inline-block;
width: 100%;
background: rgba(0,0,0,0.5);
padding: 10px 0;
text-align: center;
direction: rtl;
color: #fff;
text-shadow: 1px 1px 2px #000;
font-size: 20px;
}
.Newsslider .post-info h2, .asiaonline .post-info h2{
	margin:0;
	font-size:17pt;
	direction: rtl;
	overflow: hidden;
	height: 65px !important;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;

}
.Newsslider .post-meta *, .asiaonline .post-meta *{
	font-size:9px;
	text-transform:none
}
.Newsslider .post-meta a, .asiaonline .post-meta a{
	font-size:10px;
	text-transform:uppercase
}
.Newsslider .slick-prev, .Newsslider .slick-next {
	top: 86%;
	right: 10.9%;
	padding: 0;
	width: 40px;
	height: 40px;
	border-bottom: 0;
	border-radius: 0;
	color: #fff;
	display: none !important;
	margin-top: 0;
}
.Newsslider .slick-next:before {
	content: "\f105";
	font-size: 25px;
}
.Newsslider .slick-prev:before {
	content: "\f104";
	font-size: 25px;
}
.Newsslider .slick-prev {
	right: 14.6%;
}
.Newsslider .post-content, .asiaonline .post-content {
	position: static;
}
.Newsslider .post-content p, .asiaonline .post-content p {
	height: 273px;
	overflow: hidden;
	    font-size: 14pt;
	margin-bottom: 15px;
	line-height: 19px;
}
.Newsslider .post-content a.read-more, .asiaonline .post-content a.read-more {
	color: #fff;
	padding: 9px 20px 9px;
	position: absolute;
	right: 15px;
	bottom: 13px;
}
.zero_pad {
	padding: 0;
}
.news-masnory {
}
.news-masnory .post {
	padding: 0;
	overflow: hidden;
}
.news-masnory .post-content {
	padding-left: 5px;
}
.news-masnory .post-lft-info div {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: none;
}
.news-masnory .post:hover .post-lft-info div {
	display: block;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.news-masnory .post-info h2 {
	overflow: hidden;
	height: 19px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	margin: 15px 0 0
}
.news-masnory .post-content p {
	overflow: hidden;
	max-height: 60px;
	font-size: 13px;
	margin-top: 10px;
}
.block-head-News,.block-head-News:hover {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	transition: all linear 300ms;
	overflow: hidden;
	cursor: pointer;
	color: #fff !important;
	background: rgb(0,114,149);
background: linear-gradient(0deg, rgba(0,114,149,1) 0%, rgba(0,174,227,1) 100%);
border-right: solid 5px #005e7a;

}
.block-head-News font{
display: inline-block;
margin: 2px 0 0;
text-shadow: none !important;
float: right
}

.block-head-News .icon {
	padding: 5px 13px;
	font-size: 20px;
	    background: rgb(193,33,33);
    background: linear-gradient(0deg, rgba(193,33,33,1) 0%, rgba(252,50,50,1) 100%);
	margin: 0 5px 0 0;
	transition: all linear 300ms;
}
.block-head-News:hover .icon{
background: rgb(0,88,144);
    background: linear-gradient(0deg, rgba(0,88,144,1) 0%, rgba(0,140,195,1) 100%);
}
.block-head-News a {
	font-size: 20px;
	float: right;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	z-index: 2;
	margin-left: 0;
	display: block;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding-left: 13px;
	color:#fff;
	background: url(../images/category.png?v=1) no-repeat 0 bottom;
	padding: 0 0 3px 10px !important;
	width: 100%;
    text-align: left;
}

.block-head-News a span{
color: #fff !important;
}
.news-site .post-item{
	margin-bottom:0
}
.news-site .blog-posts{
	margin-bottom:30px
}
.news-site .news-masnory{
	padding-bottom: 30px;
	overflow: hidden;
}
.news-masnory .gallery li{
	float:left;
	max-width:16%;
	margin:0 1px -3px 0;
	position:relative
}
.news-masnory .gallery li .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:rgba(0,0,0,.4)
}
.news-masnory .gallery li .img-overlay:before {
	display: block;
	color: #fff;
	content: "\f00e";
	text-align: center;
	font-size: 25px;
	font-family: FontAwesome;
	line-height: 80px;
}
.news-masnory .gallery li:hover .img-overlay {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner{
	margin-top: 12px;
	border: 1px #F2F2F2 solid;
	padding:1px
}
header.top-head .logo.left a{
	
}
.banner div{
	background: #F2F2F2;
	color: #DADADA;
	text-align: center;
	height: 65px;
	line-height: 65px;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
}
.small_items h2{
	font-size:14px;
	color:#888;
	font-weight:bold;
	text-transform:none;
}
.small_items h2 a{
	color:#000;
	    font-size: 14pt;
    font-weight: normal;
}
.small_items .post-meta{
	font-size:10px
}
.small_items .post-meta li{
	float:left;
	margin:0 10px 0 0
}
.small_items .post-meta li i{
	margin-right:5px
}
.news.mega-menu .div-mega{
	top: 50px;
}
.news-masnory .post-image{
	float:none
}