/**
 * 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:#aeaeae;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:#ed1a3b}


/* 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;
		}


/* EVENTS */
.events-carrousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	left: 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.events-carrousel.owl-theme .owl-nav .owl-prev {
		margin: auto 0;
		margin-right: auto;
		width: 21px;
		height: 34px;
		background: url('../../_img/slider/white-prev.png') no-repeat center center;
	}
	.events-carrousel.owl-theme .owl-nav .owl-next {
		margin: auto 0;
		margin-left: auto;
		width: 21px;
		height: 34px;
		background: url('../../_img/slider/white-next.png') no-repeat center center;
	}

/*	PLAYERS */
.players-carrousel.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-carrousel.owl-theme .owl-nav .material-icons {
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		color: #FFF !important;
	}
	.players-carrousel.owl-theme .owl-nav .owl-prev {
		margin: auto 0;
		margin-right: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/blue-prev.png') no-repeat center center;
	}
	.players-carrousel.owl-theme .owl-nav .owl-next {
		margin: auto 0;
		margin-left: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/blue-next.png') no-repeat center center;
	}


/*	SMALL SLIDER page PLAYERS */
.slider-carrousel.owl-theme {
	width: 90%;
	margin: 0 auto;
}
.slider-carrousel.owl-theme .owl-stage-outer {
	width: 100%;
}

.slider-item {
	width: 100%;
	height: 318px;
}
	.slider-item .picture {
		width: 100%;
		height: 318px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: space-around; -webkit-justify-content: space-around;
	}
	.slider-item .picture .icon {
		margin: auto;
		position: relative;
		z-index: 10;
	}

.slider-carrousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 110%;
	left: -5%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.slider-carrousel.owl-theme .owl-nav .material-icons {
		font-size: 24px;
		font-weight: 900;
		line-height: 30px;
		color: #FFF !important;
	}
	.slider-carrousel.owl-theme .owl-nav .owl-prev {
		margin: auto 0;
		margin-right: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/blue-prev.png') no-repeat center center;
	}
	.slider-carrousel.owl-theme .owl-nav .owl-next {
		margin: auto 0;
		margin-left: auto;
		height: 30px;
		width: 30px;
		text-align: center;
		background: url('../../_img/slider/blue-next.png') no-repeat center center;
	}

	.slider-carrousel.owl-drag .owl-item {
		width: 100%;
	}

	.slider-carrousel .overlay {
		position: absolute;
		z-index: 7;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: #000000;
		opacity: 0.2;
	}
	.slider-carrousel:hover .overlay {
		background: #dc2d5a;
	}
