.ImageFullwidth img:first-of-type {
    filter: brightness(.99);
}

.article .link-text span {
	color: #e94d32;
}

.slick-dots {
	margin-top:-60px;
	text-align:center;
	margin-bottom:100px;
	padding: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    background: white;
}
.slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
	border:2px solid white;
	border-radius:50%;
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.slick-arrow{
		display:none!important;
	}
}


@media (max-width: 600px) {
	.news.news-single img {
		max-width:100%;
	}
}

@media (max-width: 700px) {
	.ce-column, .ce-left .ce-gallery, .ce-column, .ce-right .ce-gallery {
		float:none;
	}
}

.slider .carousel-item img {
	width:100%;
	height:auto;
	padding-right:20px;
}

#ImageSlider  .carousel-item img {
	width:auto;
}

.carousel-inner .slick-list {
	width:100%;
}

#ImageSlider {
	height:auto;
}

.news-single .slider{
	margin:0 0 3rem;
}
