/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  
  /*-webkit-transition: opacity 1s ease; 
-moz-transition: opacity 1s ease;
 transition: opacity 1s ease; */
}
/*.flexslider .slides img {
  width: 100%;
  display: block;
}*/
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  width:90%;
  left:0px;
  margin: 0 0 0px;
  /*background: #fff;*/
  /*border: 4px solid #fff;*/
  position: relative;
  zoom: 1;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;*/
  height:auto;
}
.flexslider .slides {
  zoom: 1;
  
}
#carousel .slides li{
	-webkit-box-shadow: 0 0 0 3px rgba(227, 36, 45, 0);
  -moz-box-shadow: 0 0 0 3px rgba(227, 36, 45, 0);
  -o-box-shadow: 0 0 0 3px rgba(227, 36, 45, 0);
  box-shadow: 0 0 0 3px rgba(227, 36, 45, 0);

}
#carousel .slides .flex-active-slide{
  -webkit-box-shadow: inset 0 0 0 3px rgba(227, 36, 45, 1);
  -moz-box-shadow: inset 0 0 0 3px rgba(227, 36, 45, 1);
  -o-box-shadow: inset 0 0 0 3px rgba(227, 36, 45, 1);
  box-shadow: inset 0 0 0 3px rgba(227, 36, 45, 1);
}
#carousel .slides .flex-active-slide img{
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s ease; 
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; 
}
#carousel .slides li img{
	position:relative;
  opacity: .6;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s ease; 
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; 
}
#carousel .slides li .active-border{
	position:absolute;
	width:160px;
	height:100%;
	top:0px;	
	border:0px solid rgba(227, 36, 45, 1);
}
#carousel .slides .flex-active-slide .active-border{
	border:3px solid rgba(227, 36, 45, 1);
}
#carousel .slides{
	background-color:#000;
}
.flex-viewport {
  /*max-height: 2000px;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 420px;
  bottom: 0px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';*/
}
.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
}
.flex-direction-nav .flex-prev {
  left: calc(580px - 80px);
  background-color:#0b168c;
  background-image: url(../home/images/slider_arrow_left.svg);
  background-position: 50% center;
  background-repeat:no-repeat;
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-next {
  left: 580px;
  margin-left:1px;
  background-color:#0b168c;
  background-image: url(../home/images/slider_arrow_right.svg);
  background-position: center center;
  background-repeat:no-repeat;
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-prev {
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  -webkit-animation: arrowEffectLeft .3s ease forwards;
  -moz-animation: arrowEffectLeft .3s ease forwards;
  -ms-animation: arrowEffectLeft .3s ease forwards;
  -o-animation: arrowEffectLeft .3s ease forwards;
  animation: arrowEffectLeft .3s ease forwards;
  
  background-image:url(../home/images/slider_arrow_left_b.svg);
  background-color:#1effbc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-next {

}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  -webkit-animation: arrowEffectRight .3s ease forwards;
  -moz-animation: arrowEffectRight .3s ease forwards;
  -ms-animation: arrowEffectRight .3s ease forwards;
  -o-animation: arrowEffectRight .3s ease forwards;
  animation: arrowEffectRight .3s ease forwards;
	    
	background-image: url(../home/images/slider_arrow_right_b.svg);
	background-color:#1effbc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  /*bottom: -40px;*/
  bottom: 28px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-indent: -9999px;
  /*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/*
.flex-control-paging li a {
  width: 58px;
  height: 58px;
  display: block;
  background:url('../images/fiche/slider_ctrl_color_1.png') no-repeat center center;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li:nth-child(2) a{
	background:url('../images/fiche/slider_ctrl_color_2.png') no-repeat center center;
}
.flex-control-paging li:nth-child(3) a{
	background:url('../images/fiche/slider_ctrl_color_3.png') no-repeat center center;
}
.flex-control-paging li:nth-child(4) a{
	background:url('../images/fiche/slider_ctrl_color_4.png') no-repeat center center;
}
*/
.flex-control-paging li a:hover {
	background: rgba(237, 27, 47, 1); 

}
.flex-control-paging li a.flex-active {
	background: rgba(237, 27, 47, 1); 
    cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * TAG THEME
 * ====================================================================================================================*/
.flexslider {
  /*margin: 0 0 0;
  border: 0px solid #fff;
  margin-left : 5%;
  */
   width:1600px;
   left:50%;
   margin-left:-800px;
   z-index: 1;
}
@-webkit-keyframes arrowEffectLeft {
	  0% {
	    background-position: 50% center;
	  }
	  50%{
	  	 background-position: -100% center;
	  }
	  51%{
	  	 background-position: 200% center;
	  }
	  100% {
	     background-position: 50% center;
	  }
}
@keyframes arrowEffectLeft {
	   0% {
	    background-position: 50% center;
	  }
	  50%{
	  	 background-position: -100% center;
	  }
	  51%{
	  	 background-position: 200% center;
	  }
	  100% {
	     background-position: 50% center;
	  }
}
@-webkit-keyframes arrowEffectRight {
	  0% {
	    background-position: 50% center;
	  }
	  50%{
	  	 background-position: 200% center;
	  }
	  51%{
	  	 background-position: -100% center;
	  }
	  100% {
	     background-position: 50% center;
	  }
}
@keyframes arrowEffectRight {
	    0% {
	    background-position: 50% center;
	  }
	  50%{
	  	 background-position: 200% center;
	  }
	  51%{
	  	 background-position: -100% center;
	  }
	  100% {
	     background-position: 50% center;
	  }
}

.flexslider-1 .flex-direction-nav .flex-prev, 
.flexslider-2 .flex-direction-nav .flex-prev, 
.flexslider-3 .flex-direction-nav .flex-prev, 
.flexslider-4 .flex-direction-nav .flex-prev {
    margin: -85px 0 0;
  }
  .flexslider-1 .flex-direction-nav .flex-next, 
  .flexslider-2 .flex-direction-nav .flex-next, 
  .flexslider-3 .flex-direction-nav .flex-next, 
  .flexslider-4 .flex-direction-nav .flex-next {
    margin: -85px 0 0;
  }
 

.flex-viewport{ -webkit-perspective: 1000; -webkit-backface-visibility: hidden;}

@media screen and (min-width: 1600px) {
	.flexslider {
	  width:1600px;
	  /*margin: 0 auto;*/
	 left:50%;
   margin-left:-800px;
	}
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 769px) {
	.flex-direction-nav{
		display:none;
	}
}
