.ns-slider .ns-topics li{
    background-color: white;
	border-bottom:1px solid #f2f2f2;
    height: 100px;
}

/*MOBILE ALLIGNEMENT*/

@media (max-width: 991px){
    .ns-slider .ns-topics{
        display:none;
    }
}


@media (max-width: 1199px) and (min-width: 991px){
.ns-content .slider-thumbnail img{
	display: block !important;
}
}



@media (min-width: 991px){
.ns-content .post-content img{
	display:none !important;
}
}

/*MOBILE ALLIGNEMENT*/

.ns-slider .ns-topics li:last-child{
    border-bottom: none;
}

.ns-slider .ns-topics a{
    width: 100%;
    display: block;
    padding:20px 25px;
    cursor:pointer;
	height: 100%;
    font-weight:600;
}


.ns-slider .ns-topics li.active,
.ns-slider .ns-topics li:hover{
    background-color: #C90C30;
}

.ns-slider .ns-topics li.active a,
.ns-slider .ns-topics li a:hover{
    color:white;
}

.ns-slider .ns-content{
    
    height: 300px;
	background-color: #f2f2f2;
	color: black;
}

@media (max-width: 991px){
    .ns-slider .ns-content{
        height: auto;
        margin-bottom: 20px;
    }

}

@media (min-width: 991px){
    .ns-slider .ns-content{
        display: none;
    }
}

@media (max-width: 991px){
    .ns-slider .ns-content{
        display: block !important;
    }
}


@media (min-width: 991px){
    .ns-slider .col-ns-content{
    	padding-left:0;
    }
	
	html[dir="rtl"] .ns-slider .col-ns-content{
    	padding-left:15px;
		padding-right:0;
    }

}

.ns-slider .ns-content h4{
	margin-bottom:3px;
}

.ns-slider .ns-content .ns-readmore{
    margin-bottom: 10px;
}

.ns-slider .ns-content .ns-readmore a {
    background-color: #ffffff !important;    
    /*color: white !important;*/
}

.ns-slider .ns-content .ns-readmore a:hover{
    background-color: #34495E !important;   
}

@media (max-width: 991px){
    .ns-slider .ns-content .ns-readmore
    {
        text-align: center;
    }
}

.ns-slider .ns-content div.publish-date{
	margin-bottom:15px;
}

.ns-slider .slider-thumbnail {
	height:100%;
    padding: 0px;
	text-align:right;
}

.ns-slider .slider-thumbnail img {
	height:100%;
}

.ns-slider ul {
	margin-bottom: 0px;
}

/* ALIGN NEWS SLIDER TO CENTER IN DEVICES WITH RESOLUTION BETWEEN 768PX AND 1024PX */
@media (max-width: 991px){
	.post-content {
        text-align:center;
	}
}