/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#aeaeae;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:18px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#000;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#d0103a}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	color: #FFF;
	background: none;
	padding: 0;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next a, .owl-carousel .owl-nav .owl-prev a {
	color: #FFF;
	background-color: #000;
	border-radius: 7px;;
	padding: 7px 10px;
}

.owl-carousel .owl-nav .owl-next:hover a, 
.owl-carousel .owl-nav .owl-prev:hover a, 
.owl-carousel .owl-nav .owl-next a:focus, 
.owl-carousel .owl-nav .owl-prev a:focus {
	background: #fccc06;
	color: #000;
}

/* NEWS SLIDER */
.slider-wrapper {
	width: 100%;
}
	.slider-items {
		width: 100%;
	}
		.slide-item {
			width: 100%;
			display: block;
		}
			.item-overlay {
				width: 100%;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				z-index: 101;
				background: #0d3885;
				opacity: 0.28;
			}
			.item-picture {
				width: 100%;
				position: relative;
				z-index: 100;
			}
				.item-picture img {
					width: 100%;
				}
			.item-infos {
				display: flex; display: -webkit-flex; 
				flex-flow: row wrap; -webkit-flex-flow: row wrap;
				justify-content: flex-start; -webkit-justify-content: flex-start;
				width: 1000px;
				margin: 0;
				position: absolute;
				z-index: 9000;
				top: 50%;
				left: 50%;
				margin-left: -495px;
				margin-top: -50px;
			}
				.item-infos .col-infos {
					margin: auto 0;
					width: 600px;
				}
					.item-infos .col-infos .title {
						font-weight: 900;
						color: #FFF;
						text-transform: uppercase;
						font-size: 40px;
						line-height: 1.0;
						padding: 10px 0;
						margin-bottom: 10px;
						border-bottom: 3px solid #e5120e;
					}
					.item-infos .col-infos .date {
						color: #FFF;
						font-size: 12px;
						line-height: 1.1;
						padding: 3px 0;
					}
					.item-infos .col-infos .intro {
						color: #FFF;
						font-size: 12px;
						line-height: 1.1;
						padding: 3px 0;
					}
					.item-infos .col-infos .more {
						display: inline-block;
						background: #e5120e;
						color: #FFF;
						font-size: 12px;
						line-height: 1.1;
						padding: 7px 12px;
						margin-top: 7px;
					}

/* DOTS */
.slider-home .owl-dots {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-end; -webkit-justify-content: flex-end;
	width: 1000px;
	margin: 0;
	position: absolute;
	z-index: 9000;
	bottom: 25px;
	left: 50%;
	margin-left: -495px;
}
	.slider-home.owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
		border-radius: 0px;
		background-color: #FFF;
	}
		.slider-home.owl-theme .owl-dots .owl-dot.active span {
			background-color: #e5120e;
		}

/*	PLAYERS */
.players-carousel .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 104%;
	left: -2%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.players-carousel .owl-theme .owl-nav .material-icons {
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		color: #FFF !important;
	}
	.players-carousel .owl-theme .owl-nav .owl-prev {
		margin: auto 0;
		margin-right: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/players-prev.png') no-repeat center center;
	}
	.players-carousel .owl-theme .owl-nav .owl-next {
		margin: auto 0;
		margin-left: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/players-next.png') no-repeat center center;
	}