/* =============================================================================
   SLIDER
   ========================================================================== */   
#slider {
	/* >> voir cities_home.css */
}
#slider-items {
	position:relative;
	float:left;	
	width:100%;
	background:#000;
}
#slider-items img {
	width:100%;
	transition: none !important;
}
#slider div a:hover img {
	zoom: 1;
	opacity: 1;
	transition: none !important;
}
#slider-fade, #slider-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
}
#slider-mask {
	background-color: transparent;
}
#slider-mask a{
	display: block;
	height: inherit;
	width: inherit;
}
#slider-logo{
	/*display: none;*/
	position: absolute;
	width: 50%;
	height: 50%;
	top: 50%;
	left: 50%;
	background: url(../img/blood.png) center no-repeat;
	background-size: 30%;
	margin: -87px 0 0 -160px;
}

/* =============================================================================
   TITLE
   ========================================================================== */
#slider-items div .slider-title {
	position: absolute;
	left: 0;
	z-index: 5;
	bottom:35px;
	width:100%;
	/*height:auto;*/
	padding:20px;
	background: rgba(0,0,0,0.8);	
}
#slider-items div .slider-title h2 {
	font-family: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 24px;
	line-height:24px;
	letter-spacing:1px;
	font-weight:normal;
	color: #fff;
	text-shadow: 1px 2px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=2);
	margin: 0;
	padding: 0;	
}


/* =============================================================================
   SLIDER BOUTONS
   ========================================================================== */
#slider-next, #slider-prev {
	position: absolute;
	display: block;
	z-index:2;
	top: 45%;		     
	width:32px;
	height:40px;
	cursor:pointer;
	text-decoration:none;
	background-color:rgba(0,0,0,0.7);
	color:rgba(255,255,255,0.7);
	font-size:20px;
	line-height:40px;	
	transition:all 0.2s ease;
}
#slider-next {
   right:0px;
	 text-align:right;
	 padding-right:7px;
}
#slider-next:hover {
  width:40px;
	padding-right:10px;
	background-color:rgba(0,0,0,0.9);
	color:rgba(255,255,255,0.9);
}
#slider-prev {
  text-align:left;
	padding-left:7px;
}
#slider-prev:hover {
  width:40px;
	padding-left:10px;
	background-color:rgba(0,0,0,0.9);
	color:rgba(255,255,255,0.9);
}	 

/* =============================================================================
   SLIDER PAGINATION
   ========================================================================== */
#slider-pagination {
	position: absolute;
	display: block;
	z-index:10;
	width:100%;
	height:auto;		
	left:0px;
	bottom:6px;
	text-align:center;
}
#slider-pagination div {
	position:relative;
	display:inline-block;
	font-size:30px;
	line-height:30px;
	padding:0px 1px;
	margin:0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	font-family:sans-serif;	
	color:#d20000;
	cursor:pointer;
}
 

/* =============================================================================
   VIDEO YOUTUBE
   ========================================================================== */
.slider-video {
	position:relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top:0px;
	height: 0;
}
.slider-video iframe, 
.slider-video object, 
.slider-video embed, 
.slider-video img {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 0;
}
.slider-video img {
	display:none;
}
.slider-video iframe {
	z-index: 1;
}

/* =============================================================================
   MEDIAQUERIES 
   ========================================================================== */	 
@media only screen and (min-width: 769px) {		 
	#home #slider {	
		max-height:363px;
	}	 
}		 
@media only screen and (min-width: 769px) and (max-width: 1024px) {	
	/* TITLE */
	#slider-items div .slider-title {
		height: auto;
		width:100%;
		padding:0;
		bottom:45px;
	}
	#slider-items div .slider-title h2 {
		font-size: 16px;
		line-height:16px;
		padding:13px 30px 13px 20px;
	}	
	/* PAGINATION */
	#slider-pagination {				
		bottom:8px;
		font-size:30px;
		line-height:30px;
	}
} 
 
@media only screen and (max-width: 768px) {	
	#home #slider {	
		max-height:420px;
	}
	/* TITLE */
	#slider-items div .slider-title {
		height: auto;
		width:100%;
		padding:0;
		bottom:45px;
	}
	#slider-items div .slider-title h2 {
		font-size: 16px;
		line-height:16px;
		padding:13px 30px 13px 20px;
	}	
	/* PAGINATION */
	#slider-pagination {				
		bottom:8px;
		font-size:27px;
		line-height:27px;
	}
	
	
}  
@media only screen and (max-width: 500px) {	
	#home #slider {	
		max-height:268px;
	}
	#slider-items div .slider-title {
		bottom:35px;
	}
	#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 {				
		width:100%;
		text-align:center;
		right:0px;
		bottom:5px;
		font-size:20px;
		line-height:20px;
	}
}

 