@charset "UTF-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
@import url(fonts/FontAwesome/web-fonts-with-css/css/fontawesome-all.min.css);
.swiper-container {
  margin-left: auto;
  margin-right: 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; }

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

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

/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-100.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-300.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-100italic.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-100italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-300italic.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-regular.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-700.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-italic.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-700italic.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-900italic.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-900italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-900.woff2") format("woff2"), url("/theme/public/assets/fonts/Lato/lato-v13-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*!
 *
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: black;
  background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.vertical {
  top: 0; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

@media screen and (min-width: 0) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1, .swiper-caption strong, .header-logo span:first-child {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  h2 {
    font-size: inherit;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1 {
    margin: 56px 0 32px 0; }
  .row.mt-h1,
  .col.mt-h1 {
    margin-top: 40px; }
  h2 {
    margin: 40px 0 16px 0; }
  .row.mt-h2,
  .col.mt-h2 {
    margin-top: 24px; }
  h3 {
    margin: 24px 0 16px 0; }
  .row.mt-h3,
  .col.mt-h3 {
    margin-top: 8px; }
  h4 {
    margin: 0 0 16px 0; }
  .row.mt-h4,
  .col.mt-h4 {
    margin-top: 0; }
  h1 + h2 {
    margin-top: -16px; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1:first-child,
  .col.mt-h2:first-child,
  .col.mt-h3:first-child,
  .col.mt-h4:first-child,
  .col > h1:first-child,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4,
  .articlelist-tile-text h2,
  .row:first-child .col:first-child {
    margin-top: 0; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .row-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .col {
    padding-left: 15px;
    padding-right: 15px; }
  .row:before, .row:after,
  .row-inner:before,
  .row-inner:after {
    content: " ";
    display: table; }
  .row:after,
  .row-inner:after {
    clear: both; }
  /*
    .image-position-left,
    .image-position-right {
        & + h1,
        & + h2,
        & + h3,
        & + h4,
        & + h5,
        & + h6 {
            overflow: hidden;
        }
    }
    */
  .image img {
    display: block; }
  .image-caption * {
    display: inline; }
  .responsive-iframe {
    position: relative; }
    .responsive-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .image-position-left {
    float: left;
    margin-right: 15px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 15px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25,
  .image-width-33,
  .image-width-50 {
    width: 33%; }
  .image-width-66,
  .image-width-75,
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 16px -1px;
    padding: 0; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; }
    .gallery div {
      margin: 0;
      padding: 1px;
      width: 50%;
      float: left; }
    .gallery a {
      display: block; }
    .gallery img {
      display: block;
      padding: 0; }
  .teaser {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1, .swiper-caption strong, .header-logo span:first-child {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  h2 {
    font-size: inherit;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1 {
    margin: 59.5px 0 34px 0; }
  .row.mt-h1,
  .col.mt-h1 {
    margin-top: 42.5px; }
  h2 {
    margin: 42.5px 0 17px 0; }
  .row.mt-h2,
  .col.mt-h2 {
    margin-top: 25.5px; }
  h3 {
    margin: 25.5px 0 17px 0; }
  .row.mt-h3,
  .col.mt-h3 {
    margin-top: 8.5px; }
  h4 {
    margin: 0 0 17px 0; }
  .row.mt-h4,
  .col.mt-h4 {
    margin-top: 0; }
  h1 + h2 {
    margin-top: -17px; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1:first-child,
  .col.mt-h2:first-child,
  .col.mt-h3:first-child,
  .col.mt-h4:first-child,
  .col > h1:first-child,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4,
  .articlelist-tile-text h2,
  .row:first-child .col:first-child {
    margin-top: 0; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .row-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .col {
    padding-left: 15px;
    padding-right: 15px; }
  .row:before, .row:after,
  .row-inner:before,
  .row-inner:after {
    content: " ";
    display: table; }
  .row:after,
  .row-inner:after {
    clear: both; }
  /*
    .image-position-left,
    .image-position-right {
        & + h1,
        & + h2,
        & + h3,
        & + h4,
        & + h5,
        & + h6 {
            overflow: hidden;
        }
    }
    */
  .image img {
    display: block; }
  .image-caption * {
    display: inline; }
  .responsive-iframe {
    position: relative; }
    .responsive-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .image-position-left {
    float: left;
    margin-right: 15px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 15px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25,
  .image-width-33,
  .image-width-50 {
    width: 33%; }
  .image-width-66,
  .image-width-75,
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 17px -1px;
    padding: 0; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; }
    .gallery div {
      margin: 0;
      padding: 1px;
      width: 50%;
      float: left; }
    .gallery a {
      display: block; }
    .gallery img {
      display: block;
      padding: 0; }
  .teaser {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1, .swiper-caption strong, .header-logo span:first-child {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  h2 {
    font-size: inherit;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1 {
    margin: 81px 0 36px 0; }
  .row.mt-h1 {
    margin-top: 63px; }
  h2 {
    margin: 45px 0 18px 0; }
  .row.mt-h2 {
    margin-top: 27px; }
  h3 {
    margin: 36px 0 18px 0; }
  .row.mt-h3 {
    margin-top: 18px; }
  h4 {
    margin: 0 0 18px 0; }
  .row.mt-h4 {
    margin-top: 0; }
  h1 + h2 {
    margin-top: -18px; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .col:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    margin-top: 1em; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1,
  .col.mt-h2,
  .col.mt-h3,
  .col.mt-h4,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4 {
    margin-top: 0; }
  .four-col-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .row-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .col {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    min-height: 1px; }
  .col-width-100 {
    width: 100%; }
  .col-width-75 {
    width: 75%; }
  .col-width-66 {
    width: 66.6666%; }
  .col-width-50 {
    width: 50%; }
  .col-width-33 {
    width: 33.3333%; }
  .col-width-25 {
    width: 25%; }
  .image-position-left {
    float: left;
    margin-right: 30px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 30px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25 {
    width: 25%; }
  .image-width-33 {
    width: 33.3333%; }
  .image-width-50 {
    width: 50%; }
  .image-width-66 {
    width: 66.6666%; }
  .image-width-75 {
    width: 75%; }
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 18px -1px; }
    .gallery div {
      padding: 1px;
      width: 25%; }
  .col-width-75 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-75 .gallery div {
      width: 25%; }
  .col-width-66 .gallery,
  .col-width-50 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-66 .gallery div,
    .col-width-50 .gallery div {
      width: 25%; }
  .col-width-33 .gallery,
  .col-width-25 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-33 .gallery div,
    .col-width-25 .gallery div {
      width: 50%; }
  .four-col-wrapper {
    margin: 0 !important;
    width: 50%;
    float: left;
    clear: none; }
    .four-col-wrapper:before, .four-col-wrapper:after {
      content: " ";
      display: table; }
    .four-col-wrapper:after {
      clear: both; }
    .four-col-wrapper .col {
      width: 50%; }
  .teaser {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1, .swiper-caption strong, .header-logo span:first-child {
    font-size: 54px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  h2 {
    font-size: inherit;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1 {
    margin: 81px 0 36px 0; }
  .row.mt-h1 {
    margin-top: 63px; }
  h2 {
    margin: 45px 0 18px 0; }
  .row.mt-h2 {
    margin-top: 27px; }
  h3 {
    margin: 36px 0 18px 0; }
  .row.mt-h3 {
    margin-top: 18px; }
  h4 {
    margin: 0 0 18px 0; }
  .row.mt-h4 {
    margin-top: 0; }
  h1 + h2 {
    margin-top: -18px; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .col:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    margin-top: 1em; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1,
  .col.mt-h2,
  .col.mt-h3,
  .col.mt-h4,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4 {
    margin-top: 0; }
  .four-col-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .row-inner {
    margin-left: -30px;
    margin-right: -30px; }
  .col {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    min-height: 1px; }
  .col-width-100 {
    width: 100%; }
  .col-width-75 {
    width: 75%; }
  .col-width-66 {
    width: 66.6666%; }
  .col-width-50 {
    width: 50%; }
  .col-width-33 {
    width: 33.3333%; }
  .col-width-25 {
    width: 25%; }
  .image-position-left {
    float: left;
    margin-right: 60px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 60px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25 {
    width: 25%; }
  .image-width-33 {
    width: 33.3333%; }
  .image-width-50 {
    width: 50%; }
  .image-width-66 {
    width: 66.6666%; }
  .image-width-75 {
    width: 75%; }
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 18px -1px; }
    .gallery div {
      padding: 1px;
      width: 25%; }
  .col-width-75 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-75 .gallery div {
      width: 25%; }
  .col-width-66 .gallery,
  .col-width-50 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-66 .gallery div,
    .col-width-50 .gallery div {
      width: 25%; }
  .col-width-33 .gallery,
  .col-width-25 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-33 .gallery div,
    .col-width-25 .gallery div {
      width: 50%; }
  .four-col-wrapper {
    margin: 0 !important;
    width: 50%;
    float: left;
    clear: none; }
    .four-col-wrapper:before, .four-col-wrapper:after {
      content: " ";
      display: table; }
    .four-col-wrapper:after {
      clear: both; }
    .four-col-wrapper .col {
      width: 50%; }
  .teaser {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 1px; } }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  h1, .swiper-caption strong, .header-logo span:first-child {
    font-size: 54px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  h2 {
    font-size: inherit;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
  a.nav-level-1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Lato", sans-serif; } }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: block; }
  label.form_warning {
    color: #a94442; }
  input[type="radio"] + label {
    display: inline; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 4px; }

select {
  width: 100%;
  border-color: #999;
  padding: 3px 4px 4px 4px; }

p.radio {
  margin: 0; }

.form_warning li {
  font-weight: bold;
  color: #a94442; }

label.error {
  display: block;
  padding: .1em .6em;
  background: #a94442;
  color: #fff; }

.form-grid-submit {
  text-align: right;
  padding: 1em 0; }
  .form-grid-submit button {
    margin-left: 1em; }

.form-success {
  font-weight: 700;
  color: #3c763d; }

.alert {
  padding: .5em 1em;
  margin-bottom: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: .2em;
  text-align: center; }
  .alert .formcheckbox,
  .alert ul {
    margin-bottom: 0; }

.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d0e9c6 !important;
  color: #3c763d !important; }
  .alert-success * {
    color: #fff !important; }

.alert-info {
  background-color: #d9edf7 !important;
  border-color: #bcdff1 !important;
  color: #31708f !important; }
  .alert-info * {
    color: #31708f !important; }
  .alert-info a,
  .alert-info a:hover {
    text-decoration: underline; }
  .alert-info label.error {
    color: #fff !important; }

.alert-warning {
  background-color: #fcf8e3 !important;
  border-color: #faf2cc !important;
  color: #8a6d3b !important; }
  .alert-warning * {
    color: #8a6d3b !important; }

.alert-danger {
  background-color: #f2dede !important;
  border-color: #ebcccc !important;
  color: #a94442 !important; }
  .alert-danger * {
    color: #a94442 !important; }

.input-group-addon {
  display: none; }

[name="rex_ycom_auth_stay"] {
  float: left;
  margin-right: .2em;
  position: relative;
  top: .3em; }

.datenschutz-checkbox-wrapper input {
  float: left;
  margin-top: .2em;
  margin-right: .5em; }

.datenschutz-checkbox-labeltext {
  display: block;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #575656;
  overflow-y: scroll;
  position: relative; }

body {
  position: relative; }

h1 {
  color: #68b022;
  color: #575656;
  text-align: center; }

h2 {
  color: #68b022;
  color: #575656; }

hr {
  width: 100%;
  height: 0;
  display: block;
  border: 0;
  border-top: 1px solid #eee; }

ul {
  padding: 0 0 0 2em; }
  .article-inner ul {
    padding: 0;
    list-style: none; }
    .article-inner ul li {
      padding-left: 1em;
      position: relative; }
      .article-inner ul li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: #68b022; }

ol {
  padding: 0 0 0 2em; }

ul ul,
ol ol {
  margin: 0; }

a,
.gaOptout {
  text-decoration: none;
  cursor: pointer;
  color: #68b022; }

a:hover,
.gaOptout:hover {
  text-decoration: none;
  color: #68b022; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block; }

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

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0 1em 0 0; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

iframe {
  border: 0; }

figure {
  margin: 0;
  padding: 0; }

.pswp {
  position: relative; }
  .pswp .pswp__caption__center {
    max-width: none;
    text-align: center; }

.js .lazyload,
.js .lazyloading {
  opacity: 0; }

.js .lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

img[data-sizes="auto"] {
  width: 100%;
  max-width: none; }

.image-ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .image-ratio i {
    display: block;
    width: 100%; }
  .image-ratio img {
    position: absolute;
    left: 0;
    top: 0; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav li {
  margin: 0;
  padding: 0; }

nav a {
  text-decoration: none;
  padding: 0;
  margin: 0; }

.clear {
  clear: both;
  width: 100%;
  float: none; }

.row + .row {
  margin-bottom: 2em; }
  .row + .row.mb-h1 {
    margin-bottom: 0; }

.col:before, .col:after {
  content: " ";
  display: table; }

.col:after {
  clear: both; }

.image-caption {
  font-size: .8em; }

.image-credit {
  padding-bottom: 1em; }
  .image-credit:before, .image-credit:after {
    content: " ";
    display: table; }
  .image-credit:after {
    clear: both; }
  .image-credit .image-credit-image {
    float: left;
    padding-right: 15px;
    max-width: 50%; }
    .image-credit .image-credit-image img {
      display: block; }
  .image-credit .image-credit-text {
    padding-left: 15px;
    overflow: hidden; }

.btn {
  display: inline-block;
  border: 0;
  text-decoration: none;
  background: #68b022;
  color: #fff;
  text-shadow: none;
  padding: .1em .8em; }
  .btn:hover {
    background: #81d72e; }

.row-teaser {
  padding-top: 1em;
  padding-bottom: 1em; }

.teaser {
  margin-bottom: 1em; }
  .teaser:hover {
    background: #eee;
    cursor: pointer; }

.teaser-inner {
  height: 100%;
  padding-bottom: 1.5em;
  position: relative; }

.teaser-text {
  padding: 0 1px; }

.teaser h2 {
  margin: 1em 0 0 0 !important;
  padding-left: 1em;
  position: relative; }
  .teaser h2:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: -.05em;
    color: #68b022; }

.teaser-meta {
  padding: 0 1px;
  text-align: right; }
  .teaser-meta a i {
    margin-left: .25em;
    font-size: .65em; }
  .teaser-meta .btn:hover {
    background: #fff;
    color: #68b022; }

.teaser-image {
  position: relative;
  overflow: hidden;
  margin-bottom: .5em; }

.row-teaser .teaser-image {
  margin-bottom: 0; }

.pagination-innner {
  width: 100%;
  text-align: center; }
  .pagination-innner a {
    display: inline-block;
    margin: 0 .25em; }
  .pagination-innner .btn {
    background: #eee;
    color: #68b022; }
    .pagination-innner .btn:hover {
      background: #fff;
      color: #68b022; }
    .pagination-innner .btn.active {
      background: #68b022; }
      .pagination-innner .btn.active:hover {
        background: #68b022;
        color: #fff; }

@media screen and (min-width: 768px) {
  .form-grid-20-40-40 {
    margin: 0 -7.5px; }
    .form-grid-20-40-40:before, .form-grid-20-40-40:after {
      content: " ";
      display: table; }
    .form-grid-20-40-40:after {
      clear: both; }
    .form-grid-20-40-40 > div {
      float: left;
      width: 40%;
      padding: 0 7.5px; }
      .form-grid-20-40-40 > div:first-child {
        width: 20%; }
  .form-grid-50-50 {
    margin: 0 -7.5px; }
    .form-grid-50-50:before, .form-grid-50-50:after {
      content: " ";
      display: table; }
    .form-grid-50-50:after {
      clear: both; }
    .form-grid-50-50 > div {
      float: left;
      width: 50%;
      padding: 0 7.5px; } }

/**/
.image-credit-tile {
  float: left;
  background: #68b022;
  color: #fff;
  font-size: .8em; }
  .image-credit-tile *,
  .image-credit-tile *:hover {
    color: #fff; }
  @media screen and (min-width: 600px) {
    .image-credit-tile {
      width: 50%; } }
  @media screen and (min-width: 900x) {
    .image-credit-tile {
      width: 33.33%; } }
  @media screen and (min-width: 1200px) {
    .image-credit-tile {
      width: 25%; } }

.image-credit-tile-text {
  padding: .25em;
  text-align: center; }

/**/
.container {
  position: relative;
  margin: 0 auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.header,
.main,
.article,
.footer {
  position: relative; }

.content {
  overflow: hidden; }

/**/
.header {
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  background: rgba(104, 176, 34, 0.9); }

.header-logo {
  float: right;
  margin: 7px 0 6px 0;
  transition: all .4s ease;
  position: relative;
  z-index: 11; }
  .header-logo span {
    display: block;
    color: #fff; }
    .header-logo span:first-child {
      font-weight: 700; }
    .header-logo span:last-child {
      position: relative;
      top: -7px; }
  @media screen and (min-width: 1200px) {
    .header-logo {
      margin: 9px 0 8px 0;
      float: left; } }

.header-nav {
  display: none;
  position: absolute;
  right: 30px;
  left: 30px;
  bottom: 0;
  z-index: 10; }
  .header-nav a {
    color: #fff; }
    .header-nav a.active, .header-nav a.current {
      color: #fff; }
    .header-nav a.current, .header-nav a.active {
      font-weight: 700; }
  .header-nav li.nav-level-1 {
    float: left;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em; }
    .header-nav li.nav-level-1:hover {
      background: rgba(255, 255, 255, 0.9); }
      .header-nav li.nav-level-1:hover > a {
        color: #68b022; }
  .header-nav li.nav-level-2 {
    display: inline-block; }
  .header-nav a.nav-level-1 {
    display: inline-block;
    padding: 15px; }
    .header-nav a.nav-level-1:hover {
      color: #68b022; }
  .header-nav a.nav-level-2 {
    display: block;
    padding: 0.5em 15px;
    color: #575656;
    position: relative; }
    .header-nav a.nav-level-2:hover {
      color: #68b022; }
    .header-nav a.nav-level-2:before {
      content: '\2022';
      position: absolute;
      left: 0;
      top: .45em;
      color: #68b022; }
    .header-nav a.nav-level-2.current {
      font-weight: 400;
      color: #68b022; }
  .header-nav ul.nav-level-1 {
    float: right; }
    .header-nav ul.nav-level-1:before, .header-nav ul.nav-level-1:after {
      content: " ";
      display: table; }
    .header-nav ul.nav-level-1:after {
      clear: both; }
  .header-nav ul.nav-level-2 {
    position: absolute;
    top: 100px;
    left: -15px;
    right: -15px;
    display: none;
    animation-duration: .3s;
    z-index: 1;
    text-align: right;
    padding: 1em 15px 1em 15px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em; }
    .header-nav ul.nav-level-2.left {
      left: 0; }
    .header-nav ul.nav-level-2.right {
      right: 0; }
      .header-nav ul.nav-level-2.right a {
        text-align: right; }
  .header-nav li:hover ul.nav-level-2 {
    display: block; }
  @media screen and (min-width: 1200px) {
    .header-nav {
      display: block; } }

/*
.headroom--not-top {
    &.header,
    .header-inner,
    .header-container {
        @include mq(m) {
            height: 65px;
        }
    }
    .header-logo {
        @include mq(l) {
            width: 81px;
            height: 55px;
        }
    }
}
*/
.lang-nav {
  position: absolute;
  right: 0;
  top: 0; }
  .lang-nav a {
    text-transform: uppercase;
    color: #fff; }
    .lang-nav a :hover {
      color: #68b022; }

/**/
/**/
.offscreen-wrapper {
  background: rgba(104, 176, 34, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0 15px 0;
  z-index: 200;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /*
    @include mq(s) {
        width: 400px;
        &.left {
            left: -400px;
        }
        &.right {
            right: -400px;
        }
    }
    */ }
  .offscreen-wrapper ul.nav-lang {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 90px;
    top: 24px;
    text-transform: uppercase; }
  .offscreen-wrapper.left {
    left: -100%;
    transition: left .25s; }
    .offscreen-wrapper.left.visible {
      left: 0;
      transition: left .25s; }
  .offscreen-wrapper.right {
    right: -300px;
    transition: right .25s; }
    .offscreen-wrapper.right.visible {
      right: 0;
      transition: right .25s; }
  .offscreen-wrapper.visible .toggle-offscreen-wrapper {
    transition: none;
    display: block; }
  @media screen and (min-width: 540px) {
    .offscreen-wrapper {
      width: 500px;
      padding-top: 90px; }
      .offscreen-wrapper.left {
        left: -500px; }
      .offscreen-wrapper.right {
        right: -500px; } }
  @media screen and (min-width: 992px) {
    .offscreen-wrapper {
      width: 600px;
      padding-top: 120px; }
      .offscreen-wrapper.left {
        left: -600px; }
      .offscreen-wrapper.right {
        right: -600px; } }
  @media screen and (min-width: 1200px) {
    .offscreen-wrapper {
      display: none !important; } }
  .offscreen-wrapper .toggle-offscreen-wrapper {
    display: none;
    background: #68b022;
    color: #fff;
    position: absolute; }

.offscreen-nav {
  width: 100%;
  float: none;
  clear: both; }
  .offscreen-nav li {
    position: relative;
    color: #fff; }
    .offscreen-nav li.nav-level-1 {
      padding: 0 0 1.5em 0; }
      @media screen and (min-width: 992px) {
        .offscreen-nav li.nav-level-1 {
          padding-bottom: 1em; } }
    .offscreen-nav li.closed ul {
      display: none; }
  .offscreen-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0.4em 15px 0.5em 48px; }
    .offscreen-nav a.left {
      text-align: left; }
    .offscreen-nav a.right {
      text-align: right; }
      .offscreen-nav a.right.multilevel {
        padding-right: 45px; }
    .offscreen-nav a.current {
      color: #68b022;
      font-weight: 700;
      background: rgba(255, 255, 255, 0.9); }
      .offscreen-nav a.current .toggler {
        color: #68b022; }
    .offscreen-nav a.nav-level-1 {
      line-height: 1.7; }
    @media screen and (min-width: 540px) {
      .offscreen-nav a {
        padding-left: 53px; } }
    @media screen and (min-width: 992px) {
      .offscreen-nav a {
        padding-left: 79px; } }
  .offscreen-nav .toggler {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 43px; }
    .offscreen-nav .toggler.left {
      padding-left: 16px;
      width: 36px;
      left: 0;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .offscreen-nav .toggler.left {
          padding-left: 21px;
          width: 46px;
          line-height: 45px; } }
      @media screen and (min-width: 992px) {
        .offscreen-nav .toggler.left {
          padding-left: 31px;
          width: 66px;
          line-height: 60px;
          font-size: 24px; } }
    .offscreen-nav .toggler.right {
      padding-right: 1em;
      right: 0;
      text-align: right; }
    .offscreen-nav .toggler .open {
      position: relative;
      top: .7em;
      display: none; }
    .offscreen-nav .toggler .close {
      position: relative;
      top: .7em;
      display: block; }
    .offscreen-nav .toggler.closed .open {
      display: block; }
    .offscreen-nav .toggler.closed .close {
      display: none; }

.logo {
  background: #fff;
  position: absolute;
  left: 63px;
  top: 0;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .logo {
      left: 73px; } }
  @media screen and (min-width: 992px) {
    .logo {
      left: 109px; } }
  .logo a {
    display: block;
    padding: 11px 15px 15px 15px; }
    @media screen and (min-width: 768px) {
      .logo a {
        padding: 16px 20px 20px 20px; } }
    @media screen and (min-width: 992px) {
      .logo a {
        padding: 22px 30px 30px 30px; } }
  .logo img {
    height: 36px;
    width: auto;
    max-width: none;
    max-height: none;
    display: block; }
    @media screen and (min-width: 992px) {
      .logo img {
        height: 56px; } }

.toggle-offscreen-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  transition: left .5s, text-shadow .5s, color .5s;
  font-size: 32px;
  line-height: 0;
  padding: .25em .5em .25em .5em;
  color: #fff;
  text-decoration: none;
  display: none;
  margin-top: 32px;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  opacity: .9; }
  .toggle-offscreen-wrapper:hover {
    color: #fff; }
  .toggle-offscreen-wrapper small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    transition: opacity .5s;
    text-transform: lowercase;
    color: #575656;
    padding-top: 5px; }
  .toggle-offscreen-wrapper.outline {
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff; }
  .toggle-offscreen-wrapper:before {
    text-align: center;
    background: none transparent;
    vertical-align: middle; }
  .toggle-offscreen-wrapper:focus {
    outline: 0; }
  .toggle-offscreen-wrapper.visible {
    display: block; }
  .toggle-offscreen-wrapper.headroom--not-top {
    background: #68b022; }
    .toggle-offscreen-wrapper.headroom--not-top small {
      opacity: 0; }
    .toggle-offscreen-wrapper.headroom--not-top.left {
      left: -33px;
      padding-right: 0; }
    .toggle-offscreen-wrapper.headroom--not-top.right {
      right: -15px;
      transition: right 1s; }
    @media screen and (min-width: 1200px) {
      .toggle-offscreen-wrapper.headroom--not-top.left {
        left: 0;
        transition: none; }
      .toggle-offscreen-wrapper.headroom--not-top.right {
        right: 0;
        transition: none; } }
  @media screen and (min-width: 768px) {
    .toggle-offscreen-wrapper {
      margin-top: 33px; } }
  @media screen and (min-width: 992px) {
    .toggle-offscreen-wrapper {
      margin-top: 35px; } }
  @media screen and (min-width: 1200px) {
    .toggle-offscreen-wrapper {
      display: none !important; } }

/**/
.faq-item-toggler {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer; }
  .faq-item-toggler .fa {
    position: absolute;
    left: 0;
    top: .1em; }
  .faq-item-toggler[data-status="closed"] .fa-plus-circle {
    display: inline-block; }
  .faq-item-toggler[data-status="closed"] .fa-minus-circle {
    display: none; }
  .faq-item-toggler[data-status="open"] .fa-plus-circle {
    display: none; }
  .faq-item-toggler[data-status="open"] .fa-minus-circle {
    display: inline-block; }

/**/
.swiper-slide-background,
.swiper-slide-background div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.swiper-slide {
  height: 50vh; }
  .swiper-slide.fullscreen {
    height: 100vh; }
  .swiper-slide .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    max-width: none !important;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .swiper-slide .container {
        padding: 2em 0; } }
    @media screen and (min-width: 1200px) {
      .swiper-slide .container {
        align-items: center; } }

.swiper-caption {
  text-align: left;
  color: #fff;
  padding: 1em;
  margin-bottom: 4em;
  width: 90%;
  background: #68b022;
  opacity: .9;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  font-size: 1.2em; }
  @media screen and (min-width: 992px) {
    .swiper-caption {
      padding: 2em 4em; } }
  @media screen and (min-width: 1200px) {
    .swiper-caption {
      width: 100%;
      background: none transparent;
      text-align: center;
      text-shadow: 1px 1px 1px #000;
      margin-bottom: 0;
      margin-top: 2em;
      font-size: 1.5em; } }
  .swiper-caption strong {
    font-weight: 700;
    margin-top: 0;
    color: #fff; }
  .swiper-caption .link-intern a {
    display: inline-block; }
    .swiper-caption .link-intern a:hover {
      color: #fff; }

.swiper-button-next,
.swiper-button-prev {
  display: none;
  background: none transparent;
  margin-top: 0;
  text-align: center;
  width: 3em;
  height: 4em;
  line-height: 4em; }
  .swiper-button-next span,
  .swiper-button-prev span {
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 1px #000; }
    @media screen and (min-width: 992px) {
      .swiper-button-next span,
      .swiper-button-prev span {
        text-shadow: 2px 2px 4px #000; } }
    @media screen and (min-width: 1200px) {
      .swiper-button-next span,
      .swiper-button-prev span {
        text-shadow: 3px 3px 5px #000; } }
  @media screen and (min-width: 992px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: block; } }

.swiper-button-next {
  right: 0;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em; }

.swiper-button-prev {
  left: 0;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em; }

.swiper-pagination {
  text-align: right;
  padding-right: 1em;
  bottom: 1em;
  left: 0;
  width: 100%;
  /*
    .swiper-pagination-bullet {
        width: 1em;
        height: 1em;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        border: 1px solid #fff;
        opacity: 1;
        margin: 0 .5em 0 !important;
        @include mq(s) {
            margin: 0 .5em 1em .5em !important;
            &:first-child {
                margin-left: 1.5em;
            }
        }

    }
    .swiper-pagination-bullet-active {
        background: $primary-color-1;
        opacity: 1;
    }
    */ }
  @media screen and (min-width: 1200px) {
    .swiper-pagination {
      bottom: 2em; } }
  .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    opacity: 1;
    margin: 0 0 0 1em;
    background: 0; }
    .swiper-pagination .swiper-pagination-bullet i {
      font-size: .8em;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      text-shadow: 1px 1px #000;
      transition: opacity 500ms ease-out; }
    .swiper-pagination .swiper-pagination-bullet .fas.fa-circle {
      opacity: 0; }
    .swiper-pagination .swiper-pagination-bullet .far.fa-circle {
      opacity: .9; }
  .swiper-pagination .swiper-pagination-bullet-active .fas.fa-circle {
    opacity: .9;
    color: #68b022; }
  .swiper-pagination .swiper-pagination-bullet-active .far.fa-circle {
    opacity: 0; }

.swiper-button-down {
  position: absolute;
  left: 50%;
  bottom: 0em;
  font-size: 1.5em;
  margin-left: -1.5em;
  width: 3em;
  height: 2.6em;
  line-height: 3em;
  cursor: pointer;
  text-align: center;
  z-index: 11; }
  .swiper-button-down * {
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
    opacity: .9; }
    @media screen and (min-width: 992px) {
      .swiper-button-down * {
        text-shadow: 2px 2px 4px #000; } }
    @media screen and (min-width: 1200px) {
      .swiper-button-down * {
        text-shadow: 3px 3px 5px #000; } }

@media screen and (orientation: portrait) {
  .swiper-slide-background.landscape {
    display: none; } }

@media screen and (orientation: landscape) {
  .swiper-slide-background.portrait {
    display: none; } }

.parallax-image {
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.is-mobile .parallax-image {
  background-attachment: scroll; }

.content ul {
  list-style: none;
  padding-left: 0; }

.content li {
  position: relative;
  padding-left: 1.5em; }
  .content li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #68b022; }

.tiles-inner {
  margin-left: -15px;
  margin-right: -15px; }

.tile {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px; }
  .tile strong {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    color: #68b022; }
  @media screen and (min-width: 992px) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .tile {
      width: 33.33%; } }

.tile-inner {
  position: relative; }

.totop {
  position: fixed;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 0;
  margin: 0;
  font-size: 1.3em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: .4em .4em 0 0;
  transition: opacity .5s;
  outline: none;
  color: #fff;
  background: #68b022; }
  .totop:hover {
    color: #fff; }
  .totop.visible {
    opacity: .9; }
  .totop.hidden {
    opacity: 0; }

/**/
.footer {
  padding: 2em 0;
  background: #68b022; }
  .footer * {
    color: #fff; }

.footer-logo {
  margin: 0 auto 1em auto;
  width: 150px; }
  @media screen and (min-width: 992px) {
    .footer-logo {
      width: 220px; } }

.footer-rootcats,
.footer-rootarticles {
  text-align: center;
  margin-bottom: 2em; }
  .footer-rootcats li,
  .footer-rootarticles li {
    display: block;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 992px) {
      .footer-rootcats li,
      .footer-rootarticles li {
        display: inline-block;
        padding: 0 .5em; }
        .footer-rootcats li:before,
        .footer-rootarticles li:before {
          content: '';
          position: absolute;
          left: 0;
          top: .3em;
          width: 1px;
          height: 1em;
          background: #575656; }
        .footer-rootcats li:first-child,
        .footer-rootarticles li:first-child {
          padding-left: 0; }
          .footer-rootcats li:first-child:before,
          .footer-rootarticles li:first-child:before {
            display: none; }
        .footer-rootcats li:last-child,
        .footer-rootarticles li:last-child {
          padding-right: 0; } }

.footer-rootcats {
  text-transform: uppercase; }

.footer-contact {
  text-align: center;
  margin-bottom: 2em; }
  .footer-contact i {
    display: none; }
  .footer-contact br {
    display: none; }
  .footer-contact span {
    display: block; }
  @media screen and (min-width: 992px) {
    .footer-contact i {
      display: inline-block;
      position: relative;
      width: 1em;
      padding-right: 1px; }
      .footer-contact i:after {
        content: '';
        display: block;
        width: 1px;
        height: 1em;
        position: absolute;
        left: .5em;
        top: .3em;
        background: #575656; }
    .footer-contact br {
      display: inline-block; }
    .footer-contact span {
      display: inline; } }
