/*	WRAPPER	*/
.slider-articles-wrapper {
	margin-top: 0;
	position: relative;
	width: 100%;
	height: 406px;
	overflow-x: hidden;
}
	div#slider-articles-home {
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 100%;
		height: 406px;
	}
	div.slider-articles-wrapper div.items-articles-wrapper {
		width: 100%;
		height: 406px;
	}


/*	ITEMS	*/
div.slider-articles-wrapper a.slide-articles-item {
	float: left;
	width: 100%;
	height: 406px;
	display: block;
	position: relative;
	text-decoration: none;
}
	div.slider-articles-wrapper a:hover {
		text-decoration: none;
	}
	a.slide-articles-item div.picture {
		width: 100%;
		height: 406px;
		overflow: hidden;
	}
		a.slide-articles-item img {
			width: 100%;
			height: auto;
		}
	a.slide-articles-item div.infos {
		width: 400px;
		height: auto;
		position: absolute;
		top: 150px;
		left: 70px;
	}
		a.slide-articles-item div.infos .title {
			font-size: 32px;
			color: #FFF;
			line-height: 1.2;
			padding-bottom: 20px;
			font-family: 'Eurostile Bold';
			text-transform: uppercase;
			text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
		}
		a.slide-articles-item div.infos .intro {
			font-size: 18px;
			color: #FFF;
			line-height: 1.1;
			text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
		}
		a.slide-articles-item div.infos .button-more {
			margin-top: 15px;
			width: 100%;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
			padding: 10px;
			font-weight: bold;
			font-size: 17px;
			text-transform: uppercase;
			color: #FFF;
			background-color: #00a9c9;
			border-radius: 3px;
		}


/* NAV	BULLETS	*/
#slider-articles-navigator {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 30px;
	z-index: 30;
	margin-top: 0px;
	display: flex; display: -webkit-flex; 
	flex-flow: column nowrap; -webkit-flex-flow: column nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	#slider-articles-navigator a.slider-navigation {
		display: block;
		height: 26px;
		width: 30px;
		cursor: pointer;
		margin: 0;
		margin-bottom: 0px;
		border-left: 3px solid #FFF;
		padding-left: 10px;
		color: #FFF;
		font-size: 18px;
		background: none;
		position: relative;
		z-index: 31;
	}
		#slider-articles-navigator a.selected {
			border-left: 3px solid #00a9c9;
			color: #00a9c9;
		}
