/* Typography */
/* Colors */
/* Resolutions */
/* Breakpoint XS */
/* FBreakpoint SM */
/* Breakpoint MD */
/* Breakpoint LG */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white filter */
/* remove b&w filter */
/* blur filter */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* animation-duration */
/* animation-name */
/* animation-fill-mode */
/* animation-duration */
/* animation-iteration-count */
/* animation-timing-function */
/* drop-shadow */
/* keyframes */
/* animation */
/* animation delay */
/* background opacity */
/* Greadient Background - Vertical */
/* Greadient Background - Directional */
/* Greadient Background - Radial */
/* Greadient Background - Stripes */
@import url("https://fonts.googleapis.com/css?family=Karma:400,500,700|Playfair+Display:400,400i,700,700i|Rouge+Script");
@import url("https://fonts.googleapis.com/css?family=Karma:400,500,700|Playfair+Display:400,400i,700,700i|Rouge+Script");
@import url("https://fonts.googleapis.com/css?family=Karma:400,500,700|Playfair+Display:400,400i,700,700i|Rouge+Script");
/**
 * 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,
.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,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 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,
.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); } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
html,
body {
  font-family: "Karma", serif;
  font-weight: 400;
  height: 100%;
  color: #97a1a4;
  font-size: 16px; }

::-moz-selection {
  text-shadow: none;
  background: #bdc6c9; }

::selection {
  text-shadow: none;
  background: #bdc6c9; }

img::selection {
  background: 0 0; }

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

/***************** 
*   Typography   *
******************/
p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 20px; }
  @media (min-width: 0) and (max-width: 767px) {
    p {
      font-size: 14px; } }
  p > a {
    font-size: inherit; }
    p > a:hover, p > a:focus, p > a:active, p > a.active {
      color: #B74231; }
  p.sm {
    font-size: 14px; }

quote {
  display: block;
  font-family: "Karma", serif;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
  text-align: center; }
  @media (min-width: 0) and (max-width: 767px) {
    quote {
      font-size: 16px; } }
  quote span {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 5px; }
  quote em.brand-line {
    display: block;
    margin-top: 25px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 20px;
  padding: 0;
  line-height: 140%;
  display: block;
  position: relative;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
  color: #97a1a4; }
  h1.secondary, .h1.secondary,
  h2.secondary, .h2.secondary,
  h3.secondary, .h3.secondary,
  h4.secondary, .h4.secondary,
  h5.secondary, .h5.secondary,
  h6.secondary, .h6.secondary {
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #B74231; }
    h1.secondary small, .h1.secondary small,
    h2.secondary small, .h2.secondary small,
    h3.secondary small, .h3.secondary small,
    h4.secondary small, .h4.secondary small,
    h5.secondary small, .h5.secondary small,
    h6.secondary small, .h6.secondary small {
      display: block;
      font-size: 60%;
      line-height: 120%; }

h1, .h1 {
  font-size: 30px;
  line-height: 140%;
  font-weight: 400;
  color: #B74231; }
  @media (min-width: 0) and (max-width: 767px) {
    h1, .h1 {
      font-size: 26px; } }

h2, .h2 {
  font-size: 26px;
  line-height: 120%; }
  @media (min-width: 0) and (max-width: 767px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 140%; }
  @media (min-width: 0) and (max-width: 767px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  font-size: 22px;
  line-height: 150%; }
  @media (min-width: 0) and (max-width: 767px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

ul {
  margin: 0 0 20px; }
  ul.list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px; }
    ul.list li {
      position: relative;
      padding-left: 55px;
      margin-bottom: 20px; }
      ul.list li i {
        padding-left: 2px; }
      ul.list li span {
        font-size: 20px;
        height: 35px;
        width: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: solid 2px #B74231;
        text-align: center;
        line-height: 30px;
        color: #B74231;
        position: absolute;
        left: 0;
        top: 3px; }

.text-primary {
  color: #B74231 !important; }

.text-primary-medium {
  color: #97a1a4 !important; }

.text-primary-medium-dark {
  color: #70797b !important; }

.text-primary-light {
  color: #bdc6c9 !important; }

.text-white {
  color: #ffffff; }

.uppercase {
  text-transform: uppercase; }

.bg-primary {
  background-color: #B74231 !important; }

.bg-primary-medium {
  background-color: #97a1a4 !important; }

.bg-primary-light {
  background-color: #bdc6c9 !important; }

.bg-primary-lighter {
  background-color: #f8f9f9 !important; }

/**********************
*   Buttons & Links   *
***********************/
a {
  color: #B74231;
  font-size: 16px;
  line-height: 100%;
  text-transform: none; }
  a:focus, a:hover, a:active, a.active {
    color: #B74231; }

a, 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, button:hover, button:focus, button:active, button.active {
    text-decoration: none; }

.btn {
  border: none;
  text-transform: none;
  font-size: 22px;
  /*line-height: 16px;*/
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  .btn.btn-primary {
    background-color: transparent;
    color: #B74231;
    border: solid 2px transparent;
    display: block;
    width: 100%; }
    .btn.btn-primary:before, .btn.btn-primary:after {
      content: " ";
      display: inline-block;
      height: 1px;
      width: 35px;
      background-color: #B74231;
      line-height: 22px;
      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; }
    .btn.btn-primary span {
      height: 22px;
      display: inline-block;
      line-height: 22px;
      vertical-align: middle;
      margin: 0 10px;
      -webkit-transition: margin 0.4s;
      -moz-transition: margin 0.4s;
      -ms-transition: margin 0.4s;
      -o-transition: margin 0.4s;
      transition: margin 0.4s; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
      color: #bdc6c9;
      background-color: transparent;
      border-color: transparent; }
      .btn.btn-primary:hover:before, .btn.btn-primary:hover:after, .btn.btn-primary:focus:before, .btn.btn-primary:focus:after, .btn.btn-primary:not(:disabled):not(.disabled):active:before, .btn.btn-primary:not(:disabled):not(.disabled):active:after, .btn.btn-primary:not(:disabled):not(.disabled).active:before, .btn.btn-primary:not(:disabled):not(.disabled).active:after {
        opacity: 0; }
      .btn.btn-primary:hover span, .btn.btn-primary:focus span, .btn.btn-primary:not(:disabled):not(.disabled):active span, .btn.btn-primary:not(:disabled):not(.disabled).active span {
        margin: 0 25px; }
  .btn.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
      background-color: #ffffff;
      color: #B74231;
      border-color: #ffffff; }

hr {
  margin: 0 auto;
  position: relative;
  border: 0;
  border-bottom: solid 1px #bdc6c9; }

/****************
*   Utilities   *
*****************/
.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .v-center-abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%; } }

/********************
*   Form elements   *
*********************/
form {
  position: relative;
  margin: 0;
  padding: 0; }
  form .form-group {
    position: relative;
    margin: 0 0 40px; }
    @media (min-width: 0) and (max-width: 575px) {
      form .form-group {
        margin: 0 0 20px; } }
    form .form-group .form-control {
      position: relative;
      height: 45px;
      font-size: 16px;
      padding: 7px 0;
      font-weight: 300;
      border: 0;
      border-bottom: solid 1px #bdc6c9;
      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;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      color: #97a1a4; }
      form .form-group .form-control:hover, form .form-group .form-control:focus {
        border-color: #bdc6c9; }
    form .form-group textarea.form-control {
      margin-top: 30px;
      min-height: 150px;
      padding: 12px;
      border: solid 1px #bdc6c9;
      resize: none; }
  form > :last-child {
    margin-bottom: 0; }

::-webkit-input-placeholder {
  color: #bdc6c9 !important; }

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

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

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

input[type='text'],
input[type='password'],
input[type='email'],
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 {
  color: #ffffff;
  border: 0;
  padding: 25px 0;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  nav.navbar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1; }
  nav.navbar .navbar-brand {
    position: relative;
    padding: 0;
    margin: 0 40px 0 0;
    margin-top: 15px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /*@include target-xs-md {
    }*/ }
    nav.navbar .navbar-brand 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;
      backface-visibility: hidden; }
      nav.navbar .navbar-brand img:nth-child(1) {
        opacity: 0;
        /*@include target-xs-md {
        }*/ }
      nav.navbar .navbar-brand img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        /*@include target-xs-md {
        }*/ }
  nav.navbar .navbar-toggler {
    width: 27px;
    height: 29px;
    border: 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;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px; }
    @media (min-width: 768px) {
      nav.navbar .navbar-toggler {
        display: none; } }
    nav.navbar .navbar-toggler span {
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      background-color: #97a1a4;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      nav.navbar .navbar-toggler span:nth-child(1) {
        top: 5px; }
      nav.navbar .navbar-toggler span:nth-child(2) {
        top: 13px; }
      nav.navbar .navbar-toggler span:nth-child(3) {
        top: 21px; }
  nav.navbar .container {
    position: relative; }
    @media (min-width: 0) and (max-width: 767px) {
      nav.navbar .container {
        padding-left: 20px;
        padding-right: 20px; } }
  nav.navbar .navbar-collapse {
    text-align: 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; }
    @media (min-width: 768px) {
      nav.navbar .navbar-collapse {
        margin-top: 18px; } }
  nav.navbar .navbar-nav.lang {
    position: fixed;
    top: 43px;
    width: auto;
    -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: 0) and (max-width: 767px) {
      nav.navbar .navbar-nav.lang {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.navbar .navbar-nav.lang {
        right: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.navbar .navbar-nav.lang {
        right: 0px; } }
    @media (min-width: 1200px) {
      nav.navbar .navbar-nav.lang {
        right: 40px; } }
    nav.navbar .navbar-nav.lang > li a {
      color: #bdc6c9; }
      nav.navbar .navbar-nav.lang > li a:before {
        display: block;
        opacity: 1;
        bottom: 5px; }
    @media (min-width: 768px) {
      nav.navbar .navbar-nav.lang > li.dropdown > .dropdown-menu {
        min-width: 60px; } }
  nav.navbar .navbar-nav > li {
    display: inline-block; }
    nav.navbar .navbar-nav > li > a {
      color: #ffffff;
      position: relative;
      font-size: 15px;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        nav.navbar .navbar-nav > li > a {
          padding: 16px 8px 20px; } }
      @media (min-width: 992px) {
        nav.navbar .navbar-nav > li > a {
          padding: 16px 10px 20px;
          font-size: 16px; } }
      nav.navbar .navbar-nav > li > a:before {
        content: " ";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 3px;
        background-color: #bdc6c9;
        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; }
        @media (min-width: 768px) and (max-width: 991px) {
          nav.navbar .navbar-nav > li > a:before {
            left: 8px;
            right: 8px; } }
      nav.navbar .navbar-nav > li > a:after {
        display: none; }
      nav.navbar .navbar-nav > li > a:hover, nav.navbar .navbar-nav > li > a:focus, nav.navbar .navbar-nav > li > a:active, nav.navbar .navbar-nav > li > a.active {
        color: #97a1a4; }
    nav.navbar .navbar-nav > li:hover > a, nav.navbar .navbar-nav > li:focus > a, nav.navbar .navbar-nav > li:active > a, nav.navbar .navbar-nav > li.active > a {
      color: #97a1a4 !important; }
      @media (min-width: 768px) {
        nav.navbar .navbar-nav > li:hover > a:before, nav.navbar .navbar-nav > li:focus > a:before, nav.navbar .navbar-nav > li:active > a:before, nav.navbar .navbar-nav > li.active > a:before {
          opacity: 1;
          bottom: 10px; } }
    nav.navbar .navbar-nav > li.dropdown.lang {
      display: block; }
      @media (min-width: 768px) {
        nav.navbar .navbar-nav > li.dropdown.lang {
          display: none; } }
    nav.navbar .navbar-nav > li.dropdown > .dropdown-menu {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      visibility: hidden;
      display: block;
      -webkit-transition: all ease-in 0.15s;
      -moz-transition: all ease-in 0.15s;
      -ms-transition: all ease-in 0.15s;
      -o-transition: all ease-in 0.15s;
      transition: all ease-in 0.15s;
      text-align: center;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      margin-top: 10px; }
      .scrolled nav.navbar .navbar-nav > li.dropdown > .dropdown-menu {
        padding-top: 15px; }
      @media (min-width: 768px) {
        nav.navbar .navbar-nav > li.dropdown > .dropdown-menu {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          min-width: 220px; } }
      @media (min-width: 0) and (max-width: 767px) {
        nav.navbar .navbar-nav > li.dropdown > .dropdown-menu {
          opacity: 1;
          visibility: visible;
          display: block;
          margin-top: -12px; } }
      @media (min-width: 0) and (max-width: 767px) {
        nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li {
          display: inline-block; } }
      nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li + li {
        border-top: 1px solid #f8f9f9; }
      nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li a {
        color: #97a1a4;
        display: block;
        padding: 8px 20px;
        font-size: 85%;
        white-space: nowrap;
        line-height: 120%; }
        @media (min-width: 0) and (max-width: 767px) {
          nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li a {
            padding: 5px 5px;
            /*font-size: 12px;*/ } }
      nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li:hover > a, nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li:focus > a, nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li:active > a, nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li.active > a,
      nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li > a:active, nav.navbar .navbar-nav > li.dropdown > .dropdown-menu li > a.active {
        color: #B74231;
        background-color: #ffffff; }
    nav.navbar .navbar-nav > li.dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      max-height: 600px;
      -webkit-transition: all ease-in 0.4s;
      -moz-transition: all ease-in 0.4s;
      -ms-transition: all ease-in 0.4s;
      -o-transition: all ease-in 0.4s;
      transition: all ease-in 0.4s; }
    nav.navbar .navbar-nav > li.highlight {
      font-weight: 600;
      display: none; }

/*************
*   Header   *
**************/
header {
  position: relative;
  width: 100%;
  height: 75vh;
  max-height: 100%;
  min-height: 500px;
  z-index: 2;
  /*> div {
      position: relative;
      z-index: 2;
      height: 100%;
  }
  
  &:after {
      position: absolute;
      z-index: 1;
      content: "";
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(126,44,34,0.98) 25%, rgba(126,44,34,0.01) 99%, rgba(0,0,0,0) 100%);
      background: -webkit-linear-gradient(top, rgba(126,44,34,0.98) 25%,rgba(126,44,34,0.01) 99%,rgba(0,0,0,0) 100%);
      background: linear-gradient(to bottom, rgba(126,44,34,0.98) 25%,rgba(126,44,34,0.01) 99%,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab4a1', endColorstr='#00000000',GradientType=1 );
  }*/ }
  @media (min-width: 0) and (max-width: 767px) {
    header {
      height: 100%;
      min-height: 500px; } }
  header.inner {
    height: 300px;
    min-height: 300px; }
  header.bg-home .bg > div {
    background: #B74231;
    /*background-image: url("../img/about/header-mobile.jpg");
    @include target-md-plus { background-image: url("../img/about/bg.jpg") } */ }
  header.bg-photo-1 .bg > div {
    background-image: url("../img/about/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-1 .bg > div {
        background-image: url("../img/about/header.jpg"); } }
  header.bg-photo-2 .bg > div {
    background-image: url("../img/team/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-2 .bg > div {
        background-image: url("../img/team/header.jpg"); } }
  header.bg-photo-preparation .bg > div {
    background-image: url("../img/services/preparacao-parto.jpg"); }
  header.bg-photo-calendar .bg > div {
    background-image: url("../img/news/calendar.jpg"); }
  header.bg-photo-3 .bg > div {
    background-image: url("../img/services/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-3 .bg > div {
        background-image: url("../img/services/header.jpg"); } }
  header.bg-photo-4 .bg > div {
    background-image: url("../img/portugal/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-4 .bg > div {
        background-image: url("../img/portugal/header.jpg"); } }
  header.bg-photo-5 .bg > div {
    background-image: url("../img/portfolio/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-5 .bg > div {
        background-image: url("../img/portfolio/header.jpg"); } }
  header.bg-photo-5-1 .bg > div {
    background-image: url("../img/portfolio/header-1-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-5-1 .bg > div {
        background-image: url("../img/portfolio/header-1.jpg"); } }
  header.bg-photo-5-2 .bg > div {
    background-image: url("../img/portfolio/header-2-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-5-2 .bg > div {
        background-image: url("../img/portfolio/header-2.jpg"); } }
  header.bg-photo-5-3 .bg > div {
    background-image: url("../img/portfolio/header-3-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-5-3 .bg > div {
        background-image: url("../img/portfolio/header-3.jpg"); } }
  header.bg-photo-6 .bg > div {
    background-image: url("../img/contacts/header-mobile.jpg"); }
    @media (min-width: 768px) {
      header.bg-photo-6 .bg > div {
        background-image: url("../img/contacts/header.jpg"); } }
  header .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    header .bg:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 1;
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 20%, rgba(150, 150, 150, 0.4) 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 20%, rgba(150, 150, 150, 0.4) 100%);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 20%, rgba(150, 150, 150, 0.4) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#66969696', GradientType=0); }
    header .bg.photo img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    header .bg.photo:after {
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 20%, rgba(150, 150, 150, 0.2) 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 20%, rgba(150, 150, 150, 0.2) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, rgba(150, 150, 150, 0.2) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#33969696', GradientType=0); }
      @media (min-width: 0) and (max-width: 767px) {
        header .bg.photo:after {
          background-image: -webkit-linear-gradient(top, rgba(150, 150, 150, 0.2) 20%, rgba(150, 150, 150, 0.2) 100%);
          background-image: -o-linear-gradient(top, rgba(150, 150, 150, 0.2) 20%, rgba(150, 150, 150, 0.2) 100%);
          background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.2) 20%, rgba(150, 150, 150, 0.2) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33969696', endColorstr='#33969696', GradientType=0); } }
    header .bg > video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    header .bg > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  header .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    /*padding-top: 110px;*/
    text-align: center; }
    @media (min-width: 0) and (max-width: 767px) {
      header .container {
        padding-top: 70px; } }
    header .container .content {
      width: 100%; }
  header .btn-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    font-size: 15px;
    padding: 0 45px 15px;
    background-color: transparent;
    z-index: 2;
    font-family: "Playfair Display", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-style: italic; }
    header .btn-scroll:before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -4px;
      height: 8px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1;
      width: 100%;
      background-color: #B74231;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    header .btn-scroll span {
      opacity: 1;
      -webkit-backface-visibility: hidden;
      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; }
    header .btn-scroll:hover, header .btn-scroll:focus, header .btn-scroll:active, header .btn-scroll.active {
      color: #ffffff; }
      header .btn-scroll:hover:before, header .btn-scroll:focus:before, header .btn-scroll:active:before, header .btn-scroll.active:before {
        background-color: #bdc6c9; }

/***************
*   Sections   *
****************/
section {
  position: relative;
  display: block;
  padding: 110px 0;
  min-height: 100px;
  z-index: 1;
  background-color: transparent;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1199px) {
    section {
      padding: 80px 0; } }
  @media (min-width: 0) and (max-width: 767px) {
    section {
      padding: 50px 0; } }
  section.min-height {
    min-height: 400px; }
  @media (min-width: 768px) {
    section.min-height-md {
      min-height: 400px; } }
  section.no-pad {
    padding: 0; }
  section.no-pad-top {
    padding-top: 0; }
  section.no-pad-bot {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    section.pad-md-bot {
      padding-bottom: 80px; } }
  section.pad-sm-bot {
    padding-bottom: 40px; }
  section.bg-photo-1 .bg > div {
    background-image: url("../img/about/bg.jpg"); }
  section.bg-photo-2 .bg > div {
    background-image: url("../img/services/bg.jpg"); }
  section .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    section .bg:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.5;
      background-color: #97a1a4; }
    section .bg > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed; }

/***************************
*   Containers & margins   *
****************************/
@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }

*.no-m {
  margin-bottom: 0 !important; }
*.m {
  margin-bottom: 20px; }
*.m-md {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    *.m-md {
      margin-bottom: 40px; } }
*.m-lg {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    *.m-lg {
      margin-bottom: 60px; } }
*.m-xl {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    *.m-xl {
      margin-bottom: 80px; } }
*.m-xxl {
  margin-bottom: 110px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    *.m-xxl {
      margin-bottom: 80px; } }
  @media (min-width: 0) and (max-width: 767px) {
    *.m-xxl {
      margin-bottom: 50px; } }
*.compensate-m {
  margin-bottom: -20px; }
*.compensate-m-md {
  margin-bottom: -20px; }
  @media (min-width: 768px) {
    *.compensate-m-md {
      margin-bottom: -40px; } }
*.compensate-m-lg {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    *.compensate-m-lg {
      margin-bottom: -60px; } }
*.compensate-m-xl {
  margin-bottom: -80px; }

/*************
*   Footer   *
**************/
.parallax-wrapper {
  position: relative; }

footer {
  padding: 30px 0;
  background-color: #70797b;
  text-align: center;
  position: relative;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
  footer p {
    margin: 0;
    font-size: 13px; }
  footer .navbar-brand {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -80px;
    -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: 768px) and (max-width: 991px) {
      footer .navbar-brand {
        width: 140px;
        margin-left: -70px; } }
    @media (min-width: 0) and (max-width: 767px) {
      footer .navbar-brand {
        width: 140px;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    footer .navbar-nav-wrap {
      display: flex !important;
      flex-basis: auto;
      margin-bottom: 110px;
      margin-top: 18px; } }
  @media (min-width: 0) and (max-width: 767px) {
    footer .navbar-nav-wrap {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    footer .navbar-nav {
      width: 50%;
      display: inline-block; } }
  @media (min-width: 768px) {
    footer .navbar-nav.left {
      padding-right: 125px;
      text-align: right; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .navbar-nav.left {
      padding-right: 95px; } }
  @media (min-width: 768px) {
    footer .navbar-nav.right {
      padding-left: 125px;
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .navbar-nav.right {
      padding-left: 95px; } }
  footer .navbar-nav .nav-item {
    display: inline-block; }
    footer .navbar-nav .nav-item .nav-link {
      color: #ffffff;
      position: relative;
      font-size: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .navbar-nav .nav-item .nav-link {
          padding: 16px 8px 14px; } }
      @media (min-width: 992px) {
        footer .navbar-nav .nav-item .nav-link {
          padding: 16px 20px 14px;
          font-size: 16px; } }
      footer .navbar-nav .nav-item .nav-link:before {
        content: " ";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 3px;
        background-color: #B74231;
        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; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .navbar-nav .nav-item .nav-link:before {
            left: 8px;
            right: 8px; } }
      footer .navbar-nav .nav-item .nav-link:after {
        display: none; }
      footer .navbar-nav .nav-item .nav-link:hover, footer .navbar-nav .nav-item .nav-link:focus, footer .navbar-nav .nav-item .nav-link:active, footer .navbar-nav .nav-item .nav-link.active {
        color: #bdc6c9; }
    footer .navbar-nav .nav-item:hover > a, footer .navbar-nav .nav-item:focus > a, footer .navbar-nav .nav-item:active > a, footer .navbar-nav .nav-item.active > a {
      color: #bdc6c9; }
      @media (min-width: 768px) {
        footer .navbar-nav .nav-item:hover > a:before, footer .navbar-nav .nav-item:focus > a:before, footer .navbar-nav .nav-item:active > a:before, footer .navbar-nav .nav-item.active > a:before {
          opacity: 1;
          bottom: 5px; } }
    footer .navbar-nav .nav-item.dropdown > .dropdown-menu {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border: 0;
      margin: 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;
      text-align: center; }
      @media (min-width: 768px) {
        footer .navbar-nav .nav-item.dropdown > .dropdown-menu {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          min-width: 150px; } }
      @media (min-width: 0) and (max-width: 767px) {
        footer .navbar-nav .nav-item.dropdown > .dropdown-menu {
          opacity: 1;
          visibility: visible;
          display: block;
          margin-top: -12px;
          display: none !important; } }
      @media (min-width: 0) and (max-width: 767px) {
        footer .navbar-nav .nav-item.dropdown > .dropdown-menu li {
          display: inline-block; } }
      footer .navbar-nav .nav-item.dropdown > .dropdown-menu li a {
        color: #97a1a4;
        display: block;
        padding: 8px 20px;
        font-size: 13px; }
        @media (min-width: 0) and (max-width: 767px) {
          footer .navbar-nav .nav-item.dropdown > .dropdown-menu li a {
            padding: 5px 5px;
            font-size: 12px; } }
      footer .navbar-nav .nav-item.dropdown > .dropdown-menu li:hover > a, footer .navbar-nav .nav-item.dropdown > .dropdown-menu li:focus > a, footer .navbar-nav .nav-item.dropdown > .dropdown-menu li:active > a, footer .navbar-nav .nav-item.dropdown > .dropdown-menu li.active > a,
      footer .navbar-nav .nav-item.dropdown > .dropdown-menu li > a:active, footer .navbar-nav .nav-item.dropdown > .dropdown-menu li > a.active {
        color: #B74231;
        background-color: #ffffff; }
    footer .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      display: block; }

/***************
*   Specific   *
****************/
.has-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }

.title {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 0 auto 14px;
  overflow: hidden;
  max-width: 480px;
  color: #ffffff; }
  .title > span {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
    margin: 0 auto;
    text-transform: none;
    position: relative;
    font-style: italic;
    display: block;
    text-transform: lowercase; }
    @media (min-width: 0) and (max-width: 767px) {
      .title > span {
        font-size: 24px; } }
    @media (min-width: 576px) {
      .title > span:before, .title > span:after {
        content: " ";
        display: inline-block;
        height: 1px;
        width: 35px;
        background-color: #ffffff;
        line-height: 22px;
        vertical-align: middle;
        margin: 0 12px; } }
  .title + a {
    width: 280px;
    height: 66px;
    display: block;
    margin: -9px auto 0;
    overflow: hidden;
    border-top: solid 1px #ffffff;
    padding-bottom: 20px;
    text-align: center; }
    @media (min-width: 0) and (max-width: 767px) {
      .title + a {
        width: 200px; } }
    .title + a span {
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 18px;
      padding: 82px 10px 0;
      margin-top: -67px;
      height: 132px;
      width: 140px;
      color: #ffffff;
      display: inline-block;
      background: #B74231;
      background: rgba(183, 66, 49, 0.8);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .title + a:hover {
      text-decoration: none; }
      .title + a:hover span {
        background: #bdc6c9;
        background: rgba(189, 198, 201, 0.8); }

.item {
  margin-bottom: 40px;
  position: relative;
  display: block;
  text-align: center; }
  @media (min-width: 0) and (max-width: 767px) {
    .item {
      margin-bottom: 20px; } }
  .item.xl {
    margin-bottom: 60px; }
    @media (min-width: 0) and (max-width: 767px) {
      .item.xl {
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .item.xl {
        margin-bottom: 40px; } }
    .item.xl > .img img:nth-child(1) {
      display: block; }
      @media (min-width: 992px) {
        .item.xl > .img img:nth-child(1) {
          display: none; } }
    .item.xl > .img img:nth-child(2) {
      display: none; }
      @media (min-width: 992px) {
        .item.xl > .img img:nth-child(2) {
          display: block; } }
  .item .img {
    overflow: hidden;
    margin-bottom: 20px; }
    @media (min-width: 0) and (max-width: 767px) {
      .item .img {
        margin-bottom: 10px; } }
    .item .img img {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .item p {
    margin-bottom: 0; }
  .item:hover .img img, .item:focus .img img, .item:active .img img, .item.active .img img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }

.item-img {
  margin-bottom: 40px;
  position: relative;
  display: block; }
  @media (min-width: 0) and (max-width: 767px) {
    .item-img {
      margin-bottom: 20px; } }
  .item-img.no-m {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .item-img.sized-size {
      height: 400px; } }
  .item-img.xl-1 .img > :nth-child(1) {
    display: block; }
    @media (min-width: 992px) {
      .item-img.xl-1 .img > :nth-child(1) {
        display: none; } }
  .item-img.xl-1 .img > :nth-child(2) {
    display: none; }
    @media (min-width: 992px) {
      .item-img.xl-1 .img > :nth-child(2) {
        display: block; } }
  .item-img.xl-2 .img > :nth-child(1) {
    display: block; }
    @media (min-width: 768px) {
      .item-img.xl-2 .img > :nth-child(1) {
        display: none; } }
  .item-img.xl-2 .img > :nth-child(2) {
    display: none; }
    @media (min-width: 768px) {
      .item-img.xl-2 .img > :nth-child(2) {
        display: block; } }
  .item-img.no-txt .content {
    margin-top: 0; }
  .item-img.no-txt .content .brand-line {
    margin-bottom: 0; }
  .item-img .img {
    overflow: hidden;
    background-color: #97a1a4; }
    .item-img .img.opac {
      background-color: transparent; }
      .item-img .img.opac img {
        opacity: 1 !important; }
    .item-img .img img, .item-img .img video {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0.6;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .item-img .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    max-width: 100%;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 15px rgba(150, 150, 150, 0.35);
    z-index: 1;
    margin-top: 48px;
    -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: 0) and (max-width: 575px) {
      .item-img .content {
        margin-top: 0; } }
    .item-img .content > * {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      color: #ffffff; }
    .item-img .content h2 {
      margin-bottom: 10px; }
    .item-img .content .brand-line {
      margin-bottom: 16px; }
      @media (min-width: 0) and (max-width: 575px) {
        .item-img .content .brand-line {
          margin-bottom: 0; } }
    .item-img .content p {
      opacity: 0;
      min-height: 96px;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0);
      margin: 0; }
      @media (min-width: 0) and (max-width: 575px) {
        .item-img .content p {
          display: none; } }

a.item-img:hover .img img, a.item-img:hover .img video, a.item-img:focus .img img, a.item-img:focus .img video, a.item-img:active .img img, a.item-img:active .img video, a.item-img.active .img img, a.item-img.active .img video {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  opacity: 0.1; }
a.item-img:hover .content, a.item-img:focus .content, a.item-img:active .content, a.item-img.active .content {
  margin-top: 0; }
  a.item-img:hover .content p, a.item-img:focus .content p, a.item-img:active .content p, a.item-img.active .content p {
    opacity: 1; }

.item-txt {
  position: relative;
  min-height: 100%;
  margin-bottom: 40px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center; }
  @media (min-width: 0) and (max-width: 767px) {
    .item-txt {
      margin-bottom: 20px; } }
  .item-txt.no-m {
    margin-bottom: 0; }
  .item-txt.bg-photo-1 .img {
    background-image: url("../img/home/6.jpg"); }
  .item-txt.bg-photo-about-1 .img {
    background-image: url("../img/about/1.jpg"); }
  .item-txt.bg-photo-about-2 .img {
    background-image: url("../img/about/2.jpg"); }
  .item-txt.bg-photo-services-1 .img {
    background-image: url("../img/services/1.jpg"); }
  .item-txt.bg-photo-services-2 .img {
    background-image: url("../img/services/2.jpg"); }
  .item-txt.bg-photo-services-3 .img {
    background-image: url("../img/services/3.jpg"); }
  .item-txt.bg-photo-portugal-1 .img {
    background-image: url("../img/portugal/1.jpg"); }
  .item-txt.bg-photo-portugal-2 .img {
    background-image: url("../img/portugal/2.jpg"); }
  .item-txt.bg-photo-portugal-3 .img {
    background-image: url("../img/portugal/3.jpg"); }
  .item-txt.bg-photo-portugal-4 .img {
    background-image: url("../img/portugal/4.jpg"); }
  @media (min-width: 0) and (max-width: 767px) {
    .item-txt.min-height {
      padding-top: 100%; } }
  .item-txt .content {
    padding: 40px;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    width: 450px;
    max-width: 100%; }
    @media (min-width: 0) and (max-width: 575px) {
      .item-txt .content {
        padding: 20px; } }
    .item-txt .content.has-shadow {
      text-shadow: 0px 0px 15px rgba(150, 150, 150, 0.35); }
    .item-txt .content.white {
      color: #ffffff; }
      .item-txt .content.white a {
        color: #ffffff; }
    .item-txt .content.fluid {
      width: 100%; }
    .item-txt .content.fluid-right {
      width: 100%;
      padding: 20px; }
      @media (min-width: 576px) and (max-width: 767px) {
        .item-txt .content.fluid-right {
          padding: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .item-txt .content.fluid-right {
          padding: 40px 0 40px 40px; } }
      @media (min-width: 992px) {
        .item-txt .content.fluid-right {
          padding: 60px 0 60px 60px; } }
      .item-txt .content.fluid-right:after {
        content: " ";
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f8f9f9;
        z-index: -1;
        display: none; }
        @media (min-width: 768px) {
          .item-txt .content.fluid-right:after {
            display: block; } }
    .item-txt .content.fluid-left {
      width: 100%;
      padding: 20px; }
      @media (min-width: 576px) and (max-width: 767px) {
        .item-txt .content.fluid-left {
          padding: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .item-txt .content.fluid-left {
          padding: 40px 40px 40px 0; } }
      @media (min-width: 992px) {
        .item-txt .content.fluid-left {
          padding: 60px 60px 60px 0; } }
      .item-txt .content.fluid-left:after {
        content: " ";
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f8f9f9;
        z-index: -1;
        display: none; }
        @media (min-width: 768px) {
          .item-txt .content.fluid-left:after {
            display: block; } }
    @media (min-width: 1400px) {
      .item-txt .content.fluid-left.pad-xl, .item-txt .content.fluid-right.pad-xl {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .item-txt .content a {
      color: #97a1a4;
      font-weight: bold; }
      .item-txt .content a:hover, .item-txt .content a:focus, .item-txt .content a:active, .item-txt .content a.active {
        opacity: 0.5; }
    .item-txt .content > :last-child {
      margin-bottom: 0; }
  .item-txt .img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center; }
    .item-txt .img.opac:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #97a1a4;
      background: rgba(151, 161, 164, 0.7); }

.brand-line {
  display: block;
  max-height: 26px;
  margin-bottom: 25px; }
  .brand-line:before, .brand-line:after {
    content: " ";
    display: inline-block;
    height: 1px;
    width: 35px;
    background-color: #bdc6c9;
    line-height: 22px;
    vertical-align: middle; }
  .brand-line.xl {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 75px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .brand-line.xl {
        margin-bottom: 60px; } }
    @media (min-width: 0) and (max-width: 767px) {
      .brand-line.xl {
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .brand-line.xl:before, .brand-line.xl:after {
        width: 250px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .brand-line.xl:before, .brand-line.xl:after {
        width: 200px; } }
    @media (min-width: 0) and (max-width: 767px) {
      .brand-line.xl:before, .brand-line.xl:after {
        width: 100px; } }
  .brand-line.white:before, .brand-line.white:after {
    background-color: #ffffff; }
  .brand-line.white span {
    background-image: url(../img/icons/stork-white.png); }
  .brand-line.light {
    opacity: 0.4; }
    .brand-line.light:before, .brand-line.light:after {
      background-color: #bdc6c9; }
    .brand-line.light span {
      background-image: url(../img/icons/stork.png); }
  .brand-line span {
    height: 42px;
    width: 42px;
    display: inline-block;
    background-image: url(../img/icons/stork.png);
    background-repeat: no-repeat;
    -webkit-background-size: 42px;
    -moz-background-size: 42px;
    background-size: 42px;
    line-height: 42px;
    vertical-align: middle;
    margin: 0 10px; }

.video {
  display: block;
  width: 100%;
  height: auto; }

/**************
*   Plugins   *
***************/
.swiper-container {
  height: 100%;
  z-index: 100; }
  .swiper-container .swiper-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 10; }
    @media (min-width: 0) and (max-width: 767px) {
      .swiper-container .swiper-navigation {
        bottom: 42px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        top: auto; } }
    .swiper-container .swiper-navigation .swiper-button-prev {
      left: 20px;
      background-image: url(../img/icons/arrow-left-white.svg); }
    .swiper-container .swiper-navigation .swiper-button-next {
      right: 20px;
      background-image: url(../img/icons/arrow-right-white.svg); }
    @media (min-width: 0) and (max-width: 767px) {
      .swiper-container .swiper-navigation .swiper-button-next,
      .swiper-container .swiper-navigation .swiper-button-prev {
        width: 20px;
        height: 40px;
        -webkit-background-size: 20px 40px;
        -moz-background-size: 20px 40px;
        background-size: 20px 40px; } }
  .swiper-container .swiper-pagination {
    z-index: 100;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 0) and (max-width: 991px) {
      .swiper-container .swiper-pagination {
        bottom: 30px; } }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      height: 6px;
      width: 6px;
      background-color: transparent;
      opacity: 1;
      border: solid 2px transparent;
      background-color: #ffffff;
      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; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: solid 2px #ffffff;
        background-color: transparent;
        width: 9px;
        height: 9px; }
  .swiper-container .swiper-wrapper {
    align-items: center;
    min-height: 280px;
    padding: 110px 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .swiper-container .swiper-wrapper {
        padding: 80px 0; } }
    @media (min-width: 0) and (max-width: 767px) {
      .swiper-container .swiper-wrapper {
        padding: 50px 0 80px; } }
    .swiper-container .swiper-wrapper .swiper-slide {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .swiper-container .swiper-wrapper .swiper-slide .container quote {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
        text-shadow: 0px 0px 15px rgba(150, 150, 150, 0.35); }
        @media (min-width: 576px) and (max-width: 991px) {
          .swiper-container .swiper-wrapper .swiper-slide .container quote {
            width: 500px; } }

.fancybox-bg {
  background-color: #ffffff; }

/*****************
*   Behaviours   *
******************/
section, header, footer, nav.navbar {
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s; }

nav.navbar {
  /*.brand {
      opacity: 0;
      @include animation-delay(0.2s);
      @include animation-fill-mode(forwards);
      @include animation-duration(1s);
  }*/ }
  nav.navbar .navbar-toggler {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s; }
  @media (min-width: 768px) {
    nav.navbar .navbar-collapse, nav.navbar .navbar-nav.lang {
      opacity: 0;
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s; } }

body.loaded section, body.loaded header, body.loaded footer, body.loaded nav.navbar {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1; }
body.loaded nav.navbar .navbar-collapse, body.loaded nav.navbar .navbar-brand, body.loaded nav.navbar .navbar-toggler, body.loaded nav.navbar .navbar-nav.lang {
  -webkit-animation-name: fadeInTop;
  -moz-animation-name: fadeInTop;
  -o-animation-name: fadeInTop;
  animation-name: fadeInTop; }

body.home .navbar-brand {
  display: none; }
body.home .navbar-nav {
  margin: 0 auto; }

@media (min-width: 768px) {
  body.scrolled:not(.home) {
    margin-top: 80px; }
  body.scrolled nav.navbar:before {
    height: 100%;
    -webkit-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15); }
  body.scrolled nav.navbar .navbar-nav > li a {
    /*color: $brand-primary-medium;    */
    color: #000000; }
  body.scrolled nav.navbar .navbar-collapse {
    margin-top: 0; }
  body.scrolled nav.navbar .navbar-nav.lang {
    top: 25px; }
  body.scrolled nav.navbar .navbar-brand {
    margin-top: 0; }
    body.scrolled nav.navbar .navbar-brand img:nth-child(1) {
      opacity: 1; }
    body.scrolled nav.navbar .navbar-brand img:nth-child(2) {
      opacity: 0; }
  body.scrolled nav.navbar > li.dropdown > .dropdown-menu {
    padding-top: 20px; } }
@media (min-width: 0) and (max-width: 767px) {
  nav.navbar:before {
    height: 100%;
    -webkit-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -6px 5px 5px rgba(0, 0, 0, 0.15); }
  nav.navbar .navbar-collapse {
    margin-top: 0; }
  nav.navbar .navbar-brand {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    height: 28px;
    /*img {
        &:nth-child(1) { display: none }
        &:nth-child(2) { display: none }
        &:nth-child(3) { opacity: 1; top: 0 }
    }*/ } }
.animate.slide-in-from-top {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px); }
  .animate.slide-in-from-top.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-from-bottom {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px); }
  .animate.slide-in-from-bottom.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-from-left {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px); }
  .animate.slide-in-from-left.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }

/*****************
*   Animations   *
******************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); }
  to {
    opacity: 1; } }
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1; } }
@keyframes fadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1; } }
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); }
  50% {
    -webkit-transform: translate(0%, -1.5%);
    -moz-transform: translate(0%, -1.5%);
    transform: translate(0%, -1.5%); }
  100% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); } }
@-moz-keyframes move {
  0% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); }
  50% {
    -webkit-transform: translate(0%, -1.5%);
    -moz-transform: translate(0%, -1.5%);
    transform: translate(0%, -1.5%); }
  100% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); } }
@-o-keyframes move {
  0% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); }
  50% {
    -webkit-transform: translate(0%, -1.5%);
    -moz-transform: translate(0%, -1.5%);
    transform: translate(0%, -1.5%); }
  100% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); } }
@keyframes move {
  0% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); }
  50% {
    -webkit-transform: translate(0%, -1.5%);
    -moz-transform: translate(0%, -1.5%);
    transform: translate(0%, -1.5%); }
  100% {
    -webkit-transform: translate(-0.5%, 1.5%);
    -moz-transform: translate(-0.5%, 1.5%);
    transform: translate(-0.5%, 1.5%); } }
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); }
  50% {
    -webkit-transform: translate(0%, 1.5%);
    -moz-transform: translate(0%, 1.5%);
    transform: translate(0%, 1.5%); }
  100% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); } }
@-moz-keyframes move2 {
  0% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); }
  50% {
    -webkit-transform: translate(0%, 1.5%);
    -moz-transform: translate(0%, 1.5%);
    transform: translate(0%, 1.5%); }
  100% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); } }
@-o-keyframes move2 {
  0% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); }
  50% {
    -webkit-transform: translate(0%, 1.5%);
    -moz-transform: translate(0%, 1.5%);
    transform: translate(0%, 1.5%); }
  100% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); } }
@keyframes move2 {
  0% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); }
  50% {
    -webkit-transform: translate(0%, 1.5%);
    -moz-transform: translate(0%, 1.5%);
    transform: translate(0%, 1.5%); }
  100% {
    -webkit-transform: translate(0.5%, -1.5%);
    -moz-transform: translate(0.5%, -1.5%);
    transform: translate(0.5%, -1.5%); } }
/**********************************
    Content Builder
***********************************/
/**********************************
    Adjustment for Bootstrap
***********************************/
.container-fluid > .row, .container-fluid > div > .row {
  padding-top: 10px;
  padding-bottom: 10px; }

/*.row img { margin:1.4em 0 1em; }*/
.row-tool {
  margin-left: -15px; }

/**********************************
    General
***********************************/
/*html { font-size: 100%; }  
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 100%; 
    line-height: 2;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.07em; 
    line-height: 2;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4;
}   */
/*h1 {font-size: 2.36em;margin:0.4em 0;}
h2 {font-size: 2em;margin:0.6em 0;}
h3 {font-size: 1.73em;margin:0.7em 0;}
h4 {font-size: 1.6em;margin:0.8em 0;}
h5 {font-size: 1.48em;margin:0.8em 0;}
h6 {font-size: 1.3em;margin:0.8em 0;}
p {margin:1em 0;}*/
.display {
  margin-bottom: 0.5em; }

.display h1 {
  font-weight: 800;
  font-size: 3em;
  line-height: 1.4;
  text-transform: uppercase; }

.display p {
  font-size: 1.3em;
  font-style: italic; }

/* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
.display h1 span {
  font-size: 3em;
  line-height: 1.4; }

.display p span {
  font-size: 1.3em;
  line-height: 2; }

h1 span {
  font-size: 2.36em;
  line-height: 1.4; }

h2 span {
  font-size: 2em;
  line-height: 1.4; }

h3 span {
  font-size: 1.73em;
  line-height: 1.4; }

h4 span {
  font-size: 1.6em;
  line-height: 1.4; }

h5 span {
  font-size: 1.48em;
  line-height: 1.4; }

h6 span {
  font-size: 1.3em;
  line-height: 1.4; }

p span {
  font-size: 1.07em;
  line-height: 2; }

li span {
  font-size: 1.07em;
  line-height: 2; }

@media all and (max-width: 1024px) {
  /*h1 {font-size: 2em;}
  h2 {font-size: 1.73em;}
  h3 {font-size: 1.6em;}
  h4 {font-size: 1.48em;}
  h5 {font-size: 1.3em;font-weight:bold;}
  h6 {font-size: 1em;font-weight:bold;}*/
  .display h1 {
    font-size: 2.2em; }

  .display p {
    font-size: 1.1em; }

  /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
  .display h1 span {
    font-size: 2.2em;
    line-height: 1.4; }

  .display p span {
    font-size: 1.1em;
    line-height: 2; }

  h1 span {
    font-size: 2em;
    line-height: 1.4; }

  h2 span {
    font-size: 1.73em;
    line-height: 1.4; }

  h3 span {
    font-size: 1.6em;
    line-height: 1.4; }

  h4 span {
    font-size: 1.48em;
    line-height: 1.4; }

  h5 span {
    font-size: 1.3em;
    line-height: 1.4; }

  h6 span {
    font-size: 1em;
    line-height: 1.4; }

  p span {
    font-size: 1.07em;
    line-height: 2; }

  li span {
    font-size: 1.07em;
    line-height: 2; } }
a {
  color: #009E91; }

hr {
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 2em 0 !important; }

/*img {max-width:100%;}*/
figure {
  margin: 0; }

ol, ul {
  line-height: inherit;
  font-weight: inherit; }

/**********************************
    Elements
***********************************/
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.padding-20 {
  padding: 20px; }

.padding-25 {
  padding: 25px; }

.padding-30 {
  padding: 30px; }

.padding-35 {
  padding: 35px; }

.padding-40 {
  padding: 40px; }

@media all and (max-width: 540px) {
  .center {
    text-align: initial; }

  .right {
    text-align: initial; }

  .left {
    text-align: initial; }

  .padding-20 {
    padding: 0; }

  .padding-25 {
    padding: 0; }

  .padding-30 {
    padding: 0; }

  .padding-35 {
    padding: 0; }

  .padding-40 {
    padding: 0; } }
.margin-0 {
  margin: 0 !important; }

.margin-20 {
  margin: 20px !important; }

.margin-25 {
  margin: 25px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-35 {
  margin: 35px !important; }

.margin-40 {
  margin: 40px !important; }

.is-card {
  display: table;
  width: 100%;
  background-color: #fff; }
  .is-card img {
    margin-bottom: 10px; }

.is-card > * {
  display: table; }

.is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto; }

@media all and (max-width: 540px) {
  .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7); } }
.is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.max-390 {
  max-width: 390px;
  margin: 0 auto; }

.shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); }

.shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); }

img.circle {
  border-radius: 500px;
  margin-top: 0; }

img.bordered {
  border: #ccc 1px solid; }

/*.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}*/
.list {
  position: relative;
  margin: 1.5em 0; }

.list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1; }

.list > h2, .list > h3 {
  margin: 0 0 0 50px; }

.list > p {
  margin: 5px 0 0 50px; }

.quote {
  position: relative;
  margin: 1.5em 0; }

.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em; }

.quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em; }

.quote > p {
  margin-left: 50px;
  font-size: 1.5em; }

@media all and (max-width: 540px) {
  .quote > i {
    left: -15px;
    font-size: 1.5em; }

  .quote > small {
    margin-left: 20px;
    ont-size: 1em; }

  .quote > p {
    margin-left: 20px;
    font-size: 1.2em; } }
.is-social {
  line-height: 1;
  margin-bottom: 1.5em; }

.is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.is-social a:hover > i {
  color: #08c9b9; }

.is-light-text .is-social a > i {
  color: #fff; }

.is-light-text .is-social a:hover > i {
  color: #fff; }

.is-dark-text .is-social a > i {
  color: #000; }

.is-dark-text .is-social a:hover > i {
  color: #000; }

/* backward compatible */
.social {
  line-height: 1;
  margin-bottom: 1.5em; }

.social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.social a:hover > i {
  color: #08c9b9; }

.is-light-text .social a > i {
  color: #fff; }

.is-light-text .social a:hover > i {
  color: #fff; }

.is-rounded-button-big {
  display: inline-block; }

.is-rounded-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa; }

.is-rounded-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px; }

.is-rounded-button-big a:first-child {
  margin: 0 20px 0 0; }

.is-rounded-button-big a:last-child {
  margin: 0 0 0 20px; }

.is-rounded-button-medium {
  display: inline-block; }

.is-rounded-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa; }

.is-rounded-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px; }

.is-boxed-button-big {
  display: inline-block; }

.is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa; }

.is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px; }

.is-boxed-button-big2 {
  display: inline-block; }

.is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa; }

.is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px; }

.is-boxed-button-medium {
  display: inline-block; }

.is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa; }

.is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px; }

.is-boxed-button-medium2 {
  display: inline-block; }

.is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa; }

.is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px; }

.is-boxed-button-small {
  display: inline-block; }

.is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa; }

.is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px; }

.size-12 {
  font-size: 12px; }

.size-14 {
  font-size: 14px; }

.size-16 {
  font-size: 16px; }

.size-18 {
  font-size: 18px; }

.size-21 {
  font-size: 21px; }

.size-24 {
  font-size: 24px; }

.size-32 {
  font-size: 32px; }

.size-48 {
  font-size: 48px; }

.size-64 {
  font-size: 64px; }

.size-80 {
  font-size: 80px; }

.size-96 {
  font-size: 96px; }

@media all and (max-width: 1024px) {
  .size-12 {
    font-size: 12px; }

  .size-14 {
    font-size: 14px; }

  .size-16 {
    font-size: 16px; }

  .size-18 {
    font-size: 18px; }

  .size-21 {
    font-size: 21px; }

  .size-24 {
    font-size: 24px; }

  .size-32 {
    font-size: 28px; }

  .size-48 {
    font-size: 32px; }

  .size-64 {
    font-size: 36px; }

  .size-80 {
    font-size: 40px; }

  .size-96 {
    font-size: 44px; } }
/**********************************
    Title Styles
***********************************/
.is-light-text * {
  color: #fff; }

.is-dark-text * {
  color: #000; }

/* Style 1 */
.is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px; }

.is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px; }

.is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px; }

.is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px; }

.is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px; }

/* Style 2 */
.is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px; }

.is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px; }

.is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px; }

.is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px; }

.is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px; }

/* Style 3 */
.is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

/* Style 4 */
.is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid; }

.is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid; }

.is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid; }

.is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid; }

.is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid; }

.is-light-text .is-title4-96 {
  border: #fff 2px solid; }

.is-light-text .is-title4-80 {
  border: #fff 2px solid; }

.is-light-text .is-title4-64 {
  border: #fff 2px solid; }

.is-light-text .is-title4-48 {
  border: #fff 2px solid; }

.is-light-text .is-title4-32 {
  border: #fff 2px solid; }

.is-dark-text .is-title4-96 {
  border: #000 2px solid; }

.is-dark-text .is-title4-80 {
  border: #000 2px solid; }

.is-dark-text .is-title4-64 {
  border: #000 2px solid; }

.is-dark-text .is-title4-48 {
  border: #000 2px solid; }

.is-dark-text .is-title4-32 {
  border: #000 2px solid; }

/* Style 5 */
.is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid; }

.is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid; }

.is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid; }

.is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid; }

.is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid; }

.is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid; }

.is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid; }

.is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid; }

.is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid; }

.is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid; }

.is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid; }

.is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid; }

/* Extra Title Styles */
.is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px; }

.is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px; }

.is-title-bold {
  font-weight: 800; }

.is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {
  border-width: 4px; }

.is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {
  border-width: 4px; }

.is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {
  border-width: 3px; }

.is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {
  border-width: 3px; }

.is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {
  border-width: 2px; }

/**********************************
    Into Styles
***********************************/
.is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic; }

.is-info1.size-21 {
  margin-top: 12px; }

.is-info1.size-24 {
  margin-top: 15px; }

.is-info2 {
  margin-top: 10px;
  margin-bottom: 0px; }

.is-info2.size-21 {
  margin-top: 12px; }

.is-info2.size-24 {
  margin-top: 15px; }

/**********************************
    Buttons Styles
***********************************/
.is-btn {
  padding: 10px 50px;
  font-size: 1em;
  line-height: 2em;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease; }

/* ghost1 default */
.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111; }

.is-btn-ghost1:hover, .is-btn-ghost1:active, .is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111; }

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff; }

.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff; }

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
  color: #000;
  border: 2px solid #111; }

.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111; }

/* ghost2 default */
.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7; }

.is-btn-ghost2:hover, .is-btn-ghost2:active, .is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd; }

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9; }

.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff; }

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7; }

.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd; }

.is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em; }

.is-upper {
  text-transform: uppercase; }

.is-rounded-30 {
  border-radius: 30px; }

/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000; }

figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.hdr figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 0 2.5em;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  box-sizing: border-box;
  z-index: 1; }

/* Text */
figure.hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9); }

figure.hdr h2 span {
  font-weight: 800; }

figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase; }

figure.hdr h2, figure.hdr p {
  margin: 0;
  z-index: 10000; }

/* Cosmetic */
figure.hdr div {
  height: 100%;
  z-index: 0; }

figure.hdr div::before,
figure.hdr div::after {
  position: absolute;
  content: ''; }

/* One */
figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

/* Two */
figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

/* Three */
figure.three figcaption {
  height: 70%; }

figure.three p {
  margin: 1em 0 0;
  padding: 2em;
  border: 1px solid #fff; }

/* Four */
figure.four figcaption {
  height: 60%;
  text-align: left; }

figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2em;
  border: 7px solid #fff; }

/* Five */
figure.five figcaption {
  height: 100%;
  text-align: right; }

figure.five h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff; }

figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%; }

/* Six */
figure.six figcaption {
  height: 70%; }

figure.six h2 {
  padding-bottom: 3%;
  border-bottom: 1px solid #fff; }

figure.six p {
  padding-top: 6%; }

/* Seven */
figure.seven figcaption {
  height: 90%;
  text-align: left; }

figure.seven h2 {
  border-bottom: 3px solid #fff; }

figure.seven p {
  padding-top: 1em; }

/* Eight */
figure.eight figcaption {
  height: 100%;
  text-align: right; }

figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%; }

figure.eight p {
  position: absolute;
  left: 50px;
  right: 50%;
  top: 10%;
  padding-right: 0.5em;
  border-right: 1px solid #fff; }

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