/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
 
 section.le-block.le-team {
    text-align:center;}
    
.positive {display:none !important;
}
.negative {
display:block !important;}
    
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }
 
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Light.eot");
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/*
@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-BoldItalic.eot');
	src: url('../fonts/GothamRounded-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-BoldItalic.woff') format('woff'),
		url('../fonts/GothamRounded-BoldItalic.ttf') format('truetype');
	font-weight: $bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-BookItalic.eot');
	src: url('../fonts/GothamRounded-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-BookItalic.woff') format('woff'),
		url('../fonts/GothamRounded-BookItalic.ttf') format('truetype');
	font-weight: $book;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-LightItalic.eot');
	src: url('../fonts/GothamRounded-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-LightItalic.woff') format('woff'),
		url('../fonts/GothamRounded-LightItalic.ttf') format('truetype');
	font-weight: $light;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-MediumItalic.eot');
	src: url('../fonts/GothamRounded-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-MediumItalic.woff') format('woff'),
		url('../fonts/GothamRounded-MediumItalic.ttf') format('truetype');
	font-weight: $medium;
	font-style: italic;
}
*/
@font-face {
  font-family: "socials";
  src: url("../fonts/socials.eot");
  src: url("../fonts/socials.eot?#iefix") format("embedded-opentype"), url("../fonts/socials.woff") format("woff"), url("../fonts/socials.ttf") format("truetype"), url("../fonts/socials.svg#socials") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "socials" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "socials" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\74"; }

.icon-flickr:before {
  content: "\64"; }

.icon-twitter-1:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\66"; }

.icon-skype:before {
  content: "\73"; }

.icon-google:before {
  content: "\67"; }

.icon-linkedin-1:before {
  content: "\69"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-apple:before {
  content: "\70"; }

.icon-windows:before {
  content: "\71"; }

.icon-youtube:before {
  content: "\72"; }

.icon-rss:before {
  content: "\65"; }

.icon-whatsapp:before {
  content: "\77"; }

.icon-snapchat:before {
  content: "\78"; }

.icon-wordpress:before {
  content: "\7a"; }

.icon-paypal:before {
  content: "\43"; }

.icon-dropbox:before {
  content: "\45"; }

.icon-windows8:before {
  content: "\46"; }

.icon-pinterest:before {
  content: "\47"; }

.icon-soundcloud:before {
  content: "\48"; }

.icon-google-drive:before {
  content: "\49"; }

.icon-android:before {
  content: "\4a"; }

.icon-behance:before {
  content: "\4b"; }

.icon-instagram:before {
  content: "\4c"; }

.icon-amex:before {
  content: "\53"; }

.icon-mastercard:before {
  content: "\54"; }

.icon-visa:before {
  content: "\55"; }

.icon-spotify:before {
  content: "\57"; }

.icon-stackoverflow:before {
  content: "\58"; }

.icon-github:before {
  content: "\59"; }

.icon-google-plus:before {
  content: "\5a"; }

.icon-slack:before {
  content: "\31"; }

.icon-vine:before {
  content: "\32"; }

.icon-edge:before {
  content: "\33"; }

.icon-outlook:before {
  content: "\34"; }

.icon-play:before {
  content: "\36"; }

.icon-icloud:before {
  content: "\37"; }

.icon-search:before {
  content: "\62"; }

.icon-linkedin:before {
  content: "\6c"; }

.icon-arrow-down:before {
  content: "\63"; }

.icon-arrow-left:before {
  content: "\68"; }

.icon-arrow-right:before {
  content: "\6a"; }

.icon-arrow-up:before {
  content: "\6b"; }

.icon-down-open:before {
  content: "\6d"; }

.icon-down-open-big:before {
  content: "\6e"; }

.icon-down-open-mini:before {
  content: "\6f"; }

.icon-left-open:before {
  content: "\75"; }

.icon-left-open-big:before {
  content: "\79"; }

.icon-left-open-mini:before {
  content: "\41"; }

.icon-right-open:before {
  content: "\42"; }

.icon-right-open-big:before {
  content: "\44"; }

.icon-right-open-mini:before {
  content: "\4d"; }

.icon-up-open:before {
  content: "\4e"; }

.icon-up-open-big:before {
  content: "\4f"; }

.icon-up-open-mini:before {
  content: "\50"; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.xdebug-var-dump, .xdebug-var-dump *, .xdebug-error, .xdebug-error * {
  font-size: 16px !important; }

/**************************************
* TAGS
**************************************/
html, body {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-family: "Gotham Rounded", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #EDF8F9; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300; }

h1 {
  font-size: 40pt; }

h2 {
  font-size: 30pt; }

h3 {
  font-size: 20pt; }

h4 {
  font-size: 1.5em; }

a {
  text-decoration: none; }

a img {
  border: none; }

/* All texts */
p, a, span, li, h1, h2, h3, h4, h5, h6, td, label, em, strong, b, i {
  color: inherit;
  font-family: inherit; }

a, b, i, span, strong {
  color: inherit;
  font-family: inherit; }

*:focus {
  outline: 0 !important; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

/**************************************
* GLOBAL CLASSES
**************************************/
.dyn-cov {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.dyn-con {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.table {
  display: table;
  width: 100%; }

.row {
  display: table-row; }

.col {
  display: table-cell;
  padding: 0 25px; }

.cell-m {
  display: table-cell;
  vertical-align: middle; }

.row .col:first-child {
  padding-left: 0; }

.row .col:last-child {
  padding-right: 0; }

.le-block {
  padding: 50px; }

.col.align-top {
  vertical-align: top; }

.col.align-middle {
  vertical-align: middle; }

.col.align-bottom {
  vertical-align: bottom; }

.col-100 {
  width: 100%; }

.col-66 {
  width: 66.666%; }

.col-50 {
  width: 50%; }

.col-33 {
  width: 33.333%; }

.col-25 {
  width: 25%; }

.col-20 {
  width: 20%; }

.col-16 {
  width: 16.666%; }

.col-12 {
  width: 12.5%; }

.txtc {
  text-align: center; }

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

img.alignleft {
  float: left;
  clear: both;
  margin: 15px 15px 15px 0; }

img.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
  padding: 0 15px 15px 15px; }

img.alignright {
  float: right;
  clear: both;
  margin: 15px 0 15px 15px; }

.grid {
  width: 100%;
  font-size: 0; }

.grid > div {
  vertical-align: top;
  display: inline-block; }

.grid.two > div {
  width: 50%; }

.grid.two > div:nth-child(1) {
  padding-right: 25px; }

.grid.two > div:nth-child(2) {
  padding-left: 25px; }

.flex {
  display: flex; }

.inflex {
  display: inline-flex; }

.flex1 {
  flex: 1; }

.tr, *[class^='btn'],
.pagination a, .burgerbox, .burger, .burger::before, .burger::after, .le-block-slider .scrolldown i, .footer-menu > li ul li a:hover, .member, form input[type="submit"] {
  transition: .2s; }

.container {
  position: relative;
  width: 1240px;
  margin: 0 auto; }

.pad {
  padding: 50px; }

.padv {
  padding: 50px 0; }

*[class^='btn'],
.pagination a {
  display: inline-block;
  padding: 8px 16px 8px 20px;
  font-family: "Gotham Rounded", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 11pt;
  border: 1px solid #005464;
  cursor: pointer;
  border-radius: 25px;
  color: #005464; }

*[class^='btn']::after,
.pagination .next a::after {
  content: ' B';
  font-family: "socials" !important;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px; }

.pagination .prev a::before {
  content: 'u ';
  font-family: "socials" !important;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
  padding: 8px 20px 8px 16px; }

*[class^='btn']:hover,
.pagination a:hover {
  background-color: #005464;
  color: #fff; }

*[class^='btn']:active {
  transform: scale(0.96); }

.btn-o {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300; }

.btn-o:hover {
  background-color: #fff;
  color: #005464;
  border: 1px solid #005464; }

.burgerbox {
  display: inline-block;
  overflow: auto;
  cursor: pointer; }

.burgerbox.open {
  left: 200px; }

.burger, .burger::before, .burger::after {
  left: 0;
  width: 40px;
  height: 2px;
  /* Burger width */
  background-color: #fff;
  border-radius: 1px;
  content: ''; }

.burger {
  position: relative;
  top: 0;
  margin: 24px 0; }

/* Burger height, margin = (desired height - slice height) / 2 */
.burger::before {
  position: absolute;
  top: -12px; }

.burger::after {
  position: absolute;
  top: 12px; }

.burgerbox.open .burger {
  background-color: transparent; }

.burgerbox.open .burger::before {
  top: 50%;
  transform: rotate(45deg); }

.burgerbox.open .burger::after {
  top: 50%;
  transform: rotate(-45deg); }

/**************************************
* ENTRY CONTENT FORMATTING
**************************************/
.txt p {
  margin-bottom: 1em;
  font-size: 13pt;
  line-height: 1.8em;
  color: #005464;
  font-weight: 200; }

.txt p:last-child {
  margin-bottom: 0; }

.txt pre {
  background: #eee;
  padding: 10px;
  overflow-x: scroll;
  margin-bottom: 20px; }

.txt blockquote {
  padding: 10px;
  background: #eee;
  margin-left: 30px;
  margin-bottom: 20px; }

.txt blockquote p {
  margin-bottom: 0; }

.txt ul,
.txt ol {
  margin-left: 30px;
  font-size: 10pt;
  margin-bottom: 20px; }

.txt li {
  font-size: 12pt;
  line-height: 1.8em;
  color: #005464;
  font-weight: 200; }

.txt hr {
  border: none;
  border-bottom: 1px solid #6EC9F1;
  margin: 10px 0; }

.txt h1 {
  font-weight: 200;
  text-transform: uppercase;
  color: #005464;
  margin-bottom: 10px; }

.txt h2 {
  font-size: 27pt;
  font-weight: 200;
  margin-bottom: 30px;
  color: #005464; }

.txt h3 {
  font-size: 24pt;
  font-weight: 200;
  margin-bottom: 30px;
  color: #005464; }

.txt h4 {
  font-size: 14pt;
  margin-bottom: 0px;
  font-weight: 200;
  color: #005464; }

.txt h5 {
  font-size: 11pt;
  margin-bottom: 0px; }

.txt h6 {
  font-size: 11pt;
  margin-bottom: 0px; }

.txt [class*="btn"] {
  margin-top: 10px; }

/**************************************
* THEME
**************************************/
.pagination {
  padding: 50px 0; }
  .pagination .next {
    float: right; }

/*
.pagination {
    margin-top: 30px;

    text-align: center;
    span, a {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.9em;
        padding: 0 10px;
        border-radius: 3px;
    }

    span {
        background-color: $primary;
        color: #fff;
    }

    a:hover {
        color: #fff;
        background-color: lighten($primary, 50%);
    }
}
*/
.site-header {
  background-color: #001B25;
  padding: 20px 0; }
  .site-header .logo {
    width: 277px;
    height: 68px; }
  .site-header nav {
    text-align: right; }
    .site-header nav ul {
      list-style: none; }
    .site-header nav > ul > li {
      position: relative;
      display: inline-block;
      color: #fff;
      font-weight: 200;
      margin-left: 30px; }
      .site-header nav > ul > li > a:hover {
        color: #7BCED7; }
      .site-header nav > ul > li a {
        display: block;
        color: #fff;
        padding: 10px;
        font-weight: 200; }
    .site-header nav .sub-menu {
      position: absolute;
      background-color: #001B25;
      text-align: left;
      z-index: 9;
      display: none; }
      .site-header nav .sub-menu a {
        border-top: 1px solid #005464; }
      .site-header nav .sub-menu a:hover {
        background-color: #005464; }
    .site-header nav .menu-item-has-children.open .sub-menu {
      display: block; }

#mob-menu {
  display: none; }

.top-bar {
  background-color: #fff;
  text-align: right; }

.top-bar-nav {
  list-style: none; }
  .top-bar-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    .top-bar-nav li a {
      display: inline-block;
      padding: 7px;
      font-weight: 200;
      font-size: 9pt;
      color: #005464;
      text-decoration: underline; }

.page:not(.home), .single {
  background-color: #EDF8F9; }


.le-block-subtitle {padding-bottom: 0;}

.le-block-subtitle h2 {
    width: 75%;
    text-transform: none;
  }
.le-block-slider {
  padding: 0 !important; }
  .le-block-slider .mask {
    background: url("../img/Mask.png") bottom center no-repeat;
    background-size: cover;
    height: 100%; }
    .le-block-slider .mask .p1 {
      width: 70%;
      font-size: 1.3em;
      margin-bottom: 10px;  }
  .le-block-slider .swiper-container {
    position: relative;
    background-color: #01131a; }
    .swiper-slide .container {
       padding: 100px 0px 170px 0px !important;
    }

    .swiper-slide {
        height: 100%;
    }

  .le-block-slider p.title {
    font-size: 42pt;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px; }
  .le-block-slider .swiper-slide .container {
    padding: 100px 0; }
  .le-block-slider .seb-pagination {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 9;
    width: 100%; }
  .le-block-slider .swiper-pagination {
    text-align: left; }
  .le-block-slider .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 3px solid #fff;
    margin-right: 8px; }
  .le-block-slider .swiper-pagination-bullet:hover {
    border-width: 2px; }
  .le-block-slider .swiper-pagination-bullet-active {
    border-color: #7BCED7; }
  .le-block-slider .scrolldown {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 9; }
    .le-block-slider .scrolldown i {
      display: inline-block;
      line-height: 50px;
      height: 50px;
      width: 50px;
      text-align: center;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      font-size: 18pt;
      cursor: pointer; }
      .le-block-slider .scrolldown i::before {
        vertical-align: middle; }
      .le-block-slider .scrolldown i:hover {
        background-color: rgba(255, 255, 255, 0.3); }

footer {
  background-color: #7BCED7; }
  footer .copyright {
    background-color: #EDF8F9;
    text-align: center;
    font-size: 10pt;
    padding: 15px 0;
    font-weight: 200;
    color: #005464; }

.footer-menu {
  padding-top: 50px;
  padding-bottom: 0; }
  .footer-menu ul, .footer-menu li {
    list-style: none; }
  .footer-menu a {
    display: block;
    padding: 3px 0; }
  .footer-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 50px; }
    .footer-menu > li > a {
      font-weight: 300;
      color: #fff;
      font-size: 14pt; }
    .footer-menu > li ul li {
      font-weight: 200;
      color: #fff; }
      .footer-menu > li ul li a:hover {
        color: #005464; }

.le-block-cols-cta {
  padding: 100px 0;
  background-color: #fff; }
  .le-block-cols-cta h2 {
    max-width: 770px;
    margin: 0 auto 50px auto;
    text-align: center; }
  .le-block-cols-cta h4 {
    text-align: center; }
  .le-block-cols-cta .content {
    max-width: 600px;
    margin: 0 auto 50px auto;
    text-align: center; }
  .le-block-cols-cta .column .marge {
    padding: 25px; }
  .le-block-cols-cta .column .image {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    margin-bottom: 25px; }

.le-block-cards {
  padding: 100px 0 50px 0; }
  .le-block-cards .grid {
    text-align: center; }
  .le-block-cards h4 {
    text-align: center;
    margin-bottom: 30px; }
  .le-block-cards .content {
    margin: 0 auto 30px auto;
    text-align: center; 
    height: 160px;}
    .le-block-cards .content p {
      font-weight: 200; }
  .le-block-cards .column {
    margin-bottom: 50px; }
    .le-block-cards .column .marge {
      padding: 25px; }
    .le-block-cards .column .img-sizer {
      max-width: 200px;
      margin: 0 auto; }
    .le-block-cards .column .image {
      width: 100%;
      padding-bottom: 100%;
      border-radius: 50%;
      margin-bottom: 25px; }

section.page-title {
  margin: 90px 0 30px 0; }
  section.page-title h1 {
    font-weight: 200;
    text-transform: uppercase;
    color: #005464;
    margin-bottom: 10px; }

.bar {
  width: 200px;
  height: 3px;
  background-color: #7BCED7; }

.breadcrumbs {
  margin: 25px 0; }
  .breadcrumbs * {
    font-weight: 200;
    font-size: 10pt;
    color: #005464; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.le-block-cols .col-100 h2 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center; }

.le-table {
  border: 1px solid #005464;
  border-radius: 8px;
  border-spacing: 0;
  max-width: 787px; }
  .le-table th {
    font-size: 13pt;
    text-align: left; }
  .le-table td, .le-table th {
    border-bottom: 2px solid #7BCED7;
    padding: 20px 16px;
/*     vertical-align: top; */
    color: #005464;
    font-weight: 200;
    border-left: 1px solid #005464;
    line-height: 1.8; }
  .le-table td.title-row {
    font-size: 14pt; }
  .le-table tr td:first-child, .le-table tr th:first-child {
    border-left: none; }
  .le-table tr:last-child td {
    border-bottom: none; }
  .le-table b {
    font-weight: 300; }
  .le-table .nbb {
    border-bottom: none; }
  .le-table .bdl {
    border-left: 1px solid #005464 !important; }

article .bar {
  margin-bottom: 14px; }
article .excerpt {
  margin-bottom: 30px; }
article .img-sizer {
  max-width: 300px;
  margin: 0 auto; }
  article .img-sizer .image {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%; }

.datecat {
  margin-bottom: 4px; }
  .datecat .date {
    font-weight: 200; }
  .datecat .cat {
    font-weight: 300; }

.blog article, .archive article {
  margin-top: 100px; }

.single-post .bar {
  margin-bottom: 30px; }

.member {
  display: inline-block;
  vertical-align: top;
  padding: 25px;
  text-align: center;
  border-radius: 5px; }
  .member:hover {
    background-color: rgba(0, 0, 0, 0.04); }

.member .img-sizer, .popup .img-sizer {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .member .img-sizer .image, .popup .img-sizer .image {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%; }
.member p.job, .popup p.job {
  margin-top: 10px;
  font-size: 10pt;
  font-weight: 500; }

.popup {
  position: relative;
  background-color: #fff;
  width: auto;
  max-width: 600px;
  margin: 25px auto;
  text-align: center; }

.fiche {
  padding: 15px;
  border: 1px solid #7BCED7;
  background-color: #fff;
  border-radius: 8px; }
  .fiche h3 {
    font-size: 20pt;
    margin-bottom: 20px; }
  .fiche .bar {
    margin-bottom: 20px; }
  .fiche p {
    color: #005464;
    margin-bottom: 0.5em;
    font-size: 14pt; }

.full-w {
  width: 100%; }

.le-block-timeline .timeline::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #7BCED7; }
.le-block-timeline .timeline {
  position: relative;
  width: 800px;
  margin: 0 auto;
  list-style: none; }
  .le-block-timeline .timeline h4 {
    font-weight: 500; }
  .le-block-timeline .timeline li {
    padding: 15px 0;
    margin-bottom: 70px;
    min-height: 160px; }
    .le-block-timeline .timeline li:last-child {
      margin-bottom: 0; }
  .le-block-timeline .timeline li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .le-block-timeline .timeline .before, .le-block-timeline .timeline .after {
    position: absolute;
    left: 50%;
    content: '';
    display: block;
    width: 0;
    height: 20px;
    border-right: 2px dotted #7BCED7;
    padding: 0;
    margin: 0 0 0 -1px;
    min-height: 0px; }
  .le-block-timeline .timeline .before {
    top: -22px; }
  .le-block-timeline .timeline .after {
    bottom: -22px; }
  .le-block-timeline .timeline .content {
    position: relative; }
  .le-block-timeline .timeline .content::before {
    content: '';
    position: absolute;
    top: 0.5em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #005464; }
  .le-block-timeline .timeline .image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    top: 0; }
  .le-block-timeline .timeline .image::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .le-block-timeline .timeline .direction-l {
    width: 370px;
    float: left;
    text-align: right; }
    .le-block-timeline .timeline .direction-l::before {
      right: -35px; }
    .le-block-timeline .timeline .direction-l .image {
      right: -190px; }
  .le-block-timeline .timeline .direction-r {
    width: 370px;
    float: right; }
    .le-block-timeline .timeline .direction-r::before {
      left: -35px; }
    .le-block-timeline .timeline .direction-r .image {
      left: -190px; }

form input[type="date"],
form input[type="submit"],
form select {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Gotham Rounded";
  font-size: 10pt;
  border: 1px solid #005464;
  line-height: 1.8em;
  padding: 6px 10px;
  border-radius: 2em;
  background-color: transparent;
  color: #005464;
  cursor: pointer; }
form input[type="submit"] {
  background-color: #005464;
  color: #fff; }
form input[type="submit"]:hover {
  background-color: #007f97; }
form select {
  padding-right: 30px;
  background-image: url("../img/ar-down.png");
  background-repeat: no-repeat;
  background-position: center right 10px; }

#mob-menu-ctn {
  display: none; }

@media screen and (max-width: 1340px) {
  /* Laptops */
  .container {
    width: 90%; }

  .le-block {
    padding: 50px 0; } }
@media screen and (max-width : 1280px) { 
    .le-block-cards .content {height: 180px;}
}
@media screen and (max-width: 900px) {
  #mob-menu-ctn {
    display: table-cell;
    text-align: right; }

  #mob-menu.open {
    display: block !important; }

  #mob-menu {
    display: none;
    background-color: #001B25;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    font-weight: 200; }
    #mob-menu a {
      display: block;
      padding: 5px 0; }
    #mob-menu .menu-item-has-children.open .sub-menu {
      display: block; }
    #mob-menu .menu-item-has-children > a {
      font-size: 1.2em; }
    #mob-menu .menu-item-has-children > a::after {
      content: ' m';
      font-family: "socials" !important;
      font-family: "socials" !important;
      vertical-align: middle;
      display: inline-block;
      margin-left: 10px; }
    #mob-menu .menu-item-has-children.open > a::after {
      content: ' N'; }
    #mob-menu .sub-menu {
      display: none;
      color: #7BCED7;
      margin-bottom: 25px; }

  .site-header nav {
    display: none; }

  .table,
  .row,
  .col {
    display: block; }

  .col {
    padding: 0;
    margin-bottom: 50px; }

  .col-100,
  .col-66,
  .col-50,
  .col-33,
  .col-25,
  .col-20,
  .col-16,
  .col-12 {
    width: 100%; }

  .le-block-cols-cta .column {
    width: 50%; }
    .le-block-cols-cta .column .image {
      width: 50%;
      padding-bottom: 50%;
      margin: 0 auto 50px auto; }

  .le-block-cards .column {
    width: 50%; }

  .le-table .col-33 {
    width: 33%; }

  .le-block-cards .content {height: 240px;}    
  .le-block-timeline .timeline::before {
    left: 150px; }
  .le-block-timeline .timeline {
    width: 100%; }
    .le-block-timeline .timeline .before, .le-block-timeline .timeline .after {
      left: 150px; }
    .le-block-timeline .timeline .direction-r,
    .le-block-timeline .timeline .direction-l {
      width: 100%;
      float: none;
      text-align: left; }
      .le-block-timeline .timeline .direction-r::before,
      .le-block-timeline .timeline .direction-l::before {
        left: 145px; }
      .le-block-timeline .timeline .direction-r > div,
      .le-block-timeline .timeline .direction-l > div {
        display: inline-block;
        vertical-align: top;
        position: static; }
      .le-block-timeline .timeline .direction-r .image,
      .le-block-timeline .timeline .direction-l .image {
        margin-right: 40px; }
      .le-block-timeline .timeline .direction-r .desc,
      .le-block-timeline .timeline .direction-l .desc {
        width: 450px; }

  .le-team .member {
    width: 50%; }
    
   

  .archive .table, .blog .table {
    display: table;
    width: 100%; }
  .archive .row, .blog .row {
    display: table-row; }
  .archive .col, .blog .col {
    display: table-cell;
    padding: 0 25px; }
  .archive .col-33, .blog .col-33 {
    width: 25%; }
  .archive .col-66, .blog .col-66 {
    width: 75%; }
  .archive .row .col:first-child, .blog .row .col:first-child {
    padding-left: 0; }
  .archive .row .col:last-child, .blog .row .col:last-child {
    padding-right: 0; } }
@media screen and (max-width: 500px) {
  .pad {
    padding: 25px; }

  .grid.two > div {
    width: 100%; }

  .grid.two > div:nth-child(1) {
    padding-right: 0;
    margin-bottom: 30px; }

  .grid.two > div:nth-child(2) {
    padding-left: 0; }

  h1 {
    font-size: 30pt; }
  .le-block-cards .content {height: 300px;}  
  .le-block-timeline .timeline .direction-r .desc,
  .le-block-timeline .timeline .direction-l .desc {
    width: 240px; }

  .archive article .col, .blog article .col {
    vertical-align: top; } }
@media screen and (max-width: 400px) {
  .le-block-slider p.title {
    font-size: 30pt; }

  h1 {
    font-size: 24pt; }

  .txt h2 {
    font-size: 22pt; }

  .txt h3 {
    font-size: 20pt; }

  .le-block-cards .column {
    width: 100%; }

  .le-team .member {
    width: 100%; }

  .le-block-timeline .timeline::before {
    left: 10px; }
  .le-block-timeline .timeline .before,
  .le-block-timeline .timeline .after {
    left: 10px; }
  .le-block-timeline .timeline li {
    margin-bottom: 20px;
    min-height: 0; }
  .le-block-timeline .timeline .direction-l::before,
  .le-block-timeline .timeline .direction-r::before {
    left: 5px; }
  .le-block-timeline .timeline .direction-l .desc,
  .le-block-timeline .timeline .direction-r .desc {
    width: 100%;
    padding-left: 30px; }
  .le-block-timeline .timeline .image {
    display: none !important; }

  .blog article .col-33, .archive article .col-33 {
    display: none; }
  .blog article .col-66, .archive article .col-66 {
    width: 100%;
    padding-left: 0; }

  .searchandfilter li {
    margin-bottom: 10px; }

  .le-table th {
    font-size: 11pt; }
  .le-table td {
    font-size: 10pt; }
  .le-table th, .le-table td {
    padding: 5px; } }

/*# sourceMappingURL=style.css.map */
