@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.list-news-minisite .news-minisite {
		min-height: 450px;
	}
}

.home-slider {
	
}
.home-slider .slick-list {
	border-radius: 2em;
}
.home-slider figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.home-slider figure .background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
.home-slider figure.init {
	max-height: 0;
}
.home-slider figure .info-box {
	position: absolute;
	bottom: 0;
	color: #fff;
	max-width: 80%;
	pointer-events: none;
}
.home-slider figure .info-box h2 {
	font-weight: 700;
	font-size: 2em;
	text-transform: uppercase;
}
.home-slider figure .info-box h2 span {
	display: inline-block;
	padding: 0.3em 0.5em 0.3em;
	line-height: 1;
	background-color: #f18e00;
}
.home-slider figure .info-box h3 {
	margin: 0 0 0.3em 0;
	padding: 0.3em 0.5em 0.3em;
	line-height: 1;
	background-color: rgba(51, 51, 51, .7);
	display: inline-block;
	font-weight: 400;
	font-size: 1.4em;
	text-transform: uppercase;
}
.home-slider figure .info-box h3 span {
	display: inline-block;
}
.home-slider figure .info-box p {
	margin: 0.5em 0 1em 0;
	padding: 0;
	line-height: 1;
}
.home-slider figure .info-box > * {
	
}

.list-news-minisite {
	
}
.list-news-minisite .news-minisite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 5px;
	margin-bottom: 10px;
}
.list-news-minisite .news-minisite figure {
	position: relative;
	overflow: hidden;
	display: block;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	max-height: 210px;
}
.list-news-minisite .news-minisite figure img {
	width: 100%;
}
.list-news-minisite .news-minisite figure a {
	display: block;
}
.list-news-minisite .news-minisite figure:before {
	content: "";
	transition: background-color 500ms;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.list-news-minisite .news-minisite .info-minisite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.list-news-minisite .news-minisite .info-minisite header {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list-news-minisite .news-minisite .info-minisite header h2 {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #000;
}
.list-news-minisite .news-minisite .info-minisite header h3 {
	font-weight: 400;
	font-size: 1em;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
	color: #000;
}
.list-news-minisite .news-minisite .info-minisite footer {
	
}
.list-news-minisite .news-minisite .info-minisite footer .read-more {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
}

@media screen AND (max-width: 1199px) {
	.home-slider figure .background {
        min-height: 300px;
    }
    .home-slider figure .info-box h2 {
		font-size: 1.6em;
	}
	.home-slider figure .info-box h3 {
		font-size: 1em;
	}
	
	.list-news-minisite .news-minisite figure {
		max-height: 176px;
	}
}
@media screen AND (max-width: 991px) {
	.home-slider figure .info-box h2 {
		font-size: 1.2em;
	}
	.home-slider figure .info-box h3 {
		
	}
	
	.list-news-minisite .news-minisite figure {
		max-height: 196px;
	}
}
@media screen AND (max-width: 767px) {
	.home-slider .slick-list {
		border-radius: 1em;
	}
    .home-slider figure .background {
        min-height: 200px;
    }
	.home-slider figure .info-box h2 {
		font-size: 1em;
	}
	.home-slider figure .info-box h3 {
		
	}
	.home-slider figure .info-box p {
		display: none;
	}
	
	.list-news-minisite .news-minisite {
		display: block;
		padding: 0;
		min-height: auto;
		margin-bottom: 4em;
	}
	.list-news-minisite .news-minisite figure {
		max-height: inherit;
	}
	.list-news-minisite .news-minisite .info-minisite {
		display: block;
	}
	.list-news-minisite .news-minisite .info-minisite header {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
}
@media screen AND (max-width: 575px) {
	.home-slider .slick-list {
		border-radius: 0;
		/*background-color: #f18e00;*/
	}
    .home-slider figure .background {
        min-height: 150px;
    }
	.home-slider figure .info-box {
		position: static;
		max-width: 100%;
	}
	.home-slider figure .info-box h2 {
		display: block;
		border-radius: 0;
        margin: 0;
	}
    .home-slider figure .info-box h2 span {
        display: block;
    }
    .home-slider figure .info-box h3 {
        background-color: #000;
    }
	.home-slider figure .info-box > * {
		
	}
	
	.list-news-minisite .news-minisite {
		margin-bottom: 0;
	}
	.list-news-minisite .news-minisite:last-child {
		margin-bottom: 2em;
	}
	.list-news-minisite .news-minisite figure {
		border-radius: 0;
		margin: 0;
	}
	.list-news-minisite .news-minisite .info-minisite {
		padding: 1em 1em;
		background-color: #f6f6f6;
	}
}