

#stacks_in_24 {
	font-weight: lighter;
}
#stacks_in_35_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_35 a:link, #stacks_in_35 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_35 a:hover, #stacks_in_35 a:active {
	color:#FFFFFF;
}







#stacks_in_35 a:link, #stacks_in_35 a:visited {
	background-color:#8878F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#8878F8), to(#514895));
	border:1px solid #514895;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_35 a:hover {
	background-color:#9381FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#9381FF), to(#463E81));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_35 a:active {
	background-color:#8878F8;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_35 {
	background-color: rgba(255, 255, 255, 1.00);
	margin:  5px;
	padding:  5px;
}
#stacks_in_1283_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1283 a:link, #stacks_in_1283 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1283 a:hover, #stacks_in_1283 a:active {
	color:#FFFFFF;
}







#stacks_in_1283 a:link, #stacks_in_1283 a:visited {
	background-color:#8878F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#8878F8), to(#514895));
	border:1px solid #514895;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1283 a:hover {
	background-color:#9381FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#9381FF), to(#463E81));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1283 a:active {
	background-color:#8878F8;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_1283 {
	background-color: rgba(255, 255, 255, 1.00);
	margin:  5px;
	padding:  5px;
}

/* Slider */
#slickSliderstacks_in_1169 {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
	touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#slickSliderstacks_in_1169 .slick-track,
#slickSliderstacks_in_1169 .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* @group Slick Theme */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: url(img/ajax-loader.gif) center center no-repeat #fff;
}

/* Icons */
/*
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
*/

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}
/* @end */

/* @group Added by WHW */

#slickSliderstacks_in_1169 .slick-slider {
    margin-bottom: 0px;
}

#slickSliderstacks_in_1169 ul.slick-dots {
	bottom: auto;
	left: auto;
	position: relative;
	display: none;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 0px) {
	#slickSliderstacks_in_1169 ul.slick-dots {
		display: none !important;
	}
}

/**/
#slickSliderstacks_in_1169 ul.slick-dots {
	display: none !important;
}
/**/

/**/

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#slickSliderstacks_in_1169 ul.slick-dots li button {
    font-size: 0px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border: none;
    outline: none;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(128, 128, 128, 1.00);
    display: block;
    position: relative;
    transition: opacity 300ms ease-in-out;
    padding: 0;
    margin: 0;
}

#slickSliderstacks_in_1169 .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1.00);
}

#slickSliderstacks_in_1169 ul.slick-dots li button:hover,
#slickSliderstacks_in_1169 ul.slick-dots li.slick-active button {
	opacity: 1.00;
}

#slickSliderstacks_in_1169 .slick-track {
	padding-bottom: 0px;
}

#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169,
#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169 {
	font-size: 50px;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	display: block;
	text-align: center;
	position: absolute;
	top: 45%;
	cursor: pointer;
}

#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169 {
	left: 0px;
}

#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169 {
	right: 0px;
}

@media screen and (max-width: 768px) {
	#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169,
	#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169 {
		display: none !important;
	}
}

#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169.slick-disabled,
#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169.slick-disabled {
	display: none !important;
}

#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169,
#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169,
#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169 [class^="fa fa-"],
#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 300ms ease-in-out;
	border: none;
	outline: none;
	background: transparent;
}

#slickSliderstacks_in_1169 #slickSliderPrevstacks_in_1169:hover,
#slickSliderstacks_in_1169 #slickSliderNextstacks_in_1169:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 1.00;
}

#slickSliderstacks_in_1169 img {
	max-width: 100%;
	height: auto;
}

#slickSliderstacks_in_1169 .slickSliderItem {
	padding: 1px;
}

#slickSliderstacks_in_1169 .slickSliderWrittenContent {
	display: none;
	padding: 0px 20px;
	margin: 20px 0px;
}

/**/

/**/

/**/
#slickSliderstacks_in_1169 .slickSliderWrittenContent {
	text-align: center;
	border-left: 1px solid rgba(205, 205, 205, 1.00);
	border-right: 1px solid rgba(205, 205, 205, 1.00);
}
/**/

/**/

/**/



#slickSliderstacks_in_1169 .slickSliderTitle {
	font-weight: bold;
	font-size: 18px;
	color: rgba(191, 191, 191, 1.00);
}

#slickSliderstacks_in_1169 .slickSliderCaption {
	font-size: 15px;
	color: rgba(191, 191, 191, 1.00);
}

/* @end */

/**/
#stacks_in_1169 {
	margin:  20px;
}


#stacks_in_51 {
	margin:  10px;
}

#stacks_in_52 {
	font-weight: lighter;
}

#stacks_in_1241 {
	margin:  20px;
	padding:  20px;
}


#stacks_in_694 {
	font-weight: lighter;
}

#stacks_out_337 {
	margin-right:0;
}
#stacks_in_832>.s3_row {
	margin: 0 -0px;
}

#stacks_in_832>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_832>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_832>.s3_row>.s3_column {
	padding: 0 0px;
}





	#stacks_in_832>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_832>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}






@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_832>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_832>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}






#stacks_in_841 {
	padding:  20px;
}

#stacks_in_842 {
	font-weight: lighter;
}
/*  */
#fifty-fifty-slider-stacks_in_859 {
  border-radius: 0px;
  max-width: 650px;
  min-height: 350px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Nunito";
  transition: all 0s ease-in-out; }

#fifty-fifty-slider-stacks_in_859 .ffs-slide {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out; }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide.active .ffs-slide-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide.active .ffs-slide-image {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide-content, #fifty-fifty-slider-stacks_in_859 .ffs-slide-image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative;
    pointer-events: auto;
    box-sizing: border-box; }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide-content {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    padding-bottom: 50px;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #fifty-fifty-slider-stacks_in_859 .ffs-slide-content-inner {
      z-index: 2;
      position: relative;
      padding: 20px 20px;
      box-sizing: border-box; }
    #fifty-fifty-slider-stacks_in_859 .ffs-slide-content .ffs-slide-title {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 44.799999px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_859 .ffs-slide-content .ffs-slide-text {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 14px;
      line-height: 22.400000px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_859 .ffs-slide-content .ffs-slide-action {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 15px;
      padding: 5px 20px;
      border: 2px solid;
      background: rgba(191, 191, 191, 1.00);
      border-radius: 30px;
      border-color: rgba(77, 77, 77, 1.00);
      display: inline-block;
      box-sizing: border-box;
      text-decoration: none;
      transition: all 0.3s ease; }
      #fifty-fifty-slider-stacks_in_859 .ffs-slide-content .ffs-slide-action::before {
        display: inline-block;
        content: 'En Savoir Plus'; }
      #fifty-fifty-slider-stacks_in_859 .ffs-slide-content .ffs-slide-action:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(191, 191, 191, 1.00);
        border-color: rgba(255, 255, 255, 1.00); }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide-image {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
    transition: -webkit-transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out, -webkit-transform 0s 0.3s ease-in-out; }

#fifty-fifty-slider-stacks_in_859 .ffs-nav {
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #fifty-fifty-slider-stacks_in_859 .ffs-nav-count {
    margin-right: auto;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px; }
  #fifty-fifty-slider-stacks_in_859 .ffs-nav a {
    color: rgba(255, 255, 255, 1.00);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 1.00);
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: all 0.3s ease-in-out; }
    #fifty-fifty-slider-stacks_in_859 .ffs-nav a i {
      line-height: 0;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px; }
    #fifty-fifty-slider-stacks_in_859 .ffs-nav a:hover {
      opacity: 1; }
    #fifty-fifty-slider-stacks_in_859 .ffs-nav a:first-of-type {
      margin-right: 10px; }

#fifty-fifty-slider-stacks_in_859.slide-end .ffs-nav a.next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_859.slide-start .ffs-nav a.prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_859.height-set .ffs-slide {
  bottom: 0; }

#fifty-fifty-slider-stacks_in_859.hide-titles .ffs-slide-title {
  display: none; }

#fifty-fifty-slider-stacks_in_859.hide-text .ffs-slide-text {
  display: none; }

#fifty-fifty-slider-stacks_in_859.hide-actions .ffs-slide-action {
  display: none; }

#fifty-fifty-slider-stacks_in_859.hide-actions .ffs-slide-text {
  margin-bottom: 0; }

#fifty-fifty-slider-stacks_in_859.content-top .ffs-slide-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#fifty-fifty-slider-stacks_in_859.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#fifty-fifty-slider-stacks_in_859.content-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#fifty-fifty-slider-stacks_in_859 .ffs-slide .ffs-slide-content {
  /*  */
  background: rgba(128, 0, 128, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #fifty-fifty-slider-stacks_in_859 .ffs-slide .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

@media (max-width: 350px) {
  #fifty-fifty-slider-stacks_in_859 {
    min-height: 250px; }
    #fifty-fifty-slider-stacks_in_859 .ffs-nav {
      width: 100%; }
    #fifty-fifty-slider-stacks_in_859 .ffs-slide {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #fifty-fifty-slider-stacks_in_859 .ffs-slide-content {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #fifty-fifty-slider-stacks_in_859 .ffs-slide-image {
        width: 100%;
        height: 300px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
    #fifty-fifty-slider-stacks_in_859.mobile-nav-top .ffs-slide-content {
      padding-bottom: 0;
      padding-top: 50px; }
    #fifty-fifty-slider-stacks_in_859.mobile-nav-top .ffs-nav {
      top: 300px;
      bottom: auto; }
    #fifty-fifty-slider-stacks_in_859.mobile-nav-top.slide-start .ffs-nav a.prev {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    #fifty-fifty-slider-stacks_in_859.mobile-nav-top.slide-end .ffs-nav a.next {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
#ffs-slide-stacks_in_1134 .ffs-slide-image {
  background: url(../files/slide_image-1134.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1134.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1134.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1134.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1134.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1134 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1134 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1134.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1134.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1134.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1136 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1068 .ffs-slide-image {
  background: url(../files/slide_image-1068.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1068.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1068.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1068.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1068.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1068 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1068 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1068.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1068.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1068.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1070 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1042 .ffs-slide-image {
  background: url(../files/slide_image-1042.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1042.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1042.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1042.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1042.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1042 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1042 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1042.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1042.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1042.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1044 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1251 .ffs-slide-image {
  background: url(../files/slide_image-1251.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1251.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1251.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1251.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1251.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1251 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1251 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1251.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1251.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1251.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1253 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_895 .ffs-slide-image {
  background: url(../files/slide_image-895.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_895.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_895.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_895.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_895.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_895 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_895 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_895.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_895.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_895.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_897 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1060 .ffs-slide-image {
  background: url(../files/slide_image-1060.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1060.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1060.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1060.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1060.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1060 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1060 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1060.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1060.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1060.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1062 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1024 .ffs-slide-image {
  background: url(../files/slide_image-1024.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1024.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1024.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1024.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1024.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1024 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1024 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1024.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1024.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1024.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1026 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1064 .ffs-slide-image {
  background: url(../files/slide_image-1064.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1064.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1064.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1064.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1064.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1064 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1064 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1064.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1064.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1064.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1066 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1160 .ffs-slide-image {
  background: url(../files/slide_image-1160.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1160.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1160.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1160.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1160.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1160 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1160 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1160.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1160.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1160.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1162 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1046 .ffs-slide-image {
  background: url(../files/slide_image-1046.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1046.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1046.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1046.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1046.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1046 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1046 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1046.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1046.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1046.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1048 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1028 .ffs-slide-image {
  background: url(../files/slide_image-1028.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1028.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1028.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1028.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1028.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1028 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1028 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1028.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1028.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1028.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1030 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1372 .ffs-slide-image {
  background: url(../files/slide_image-1372.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1372.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1372.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1372.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1372.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1372 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1372 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1372.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1372.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1372.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1374 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1396 .ffs-slide-image {
  background: url(../files/slide_image-1396.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1396.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1396.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1396.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1396.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1396 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1396 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1396.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1396.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1396.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1398 {
	font-weight: lighter;
}
#stacks_in_870>.s3_row {
	margin: 0 -10px;
}

#stacks_in_870>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_870>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_870>.s3_row>.s3_column {
	padding: 0 10px;
}





	#stacks_in_870>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_870>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}






@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_870>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_870>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_685 {
	padding:  20px;
}

#stacks_in_686 {
	font-weight: lighter;
}
/*  */
#fifty-fifty-slider-stacks_in_873 {
  border-radius: 0px;
  max-width: 650px;
  min-height: 350px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Nunito";
  transition: all 0s ease-in-out; }

#fifty-fifty-slider-stacks_in_873 .ffs-slide {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out; }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide.active .ffs-slide-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide.active .ffs-slide-image {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide-content, #fifty-fifty-slider-stacks_in_873 .ffs-slide-image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative;
    pointer-events: auto;
    box-sizing: border-box; }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide-content {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    padding-bottom: 50px;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #fifty-fifty-slider-stacks_in_873 .ffs-slide-content-inner {
      z-index: 2;
      position: relative;
      padding: 20px 20px;
      box-sizing: border-box; }
    #fifty-fifty-slider-stacks_in_873 .ffs-slide-content .ffs-slide-title {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 44.799999px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_873 .ffs-slide-content .ffs-slide-text {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 14px;
      line-height: 22.400000px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_873 .ffs-slide-content .ffs-slide-action {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 15px;
      padding: 5px 20px;
      border: 2px solid;
      background: rgba(191, 191, 191, 1.00);
      border-radius: 30px;
      border-color: rgba(77, 77, 77, 1.00);
      display: inline-block;
      box-sizing: border-box;
      text-decoration: none;
      transition: all 0.3s ease; }
      #fifty-fifty-slider-stacks_in_873 .ffs-slide-content .ffs-slide-action::before {
        display: inline-block;
        content: 'En Savoir Plus'; }
      #fifty-fifty-slider-stacks_in_873 .ffs-slide-content .ffs-slide-action:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(191, 191, 191, 1.00);
        border-color: rgba(255, 255, 255, 1.00); }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide-image {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
    transition: -webkit-transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out, -webkit-transform 0s 0.3s ease-in-out; }

#fifty-fifty-slider-stacks_in_873 .ffs-nav {
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #fifty-fifty-slider-stacks_in_873 .ffs-nav-count {
    margin-right: auto;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px; }
  #fifty-fifty-slider-stacks_in_873 .ffs-nav a {
    color: rgba(255, 255, 255, 1.00);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 1.00);
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: all 0.3s ease-in-out; }
    #fifty-fifty-slider-stacks_in_873 .ffs-nav a i {
      line-height: 0;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px; }
    #fifty-fifty-slider-stacks_in_873 .ffs-nav a:hover {
      opacity: 1; }
    #fifty-fifty-slider-stacks_in_873 .ffs-nav a:first-of-type {
      margin-right: 10px; }

#fifty-fifty-slider-stacks_in_873.slide-end .ffs-nav a.next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_873.slide-start .ffs-nav a.prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_873.height-set .ffs-slide {
  bottom: 0; }

#fifty-fifty-slider-stacks_in_873.hide-titles .ffs-slide-title {
  display: none; }

#fifty-fifty-slider-stacks_in_873.hide-text .ffs-slide-text {
  display: none; }

#fifty-fifty-slider-stacks_in_873.hide-actions .ffs-slide-action {
  display: none; }

#fifty-fifty-slider-stacks_in_873.hide-actions .ffs-slide-text {
  margin-bottom: 0; }

#fifty-fifty-slider-stacks_in_873.content-top .ffs-slide-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#fifty-fifty-slider-stacks_in_873.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#fifty-fifty-slider-stacks_in_873.content-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#fifty-fifty-slider-stacks_in_873 .ffs-slide .ffs-slide-content {
  /*  */
  background: rgba(255, 128, 0, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #fifty-fifty-slider-stacks_in_873 .ffs-slide .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

@media (max-width: 350px) {
  #fifty-fifty-slider-stacks_in_873 {
    min-height: 250px; }
    #fifty-fifty-slider-stacks_in_873 .ffs-nav {
      width: 100%; }
    #fifty-fifty-slider-stacks_in_873 .ffs-slide {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #fifty-fifty-slider-stacks_in_873 .ffs-slide-content {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #fifty-fifty-slider-stacks_in_873 .ffs-slide-image {
        width: 100%;
        height: 300px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
    #fifty-fifty-slider-stacks_in_873.mobile-nav-top .ffs-slide-content {
      padding-bottom: 0;
      padding-top: 50px; }
    #fifty-fifty-slider-stacks_in_873.mobile-nav-top .ffs-nav {
      top: 300px;
      bottom: auto; }
    #fifty-fifty-slider-stacks_in_873.mobile-nav-top.slide-start .ffs-nav a.prev {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    #fifty-fifty-slider-stacks_in_873.mobile-nav-top.slide-end .ffs-nav a.next {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
#ffs-slide-stacks_in_1269 .ffs-slide-image {
  background: url(../files/slide_image-1269.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1269.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1269.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1269.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1269.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1269 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1269 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1269.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1269.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1269.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1271 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1123 .ffs-slide-image {
  background: url(../files/slide_image-1123.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1123.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1123.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1123.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1123.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1123 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1123 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1123.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1123.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1123.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1125 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1148 .ffs-slide-image {
  background: url(../files/slide_image-1148.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1148.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1148.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1148.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1148.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1148 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1148 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1148.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1148.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1148.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1150 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1152 .ffs-slide-image {
  background: url(../files/slide_image-1152.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1152.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1152.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1152.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1152.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1152 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1152 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1152.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1152.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1152.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1154 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1155 .ffs-slide-image {
  background: url(../files/slide_image-1155.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1155.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1155.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1155.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1155.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1155 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1155 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1155.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1155.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1155.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1157 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1072 .ffs-slide-image {
  background: url(../files/slide_image-1072.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1072.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1072.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1072.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1072.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1072 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1072 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1072.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1072.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1072.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1074 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1052 .ffs-slide-image {
  background: url(../files/slide_image-1052.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1052.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1052.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1052.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1052.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1052 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1052 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1052.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1052.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1052.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1054 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_874 .ffs-slide-image {
  background: url(../files/slide_image-874.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_874.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_874.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_874.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_874.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_874 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_874 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_874.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_874.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_874.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_876 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_877 .ffs-slide-image {
  background: url(../files/slide_image-877.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_877.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_877.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_877.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_877.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_877 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_877 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_877.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_877.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_877.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_879 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_880 .ffs-slide-image {
  background: url(../files/slide_image-880.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_880.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_880.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_880.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(191, 191, 191, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_880.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(191, 191, 191, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_880 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_880 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_880.custom-background .ffs-slide-content {
  /*  */
  background: rgba(191, 191, 191, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_880.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_880.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_882 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_912 .ffs-slide-image {
  background: url(../files/slide_image-912.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_912.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_912.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_912.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_912.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_912 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_912 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_912.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_912.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_912.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_914 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1038 .ffs-slide-image {
  background: url(../files/slide_image-1038.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1038.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1038.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1038.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1038.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1038 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1038 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1038.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1038.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1038.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1040 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1392 .ffs-slide-image {
  background: url(../files/slide_image-1392.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1392.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1392.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1392.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1392.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1392 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1392 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1392.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1392.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1392.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1394 {
	font-weight: lighter;
}

#stacks_in_808 {
	padding:  20px;
}

#stacks_in_809 {
	font-weight: lighter;
}
/*  */
#fifty-fifty-slider-stacks_in_884 {
  border-radius: 0px;
  max-width: 650px;
  min-height: 350px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Nunito";
  transition: all 0s ease-in-out; }

#fifty-fifty-slider-stacks_in_884 .ffs-slide {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out; }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide.active .ffs-slide-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide.active .ffs-slide-image {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide-content, #fifty-fifty-slider-stacks_in_884 .ffs-slide-image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative;
    pointer-events: auto;
    box-sizing: border-box; }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide-content {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    padding-bottom: 50px;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #fifty-fifty-slider-stacks_in_884 .ffs-slide-content-inner {
      z-index: 2;
      position: relative;
      padding: 20px 20px;
      box-sizing: border-box; }
    #fifty-fifty-slider-stacks_in_884 .ffs-slide-content .ffs-slide-title {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 44.799999px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_884 .ffs-slide-content .ffs-slide-text {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 14px;
      line-height: 22.400000px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_884 .ffs-slide-content .ffs-slide-action {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 15px;
      padding: 5px 20px;
      border: 2px solid;
      background: rgba(191, 191, 191, 1.00);
      border-radius: 30px;
      border-color: rgba(77, 77, 77, 1.00);
      display: inline-block;
      box-sizing: border-box;
      text-decoration: none;
      transition: all 0.3s ease; }
      #fifty-fifty-slider-stacks_in_884 .ffs-slide-content .ffs-slide-action::before {
        display: inline-block;
        content: 'En Savoir Plus'; }
      #fifty-fifty-slider-stacks_in_884 .ffs-slide-content .ffs-slide-action:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(191, 191, 191, 1.00);
        border-color: rgba(255, 255, 255, 1.00); }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide-image {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
    transition: -webkit-transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out, -webkit-transform 0s 0.3s ease-in-out; }

#fifty-fifty-slider-stacks_in_884 .ffs-nav {
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #fifty-fifty-slider-stacks_in_884 .ffs-nav-count {
    margin-right: auto;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px; }
  #fifty-fifty-slider-stacks_in_884 .ffs-nav a {
    color: rgba(255, 255, 255, 1.00);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 1.00);
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: all 0.3s ease-in-out; }
    #fifty-fifty-slider-stacks_in_884 .ffs-nav a i {
      line-height: 0;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px; }
    #fifty-fifty-slider-stacks_in_884 .ffs-nav a:hover {
      opacity: 1; }
    #fifty-fifty-slider-stacks_in_884 .ffs-nav a:first-of-type {
      margin-right: 10px; }

#fifty-fifty-slider-stacks_in_884.slide-end .ffs-nav a.next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_884.slide-start .ffs-nav a.prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_884.height-set .ffs-slide {
  bottom: 0; }

#fifty-fifty-slider-stacks_in_884.hide-titles .ffs-slide-title {
  display: none; }

#fifty-fifty-slider-stacks_in_884.hide-text .ffs-slide-text {
  display: none; }

#fifty-fifty-slider-stacks_in_884.hide-actions .ffs-slide-action {
  display: none; }

#fifty-fifty-slider-stacks_in_884.hide-actions .ffs-slide-text {
  margin-bottom: 0; }

#fifty-fifty-slider-stacks_in_884.content-top .ffs-slide-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#fifty-fifty-slider-stacks_in_884.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#fifty-fifty-slider-stacks_in_884.content-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#fifty-fifty-slider-stacks_in_884 .ffs-slide .ffs-slide-content {
  /*  */
  background: rgba(30, 163, 139, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #fifty-fifty-slider-stacks_in_884 .ffs-slide .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

@media (max-width: 350px) {
  #fifty-fifty-slider-stacks_in_884 {
    min-height: 250px; }
    #fifty-fifty-slider-stacks_in_884 .ffs-nav {
      width: 100%; }
    #fifty-fifty-slider-stacks_in_884 .ffs-slide {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #fifty-fifty-slider-stacks_in_884 .ffs-slide-content {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #fifty-fifty-slider-stacks_in_884 .ffs-slide-image {
        width: 100%;
        height: 300px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
    #fifty-fifty-slider-stacks_in_884.mobile-nav-top .ffs-slide-content {
      padding-bottom: 0;
      padding-top: 50px; }
    #fifty-fifty-slider-stacks_in_884.mobile-nav-top .ffs-nav {
      top: 300px;
      bottom: auto; }
    #fifty-fifty-slider-stacks_in_884.mobile-nav-top.slide-start .ffs-nav a.prev {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    #fifty-fifty-slider-stacks_in_884.mobile-nav-top.slide-end .ffs-nav a.next {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
#ffs-slide-stacks_in_891 .ffs-slide-image {
  background: url(../files/slide_image-891.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_891.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_891.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_891.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(191, 191, 191, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_891.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(191, 191, 191, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_891 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_891 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_891.custom-background .ffs-slide-content {
  /*  */
  background: rgba(191, 191, 191, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_891.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_891.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_893 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1129 .ffs-slide-image {
  background: url(../files/slide_image-1129.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1129.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1129.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1129.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(191, 191, 191, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1129.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(191, 191, 191, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1129 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1129 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1129.custom-background .ffs-slide-content {
  /*  */
  background: rgba(191, 191, 191, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1129.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1129.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1131 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_885 .ffs-slide-image {
  background: url(../files/slide_image-885.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_885.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_885.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_885.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_885.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_885 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_885 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_885.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_885.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_885.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_887 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_920 .ffs-slide-image {
  background: url(../files/slide_image-920.png) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_920.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_920.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_920.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_920.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_920 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_920 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_920.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_920.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_920.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_922 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_930 .ffs-slide-image {
  background: url(../files/slide_image-930.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_930.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_930.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_930.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_930.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_930 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_930 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_930.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_930.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_930.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_932 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1229 .ffs-slide-image {
  background: url(../files/slide_image-1229.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1229.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1229.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1229.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1229.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1229 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1229 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1229.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1229.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1229.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1231 {
	font-weight: lighter;
}
#ffs-slide-stacks_in_1247 .ffs-slide-image {
  background: url(../files/slide_image-1247.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_1247.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1247.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1247.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 1.00);
  border-color: rgba(77, 77, 77, 1.00); }
  #ffs-slide-stacks_in_1247.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 1.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1247 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1247 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_1247.custom-background .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_1247.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_1247.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#stacks_in_1249 {
	font-weight: lighter;
}


#stacks_in_934 {
	margin:  20px;
}

#stacks_in_935 {
	font-weight: lighter;
}


#stacks_in_233 {
	margin:  20px;
}

#stacks_in_234 {
	font-weight: lighter;
}
/* Slider */
#slickSliderstacks_in_1010 {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
	touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#slickSliderstacks_in_1010 .slick-track,
#slickSliderstacks_in_1010 .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* @group Slick Theme */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: url(img/ajax-loader.gif) center center no-repeat #fff;
}

/* Icons */
/*
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
*/

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}
/* @end */

/* @group Added by WHW */

#slickSliderstacks_in_1010 .slick-slider {
    margin-bottom: 0px;
}

#slickSliderstacks_in_1010 ul.slick-dots {
	bottom: auto;
	left: auto;
	position: relative;
	display: none;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 0px) {
	#slickSliderstacks_in_1010 ul.slick-dots {
		display: none !important;
	}
}

/**/
#slickSliderstacks_in_1010 ul.slick-dots {
	display: none !important;
}
/**/

/**/
#slickSliderstacks_in_1010 ul.slick-dots {
	padding: 0 0 20px;
}
/**/

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#slickSliderstacks_in_1010 ul.slick-dots li button {
    font-size: 0px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border: none;
    outline: none;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(128, 128, 128, 1.00);
    display: block;
    position: relative;
    transition: opacity 300ms ease-in-out;
    padding: 0;
    margin: 0;
}

#slickSliderstacks_in_1010 .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1.00);
}

#slickSliderstacks_in_1010 ul.slick-dots li button:hover,
#slickSliderstacks_in_1010 ul.slick-dots li.slick-active button {
	opacity: 1.00;
}

#slickSliderstacks_in_1010 .slick-track {
	padding-bottom: 0px;
}

#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010,
#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010 {
	font-size: 50px;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	display: block;
	text-align: center;
	position: absolute;
	top: 45%;
	cursor: pointer;
}

#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010 {
	left: 0px;
}

#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010 {
	right: 0px;
}

@media screen and (max-width: 768px) {
	#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010,
	#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010 {
		display: none !important;
	}
}

#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010.slick-disabled,
#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010.slick-disabled {
	display: none !important;
}

#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010,
#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010,
#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010 [class^="fa fa-"],
#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 300ms ease-in-out;
	border: none;
	outline: none;
	background: transparent;
}

#slickSliderstacks_in_1010 #slickSliderPrevstacks_in_1010:hover,
#slickSliderstacks_in_1010 #slickSliderNextstacks_in_1010:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 1.00;
}

#slickSliderstacks_in_1010 img {
	max-width: 100%;
	height: auto;
}

#slickSliderstacks_in_1010 .slickSliderItem {
	padding: 1px;
}

#slickSliderstacks_in_1010 .slickSliderWrittenContent {
	display: none;
	padding: 0px 20px;
	margin: 20px 0px;
}

/**/
#slickSliderstacks_in_1010 .slickSliderWrittenContent {
	display: block;
}
/**/

/**/
#slickSliderstacks_in_1010 .slickSliderWrittenContent {
	text-align: left;
	border-left: 1px solid rgba(205, 205, 205, 1.00);
}
/**/

/**/

/**/

/**/



#slickSliderstacks_in_1010 .slickSliderTitle {
	font-weight: bold;
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
}

#slickSliderstacks_in_1010 .slickSliderCaption {
	font-size: 15px;
	color: rgba(191, 191, 191, 1.00);
}

/* @end */

/**/