/* =============================================================================
   GONDOLE
   ========================================================================== */
#slider {
	position:relative;
	float:left;
  z-index:1;
	margin: 0;
  padding: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	/* max-height:375px; */
	margin-top:125px;	
}
#slider-items {
	position:relative;
	float:left;	
	width:100%;
	background: rgba(0,0,0,0.8);
}
#slider-items div {
	position:relative;
	float:left;	
	width:100%;
	 z-index:1;
}
#slider-items img {
	width:100%;
	transition: none !important;
}
#slider div a:hover img {
	zoom: 1;
	opacity: 1;
	transition: none !important;
}

/* =============================================================================
   PLAYER YOUTUBE
   ========================================================================== */
#slider-player {
	display:none;
	position: absolute;
	z-index:10;
	top: 9%;
	right: 5.9%;
	border: hsla(47,30%,46%,0.5) 1px solid;
	background: black;
	-webkit-box-shadow: 0 0 25px 0 hsla(0,0%,0%,0.75);
	box-shadow: 0 0 25px 0 hsla(0,0%,0%,0.75);
	height: 74.11764705882353%;
	width: 44.5%;
}
.slick-active #slider-player {
	display:block;
}

/* =============================================================================
   TITLE
   ========================================================================== */

#slider-items .slider-title {
	position: absolute;
	left: 0;
	bottom:50px;
	width:72%;
	height:auto;
	padding:16px 30px 0px 30px;			
	background: rgba(0,0,0,.7);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 57%, rgba(0,0,0,0.7) 58%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(57%,rgba(0,0,0,0.7)), color-stop(58%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 57%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 57%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 57%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 57%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#slider-items .slider-title h2 {
	font-family: 'ringbearermedium', Arial, "Helvetica CY", Helvetica, sans-serif;	
	text-transform:lowercase;
	font-size: 24px;
	line-height:24px;
	font-weight:normal;
	color: #ea8f00;
	text-shadow: 1px 2px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=2);
	margin: 0;
	padding: 0;	
}
#slider-items .slider-title p {
	font-family: 'ringbearermedium', Arial, "Helvetica CY", Helvetica, sans-serif;	
	font-size: 16px;
	height:20px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.7);
	margin:0;
	margin-top: 0.3%;
	margin-bottom: 13px;
	text-transform: lowercase;
}
#slider-items .slider-title p:empty {
	margin-top:0;
	margin-bottom:0;
}


/* =============================================================================
   SLIDER BOUTONS
   ========================================================================== */
#slider-next, #slider-prev {
    position: absolute;
	display: block;
	z-index:2;
    width: 30px;
    height: 30px;
	top: 47%;		
    margin: -24px 0 0;    
    background:url(../img/slider_arrows.png) no-repeat;    
    cursor: pointer;
    font-size:0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#slider-next {
    background-position: -30px 0;
    right: 2%;
}
#slider-next:hover {
    background-position: -30px -30px;
}
#slider-prev {
    left: 2%;
}
#slider-prev:hover {
    background-position: 0 -30px;
}	 
 

/* =============================================================================
   SLIDER PAGINATION
   ========================================================================== */
#slider-pagination {
	position: absolute;
	display: block;
	z-index:4;
	width:100%;
	height:35px;
	left:0px;
	bottom:45px;
	text-align: center;
	font-size:30px;	
}
#slider-pagination div {
	display:inline-block;
	padding:0 3px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	font-family:sans-serif;	
	color: #ea8f00;
	cursor:pointer;
}




/* =============================================================================
   SLIDER CADRE
   ========================================================================== */
#slider-left, 
#slider-right {
	position: absolute;
	display: block;
	z-index:6;	
	top:0px;
	width:9px;
	height:100%;
	overflow:hidden;
	z-index:8;
}
#slider-left {
	background:transparent url(../img/slider_left.jpg) no-repeat;   
	left:0px;
} 
#slider-right {
	background:transparent url(../img/slider_right.jpg) no-repeat;   
	right:0px;
} 

#slider-bottomleft, 
#slider-bottomright {
	position: absolute;
	display: none;
	z-index:8;	
	bottom:32px;
} 
#slider-bottomleft {
	left:0px;
} 
#slider-bottomright {
	right:0px;
} 
	 
#slider-top, 
#slider-bottom {
	position: absolute;
	display: block;
	z-index:6;
	width:100%;
	height:9px;
	left:0px;
}  
#slider-top {
	background:transparent url(../img/slider_top.jpg) repeat-x;   
	top:0px;
}  
#slider-bottom {
	background:transparent url(../img/slider_bottom.jpg) repeat-x;   
	bottom:30px;
}	 
	 
#slider-center {
position: absolute;
	display: block;
	z-index:6;
	width:100%;
	bottom:-10px;
	text-align:center;
} 

/* =============================================================================
   MEDIAQUERIES 
   ========================================================================== */	 
@media only screen and (max-width: 1024px) {	
	#slider {
		margin:110px 2% 0px 2%;
		width:96%;
	}		
	/* TITLE */
	#slider-items .slider-title {
		padding:15px 30px 0px 30px;	
	}	
	#slider-items .slider-title h2 {
		font-size: 18px;
		line-height:18px;
	}	
	/* PAGINATION */
	#slider-pagination {
		font-size:25px;
		height:30px;
	}
	/* CADRE */
	#slider-left, 
	#slider-right {
		height:50%;
	}	
	#slider-bottomleft, 
	#slider-bottomright {
		display: block;
	} 	
} 

@media only screen and (max-width: 768px) {	
	#slider-items #slider-player {
		display:none;
	}
	
	/* TITLE */
	#slider-items div .slider-title {
		height: auto;
		width:100%;
		padding:0;
	}
	#slider-items div .slider-title h2 {
		font-size: 16px;
		line-height:16px;
		padding:13px 30px 13px 20px;
	}	
	#slider-items div .slider-title p {
		display:none;
	}		
	
}  
@media only screen and (max-width: 500px) {	
	#slider {
		margin:70px 2% 0px 2%;
	}
	/* TITLE */
	#slider-items div .slider-title {
		bottom:30px;
	}
	#slider-items div .slider-title h2 {
		font-size: 15px;
		line-height:15px;
		padding:13px 30px 13px 20px;
	}
		
	/* BOUTONS */
	#slider-next, #slider-prev {
		display: none;
	}
	/* PAGINATION */
	#slider-pagination {		
		font-size:25px;		
		bottom:0;
		top:5px;
		right:0px;
		text-align: right;
		padding-right:15px;
		height:20px;		
	}
	#slider-pagination div {
		display:inline-block;
		padding:0 1px;
		text-shadow: 0 -1px 0 rgba(0,0,0,.35);
		font-family:sans-serif;	
		color: #ea8f00;
		cursor:pointer;
	}
	
	
	
}  


 