@charset "UTF-8";
/* Typography */
/* Colors */
/* Resolutions */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white filter */
/* remove b&w filter */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* animation-duration */
/* drop-shadow */
/* keyframes */
/* animation */
/* animation delay */
/* background opacity */
/* Greadient Background - Vertical */
/* Greadient Background - Directional */
/* Greadient Background - Radial */
/* Greadient Background - Stripes */
@font-face {
  font-family: "nexa";
  src: url("../fonts/nexa/fontfabric_-_nexabook-webfont.eot");
  src: url("../fonts/nexa/fontfabric_-_nexabook-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa/fontfabric_-_nexabook-webfont.woff2") format("woff2"), url("../fonts/nexa/fontfabric_-_nexabook-webfont.woff") format("woff"), url("../fonts/nexa/fontfabric_-_nexabook-webfont.ttf") format("truetype"), url("../fonts/nexa/fontfabric_-_nexabook-webfont.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "nexa";
  src: url("../fonts/nexa/nexa-alt-bold-webfont.woff2") format("woff2"), url("../fonts/nexa-alt-bold-webfont.woff") format("woff"), url("../fonts/nexa/nexa-alt-bold-webfont.ttf") format("truetype"), url("../fonts/nexa/nexa-alt-bold-webfont.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "nexa";
  src: url("../fonts/nexa/fontfabric_-_nexablack-webfont.eot");
  src: url("../fonts/nexa/fontfabric_-_nexablack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa/fontfabric_-_nexablack-webfont.woff2") format("woff2"), url("../fonts/nexa/fontfabric_-_nexablack-webfont.woff") format("woff"), url("../fonts/nexa/fontfabric_-_nexablack-webfont.ttf") format("truetype"), url("../fonts/nexa/fontfabric_-_nexablack-webfont.svg") format("svg");
  font-weight: 900;
}
/**
 * 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
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  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(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 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;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.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;
}

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  /*-webkit-transition: 300ms;
   -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;*/
  -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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom {
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  max-width: 400px;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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;
}

/* Progress */
.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;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -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-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.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));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

/* Cube */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.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 {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.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;
}

/* Preloader */
.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);
  }
}
/* Typography */
/* Colors */
/* Resolutions */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white filter */
/* remove b&w filter */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* animation-duration */
/* drop-shadow */
/* keyframes */
/* animation */
/* animation delay */
/* background opacity */
/* Greadient Background - Vertical */
/* Greadient Background - Directional */
/* Greadient Background - Radial */
/* Greadient Background - Stripes */
html,
body {
  font-family: "nexa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
}

@media (min-width: 768px) {
  html.soft-bg,
body.soft-bg {
    background-color: #f2f2f2;
  }
}
::-moz-selection,
::selection {
  text-shadow: none;
  background: #b1b1b1;
}

img::selection, img::-moz-selection {
  background: 0 0;
}

/*****************
*   Typography   *
******************/
p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  color: #4d4d4d;
}
p.big {
  font-size: 47px;
  line-height: 110%;
  font-weight: 700;
}
p a {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
p a:hover, p a:focus, p a:active {
  color: #aa026d;
  opacity: 0.6;
}
p.margin {
  margin-bottom: 35px;
}

@media (min-width: 0px) and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  p.big {
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  p a {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  p.margin {
    margin-bottom: 25px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 120%;
  display: block;
  position: relative;
  font-weight: 700;
}

h1.line-deco:after,
h2.line-deco:after,
h3.line-deco:after,
h4.line-deco:after,
h5.line-deco:after,
h6.line-deco:after {
  content: " ";
  display: block;
  margin: 25px auto 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1.line-deco:after,
h2.line-deco:after,
h3.line-deco:after,
h4.line-deco:after,
h5.line-deco:after,
h6.line-deco:after {
    width: 20px;
    margin-top: 12px;
  }
}
h1.full-line-deco,
h2.full-line-deco,
h3.full-line-deco,
h4.full-line-deco,
h5.full-line-deco,
h6.full-line-deco {
  margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1.full-line-deco,
h2.full-line-deco,
h3.full-line-deco,
h4.full-line-deco,
h5.full-line-deco,
h6.full-line-deco {
    margin-bottom: 15px;
  }
}
h1.full-line-deco:after,
h2.full-line-deco:after,
h3.full-line-deco:after,
h4.full-line-deco:after,
h5.full-line-deco:after,
h6.full-line-deco:after {
  content: " ";
  display: block;
  margin: 10px auto 0;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
}

h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  font-size: 28px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
    font-size: 16px;
  }
}
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  font-size: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
    font-size: 13px;
  }
}
h1.smallest,
h2.smallest,
h3.smallest,
h4.smallest,
h5.smallest,
h6.smallest {
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 767px) {
  h1.smallest,
h2.smallest,
h3.smallest,
h4.smallest,
h5.smallest,
h6.smallest {
    font-size: 13px;
  }
}
h1 {
  font-size: 74px;
}
h1.title {
  font-weight: 700;
  line-height: 125%;
}

@media (min-width: 768px) {
  h1 {
    line-height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 68px;
}

@media (min-width: 768px) {
  h2 {
    line-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 48px;
}

hr.margin {
  visibility: hidden;
  margin: unset;
  margin-bottom: 30px;
}
hr.margin-small {
  visibility: hidden;
  margin: unset;
  margin-bottom: 15px;
}
hr.margin:last-child {
  visibility: hidden;
  margin-bottom: 40px;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  /*
  line-height: 100%;
  font-size: 18px;*/
}

ul.inline li {
  display: inline-block;
}
ul.bullets {
  margin-bottom: 35px;
}
ul.bullets.gray li {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
ul.bullets li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 8px;
}
ul.bullets li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 4px;
}
ul.bullets li a {
  font-size: 16px;
  color: #aa026d;
  text-transform: none;
}
ul.bullets li a:hover, ul.bullets li a:focus, ul.bullets li a:active {
  opacity: 0.6;
}
ul.accordion {
  margin: 0;
}
ul.accordion > li button {
  font-size: 20px;
  text-transform: none;
  color: #aa026d;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  height: auto;
  text-align: left;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
ul.accordion > li button span {
  color: #aa026d;
}
ul.accordion > li button:hover, ul.accordion > li button:focus, ul.accordion > li button:active {
  opacity: 0.6;
}
ul.accordion > li .content.closed {
  display: none;
}
ul.accordion > li .content p {
  color: #4d4d4d;
}
ul.accordion > li:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  margin-bottom: 12px;
}

@media (min-width: 0px) and (max-width: 767px) {
  ul.bullets.gray li {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.bullets li a {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.accordion > li button {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  ul.accordion > li button span {
    position: absolute;
    left: 0;
  }
}
section ul:not(.bullets), section ul:not(.bullets-icons), section ul:not(.list-items), section ul:not(.videos), section ul:not(.accordion) {
  list-style: inherit;
}
section ul.bullets, section ul.bullets-icons, section ul.list-items, section ul.videos, section ul.accordion {
  list-style: none;
  padding: 0;
}

.no-transform {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

b {
  font-weight: 700;
}

.text {
  text-align: left;
}

/**********************
*   Buttons & Links   *
***********************/
a {
  color: #ffffff;
  font-size: 12px;
  line-height: 120%;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0 !important;
}
a:focus, a:hover, a:active, a.active {
  color: #ffffff;
}

button {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0 !important;
}

a:hover, a:focus, a:active, a.active {
  text-decoration: none;
}

button:hover, button:focus, button:active, button.active {
  text-decoration: none;
}

.btn {
  border: none;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  padding: 9px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default {
  background-color: transparent;
  color: #aa026d;
}
.btn.btn-default i {
  color: #aa026d;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  opacity: 0.5;
}
.btn i {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 3px;
}
.btn.btn-primary {
  background-color: #aa026d;
  color: #ffffff;
  border: solid 2px #aa026d;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  width: 165px;
  padding: 12px 15px;
  height: 45px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #aa026d;
  color: #ffffff;
  opacity: 0.6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  width: 165px;
  padding: 12px 15px;
  height: 45px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #ffffff;
  color: #4d4d4d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .btn.large {
    font-size: 20px;
    padding: 0;
    line-height: 100%;
  }
  .btn.large i {
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
  }
}
.toggle-trigger {
  cursor: pointer;
}
.toggle-trigger button {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 15px 0;
  background: transparent;
  float: right;
  cursor: pointer;
}
.toggle-trigger button span {
  width: 20px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #aa026d;
  display: block;
  position: relative;
}
.toggle-trigger button span:before {
  content: " ";
  position: absolute;
  width: 18px;
  left: 1px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #aa026d;
  display: block;
}

@media (min-width: 0px) and (max-width: 767px) {
  .toggle-trigger button {
    padding: 7px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .toggle-trigger button span {
    width: 16px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .toggle-trigger button span:before {
    width: 14px;
  }
}
.toggle.closed {
  margin-bottom: 0px !important;
}
.toggle.closed button span:before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle .toggle-child {
  position: relative;
  display: block;
}
.toggle .toggle-child img {
  margin-bottom: 20px;
}

/********************
*   Form elements   *
*********************/
form {
  position: relative;
  margin: 0;
  padding: 0;
}
form .form-group {
  position: relative;
  margin: 0 0 20px 0;
}
form .form-group.button {
  text-align: center;
  margin: 30px 0 0 0;
}
form .form-group > .form-control {
  position: relative;
  height: 45px;
  font-size: 16px;
  padding: 7px 25px;
  font-weight: 400;
  background-color: #f2f2f2;
  border: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  color: #4d4d4d;
}
form .form-group textarea.form-control {
  min-height: 300px;
  padding-top: 20px;
  resize: none;
}

@media (min-width: 768px) {
  form .form-group.button {
    text-align: right;
  }
}
::-webkit-input-placeholder {
  color: #979797 !important;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #979797 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #979797 !important;
}

input[type=text], input[type=password], input[type=email] {
  outline: 0px !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  outline: 0px !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/*****************
*   Navigation   *
******************/
nav.navbar {
  position: fixed;
  background-color: transparent;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  height: 120px;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.navbar .navbar-header {
  float: left;
}
nav.navbar .navbar-header .navbar-brand {
  padding-top: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
  nav.navbar {
    height: 60px;
    background-color: #aa026d;
    -webkit-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.navbar .navbar-header .navbar-brand {
    padding: 9px 0 0 15px;
  }
}
.navbar-right {
  float: right !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 0;
}
.navbar-right ul.nav {
  margin: 0;
}
.navbar-right ul.nav li {
  line-height: 120px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
.navbar-right ul.nav li.divider:before {
  content: " ";
  background-color: #ffffff;
  width: 1px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  margin-left: 3px;
}
.navbar-right ul.nav li a {
  padding: 0 15px 0 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.navbar-right ul.nav li a i.fa {
  font-size: 20px;
  margin-top: 3px;
}
.navbar-right ul.nav li a:hover, .navbar-right ul.nav li a:focus, .navbar-right ul.nav li a:active {
  opacity: 0.5;
  color: #ffffff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar-right ul.nav {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .navbar-right ul.nav li {
    line-height: 60px;
  }
}
.menu-toggle {
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.menu-toggle > div {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-toggle > :first-child {
  margin-top: 2px;
  margin-right: 10px;
}
.menu-toggle .icon-bar {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 25px;
  padding: 0;
  margin: 4px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-toggle:hover > :first-child, .menu-toggle:focus > :first-child, .menu-toggle:active > :first-child {
  opacity: 0.5;
}
.menu-toggle.active > div {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.menu-toggle.active > div .icon-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active > div .icon-bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.active > div .icon-bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 0px) and (max-width: 767px) {
  .menu-toggle > :first-child {
    display: none;
  }
}
#menu {
  position: fixed;
  top: 0;
  right: -355px;
  width: 335px;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding: 25px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-shadow: 8px 0px 8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 0px 8px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 8px 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 0px 8px 10px rgba(0, 0, 0, 0.2);
  text-align: right;
  -webkit-backface-visibility: hidden;
}
#menu ul {
  list-style: none;
}
#menu > ul {
  font-weight: 700;
}
#menu > * {
  color: #aa026d;
}
#menu .navbar-right {
  margin-right: -3px;
  float: none !important;
  display: inline-block;
}
#menu .navbar-right li {
  line-height: 100%;
}
#menu .navbar-right li.divider:before {
  background-color: #aa026d;
}
#menu .navbar-right li a {
  color: #aa026d;
}
#menu .navbar-right li a i.fa {
  margin-top: 1px;
}
#menu .menu-toggle > :first-child {
  margin-right: 4px;
}
#menu .menu-toggle .icon-bar {
  background-color: #aa026d;
}
#menu ul.menu-nav {
  display: block;
  margin-top: 10px;
}
#menu ul.menu-nav > li {
  display: block;
  position: relative;
}
#menu ul.menu-nav > li:nth-child(3):hover > a, #menu ul.menu-nav > li:nth-child(3):focus > a, #menu ul.menu-nav > li:nth-child(3):active > a {
  opacity: 0.5;
}
#menu ul.menu-nav > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aa026d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#menu ul.menu-nav > li a {
  display: block;
  position: relative;
  color: #aa026d;
  font-size: 20px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  padding: 15px 15px 15px 0;
}
#menu ul.menu-nav > li a:hover, #menu ul.menu-nav > li a:focus, #menu ul.menu-nav > li a:active, #menu ul.menu-nav > li a.active {
  opacity: 0.5;
  padding-right: 30px;
}
#menu ul.menu-nav > li:first-child:before {
  height: 2px;
}
#menu ul.menu-nav > li:last-child:before {
  height: 2px;
}
#menu ul.menu-nav > li:last-child:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aa026d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#menu ul.menu-nav > li ul {
  position: relative;
  padding: 12px 0;
}
#menu ul.menu-nav > li ul:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aa026d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#menu ul.menu-nav > li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}
#menu ul.menu-nav > li.search form {
  padding: 0;
}
#menu ul.menu-nav > li.search form .form-group {
  margin: 0;
}
#menu ul.menu-nav > li.search form .form-group .form-control {
  font-size: 20px;
  text-align: right;
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 48px;
  padding-right: 30px;
  color: #aa026d;
  font-weight: 700;
}
#menu ul.menu-nav > li.search form .form-group .form-control::-webkit-input-placeholder {
  color: #aa026d !important;
}
#menu ul.menu-nav > li.search form .form-group .form-control:-moz-placeholder, #menu ul.menu-nav > li.search form .form-group .form-control::-moz-placeholder {
  color: #aa026d !important;
  opacity: 1;
}
#menu ul.menu-nav > li.search form .form-group .form-control:-ms-input-placeholder {
  color: #aa026d !important;
}
#menu ul.menu-nav > li.search form .form-group .btn.btn-default {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 0;
  font-size: 20px;
}
#menu ul.menu-nav > li.search form .form-group .btn.btn-default:hover, #menu ul.menu-nav > li.search form .form-group .btn.btn-default:focus, #menu ul.menu-nav > li.search form .form-group .btn.btn-default:active, #menu ul.menu-nav > li.search form .form-group .btn.btn-default.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  #menu {
    right: auto;
    top: -100%;
    width: 100%;
    z-index: 98;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu .navbar-right {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav {
    margin-top: 60px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #menu ul.menu-nav > li:nth-child(3):hover > a, #menu ul.menu-nav > li:nth-child(3):focus > a, #menu ul.menu-nav > li:nth-child(3):active > a {
    padding-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li a {
    padding: 12px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li a:hover, #menu ul.menu-nav > li a:focus, #menu ul.menu-nav > li a:active, #menu ul.menu-nav > li a.active {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li:first-child:before {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li:last-child:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li ul {
    padding: 0 0 7px;
    margin-top: -7px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li ul:before {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li.search form .form-group .form-control {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #menu ul.menu-nav > li.search form .form-group .btn.btn-default {
    right: 15px;
  }
}
@media (min-width: 768px) {
  body.menu-open nav.navbar .navbar-right {
    opacity: 0;
    visibility: hidden;
  }
}
body.menu-open #menu {
  top: 0;
}

@media (min-width: 768px) {
  body.menu-open #menu {
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.menu-open .menu-toggle > div .icon-bar:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .menu-toggle > div .icon-bar:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  body.menu-open .menu-toggle > div .icon-bar:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  body.scrolled nav.navbar {
    top: 0px;
    height: 60px;
    background-color: #aa026d;
    -webkit-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -8px 8px 10px rgba(0, 0, 0, 0.2);
  }
  body.scrolled nav.navbar .navbar-header .navbar-brand {
    padding: 9px 0 0 15px;
  }
  body.scrolled nav.navbar .navbar-header .navbar-brand > img:first-child {
    display: none !important;
  }
  body.scrolled nav.navbar .navbar-header .navbar-brand > img:last-child {
    display: block !important;
  }
  body.scrolled .navbar-right ul.nav {
    margin-right: 0;
  }
  body.scrolled .navbar-right ul.nav li {
    line-height: 60px;
  }
}
/*************
*   Header   *
**************/
header {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10px 10px 80px 10px;
}
header.inner {
  height: 550px;
  text-align: center;
}
header.inner > .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.full {
  height: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header.full.bg-1 {
  background-image: url("../img/loule-adapta/bg.jpg");
}
header.full.bg-2 {
  background-image: url("../img/alteracoes-climaticas/bg.jpg");
}
header.full.bg-area-1 {
  background-image: url("../img/areas-de-intervencao/bg-1.jpg");
}
header.full.bg-area-2 {
  background-image: url("../img/areas-de-intervencao/bg-2.jpg");
}
header.full.bg-area-3 {
  background-image: url("../img/areas-de-intervencao/bg-3.jpg");
}
header.full.bg-area-4 {
  background-image: url("../img/areas-de-intervencao/bg-4.jpg");
}
header.full.bg-area-5 {
  background-image: url("../img/areas-de-intervencao/bg-5.jpg");
}
header.full > .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.full .scroll-btn-wrapper {
  position: absolute;
  background-color: #ffffff;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
header.full .scroll-btn-wrapper .scroll-btn {
  bottom: 57px;
}
header .title-wrapper h2.small {
  font-size: 18px;
  margin-bottom: 45px;
}
header .title-wrapper h2.small:after {
  margin-top: 15px;
}
header .title-wrapper h2.small span {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
header .title-wrapper h1.title {
  font-size: 48px;
  display: block;
  margin: 0;
}
header.slider {
  height: 100%;
}
header.slider .title {
  font-weight: 400;
  line-height: 100%;
}
header.slider .container {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
header.slider .container .content {
  position: relative;
}
header.slider .container .logo-type {
  margin-bottom: 10px;
  margin-left: 3px;
}
header.slider .container h1 {
  margin-left: -4px;
  margin-bottom: 15px;
}
header.slider .container p.big {
  margin-bottom: 0;
}
header.slider .bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header.slider .bg.slide-1 {
  background-image: url("../img/home/slide-1.jpg");
}
header.slider .bg.slide-2 {
  background-image: url("../img/home/slide-2.jpg");
}
header.slider .bg.slide-3 {
  background-image: url("../img/home/slide-3.jpg");
}
header.slider .bg.slide-4 {
  background-image: url("../img/home/slide-4.jpg");
}
header.slider .bg.slide-5 {
  background-image: url("../img/home/slide-5.jpg");
}
header.slider .bg.slide-6 {
  background-image: url("../img/home/slide-6.jpg");
}

@media (min-width: 0px) and (max-width: 767px) {
  header {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.inner.fluid-mobile {
    height: auto;
    padding: 60px 0 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.inner {
    height: 350px;
    padding: 40px 0 0 0;
  }
}
@media (min-width: 768px) {
  header.inner > .container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  header.full > .container {
    margin-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .title-wrapper h2.small {
    font-size: 13px;
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .title-wrapper h2.small:after {
    margin-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .title-wrapper h1.title {
    font-size: 23px;
    max-width: 260px;
    margin: 0 auto;
  }
  header .title-wrapper h1.title .smaller {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.slider .swiper-pagination {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.slider .container {
    top: 100%;
    margin-top: -168px;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  header.slider .container .content {
    margin-left: 38px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.slider .container .logo-type {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.slider .container h1 {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.slider .bg {
    width: 100% !important;
    height: calc(100% - 150px);
    background-position: bottom center;
  }
}
/***************
*   Sections   *
****************/
@media (min-width: 0px) and (max-width: 767px) {
  nav .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .container,
footer .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section {
  position: relative;
  display: block;
  padding: 95px 0;
  min-height: 100px;
  z-index: 1;
}

@media (min-width: 0px) and (max-width: 767px) {
  section {
    padding: 45px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .slider,
.slider-inner,
.slider-photos {
    height: calc(100% - 60px);
  }
}
.slider.height100,
.slider-inner.height100,
.slider-photos.height100 {
  height: 100%;
}

.slider.home-areas,
.slider-inner.home-areas,
.slider-photos.home-areas {
  height: calc(100% - 60px);
}

.slider.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-inner.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-photos.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-color: #aa026d;
}

.slider.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-inner.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-photos.slider-brand .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #aa026d;
}

.slider.slider-brand .swiper-container .swiper-controls .swiper-button-prev,
.slider-inner.slider-brand .swiper-container .swiper-controls .swiper-button-prev,
.slider-photos.slider-brand .swiper-container .swiper-controls .swiper-button-prev {
  background: url("../img/icons/brand/arrow-left.svg") no-repeat;
}

.slider.slider-brand .swiper-container .swiper-controls .swiper-button-next,
.slider-inner.slider-brand .swiper-container .swiper-controls .swiper-button-next,
.slider-photos.slider-brand .swiper-container .swiper-controls .swiper-button-next {
  background: url("../img/icons/brand/arrow-right.svg") no-repeat;
}

.slider .swiper-container,
.slider-inner .swiper-container,
.slider-photos .swiper-container {
  height: 100%;
}

.slider .swiper-container .swiper-pagination,
.slider-inner .swiper-container .swiper-pagination,
.slider-photos .swiper-container .swiper-pagination {
  right: 20px;
  bottom: 20px;
  width: auto;
  max-width: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .slider .swiper-container .swiper-pagination,
.slider-inner .swiper-container .swiper-pagination,
.slider-photos .swiper-container .swiper-pagination {
    left: 50%;
    right: auto;
    bottom: 45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.slider .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-inner .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-photos .swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: solid 2px #ffffff;
  opacity: 1;
  display: block;
  margin: 9px 0 0 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 0px) and (max-width: 767px) {
  .slider .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-inner .swiper-container .swiper-pagination .swiper-pagination-bullet,
.slider-photos .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 6px;
  }
}
.slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-inner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-photos .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.slider .swiper-container .swiper-controls,
.slider-inner .swiper-container .swiper-controls,
.slider-photos .swiper-container .swiper-controls {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}

.slider .swiper-container .swiper-controls button,
.slider-inner .swiper-container .swiper-controls button,
.slider-photos .swiper-container .swiper-controls button {
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 16px;
  height: 26px;
  background-position: center center;
  z-index: 10;
  outline: 0;
  border: 0;
}

/*.slider .swiper-container .swiper-controls button.swiper-button-prev, .slider-inner .swiper-container .swiper-controls button.swiper-button-prev, .slider-photos .swiper-container .swiper-controls button.swiper-button-prev {
  background: url("../img/icons/white/arrow-left.svg") no-repeat;
  left: 30px; }*/
/*.slider .swiper-container .swiper-controls button.swiper-button-next, .slider-inner .swiper-container .swiper-controls button.swiper-button-next, .slider-photos .swiper-container .swiper-controls button.swiper-button-next {
  background: url("../img/icons/white/arrow-right.svg") no-repeat;
  right: 30px; }*/
.slider .swiper-container .swiper-controls button:hover, .slider .swiper-container .swiper-controls button.swiper-pagination-bullet-active {
  opacity: 0.6;
}

.slider-inner .swiper-container .swiper-controls button:hover, .slider-inner .swiper-container .swiper-controls button.swiper-pagination-bullet-active {
  opacity: 0.6;
}

.slider-photos .swiper-container .swiper-controls button:hover, .slider-photos .swiper-container .swiper-controls button.swiper-pagination-bullet-active {
  opacity: 0.6;
}

.bg-primary {
  background-color: #aa026d;
}
.bg-primary * {
  color: #ffffff;
}
.bg-primary .line-deco:after,
.bg-primary .full-line-deco:after {
  background-color: #ffffff;
}

.bg-white,
.bg-soft {
  background-color: #ffffff;
}

.bg-white *,
.bg-soft * {
  color: #4d4d4d;
}

.bg-white .brand *,
.bg-white *.brand {
  color: #aa026d;
}

.bg-soft .brand *,
.bg-soft *.brand {
  color: #aa026d;
}

.bg-white .gray *,
.bg-white *.gray {
  color: #4d4d4d;
}

.bg-soft .gray *,
.bg-soft *.gray {
  color: #4d4d4d;
}

.bg-white .line-deco,
.bg-white .full-line-deco,
.bg-white h2 {
  color: #aa026d;
}
.bg-white .tab-content h4,
.bg-white .tab-content strong {
  color: #aa026d;
}

.bg-soft .line-deco,
.bg-soft .full-line-deco,
.bg-soft h2 {
  color: #aa026d;
}
.bg-soft .tab-content h4,
.bg-soft .tab-content strong {
  color: #aa026d;
}

.bg-white .line-deco:after,
.bg-white .full-line-deco:after {
  background-color: #aa026d;
}

.bg-soft {
  background-color: #f2f2f2;
}
.bg-soft .line-deco:after,
.bg-soft .full-line-deco:after {
  background-color: #aa026d;
}

/*.bg-white .gray p, .bg-white .gray p strong,
.bg-soft .gray p,
.bg-soft .gray p strong {
  color: $gray-dark; }
.bg-white p.lead,
.bg-soft p.lead {
  color: $brand-primary-dark; }
.bg-white .brand *,
.bg-soft .brand * {
  color: $brand-primary!important; }
.bg-white .gray *,
.bg-soft .gray * {
  color: $gray-dark!important; }
.bg-white .brand,
.bg-soft .brand {
  color: $brand-primary!important; }
.bg-white .gray,
.bg-soft .gray {
  color: $gray-dark!important; }*/
.light-purple p {
  color: #ac87a2;
}
.light-purple p strong {
  color: #ac87a2;
}

.no-padding {
  padding: unset;
}

section.no-padding .slider-photos {
  margin-top: unset;
}

/*********************
*   Box & elements   *
**********************/
.scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 26px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 21px;
  background: url("../img/icons/white/arrow-bottom.svg") no-repeat;
  background-position: center 0px;
  z-index: 10;
  outline: 0;
  border: 0;
}
.scroll-btn.brand {
  background: url("../img/icons/brand/arrow-bottom.svg") no-repeat;
}
.scroll-btn:hover, .scroll-btn:focus, .scroll-btn:active {
  opacity: 0.6;
  background-position: center 5px;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 190px;
  padding-bottom: 65px;
  -webkit-backface-visibility: hidden;
}
.icon > div {
  width: 125px;
  height: 125px;
  display: inline-block;
  position: relative;
}
.icon > div:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 125px;
  background: url("../img/icons/white/icon-border.svg") no-repeat center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.icon p {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
  opacity: 0.6;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: lowercase;
  margin: 0;
}
.icon:hover > div:before, .icon:focus > div:before, .icon:active > div:before, .icon.active > div:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon:hover p, .icon:focus p, .icon:active p, .icon.active p {
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 767px) {
  .icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 45px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .icon p {
    font-size: 22px;
  }
}
.item {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.item img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
}
.item .text {
  position: relative;
  padding: 0 15px;
  height: 100px;
  vertical-align: middle;
  display: table;
  width: 100%;
}
.item .text:before, .item .text:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aa026d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.item .text:before {
  bottom: auto;
  top: 0;
}
.item .text > div {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 0;
}
.item .text > div h3 {
  margin: 0 0 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.item .text > div h4 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.item .text > div h4 span {
  padding: 0 5px;
  vertical-align: top;
}
.item:hover .text > div h3,
.item:hover img {
  opacity: 0.6;
}
.item:focus .text > div h3,
.item:focus img {
  opacity: 0.6;
}
.item:active .text > div h3,
.item:active img {
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 767px) {
  .item .text {
    height: 80px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .item .text > div h3 {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .item .text > div h4 {
    font-size: 10px;
  }
}
.videos {
  margin-bottom: 35px;
}

.img-link {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .img-link.event {
    margin-bottom: 20px;
  }
}
.news-item {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
}
.news-item.brand-line:after {
  background-color: #aa026d;
}
.news-item.smallest img {
  float: left;
}
.news-item.smallest .text {
  display: inline-block;
  padding: 0 0 0 20px;
  width: calc(100% - 95px);
  height: 75px;
  margin-bottom: 20px;
}
.news-item.smallest .text h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.news-item:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.news-item img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
}
.news-item .text {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-item .text > :last-child {
  margin-bottom: 0;
}
.news-item .text h3 {
  color: #4d4d4d;
  font-size: 26px;
  font-weight: 700;
  margin: -2px 0 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-item .text h4 {
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.news-item .text h4 span {
  padding: 0 5px;
  vertical-align: top;
}
.news-item .text p {
  color: #4d4d4d;
}
.news-item:hover .text > h3,
.news-item:hover img {
  opacity: 0.6;
}
.news-item:focus .text > h3,
.news-item:focus img {
  opacity: 0.6;
}
.news-item:active .text > h3,
.news-item:active img {
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 767px) {
  .news-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-item.small img, .news-item.smallest img {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-item.small .text, .news-item.smallest .text {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .news-item.small .text h3 {
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-item .text {
    padding-top: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-item .text h3 {
    font-size: 18px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-item .text h4 {
    font-size: 12px;
  }
}
.event .text h3 {
  color: #4d4d4d;
}
.event .text .news-item img {
  margin-bottom: 15px;
}

.list-items {
  margin: 0 0 35px;
  padding: 0;
}
.list-items.less-margin {
  margin: 0 0 20px;
}
.list-items.downloads > li {
  margin-bottom: 25px;
}
.list-items.downloads > li:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.list-items.downloads > li ul.inline {
  margin-bottom: 25px;
}
.list-items.downloads > li ul.inline i {
  padding-left: 5px;
}
.list-items.downloads > li ul.inline li:last-child:after {
  display: none;
}
.list-items.downloads > li ul.inline li:after {
  content: "|";
  padding: 0 5px 0 9px;
}
.list-items.downloads > li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #aa026d;
}
.list-items.downloads > li a:after {
  display: none;
}
.list-items.downloads > li a:hover, .list-items.downloads > li a:focus, .list-items.downloads > li a:active {
  opacity: 0.6;
}
.list-items > li {
  padding: 0;
}
.list-items > li > a {
  display: block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  margin-bottom: 10px;
}
.list-items > li > a h3 {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.list-items > li > a h4 {
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #4d4d4d;
}
.list-items > li > a h4 span {
  padding: 0 5px;
  vertical-align: top;
}
.list-items > li > a:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.list-items > li > a:hover h3, .list-items > li > a:focus h3, .list-items > li > a:active h3 {
  opacity: 0.6;
}
.list-items > li > h3 {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.list-items > li > h3.line:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background-color: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.list-items > li > ul {
  margin: 0;
  padding: 0;
}
.list-items > li > ul > li {
  margin: 0;
}
.list-items > li > ul > li p {
  color: #4d4d4d;
  margin: 0;
}
.list-items > li > ul > li p span {
  color: #aa026d;
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 767px) {
  .list-items.downloads > li {
    margin-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items.downloads > li h3 {
    margin-bottom: 6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items.downloads > li ul.inline {
    margin-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items.downloads > li a {
    font-size: 13px;
  }
}
> .list-items > li:last-child {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .list-items > li > a h3 {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items > li > a h4 {
    font-size: 11px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items > li > h3 {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .list-items > li > ul > li p {
    font-size: 13px;
  }
}
.see-more {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0 auto 35px;
}
.see-more i {
  font-size: 16px;
  font-weight: bold;
}
.see-more:hover, .see-more:focus, .see-more:active {
  color: #aa026d;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .see-more {
    display: none;
  }
}
.faqs .accordion ul {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 20px;
}
.faqs .accordion ul li {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-transform: none;
  color: #4d4d4d !important;
}

.news-post {
  margin-top: -470px;
}
.news-post .news-nav {
  margin-bottom: 20px;
}
.news-post .news-nav a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.6;
}
.news-post .news-nav a.next {
  float: right;
}
.news-post .news-nav a.next i {
  padding-left: 3px;
  padding-right: 0;
}
.news-post .news-nav a i {
  font-size: 14px;
  vertical-align: top;
  color: #ffffff;
  font-weight: bold;
  padding-right: 3px;
  padding-top: 2px;
}
.news-post .news-nav a:hover, .news-post .news-nav a:active, .news-post .news-nav a:focus {
  opacity: 1;
}
.news-post .news-body {
  padding: 50px 95px 85px;
  background-color: #ffffff;
}
.news-post .news-body .content {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
}
.news-post .news-body a.post-type {
  color: #ffffff;
  background-color: #4d4d4d;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 5px 22px;
  margin-bottom: 12px;
  font-size: 14px;
  display: inline-block;
}
.news-post .news-body a.post-type:hover, .news-post .news-body a.post-type:focus, .news-post .news-body a.post-type:active {
  opacity: 0.6;
}
.news-post .news-body h3 {
  font-size: 40px;
  color: #4d4d4d;
  line-height: 115%;
  margin-bottom: 10px;
}
.news-post .news-body h4 {
  font-size: 14px;
  margin: 0;
}
.news-post .news-body h4 span {
  padding: 0 5px;
  vertical-align: top;
}
.news-post .news-body .content {
  margin-top: 30px;
  position: relative;
}
.news-post .news-body .content .view-more {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 150px;
  width: 100%;
  z-index: 10;
  background: url("../img/bg-transparent.png") repeat-x center;
}
.news-post .news-body .content .view-more .btn {
  text-transform: lowercase;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 100px auto 0;
}
.news-post .news-body .content .view-more .btn i {
  font-size: 16px;
  font-weight: bold;
}
.news-post .news-body .content .view-more .btn:hover, .news-post .news-body .content .view-more .btn:focus, .news-post .news-body .content .view-more .btn:active {
  opacity: 0.6;
}
.news-post .news-body .content p {
  color: #4d4d4d;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .news-post {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-nav {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-body {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-body a.post-type {
    font-size: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-body h3 {
    font-size: 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-body h4 {
    font-size: 11px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news-post .news-body .content {
    margin-top: 15px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .news-post .news-body .content .view-more {
    display: none;
  }
}
.fb-comments {
  margin: 0 -8px 45px;
  display: block !important;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .fb-comments {
    margin-bottom: 20px;
  }
}
.youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
}
.youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .youtube-video {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 35px;
  }
}
.title-wrapper {
  text-align: center;
}
.title-wrapper h2 {
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .title-wrapper h2 {
    margin-bottom: 35px;
  }
}
.title-margin {
  margin-bottom: 60px;
}
.title-margin h3 {
  text-align: center;
  display: inline-block;
  font-weight: 900;
}
.title-margin h3:after {
  margin-top: 10px;
}
.title-margin h2 {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .title-margin {
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .title-margin h3 {
    margin-bottom: 14px;
  }
}
.home-areas {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-areas.bg-1 {
  background-image: url("../img/home/area-slide-1.jpg");
}
.home-areas.bg-2 {
  background-image: url("../img/home/area-slide-2.jpg");
}
.home-areas.bg-3 {
  background-image: url("../img/home/area-slide-3.jpg");
}
.home-areas.bg-4 {
  background-image: url("../img/home/area-slide-4.jpg");
}
.home-areas.bg-5 {
  background-image: url("../img/home/area-slide-5.jpg");
}
.home-areas .v-align .icon {
  margin: 15px 0;
  padding-bottom: 80px;
}
.home-areas .v-align .icon a {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: auto;
  padding: 7px 15px;
  height: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-areas .v-align .icon p {
  bottom: 20px;
  opacity: 0;
}
.home-areas .v-align .icon a {
  opacity: 0;
}
.home-areas .v-align .icon:hover p,
.home-areas .v-align .icon:hover a {
  opacity: 1;
}
.home-areas .v-align .icon:focus p,
.home-areas .v-align .icon:focus a {
  opacity: 1;
}
.home-areas .v-align .icon:active p,
.home-areas .v-align .icon:active a {
  opacity: 1;
}
.home-areas .v-align .icon.active p,
.home-areas .v-align .icon.active a {
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-areas .v-align .icon {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-areas .v-align .icon {
    width: 140px;
  }
  .home-areas .v-align .icon > div {
    width: 100px;
    height: 100px;
  }
  .home-areas .v-align .icon > div:before {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
  .home-areas .v-align .icon > div img {
    width: 100px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-areas .title-wrapper {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-areas {
    padding: 0;
  }
  .home-areas .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .home-areas .swiper-slide.slide-1 {
    background-image: url("../img/home/area-slide-1.jpg");
  }
  .home-areas .swiper-slide.slide-2 {
    background-image: url("../img/home/area-slide-2.jpg");
  }
  .home-areas .swiper-slide.slide-3 {
    background-image: url("../img/home/area-slide-3.jpg");
  }
  .home-areas .swiper-slide.slide-4 {
    background-image: url("../img/home/area-slide-4.jpg");
  }
  .home-areas .swiper-slide.slide-5 {
    background-image: url("../img/home/area-slide-5.jpg");
  }
  .home-areas .swiper-slide .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-areas .swiper-slide .content .icon {
    margin-bottom: 25px;
  }
}
.home-comunication {
  text-align: center;
}

@media (min-width: 768px) {
  .home-comunication {
    padding-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-comunication {
    padding-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-comunication {
    height: auto;
  }
  .home-comunication .swiper-wrapper {
    padding-bottom: 60px;
  }
  .home-comunication .swiper-wrapper .swiper-slide .content {
    position: relative;
  }
  .home-comunication .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .home-comunication .swiper-container .swiper-controls {
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  section.contact-form {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.contact-form {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  section.comunication {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.comunication {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.resources {
    padding-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.resources {
    padding-bottom: 0;
  }
}
section.news {
  padding-bottom: 35px;
}
section.loule-brand p:last-child {
  margin-bottom: 0;
}
section.loule-brand-display {
  height: 560px;
}
section.loule-brand-display img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  width: 450px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.loule-emaac p:last-child {
  margin-bottom: 0;
}
section.loule-rede img {
  margin-bottom: 25px;
}
section.loule-rede p:last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  section.news {
    background-color: #ffffff;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.news-footer {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.news-footer {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-brand-display {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-brand-display img {
    max-width: 280px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  section.loule-rede {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-rede {
    padding-bottom: 30px;
  }
}
div.read-more {
  display: none;
}

section.loule-rede .read-more > :last-child {
  margin-bottom: 0;
}
section.loule-rede button.btn {
  margin-top: 5px;
}
section.loule-rede button.btn i {
  font-size: 10px;
  padding-left: 0;
  padding-right: 3px;
  font-weight: 100;
}
section.loule-quote {
  height: 560px;
}
section.loule-quote quote {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 390px;
  width: 390px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/quote.svg") no-repeat center;
  display: table;
  text-align: center;
  padding-top: 25px;
}
section.loule-quote quote > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  padding: 0 60px;
  color: #ffffff;
}
section.loule-quote quote > span span {
  font-size: 18px;
  color: #ffffff;
}
section.loule-quote quote > span span:before {
  content: " ";
  display: block;
  margin: 25px auto 12px;
  width: 40px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
}
section .container > .row:not(:last-child) {
  margin-bottom: 85px;
}
section .bullets {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  section.loule-quote {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-quote quote {
    height: 210px;
    width: 210px;
    background-size: 210px 210px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-quote quote > span {
    font-size: 12px;
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-quote quote > span span {
    font-size: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.loule-quote quote > span span:before {
    width: 25px;
    margin: 14px auto 6px;
  }
}
@media (min-width: 768px) {
  section {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .container > .row:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section h2.medium {
    margin-bottom: 25px;
  }
}
h3.smallest {
  margin-bottom: 12px;
}

section .infograph-img {
  margin: 35px auto 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
  section .infograph-img {
    margin: 25px auto 25px;
  }
}
.infographic.ig-1 {
  margin-top: 35px;
}
.infographic.ig-1 li {
  text-align: center;
}
.infographic.ig-1 li > div:before {
  content: " ";
  width: 35px;
  height: 6px;
  background-color: #ac87a2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}
.infographic.ig-1 li div {
  height: 75px;
  display: table;
  background-color: #ac87a2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  position: relative;
}
.infographic.ig-1 li div span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .infographic.ig-1 {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .infographic.ig-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .infographic.ig-1 li:nth-child(1) div, .infographic.ig-1 li:nth-child(2) div, .infographic.ig-1 li:nth-child(3) div, .infographic.ig-1 li:nth-child(4) div {
    margin-bottom: 40px;
  }
  .infographic.ig-1 li:nth-child(2) > div:before, .infographic.ig-1 li:nth-child(4) > div:before {
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 60px;
    left: 50%;
  }
  .infographic.ig-1 li:nth-child(3) > div:before {
    top: -30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 31px;
    height: 45px;
    background: url("../img/icons/brand-dark/infographic-arrow-top.svg") no-repeat center;
  }
  .infographic.ig-1 li:nth-child(5) > div:before {
    top: -40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 60px;
    left: 50%;
  }
  .infographic.ig-1 li:nth-child(6) > div:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 100%;
  }
}
@media (min-width: 768px) {
  .infographic.ig-1 li:nth-child(1) div, .infographic.ig-1 li:nth-child(2) div {
    margin-bottom: 55px;
  }
  .infographic.ig-1 li:nth-child(3) div {
    margin-bottom: 55px;
  }
  .infographic.ig-1 li:nth-child(3) > div:before {
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 60px;
    left: 50%;
  }
  .infographic.ig-1 li:nth-child(4) > div:before {
    top: -40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 31px;
    height: 45px;
    background: url("../img/icons/brand-dark/infographic-arrow-top.svg") no-repeat center;
  }
  .infographic.ig-1 li:nth-child(5) > div:before, .infographic.ig-1 li:nth-child(6) > div:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .infographic.ig-1 li div {
    font-size: 10px;
    line-height: 140%;
  }
}
section.climate-intro p:last-child,
section p:last-child {
  margin-bottom: 0;
}
section .row-eq-height {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  section {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section {
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .row-eq-height {
    margin-bottom: 10px;
  }
}
div.lead {
  font-size: 16px;
  font-weight: 700;
  color: #ac87a2;
  border: solid 4px #ac87a2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-align: left;
  height: 100%;
  padding: 20px;
  margin: unset;
}
div.lead p,
div.lead h1,
div.lead h2,
div.lead h3,
div.lead h4,
div.lead h5,
div.lead h6 {
  margin: unset;
}

.brand p,
.brand h1,
.brand h2,
.brand h3,
.brand h4,
.brand h5,
.brand h6 {
  color: #aa026d;
}

section .lead.big p {
  color: #ac87a2;
  font-size: 16px;
}
section .lead.big p b {
  color: #ac87a2;
}
section .lead.big ul {
  margin: 0;
}
section .lead ul li {
  color: #ac87a2;
  font-size: 16px;
  font-weight: 400;
}
section .lead h4.gray {
  font-size: 16px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 15px;
}
section .lead h4.purple {
  font-size: 16px;
  color: #ac87a2;
  display: block;
  margin-bottom: 6px;
}
section .lead p b {
  font-weight: 700;
}
section .lead.purple {
  border-color: #aa026d;
}
section .lead.yellow {
  border-color: #f2cc2c;
}
section .lead.red {
  border-color: #d11523;
}
section .bullets-icons {
  margin: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-color: #ac87a2;
  padding: 0 15px;
  position: relative;
  margin-bottom: 80px;
}
section .bullets-icons li {
  position: relative;
  border-bottom: solid 1px #ffffff;
  padding: 10px 20px;
  background-size: 43px 43px;
  background-position: 16px center;
  background-repeat: no-repeat;
}
section .bullets-icons li:last-child {
  border: 0;
}
section .bullets-icons li:last-child:after {
  content: " ";
  position: absolute;
  margin-top: -3px;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 31px;
  height: 63px;
  background: url("../img/icons/brand-dark/infographic-arrow-bottom-big.svg") no-repeat center;
}
section .bullets-icons li img {
  display: inline-block;
  padding-right: 20px;
}
section .bullets-icons li span {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
section .tabs {
  position: relative;
  margin-bottom: 50px;
}
section .tabs ul.nav-tabs {
  border: 0;
}
section .tabs ul.nav-tabs li a {
  padding: 20px;
}
section .tabs ul.nav-tabs li a img {
  max-width: 100%;
}
section .tabs ul.nav-tabs li.active a img.selected {
  display: block;
}
section .tabs ul.nav-tabs li.active a img.unselected {
  display: none;
}
section .tabs ul.nav-tabs li:not(.active) a img.unselected {
  display: block;
}
section .tabs ul.nav-tabs li:not(.active) a img.selected {
  display: none;
}
section .tabs ul.nav-tabs li.active a {
  opacity: 1;
  border-color: #aa026d;
}
section .tabs ul.nav-tabs li.active a:after {
  opacity: 1;
}
section .tabs ul.nav-tabs li a {
  display: block;
  margin: 0 auto;
  border: solid 4px #4d4d4d;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center center;
  opacity: 0.5;
  margin-bottom: 40px;
}
section .tabs ul.nav-tabs li a:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 45px;
  width: 4px;
  background-color: #aa026d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section .tabs ul.nav-tabs li a:hover, section .tabs ul.nav-tabs li a:focus, section .tabs ul.nav-tabs li a:active {
  opacity: 1;
}
section .tabs .tab-content {
  padding: 35px 0;
  position: relative;
}
section .tabs .tab-content:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #aa026d;
}
section .tabs .tab-content:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #aa026d;
}
section .tabs .tab-content h4 {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}
section .tabs .tab-content p b {
  display: block;
}
section .slider-inner .swiper-container .swiper-controls {
  bottom: 50%;
}
section .slider-inner .swiper-container .swiper-controls button {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 30px;
  height: 30px;
  background-color: #4d4d4d;
  background-position: center center;
  background-size: 15px 15px;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section .slider-inner .swiper-container .swiper-controls button.swiper-button-prev {
  background-position: 6px center;
  background-image: url("../img/icons/white/arrow-left.svg");
  left: 0;
}
section .slider-inner .swiper-container .swiper-controls button.swiper-button-next {
  background-position: 8px center;
  background-image: url("../img/icons/white/arrow-right.svg");
  right: 0;
}
section.area-intro p:last-child,
section p:last-child {
  margin-bottom: 0;
}
section .slider-photos {
  height: 620px;
  margin-top: 70px;
  margin-bottom: 50px;
}
section .slider-photos .swiper-container {
  width: 100%;
}
section .slider-photos .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  max-width: 100%;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
section .slider-photos .swiper-container .swiper-slide.swiper-slide-active img,
section .slider-photos .swiper-container .swiper-slide.swiper-slide-active .photo-text p {
  opacity: 1;
}
section .slider-photos .swiper-container .swiper-slide img {
  max-height: 100%;
  opacity: 0.15;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
section .slider-photos .swiper-container .swiper-slide .photo-text {
  width: 100%;
  height: 60px;
  background-color: #f2f2f2;
  -webkit-backface-visibility: hidden;
}
section .slider-photos .swiper-container .swiper-slide .photo-text p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
section .slider-photos .swiper-container .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
section .slider-photos .swiper-container .swiper-controls {
  bottom: 50%;
}
section .slider-photos .swiper-container .swiper-controls button {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 50px;
  height: 50px;
  background-color: #4d4d4d;
  background-position: center center;
  background-size: 22px 22px;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section .slider-photos .swiper-container .swiper-controls button.swiper-button-prev {
  background-position: 11px center;
  background-image: url("../img/icons/white/arrow-left.svg");
  left: 15px;
}
section .slider-photos .swiper-container .swiper-controls button.swiper-button-next {
  background-position: 15px center;
  background-image: url("../img/icons/white/arrow-right.svg");
  right: 15px;
}
section .text .bullets {
  margin-bottom: 0;
}
section .text h2.medium {
  margin-bottom: 35px;
}
section .text h3.smallest {
  margin-bottom: 12px;
}
section p:last-child {
  margin-bottom: 0;
}
section .slider-inner.tips {
  background-color: #aa026d;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 30px 60px;
}
section .slider-inner.tips.no-margin {
  margin-bottom: 0;
}
section .slider-inner.tips .swiper-container .swiper-controls {
  bottom: 10px;
}
section .slider-inner.tips .swiper-container .swiper-controls button {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-position: center center;
  background-size: 15px 15px;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section .slider-inner.tips .swiper-container .swiper-controls button.swiper-button-prev {
  background-position: 6px center;
  background-image: url("../img/icons/brand/arrow-left.svg");
  left: 50%;
  margin-left: -36px;
}
section .slider-inner.tips .swiper-container .swiper-controls button.swiper-button-next {
  background-position: 8px center;
  background-image: url("../img/icons/brand/arrow-right.svg");
  right: 50%;
  margin-right: -36px;
}
section .slider-inner.tips .swiper-slide {
  text-align: center;
  height: 100%;
}
section .slider-inner.tips .swiper-slide > div {
  padding: 0 0 70px;
}
section .slider-inner.tips .swiper-slide .number {
  font-size: 24px;
  color: #ffffff;
  height: 55px;
  width: 55px;
  border: solid 2px #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 52px;
}
section .slider-inner.tips .swiper-slide p {
  color: #ffffff;
  font-weight: 700;
  margin: 20px 0 0 0;
}
section .slider-inner.tips .swiper-slide p sub {
  color: #ffffff;
}
section.area-other-areas {
  text-align: center;
}
section.area-other-areas p:last-child {
  margin-bottom: 0;
}
section.area-other-areas .icon {
  display: inline-block;
  margin: 0 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: auto;
}
section.area-other-areas .icon.icon-1 div {
  background-image: url("../img/areas-de-intervencao/bg-1.jpg");
}
section.area-other-areas .icon.icon-2 div {
  background-image: url("../img/areas-de-intervencao/bg-2.jpg");
}
section.area-other-areas .icon.icon-3 div {
  background-image: url("../img/areas-de-intervencao/bg-3.jpg");
}
section.area-other-areas .icon.icon-4 div {
  background-image: url("../img/areas-de-intervencao/bg-4.jpg");
}
section.area-other-areas .icon.icon-5 div {
  background-image: url("../img/areas-de-intervencao/bg-5.jpg");
}
section.area-other-areas .icon:hover div:before, section.area-other-areas .icon:focus div:before, section.area-other-areas .icon:active div:before, section.area-other-areas .icon.active div:before {
  opacity: 0;
}
section.area-other-areas .icon div {
  background-color: #aa026d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
section.area-other-areas .icon div img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.area-other-areas .icon div:before {
  background: #aa026d;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
section.area-other-areas .icon p {
  color: #aa026d;
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 767px) {
  section .lead.big p {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .lead.big ul li {
    font-size: 13px;
  }
}
/*section .bullets-icons li:nth-child(1) {
  background-image: url("../img/icons/white/icon-1.svg"); }
section .bullets-icons li:nth-child(2) {
  background-image: url("../img/icons/white/icon-2.svg"); }
section .bullets-icons li:nth-child(3) {
  background-image: url("../img/icons/white/icon-3.svg"); }
section .bullets-icons li:nth-child(4) {
  background-image: url("../img/icons/white/icon-4.svg"); }
section .bullets-icons li:nth-child(5) {
  background-image: url("../img/icons/white/icon-5.svg"); }*/
@media (min-width: 0px) and (max-width: 767px) {
  section .bullets-icons li {
    height: 70px;
    padding: 0 0 0 45px;
    background-size: 33px 33px;
    background-position: 0 center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .bullets-icons li span {
    font-size: 13px;
    line-height: 125%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .tabs {
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .tabs ul.nav-tabs li {
    width: 100%;
  }
}
/*section .tabs ul.nav-tabs li.icon-1 a {
  background-image: url("../img/icons/gray/icon-tab-1.svg"); }
section .tabs ul.nav-tabs li.icon-2 a {
  background-image: url("../img/icons/gray/icon-tab-2.svg"); }
section .tabs ul.nav-tabs li.icon-3 a {
  background-image: url("../img/icons/gray/icon-tab-3.svg"); }
section .tabs ul.nav-tabs li.icon-4 a {
  background-image: url("../img/icons/gray/icon-tab-4.svg"); }*/
/*section .tabs ul.nav-tabs li.active.icon-1 a {
  background-image: url("../img/icons/brand/icon-tab-1.svg"); }
section .tabs ul.nav-tabs li.active.icon-2 a {
  background-image: url("../img/icons/brand/icon-tab-2.svg"); }
section .tabs ul.nav-tabs li.active.icon-3 a {
  background-image: url("../img/icons/brand/icon-tab-3.svg"); }
section .tabs ul.nav-tabs li.active.icon-4 a {
  background-image: url("../img/icons/brand/icon-tab-4.svg"); }*/
@media (min-width: 0px) and (max-width: 767px) {
  section .tabs .tab-content {
    padding: 25px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .tabs .tab-content h4 {
    font-size: 13px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos {
    height: auto;
    margin-bottom: 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-slide img {
    height: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-slide .photo-text {
    text-align: left;
    padding-left: 30px;
    padding-right: 120px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-slide .photo-text p {
    font-size: 13px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    padding-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .container {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-controls {
    left: auto;
    right: 30px;
    bottom: 25px;
    top: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-controls button {
    background-size: 15px 15px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-controls button.swiper-button-prev {
    background-position: 6px center;
    right: 40px;
    left: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-photos .swiper-container .swiper-controls button.swiper-button-next {
    right: 0;
    left: auto;
    background-position: 8px center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .text h2.medium {
    margin-bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .lead {
    font-size: 15px;
    line-height: 130%;
    padding: 18px 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-inner.tips {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-right: -30px;
    margin-left: -30px;
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-inner.tips .swiper-slide .number {
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 42px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section .slider-inner.tips .swiper-slide p {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  section.area-other-areas {
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.area-other-areas {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.area-other-areas .icon {
    margin: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.area-other-areas .icon {
    margin: 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  section.area-other-areas .icon {
    margin: 15px;
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  section.area-other-areas .icon div {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  section.area-other-areas .icon div img {
    width: 85px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  section.area-other-areas .icon div:before {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  section.area-other-areas .icon p {
    font-size: 18px;
  }
}
/*************
*   Footer   *
**************/
footer {
  padding: 40px 0;
}
footer .loule-logo {
  margin-top: 80px;
  float: left;
}
footer .right {
  float: right;
  text-align: right;
}
footer .right .to-top-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background: url("../img/icons/white/arrow-top.svg") no-repeat center;
  background-size: 22px 14px;
  outline: 0;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #b1b1b1;
  margin-bottom: 25px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.6;
}
footer .right .to-top-btn:hover, footer .right .to-top-btn:focus, footer .right .to-top-btn:active {
  opacity: 0.4;
}
footer .right p {
  margin: 0;
  font-size: 12px;
  color: #b1b1b1;
  line-height: 130%;
  font-weight: 700;
}
footer .right p span {
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 5px 10px 4px;
  display: inline-block;
  margin-bottom: 5px;
}
footer .right p a {
  color: #b1b1b1;
  font-size: 12px;
  text-transform: none;
}
footer .right p a:hover, footer .right p a:focus, footer .right p a:active {
  opacity: 0.6;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer {
    padding: 30px 0 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .loule-logo {
    margin-top: 58px;
    width: 115px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .right .to-top-btn {
    width: 36px;
    height: 36px;
    background-size: 18px 11px;
    background-position: center 11px;
    margin-bottom: 8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .right p {
    font-size: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .right p a {
    font-size: 10px;
  }
}
/***********************
*   Generic elements   *
************************/
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*****************
*   Animations   *
******************/
@-webkit-keyframes navbar-animate-in {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes navbar-animate-in {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes navbar-animate-in {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@keyframes navbar-animate-in {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes navbar-animate-out {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
@-moz-keyframes navbar-animate-out {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
@-o-keyframes navbar-animate-out {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
@keyframes navbar-animate-out {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
/*# sourceMappingURL=app.css.map */
ul.list-unstyled {
  margin-bottom: unset;
  list-style: none !important;
}
ul.list-unstyled .list-items {
  text-align: left;
}

div.pager {
  margin-top: unset !important;
}

.pagination li > a {
  color: #aa026d;
  font-size: 14px;
  font-weight: 700;
  border-radius: unset;
}
.pagination li > a:hover {
  color: #aa026d;
}
.pagination .active > a {
  background-color: #aa026d;
  border-color: #aa026d;
}
.pagination .active > a:hover, .pagination .active > a:focus {
  background-color: #aa026d;
  border-color: #aa026d;
}

.list-view div.pager, .list-view div.list-view {
  text-align: center;
}

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