.mj-simple-news {
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
}

.mj-simple-news .sn-items{
	margin:0;
	padding:0;
	width:100%;
	overflow: hidden;
}

.mj-simple-news .sn-items .sn-item{
	padding:0;
	margin-bottom:15px;
	float:left;
}

.mj-simple-news .sn-items .sn-item .sn-item-inner{
	margin:0 0px;
	padding: 10px 5px 0px 5px;
	overflow:hidden;
	border-top: 0px solid #ccc;
	box-shadow: none;
}

.mj-simple-news .sn-items .sn-item .sn-image{
	float:left;
	margin:0;
	margin:0 0 10px 0;
	overflow:hidden;
	position:relative;
	background:url(../img/loading.gif) no-repeat center center #E6E6E6;
}



.mj-simple-news .sn-items .sn-item .sn-image a{
	display:block;
	overflow:hidden;
}

.mj-simple-news .sn-items .sn-item .sn-image img{
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	box-shadow: #000 0em 0em 0em;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   overflow:hidden;
}

.mj-simple-news .sn-items .sn-item  .sn-created-hits{
	position:absolute;
	bottom:0;
	background-color:rgb(51, 51, 51);
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	opacity:0.7;
	left:0;
	padding:5px 0;
	color:#fff;
    opacity: 0;
	filter:alpha(opacity = 0);
    right: 0;
    transform: translateX(100%);
	width:100%;
	transition: all 500ms ease 0s;
}

.mj-simple-news .sn-items .sn-item .sn-image:hover  .sn-created-hits{
	opacity: 1;
	filter:alpha(opacity = 100);
    transform: translateX(0px);
}

.mj-simple-news  .sn-created-hits .sn-created{
	float:left;
	margin-left:10px;
}

.mj-simple-news  .sn-created-hits .sn-hits{
	float:right;
	margin-right:10px;
}

.mj-simple-news .sn-items .sn-item .sn-title,
.mj-simple-news .sn-items .sn-item .sn-description,
.mj-simple-news .sn-items .sn-item .sn-tags{
	margin-bottom:5px;
}

.mj-simple-news .sn-items .sn-item .sn-readmore{
	text-align: right;
}

.mj-simple-news .sn-items a{
	font-weight: bold;
}

.mj-simple-news .sn-items .sn-readmore a{
	font-weight: normal;
	font-size:11px;
}

.mj-simple-news .sn-items .sn-image:hover img{
	box-shadow: #000 0em 0em 0em;
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

/*----------------------Css Responsive-------------------------*/

@media all and (max-width: 479px){
	.mj-simple-news .cols-xs-6 .sn-item{ width:16.65%}
	.mj-simple-news .cols-xs-5 .sn-item{ width:20%}
	.mj-simple-news .cols-xs-4 .sn-item{ width:25%}
	.mj-simple-news .cols-xs-3 .sn-item{ width:33.333%}
	.mj-simple-news .cols-xs-2 .sn-item{ width:50%}
	.mj-simple-news .cols-xs-1 .sn-item{ width:100%}
	.mj-simple-news .cols-xs-6 .clr6,
	.mj-simple-news .cols-xs-5 .clr5,
	.mj-simple-news .cols-xs-4 .clr4,
	.mj-simple-news .cols-xs-3 .clr3,
	.mj-simple-news .cols-xs-2 .clr2,
	.mj-simple-news .cols-xs-1 .clr1{
		clear:both;
	}
	.mj-simple-news .cols-xs-1 .sn-item .sn-image{
		margin-left:0;
	}
}

@media all and (min-width: 480px) and (max-width: 767px){
	.mj-simple-news .cols-sm-6 .sn-item{ width:16.65%}
	.mj-simple-news .cols-sm-5 .sn-item{ width:20%}
	.mj-simple-news .cols-sm-4 .sn-item{ width:25%}
	.mj-simple-news .cols-sm-3 .sn-item{ width:33.333%}
	.mj-simple-news .cols-sm-2 .sn-item{ width:50%}
	.mj-simple-news .cols-sm-1 .sn-item{ width:100%}
	.mj-simple-news .cols-sm-6 .clr6,
	.mj-simple-news .cols-sm-5 .clr5,
	.mj-simple-news .cols-sm-4 .clr4,
	.mj-simple-news .cols-sm-3 .clr3,
	.mj-simple-news .cols-sm-2 .clr2,
	.mj-simple-news .cols-sm-1 .clr1{
		clear:both;
	}
	.mj-simple-news .cols-sm-1 .sn-item .sn-image{
		margin-right:10px;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px){
	.mj-simple-news .cols-md-6 .sn-item{ width:16.65%}
	.mj-simple-news .cols-md-5 .sn-item{ width:20%}
	.mj-simple-news .cols-md-4 .sn-item{ width:25%}
	.mj-simple-news .cols-md-3 .sn-item{ width:33.333%}
	.mj-simple-news .cols-md-2 .sn-item{ width:50%}
	.mj-simple-news .cols-md-1 .sn-item{ width:100%}
	.mj-simple-news .cols-md-6 .clr6,
	.mj-simple-news .cols-md-5 .clr5,
	.mj-simple-news .cols-md-4 .clr4,
	.mj-simple-news .cols-md-3 .clr3,
	.mj-simple-news .cols-md-2 .clr2,
	.mj-simple-news .cols-md-1 .clr1{
		clear:both;
	}
	.mj-simple-news .cols-md-1 .sn-item .sn-image{
		margin-right:10px;
	}
}

@media all and (min-width: 1200px ){
	.mj-simple-news .cols-lg-6 .sn-item{ width:16.65%}
	.mj-simple-news .cols-lg-5 .sn-item{ width:20%}
	.mj-simple-news .cols-lg-4 .sn-item{ width:25%}
	.mj-simple-news .cols-lg-3 .sn-item{ width:33.333%}
	.mj-simple-news .cols-lg-2 .sn-item{ width:50%}
	.mj-simple-news .cols-lg-1 .sn-item{ width:100%}
	.mj-simple-news .cols-lg-6 .clr6,
	.mj-simple-news .cols-lg-5 .clr5,
	.mj-simple-news .cols-lg-4 .clr4,
	.mj-simple-news .cols-lg-3 .clr3,
	.mj-simple-news .cols-lg-2 .clr2,
	.mj-simple-news .cols-lg-1 .clr1{
		clear:both;
	}
	
	.mj-simple-news .cols-lg-1 .sn-item .sn-image{
		margin-right:10px;
	}
}

	.mj-simple-news.lt-ie9 .cols-lg-6 .sn-item{ width:16.65%}
	.mj-simple-news.lt-ie9 .cols-lg-5 .sn-item{ width:20%}
	.mj-simple-news.lt-ie9 .cols-lg-4 .sn-item{ width:25%}
	.mj-simple-news.lt-ie9 .cols-lg-3 .sn-item{ width:33.333%}
	.mj-simple-news.lt-ie9 .cols-lg-2 .sn-item{ width:50%}
	.mj-simple-news.lt-ie9 .cols-lg-1 .sn-item{ width:100%}
	.mj-simple-news.lt-ie9 .cols-lg-6 .clr6,
	.mj-simple-news.lt-ie9 .cols-lg-5 .clr5,
	.mj-simple-news.lt-ie9 .cols-lg-4 .clr4,
	.mj-simple-news.lt-ie9 .cols-lg-3 .clr3,
	.mj-simple-news.lt-ie9 .cols-lg-2 .clr2,
	.mj-simple-news.lt-ie9 .cols-lg-1 .clr1{
		clear:both;
	}
	.mj-simple-news.lt-ie9 .cols-lg-1 .sn-item .sn-image{
		margin-right:10px;
	}

.cf:before,
.cf:after {
    content: " "; 
    display: table;
}

.cf:after {
    clear: both;
}




