@charset "UTF-8";
@import url("//hello.myfonts.net/count/34672d");
/**
 * @license
 * MyFonts Webfont Build ID 3517423, 2018-01-29T03:42:23-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: KabelLTPro-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/kabel/pro-light/
 * 
 * Webfont: KabelLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/kabel/pro-book/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3517423
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html, body {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility; }

body {
  font-size: 16px;
  font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
  display: table;
  letter-spacing: 0.6px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: antialiased; }

.w100 {
  width: 100%; }

br {
  display: block;
  margin: 20px 0;
  line-height: 44px;
  content: " "; }

@media only screen and (min-width: 1210px) {
  .w-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media only screen and (min-width: 1250px) {
  .w-content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@font-face {
  font-family: 'KabelLTPro-Light';
  src: url("../fonts/35ABEF_0_0.eot");
  src: url("../fonts/35ABEF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35ABEF_0_0.woff2") format("woff2"), url("../fonts/35ABEF_0_0.woff") format("woff"), url("../fonts/35ABEF_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'KabelLTPro-Book';
  src: url("../fonts/35ABEF_1_0.eot");
  src: url("../fonts/35ABEF_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35ABEF_1_0.woff2") format("woff2"), url("../fonts/35ABEF_1_0.woff") format("woff"), url("../fonts/35ABEF_1_0.ttf") format("truetype"); }

h1 {
  font-size: 2.25rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 2.5rem; }

h2 {
  font-size: 2rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 2.25rem; }

h3 {
  font-size: 1.75rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 2rem; }

h4 {
  font-size: 1.375rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.625rem; }

h5 {
  font-size: 1.125rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.375rem; }

p {
  font-size: 1.25rem;
  font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
  color: #8C8C8C;
  line-height: 1.625rem; }

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-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;
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

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

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

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

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 55px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 35px 55px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-left: 50px;
  margin-right: 50px;
  opacity: 1;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.6;
    background-size: 25px; }
  @media only screen and (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 70px;
      height: 133px;
      background-size: 100% 100%; }
      .swiper-button-prev:hover,
      .swiper-button-next:hover {
        opacity: 0.6;
        background-size: 90% 90%; } }

.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("../img/icons/arrow-left-slider.svg");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/icons/arrow-right-slider.svg");
  right: 10px;
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-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 {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

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

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

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

.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-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.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; }

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

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

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

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

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

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

.button {
  font-size: 1.375rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  line-height: 26px;
  padding: 11px 25px;
  background-color: #4A4A4A;
  border: 1px solid #4A4A4A;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer; }
  .button:hover, .button:active {
    color: #4A4A4A;
    background-color: #FFFFFF; }

input.button:active {
  position: relative;
  top: 2px;
  opacity: 0.8; }

.link-title {
  display: block;
  text-decoration: none;
  color: rgba(1, 1, 1, 0.7);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 32px;
  margin: 20px 0;
  display: inline-block; }
  .link-title:after {
    content: '';
    display: inline-block;
    background-image: url("../img/icons/arrow-black.png");
    width: 35px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 8px;
    top: 2px;
    opacity: 0.5;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .link-title:hover {
    color: #010101; }
    .link-title:hover:after {
      opacity: 1;
      margin-left: 15px; }

input {
  border: none;
  padding: 13px 10px 12px;
  vertical-align: top;
  background-color: #EBEBEB;
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(183, 183, 183, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(183, 183, 183, 0.5);
  font-size: 1.125rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #1B1B1B; }
  input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  input:-ms-input-placeholder {
    font-size: 0.875rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  input::placeholder {
    font-size: 0.875rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  input.error {
    border: 1px solid #8D2E2E; }
  input:focus {
    outline: none; }

input[type=button] {
  width: auto; }

textarea {
  border: 1px solid #DFDFDF;
  padding: 13px 10px;
  vertical-align: top;
  width: 100%;
  min-height: 180px;
  background-color: #EBEBEB;
  font-size: 14px;
  font-size: 1.125rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #1B1B1B; }
  textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  textarea:-ms-input-placeholder {
    font-size: 1.125rem;
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  textarea::-ms-input-placeholder {
    font-size: 1.125rem;
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  textarea::placeholder {
    font-size: 1.125rem;
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
    color: #1B1B1B;
    line-height: 1.125rem; }
  textarea.error {
    border: 1px solid #8D2E2E; }
  textarea:focus {
    outline: none; }

input[type=radio], input[type=checkbox] {
  display: none; }

.custom-radio, .custom-checkbox {
  font-size: 0.9375rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.125rem; }

input[type="radio"] {
  display: none;
  padding: 0px; }
  input[type="radio"]:checked + span::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  input[type="radio"] + span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #4A4A4A;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    vertical-align: -5px; }
    input[type="radio"] + span::before {
      content: "";
      width: 10px;
      height: 10px;
      background: #4A4A4A;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      margin-top: -5px;
      margin-left: -5px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"]:checked + span::before,
  input[type="checkbox"]:checked + span::after {
    display: block; }
  input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    border: 1px solid #4A4A4A;
    margin-right: 3px;
    vertical-align: -6px;
    margin-top: -2px; }
  input[type="checkbox"]:checked + span {
    position: relative;
    background: #4A4A4A; }
    input[type="checkbox"]:checked + span::before, input[type="checkbox"]:checked + span::after {
      content: "";
      position: absolute;
      display: none;
      background: #FFFFFF;
      height: 2px;
      left: 4px;
      bottom: 2px;
      -webkit-transform-origin: 1px 1px;
      -ms-transform-origin: 1px 1px;
      transform-origin: 1px 1px; }
    input[type="checkbox"]:checked + span::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 9px; }
    input[type="checkbox"]:checked + span::after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      width: 6px; }

label {
  font-size: 1.375rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.625rem; }

a {
  font-size: 1.125rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #1B1B1B;
  line-height: 1.6875rem; }

ul li {
  font-size: 1rem;
  font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
  color: #8C8C8C;
  list-style: none;
  position: relative;
  padding-left: 20px; }
  ul li:before {
    content: "\00b7";
    position: absolute;
    top: -3px;
    left: 7px;
    font-size: 33px;
    color: #4A4A4A;
    font-weight: bold; }

ul.no-dotted li {
  padding-left: 0px; }
  ul.no-dotted li:before {
    content: none; }

.mg-10 {
  margin: 10px; }

.mgt-10 {
  margin-top: 10px; }

.mgr-10 {
  margin-right: 10px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgl-10 {
  margin-left: 10px; }

.mg-20 {
  margin: 20px; }

.mgt-20 {
  margin-top: 20px; }

.mgr-20 {
  margin-right: 20px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgl-20 {
  margin-left: 20px; }

.mg-30 {
  margin: 30px; }

.mgt-30 {
  margin-top: 30px; }

.mgr-30 {
  margin-right: 30px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgl-30 {
  margin-left: 30px; }

.mg-40 {
  margin: 40px; }

.mgt-40 {
  margin-top: 40px; }

.mgr-40 {
  margin-right: 40px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgl-40 {
  margin-left: 40px; }

.mg-50 {
  margin: 50px; }

.mgt-50 {
  margin-top: 50px; }

.mgr-50 {
  margin-right: 50px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgl-50 {
  margin-left: 50px; }

.mg-60 {
  margin: 60px; }

.mgt-60 {
  margin-top: 60px; }

.mgr-60 {
  margin-right: 60px; }

.mgb-60 {
  margin-bottom: 60px; }

.mgl-60 {
  margin-left: 60px; }

.mg-70 {
  margin: 70px; }

.mgt-70 {
  margin-top: 70px; }

.mgr-70 {
  margin-right: 70px; }

.mgb-70 {
  margin-bottom: 70px; }

.mgl-70 {
  margin-left: 70px; }

.mg-80 {
  margin: 80px; }

.mgt-80 {
  margin-top: 80px; }

.mgr-80 {
  margin-right: 80px; }

.mgb-80 {
  margin-bottom: 80px; }

.mgl-80 {
  margin-left: 80px; }

.mg-90 {
  margin: 90px; }

.mgt-90 {
  margin-top: 90px; }

.mgr-90 {
  margin-right: 90px; }

.mgb-90 {
  margin-bottom: 90px; }

.mgl-90 {
  margin-left: 90px; }

@media only screen and (min-width: 768px) {
  .mg-md-10 {
    margin: 10px; }
  .mgt-md-10 {
    margin-top: 10px; }
  .mgr-md-10 {
    margin-right: 10px; }
  .mgb-md-10 {
    margin-bottom: 10px; }
  .mgl-md-10 {
    margin-left: 10px; }
  .mg-md-20 {
    margin: 20px; }
  .mgt-md-20 {
    margin-top: 20px; }
  .mgr-md-20 {
    margin-right: 20px; }
  .mgb-md-20 {
    margin-bottom: 20px; }
  .mgl-md-20 {
    margin-left: 20px; }
  .mg-md-30 {
    margin: 30px; }
  .mgt-md-30 {
    margin-top: 30px; }
  .mgr-md-30 {
    margin-right: 30px; }
  .mgb-md-30 {
    margin-bottom: 30px; }
  .mgl-md-30 {
    margin-left: 30px; }
  .mg-md-40 {
    margin: 40px; }
  .mgt-md-40 {
    margin-top: 40px; }
  .mgr-md-40 {
    margin-right: 40px; }
  .mgb-md-40 {
    margin-bottom: 40px; }
  .mgl-md-40 {
    margin-left: 40px; }
  .mg-md-50 {
    margin: 50px; }
  .mgt-md-50 {
    margin-top: 50px; }
  .mgr-md-50 {
    margin-right: 50px; }
  .mgb-md-50 {
    margin-bottom: 50px; }
  .mgl-md-50 {
    margin-left: 50px; }
  .mg-md-60 {
    margin: 60px; }
  .mgt-md-60 {
    margin-top: 60px; }
  .mgr-md-60 {
    margin-right: 60px; }
  .mgb-md-60 {
    margin-bottom: 60px; }
  .mgl-md-60 {
    margin-left: 60px; }
  .mg-md-70 {
    margin: 70px; }
  .mgt-md-70 {
    margin-top: 70px; }
  .mgr-md-70 {
    margin-right: 70px; }
  .mgb-md-70 {
    margin-bottom: 70px; }
  .mgl-md-70 {
    margin-left: 70px; }
  .mg-md-80 {
    margin: 80px; }
  .mgt-md-80 {
    margin-top: 80px; }
  .mgr-md-80 {
    margin-right: 80px; }
  .mgb-md-80 {
    margin-bottom: 80px; }
  .mgl-md-80 {
    margin-left: 80px; }
  .mg-md-90 {
    margin: 90px; }
  .mgt-md-90 {
    margin-top: 90px; }
  .mgr-md-90 {
    margin-right: 90px; }
  .mgb-md-90 {
    margin-bottom: 90px; }
  .mgl-md-90 {
    margin-left: 90px; } }

@media only screen and (min-width: 1024px) {
  .mg-lg-10 {
    margin: 10px; }
  .mgt-lg-10 {
    margin-top: 10px; }
  .mgr-lg-10 {
    margin-right: 10px; }
  .mgb-lg-10 {
    margin-bottom: 10px; }
  .mgl-lg-10 {
    margin-left: 10px; }
  .mg-lg-20 {
    margin: 20px; }
  .mgt-lg-20 {
    margin-top: 20px; }
  .mgr-lg-20 {
    margin-right: 20px; }
  .mgb-lg-20 {
    margin-bottom: 20px; }
  .mgl-lg-20 {
    margin-left: 20px; }
  .mg-lg-30 {
    margin: 30px; }
  .mgt-lg-30 {
    margin-top: 30px; }
  .mgr-lg-30 {
    margin-right: 30px; }
  .mgb-lg-30 {
    margin-bottom: 30px; }
  .mgl-lg-30 {
    margin-left: 30px; }
  .mg-lg-40 {
    margin: 40px; }
  .mgt-lg-40 {
    margin-top: 40px; }
  .mgr-lg-40 {
    margin-right: 40px; }
  .mgb-lg-40 {
    margin-bottom: 40px; }
  .mgl-lg-40 {
    margin-left: 40px; }
  .mg-lg-50 {
    margin: 50px; }
  .mgt-lg-50 {
    margin-top: 50px; }
  .mgr-lg-50 {
    margin-right: 50px; }
  .mgb-lg-50 {
    margin-bottom: 50px; }
  .mgl-lg-50 {
    margin-left: 50px; }
  .mg-lg-60 {
    margin: 60px; }
  .mgt-lg-60 {
    margin-top: 60px; }
  .mgr-lg-60 {
    margin-right: 60px; }
  .mgb-lg-60 {
    margin-bottom: 60px; }
  .mgl-lg-60 {
    margin-left: 60px; }
  .mg-lg-70 {
    margin: 70px; }
  .mgt-lg-70 {
    margin-top: 70px; }
  .mgr-lg-70 {
    margin-right: 70px; }
  .mgb-lg-70 {
    margin-bottom: 70px; }
  .mgl-lg-70 {
    margin-left: 70px; }
  .mg-lg-80 {
    margin: 80px; }
  .mgt-lg-80 {
    margin-top: 80px; }
  .mgr-lg-80 {
    margin-right: 80px; }
  .mgb-lg-80 {
    margin-bottom: 80px; }
  .mgl-lg-80 {
    margin-left: 80px; }
  .mg-lg-90 {
    margin: 90px; }
  .mgt-lg-90 {
    margin-top: 90px; }
  .mgr-lg-90 {
    margin-right: 90px; }
  .mgb-lg-90 {
    margin-bottom: 90px; }
  .mgl-lg-90 {
    margin-left: 90px; } }

@media only screen and (min-width: 1400px) {
  .mg-xl-10 {
    margin: 10px; }
  .mgt-xl-10 {
    margin-top: 10px; }
  .mgr-xl-10 {
    margin-right: 10px; }
  .mgb-xl-10 {
    margin-bottom: 10px; }
  .mgl-xl-10 {
    margin-left: 10px; }
  .mg-xl-20 {
    margin: 20px; }
  .mgt-xl-20 {
    margin-top: 20px; }
  .mgr-xl-20 {
    margin-right: 20px; }
  .mgb-xl-20 {
    margin-bottom: 20px; }
  .mgl-xl-20 {
    margin-left: 20px; }
  .mg-xl-30 {
    margin: 30px; }
  .mgt-xl-30 {
    margin-top: 30px; }
  .mgr-xl-30 {
    margin-right: 30px; }
  .mgb-xl-30 {
    margin-bottom: 30px; }
  .mgl-xl-30 {
    margin-left: 30px; }
  .mg-xl-40 {
    margin: 40px; }
  .mgt-xl-40 {
    margin-top: 40px; }
  .mgr-xl-40 {
    margin-right: 40px; }
  .mgb-xl-40 {
    margin-bottom: 40px; }
  .mgl-xl-40 {
    margin-left: 40px; }
  .mg-xl-50 {
    margin: 50px; }
  .mgt-xl-50 {
    margin-top: 50px; }
  .mgr-xl-50 {
    margin-right: 50px; }
  .mgb-xl-50 {
    margin-bottom: 50px; }
  .mgl-xl-50 {
    margin-left: 50px; }
  .mg-xl-60 {
    margin: 60px; }
  .mgt-xl-60 {
    margin-top: 60px; }
  .mgr-xl-60 {
    margin-right: 60px; }
  .mgb-xl-60 {
    margin-bottom: 60px; }
  .mgl-xl-60 {
    margin-left: 60px; }
  .mg-xl-70 {
    margin: 70px; }
  .mgt-xl-70 {
    margin-top: 70px; }
  .mgr-xl-70 {
    margin-right: 70px; }
  .mgb-xl-70 {
    margin-bottom: 70px; }
  .mgl-xl-70 {
    margin-left: 70px; }
  .mg-xl-80 {
    margin: 80px; }
  .mgt-xl-80 {
    margin-top: 80px; }
  .mgr-xl-80 {
    margin-right: 80px; }
  .mgb-xl-80 {
    margin-bottom: 80px; }
  .mgl-xl-80 {
    margin-left: 80px; }
  .mg-xl-90 {
    margin: 90px; }
  .mgt-xl-90 {
    margin-top: 90px; }
  .mgr-xl-90 {
    margin-right: 90px; }
  .mgb-xl-90 {
    margin-bottom: 90px; }
  .mgl-xl-90 {
    margin-left: 90px; } }

.pd-10 {
  padding: 10px; }

.pdt-10 {
  padding-top: 10px; }

.pdr-10 {
  padding-right: 10px; }

.pdb-10 {
  padding-bottom: 10px; }

.pdl-10 {
  padding-left: 10px; }

.pd-20 {
  padding: 20px; }

.pdt-20 {
  padding-top: 20px; }

.pdr-20 {
  padding-right: 20px; }

.pdb-20 {
  padding-bottom: 20px; }

.pdl-20 {
  padding-left: 20px; }

.pd-30 {
  padding: 30px; }

.pdt-30 {
  padding-top: 30px; }

.pdr-30 {
  padding-right: 30px; }

.pdb-30 {
  padding-bottom: 30px; }

.pdl-30 {
  padding-left: 30px; }

.pd-40 {
  padding: 40px; }

.pdt-40 {
  padding-top: 40px; }

.pdr-40 {
  padding-right: 40px; }

.pdb-40 {
  padding-bottom: 40px; }

.pdl-40 {
  padding-left: 40px; }

.pd-50 {
  padding: 50px; }

.pdt-50 {
  padding-top: 50px; }

.pdr-50 {
  padding-right: 50px; }

.pdb-50 {
  padding-bottom: 50px; }

.pdl-50 {
  padding-left: 50px; }

.pd-60 {
  padding: 60px; }

.pdt-60 {
  padding-top: 60px; }

.pdr-60 {
  padding-right: 60px; }

.pdb-60 {
  padding-bottom: 60px; }

.pdl-60 {
  padding-left: 60px; }

.pd-70 {
  padding: 70px; }

.pdt-70 {
  padding-top: 70px; }

.pdr-70 {
  padding-right: 70px; }

.pdb-70 {
  padding-bottom: 70px; }

.pdl-70 {
  padding-left: 70px; }

.pd-80 {
  padding: 80px; }

.pdt-80 {
  padding-top: 80px; }

.pdr-80 {
  padding-right: 80px; }

.pdb-80 {
  padding-bottom: 80px; }

.pdl-80 {
  padding-left: 80px; }

.pd-90 {
  padding: 90px; }

.pdt-90 {
  padding-top: 90px; }

.pdr-90 {
  padding-right: 90px; }

.pdb-90 {
  padding-bottom: 90px; }

.pdl-90 {
  padding-left: 90px; }

@media only screen and (min-width: 768px) {
  .pd-md-10 {
    padding: 10px; }
  .pdt-md-10 {
    padding-top: 10px; }
  .pdr-md-10 {
    padding-right: 10px; }
  .pdb-md-10 {
    padding-bottom: 10px; }
  .pdl-md-10 {
    padding-left: 10px; }
  .pd-md-20 {
    padding: 20px; }
  .pdt-md-20 {
    padding-top: 20px; }
  .pdr-md-20 {
    padding-right: 20px; }
  .pdb-md-20 {
    padding-bottom: 20px; }
  .pdl-md-20 {
    padding-left: 20px; }
  .pd-md-30 {
    padding: 30px; }
  .pdt-md-30 {
    padding-top: 30px; }
  .pdr-md-30 {
    padding-right: 30px; }
  .pdb-md-30 {
    padding-bottom: 30px; }
  .pdl-md-30 {
    padding-left: 30px; }
  .pd-md-40 {
    padding: 40px; }
  .pdt-md-40 {
    padding-top: 40px; }
  .pdr-md-40 {
    padding-right: 40px; }
  .pdb-md-40 {
    padding-bottom: 40px; }
  .pdl-md-40 {
    padding-left: 40px; }
  .pd-md-50 {
    padding: 50px; }
  .pdt-md-50 {
    padding-top: 50px; }
  .pdr-md-50 {
    padding-right: 50px; }
  .pdb-md-50 {
    padding-bottom: 50px; }
  .pdl-md-50 {
    padding-left: 50px; }
  .pd-md-60 {
    padding: 60px; }
  .pdt-md-60 {
    padding-top: 60px; }
  .pdr-md-60 {
    padding-right: 60px; }
  .pdb-md-60 {
    padding-bottom: 60px; }
  .pdl-md-60 {
    padding-left: 60px; }
  .pd-md-70 {
    padding: 70px; }
  .pdt-md-70 {
    padding-top: 70px; }
  .pdr-md-70 {
    padding-right: 70px; }
  .pdb-md-70 {
    padding-bottom: 70px; }
  .pdl-md-70 {
    padding-left: 70px; }
  .pd-md-80 {
    padding: 80px; }
  .pdt-md-80 {
    padding-top: 80px; }
  .pdr-md-80 {
    padding-right: 80px; }
  .pdb-md-80 {
    padding-bottom: 80px; }
  .pdl-md-80 {
    padding-left: 80px; }
  .pd-md-90 {
    padding: 90px; }
  .pdt-md-90 {
    padding-top: 90px; }
  .pdr-md-90 {
    padding-right: 90px; }
  .pdb-md-90 {
    padding-bottom: 90px; }
  .pdl-md-90 {
    padding-left: 90px; } }

@media only screen and (min-width: 1024px) {
  .pd-lg-10 {
    padding: 10px; }
  .pdt-lg-10 {
    padding-top: 10px; }
  .pdr-lg-10 {
    padding-right: 10px; }
  .pdb-lg-10 {
    padding-bottom: 10px; }
  .pdl-lg-10 {
    padding-left: 10px; }
  .pd-lg-20 {
    padding: 20px; }
  .pdt-lg-20 {
    padding-top: 20px; }
  .pdr-lg-20 {
    padding-right: 20px; }
  .pdb-lg-20 {
    padding-bottom: 20px; }
  .pdl-lg-20 {
    padding-left: 20px; }
  .pd-lg-30 {
    padding: 30px; }
  .pdt-lg-30 {
    padding-top: 30px; }
  .pdr-lg-30 {
    padding-right: 30px; }
  .pdb-lg-30 {
    padding-bottom: 30px; }
  .pdl-lg-30 {
    padding-left: 30px; }
  .pd-lg-40 {
    padding: 40px; }
  .pdt-lg-40 {
    padding-top: 40px; }
  .pdr-lg-40 {
    padding-right: 40px; }
  .pdb-lg-40 {
    padding-bottom: 40px; }
  .pdl-lg-40 {
    padding-left: 40px; }
  .pd-lg-50 {
    padding: 50px; }
  .pdt-lg-50 {
    padding-top: 50px; }
  .pdr-lg-50 {
    padding-right: 50px; }
  .pdb-lg-50 {
    padding-bottom: 50px; }
  .pdl-lg-50 {
    padding-left: 50px; }
  .pd-lg-60 {
    padding: 60px; }
  .pdt-lg-60 {
    padding-top: 60px; }
  .pdr-lg-60 {
    padding-right: 60px; }
  .pdb-lg-60 {
    padding-bottom: 60px; }
  .pdl-lg-60 {
    padding-left: 60px; }
  .pd-lg-70 {
    padding: 70px; }
  .pdt-lg-70 {
    padding-top: 70px; }
  .pdr-lg-70 {
    padding-right: 70px; }
  .pdb-lg-70 {
    padding-bottom: 70px; }
  .pdl-lg-70 {
    padding-left: 70px; }
  .pd-lg-80 {
    padding: 80px; }
  .pdt-lg-80 {
    padding-top: 80px; }
  .pdr-lg-80 {
    padding-right: 80px; }
  .pdb-lg-80 {
    padding-bottom: 80px; }
  .pdl-lg-80 {
    padding-left: 80px; }
  .pd-lg-90 {
    padding: 90px; }
  .pdt-lg-90 {
    padding-top: 90px; }
  .pdr-lg-90 {
    padding-right: 90px; }
  .pdb-lg-90 {
    padding-bottom: 90px; }
  .pdl-lg-90 {
    padding-left: 90px; } }

@media only screen and (min-width: 1400px) {
  .pd-xl-10 {
    padding: 10px; }
  .pdt-xl-10 {
    padding-top: 10px; }
  .pdr-xl-10 {
    padding-right: 10px; }
  .pdb-xl-10 {
    padding-bottom: 10px; }
  .pdl-xl-10 {
    padding-left: 10px; }
  .pd-xl-20 {
    padding: 20px; }
  .pdt-xl-20 {
    padding-top: 20px; }
  .pdr-xl-20 {
    padding-right: 20px; }
  .pdb-xl-20 {
    padding-bottom: 20px; }
  .pdl-xl-20 {
    padding-left: 20px; }
  .pd-xl-30 {
    padding: 30px; }
  .pdt-xl-30 {
    padding-top: 30px; }
  .pdr-xl-30 {
    padding-right: 30px; }
  .pdb-xl-30 {
    padding-bottom: 30px; }
  .pdl-xl-30 {
    padding-left: 30px; }
  .pd-xl-40 {
    padding: 40px; }
  .pdt-xl-40 {
    padding-top: 40px; }
  .pdr-xl-40 {
    padding-right: 40px; }
  .pdb-xl-40 {
    padding-bottom: 40px; }
  .pdl-xl-40 {
    padding-left: 40px; }
  .pd-xl-50 {
    padding: 50px; }
  .pdt-xl-50 {
    padding-top: 50px; }
  .pdr-xl-50 {
    padding-right: 50px; }
  .pdb-xl-50 {
    padding-bottom: 50px; }
  .pdl-xl-50 {
    padding-left: 50px; }
  .pd-xl-60 {
    padding: 60px; }
  .pdt-xl-60 {
    padding-top: 60px; }
  .pdr-xl-60 {
    padding-right: 60px; }
  .pdb-xl-60 {
    padding-bottom: 60px; }
  .pdl-xl-60 {
    padding-left: 60px; }
  .pd-xl-70 {
    padding: 70px; }
  .pdt-xl-70 {
    padding-top: 70px; }
  .pdr-xl-70 {
    padding-right: 70px; }
  .pdb-xl-70 {
    padding-bottom: 70px; }
  .pdl-xl-70 {
    padding-left: 70px; }
  .pd-xl-80 {
    padding: 80px; }
  .pdt-xl-80 {
    padding-top: 80px; }
  .pdr-xl-80 {
    padding-right: 80px; }
  .pdb-xl-80 {
    padding-bottom: 80px; }
  .pdl-xl-80 {
    padding-left: 80px; }
  .pd-xl-90 {
    padding: 90px; }
  .pdt-xl-90 {
    padding-top: 90px; }
  .pdr-xl-90 {
    padding-right: 90px; }
  .pdb-xl-90 {
    padding-bottom: 90px; }
  .pdl-xl-90 {
    padding-left: 90px; } }

.section-headline {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1px;
  line-height: 27px;
  margin-bottom: 5px;
  background-color: #333333;
  padding-left: 7px; }
  .section-headline.reverse {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .footer-menu ul {
    display: inline-block;
    vertical-align: top; } }

@media only screen and (min-width: 320px) {
  .footer-menu li {
    display: inline-block;
    vertical-align: top; } }

.footer-menu a {
  font-size: 16px;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #B9B9B9;
  line-height: 19px;
  text-decoration: none;
  padding: 28px 20px;
  display: block; }
  @media only screen and (min-width: 1024px) {
    .footer-menu a {
      padding: 28px 20px 28px 20px; } }

.mega-menu {
  background-color: #000000;
  display: none;
  padding: 24px;
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  padding: 30px 0px;
  z-index: -50;
  height: 100vh; }
  .mega-menu.projects-filter {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    margin-top: 54px;
    top: 0;
    padding: 20px 0px;
    height: auto; }
  .mega-menu .grid-row {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .mega-menu .grid-row div {
        padding-right: 30px; }
        .mega-menu .grid-row div.no-padding {
          padding-right: 0px; } }
  .mega-menu a {
    display: inline-block;
    vertical-align: top;
    color: #111111;
    text-decoration: none;
    font-size: 18px;
    padding: 0;
    opacity: 0.6;
    cursor: pointer;
    position: relative; }
    .mega-menu a:after {
      content: '';
      width: 14px;
      height: 14px;
      display: inline-block;
      position: absolute;
      right: -18px;
      background-image: url("../img/icons/check.png");
      background-repeat: no-repeat;
      background-size: 100%;
      top: 20px;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.74, 0.18, 0.54, 1.47);
      -o-transition: all 0.2s cubic-bezier(0.74, 0.18, 0.54, 1.47);
      transition: all 0.2s cubic-bezier(0.74, 0.18, 0.54, 1.47); }
    .mega-menu a:hover {
      opacity: 1; }
    .mega-menu a.selected {
      opacity: 1; }
      .mega-menu a.selected:after {
        opacity: 1;
        top: 8px;
        right: -18px; }
  .mega-menu #search {
    padding: 30px 0px; }

@media only screen and (min-width: 1210px) {
  .primary-menu > ul {
    display: inline-block;
    vertical-align: top; } }

@media only screen and (min-width: 1210px) {
  .primary-menu > ul > li {
    display: inline-block;
    vertical-align: top; } }

.primary-menu > ul > li > a {
  font-size: 14px;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  opacity: 0.7;
  color: white;
  line-height: 19px;
  text-decoration: none;
  padding: 17px 22px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.2px; }
  .primary-menu > ul > li > a:hover, .primary-menu > ul > li > a.active {
    opacity: 1; }

.primary-menu .option-submenu {
  cursor: pointer; }
  .primary-menu .option-submenu.selected {
    background-color: #000000; }

.primary-submenu {
  background-color: #000; }

.menu-mobile {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  *zoom: 1; }
  .menu-mobile:before, .menu-mobile:after {
    content: " ";
    display: table; }
  .menu-mobile:after {
    clear: both; }
  .menu-mobile .logo {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    position: absolute;
    width: 100px;
    margin-left: -50px;
    left: 50%; }
    @media only screen and (min-width: 370px) {
      .menu-mobile .logo {
        margin: 10px;
        width: 110px;
        margin-left: -50px; } }
  @media only screen and (min-width: 1210px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile.nav-up {
    top: -60px; }
  .menu-mobile .search {
    float: right; }
    .menu-mobile .search .option-submenu {
      display: inline-block;
      width: 15px;
      margin: 15px; }

.menu-mobile-bg {
  display: none; }
  .menu-mobile-bg.menu-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(50, 50, 50, 0.87); }

#burger-menu {
  width: 32px;
  height: 20px;
  position: relative;
  margin: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  float: left;
  z-index: 30; }
  #burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #burger-menu span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #burger-menu span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #burger-menu span:nth-child(3) {
      top: 16px;
      width: 70%;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  #burger-menu.menu-open {
    margin-left: 275px; }
    #burger-menu.menu-open span:nth-child(1) {
      top: -3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #burger-menu.menu-open span:nth-child(2) {
      top: 10px;
      width: 0%;
      opacity: 0; }
    #burger-menu.menu-open span:nth-child(3) {
      top: 20px;
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.social-menu {
  width: 100%;
  max-width: 240px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .social-menu ul {
      display: inline-block;
      vertical-align: top;
      text-align: right; } }
  .social-menu li {
    width: 7%;
    margin-right: 7%;
    display: inline-block;
    vertical-align: top; }
    .social-menu li:last-of-type {
      margin-right: 0%; }
  .social-menu a {
    display: block; }

.searchform {
  position: relative; }
  .searchform .search-icon {
    width: 22px;
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
    opacity: 0.9; }
  .searchform input {
    padding: 8px 10px 7px;
    vertical-align: top;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 28px; }
    .searchform input::-webkit-input-placeholder {
      font-size: 28px;
      color: #484848;
      line-height: 28px; }
    .searchform input:-ms-input-placeholder {
      font-size: 28px;
      color: #484848;
      line-height: 28px; }
    .searchform input::-ms-input-placeholder {
      font-size: 28px;
      color: #484848;
      line-height: 28px; }
    .searchform input::placeholder {
      font-size: 28px;
      color: #484848;
      line-height: 28px; }

.search {
  position: relative; }
  .search .mega-menu {
    top: 0;
    padding-top: 100px;
    height: 100%; }

.bodymovin {
  width: 100px;
  margin: 50px auto;
  margin-top: 25px; }

.search-result {
  max-height: 70vh;
  overflow-y: auto; }
  .search-result a {
    display: block;
    margin-bottom: 20px; }
    .search-result a .result-pic {
      height: 120px;
      background-size: cover;
      background-position: center; }
  .search-result h3 {
    color: #ffffff;
    font-size: 18px; }
  .search-result .grid-row {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0; }

.destacado {
  background-color: #272727;
  padding: 30px 30px; }
  @media only screen and (min-width: 768px) {
    .destacado {
      padding: 30px 70px; } }
  .destacado blockquote {
    font-size: 2.25rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border-left: 6px solid #FFFFFF;
    line-height: 39px;
    padding-left: 30px; }

#infoMessage {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }

.event-message {
  -webkit-animation-name: message;
  animation-name: message;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  padding: 35px 30px;
  position: relative;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.85, 0.41, 1.2);
  animation-timing-function: cubic-bezier(0.66, 0.85, 0.41, 1.2);
  font-size: 1rem;
  font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .event-message {
      *zoom: 1; }
      .event-message:before, .event-message:after {
        content: " ";
        display: table; }
      .event-message:after {
        clear: both; } }
  .event-message .message-close {
    font-weight: normal;
    font-size: 1rem;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    color: inherit;
    line-height: 18px; }
    @media only screen and (min-width: 768px) {
      .event-message .message-close {
        float: right;
        margin-top: -2px; } }
  .event-message.alert {
    background-color: #FF6666;
    color: #8D2E2E; }
  .event-message.success {
    background-color: #D2E7BD;
    color: #08B65B; }

@keyframes message {
  0% {
    bottom: -100px; }
  100% {
    bottom: 0px; }
  100% {
    bottom: 0px; } }

@-webkit-keyframes message {
  0% {
    bottom: -100px; }
  100% {
    bottom: 0px; }
  100% {
    bottom: 0px; } }

.list-2-cols > li {
  display: inline-block;
  vertical-align: top;
  width: 45%; }

.list-2-cols > li:nth-of-type(odd) {
  padding-right: 5%; }

@media only screen and (min-width: 1210px) {
  .menu-list-2-cols > li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px); }
  .menu-list-2-cols > li:nth-of-type(odd) {
    padding-right: 5%; } }

.list-3-cols > li {
  display: inline-block;
  vertical-align: top;
  width: 32%; }

.list-3-cols > li:nth-of-type(odd) {
  padding-right: 5%; }

.mouse-icon {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 60px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #1B1B1B;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  z-index: 20; }
  .mouse-icon .scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #1B1B1B;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.animated-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .animated-item .animated-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    overflow: hidden;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .animated-item .animated-header {
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .animated-item .animated-content {
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .animated-item:hover .animated-info,
  .animated-item:hover .animated-header,
  .animated-item:hover .animated-content {
    opacity: 1; }

.single-element-tabs figure,
.single-element-tabs article {
  float: left;
  display: none; }
  .single-element-tabs figure.active,
  .single-element-tabs article.active {
    display: block; }
  .single-element-tabs figure h4 div, .single-element-tabs figure h4 p,
  .single-element-tabs article h4 div,
  .single-element-tabs article h4 p {
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
    font-size: 20px; }

.single-element-tabs .tabs-nav li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px; }

.single-element-tabs .tabs-nav .tab-option {
  font-size: 22px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none; }
  .single-element-tabs .tabs-nav .tab-option.active {
    color: #FFFFFF;
    text-decoration: underline; }

footer {
  background-color: #1B1B1B;
  padding: 20px;
  text-align: center;
  position: relative;
  display: table-row;
  height: 98px;
  z-index: 10; }
  @media only screen and (min-width: 1024px) {
    footer {
      *zoom: 1;
      text-align: left;
      padding: 0px 20px; }
      footer:before, footer:after {
        content: " ";
        display: table; }
      footer:after {
        clear: both; } }
  footer .logo {
    width: 74px;
    margin: 0 auto;
    padding: 7px 4px 2px; }
    @media only screen and (min-width: 1024px) {
      footer .logo {
        float: left;
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    footer .footer-menu {
      display: inline-block;
      vertical-align: top; } }
  footer .social-menu {
    margin: 0 auto;
    padding: 28px 0px 18px; }
    @media only screen and (min-width: 1024px) {
      footer .social-menu {
        float: right;
        margin: 0; } }
  footer .w-content {
    padding-top: 10px;
    padding-bottom: 10px; }

.grid-row {
  *zoom: 1; }
  .grid-row:before, .grid-row:after {
    content: " ";
    display: table; }
  .grid-row:after {
    clear: both; }

.grid-xs-1 {
  float: left;
  width: 8.33333%;
  display: block; }

.grid-xs-2 {
  float: left;
  width: 16.66667%;
  display: block; }

.grid-xs-3 {
  float: left;
  width: 25%;
  display: block; }

.grid-xs-4 {
  float: left;
  width: 33.33333%;
  display: block; }

.grid-xs-5 {
  float: left;
  width: 41.66667%;
  display: block; }

.grid-xs-6 {
  float: left;
  width: 50%;
  display: block; }

.grid-xs-7 {
  float: left;
  width: 58.33333%;
  display: block; }

.grid-xs-8 {
  float: left;
  width: 66.66667%;
  display: block; }

.grid-xs-9 {
  float: left;
  width: 75%;
  display: block; }

.grid-xs-10 {
  float: left;
  width: 83.33333%;
  display: block; }

.grid-xs-11 {
  float: left;
  width: 91.66667%;
  display: block; }

.grid-xs-12 {
  float: left;
  width: 100%;
  display: block; }

@media only screen and (min-width: 320px) {
  .grid-sm-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-sm-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-sm-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-sm-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-sm-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-sm-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-sm-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-sm-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-sm-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-sm-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-sm-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-sm-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 768px) {
  .grid-md-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-md-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-md-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-md-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-md-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-md-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-md-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-md-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-md-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-md-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-md-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-md-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 1024px) {
  .grid-lg-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-lg-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-lg-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-lg-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-lg-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-lg-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-lg-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-lg-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-lg-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-lg-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-lg-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-lg-12 {
    float: left;
    width: 100%;
    display: block; } }

@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    float: left;
    width: 8.33333%;
    display: block; }
  .grid-xl-2 {
    float: left;
    width: 16.66667%;
    display: block; }
  .grid-xl-3 {
    float: left;
    width: 25%;
    display: block; }
  .grid-xl-4 {
    float: left;
    width: 33.33333%;
    display: block; }
  .grid-xl-5 {
    float: left;
    width: 41.66667%;
    display: block; }
  .grid-xl-6 {
    float: left;
    width: 50%;
    display: block; }
  .grid-xl-7 {
    float: left;
    width: 58.33333%;
    display: block; }
  .grid-xl-8 {
    float: left;
    width: 66.66667%;
    display: block; }
  .grid-xl-9 {
    float: left;
    width: 75%;
    display: block; }
  .grid-xl-10 {
    float: left;
    width: 83.33333%;
    display: block; }
  .grid-xl-11 {
    float: left;
    width: 91.66667%;
    display: block; }
  .grid-xl-12 {
    float: left;
    width: 100%;
    display: block; } }

header {
  background-color: black; }
  @media only screen and (min-width: 1210px) {
    header {
      height: auto;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      -webkit-transition: top 0.2s ease-in-out;
      -o-transition: top 0.2s ease-in-out;
      transition: top 0.2s ease-in-out;
      height: 52px;
      background-color: rgba(0, 0, 0, 0.8); } }
  header .header-nav {
    position: relative; }
  header .logo {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 1210px) {
      header .logo {
        width: 101px;
        padding: 12px 0 12px 0;
        position: absolute; } }
  @media only screen and (min-width: 1210px) {
    header .primary-menu {
      display: inline-block;
      vertical-align: top;
      padding-left: 165px;
      width: calc(100%); } }
  header .language {
    display: inline-block;
    padding: 12px; }
    @media only screen and (min-width: 1210px) {
      header .language {
        float: right;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.17); } }
    header .language a {
      text-decoration: none;
      color: #fff;
      padding: 0 6px;
      opacity: .5; }
      header .language a.active {
        opacity: 1; }
    header .language span {
      border-left: 1px solid #5d5d5d;
      padding-right: 4px;
      position: relative;
      top: -1px; }
  @media only screen and (min-width: 1210px) {
    header .search {
      display: inline-block;
      vertical-align: top;
      float: right; } }
  header .search > a {
    display: inline-block;
    vertical-align: top;
    padding: 14px 0; }
    header .search > a img {
      width: 16px; }
  header.nav-up {
    top: -55px; }
  @media only screen and (max-width: 1209px) {
    header {
      position: fixed;
      width: 260px;
      top: 0;
      bottom: 0;
      left: -260px;
      padding: 10px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header.menu-open {
        left: 0px;
        border-right: 1px solid #2b2b2b;
        z-index: 1000; }
      header .logo {
        padding: 20px;
        width: 151px; }
      header .search {
        display: none; }
      header .menu-principal li {
        display: block; } }

.other-items {
  background-color: #272727;
  padding: 50px 20px 30px; }
  .other-items h1, .other-items h2, .other-items a {
    color: #FFFFFF; }
  @media only screen and (min-width: 1210px) {
    .other-items {
      padding: 70px 0px 50px; } }

.other-featured-stories {
  background-color: #F3F7F9;
  padding: 50px 20px 30px; }
  @media only screen and (min-width: 1210px) {
    .other-featured-stories {
      padding: 60px 0px 80px; } }
  .other-featured-stories .grid-row {
    margin-bottom: 80px; }

.projects-services .pjsr-header {
  color: #FFFFFF; }

.projects-services .pjsr-container {
  display: table;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.projects-services .pjsr-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 135px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .projects-services .pjsr-item {
      -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px); }
      .projects-services .pjsr-item:nth-of-type(2n+1) {
        margin-right: 20px; } }

.hero {
  position: relative; }

.hero-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 0px 15px 20px;
  z-index: 99;
  margin-top: -50px;
  height: 50px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, margin-top 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, margin-top 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, margin-top 0.2s ease-out; }
  @media only screen and (min-width: 1210px) {
    .hero-headline {
      padding-left: 0px; } }
  .hero-headline h5 {
    text-transform: uppercase;
    color: #FFFFFF; }
  .hero-headline.isStuck {
    margin-top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.28); }
    .hero-headline.isStuck h5 {
      color: #111111; }
    .hero-headline.isStuck.hero-offset {
      margin-top: 55px; }
      @media only screen and (min-width: 1210px) {
        .hero-headline.isStuck.hero-offset {
          margin-top: 50px; } }
  .hero-headline.contact-headline {
    position: -webkit-sticky !important;
    position: sticky !important;
    margin-top: 0; }

.story-headline {
  position: -webkit-sticky !important;
  position: sticky !important;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 0px 15px 20px;
  z-index: 99;
  margin-top: -50px;
  height: 50px;
  text-align: center;
  color: #ffffff; }
  .story-headline h5 {
    text-transform: uppercase;
    color: #FFFFFF; }

.hero-contact {
  width: 100%;
  height: 80vh; }
  @media only screen and (min-width: 768px) {
    .hero-contact {
      height: 70vh; } }

.hero-project {
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-project .hero-content {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 125px 20px; }
    @media only screen and (min-width: 1210px) {
      .hero-project .hero-content {
        padding: 125px 0px; } }
  .hero-project .hero-header {
    position: relative; }
    .hero-project .hero-header h3 {
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 4px; }
    .hero-project .hero-header .sector {
      color: rgba(255, 255, 255, 0.47);
      font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif;
      position: absolute;
      right: 0;
      bottom: 0; }
    @media only screen and (min-width: 768px) {
      .hero-project .hero-header {
        *zoom: 1; }
        .hero-project .hero-header:before, .hero-project .hero-header:after {
          content: " ";
          display: table; }
        .hero-project .hero-header:after {
          clear: both; }
        .hero-project .hero-header h3 {
          display: inline-block;
          vertical-align: top; }
        .hero-project .hero-header h4 {
          display: inline-block;
          vertical-align: top;
          float: right; } }
  .hero-project .hero-title {
    display: block;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 32px;
    display: inline-block; }
    .hero-project .hero-title:after {
      content: '';
      display: inline-block;
      background-image: url("../img/icons/arrow-white.png");
      width: 35px;
      height: 18px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-left: 8px;
      top: 2px;
      opacity: 0.5;
      position: relative;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .hero-project .hero-title:hover {
      color: rgba(255, 255, 255, 0.6); }
      .hero-project .hero-title:hover:after {
        opacity: 1;
        margin-left: 15px; }
  .hero-project .hero-description {
    color: #FFFFFF;
    font-family: "KabelLTPro-Light", Arial, Helvetica, sans-serif; }

.hero-slider {
  width: 100vw;
  height: 100vh;
  z-index: 0; }
  .hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: fixed; }
  .hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; }

.hero-slider-70 {
  width: 100vw;
  height: 70vh; }

.hero-stories {
  background-color: #1B1B1B;
  height: auto;
  padding: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 1210px) {
    .hero-stories {
      padding: 0px; } }
  .hero-stories .hero-title {
    position: absolute;
    font-size: 15vw;
    letter-spacing: 7vw;
    margin-left: 2vw;
    font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.04);
    left: 50%;
    top: 150px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media only screen and (min-width: 600px) {
      .hero-stories .hero-title {
        top: 50%; } }
  .hero-stories .hero-content {
    margin: 0 auto;
    padding-top: 185px;
    padding-bottom: 120px; }
    .hero-stories .hero-content h1 {
      color: #FFFFFF;
      font-family: "KabelLTPro-light", Arial, Helvetica, sans-serif; }
  .hero-stories .hero-headline {
    background-color: rgba(0, 0, 0, 0.58); }

.projects-container {
  display: table;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  overflow: hidden; }
  .projects-container:before, .projects-container:after {
    content: " ";
    display: table; }
  .projects-container:after {
    clear: both; }
  .projects-container .projects-item {
    float: left;
    width: 99%;
    margin: 10px 0px;
    width: calc(100%);
    height: 255px; }
    @media only screen and (min-width: 768px) {
      .projects-container .projects-item {
        margin: 10px 0.5%;
        margin: calc(10px);
        width: 49%;
        width: calc(50% - 20px); } }
    @media only screen and (min-width: 1024px) {
      .projects-container .projects-item {
        width: 24%;
        width: calc(25% - 20px); } }
  @media only screen and (min-width: 768px) {
    .projects-container .project-item--width2 {
      width: 49%;
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 768px) {
    .projects-container .project-item--height2 {
      height: 530px; } }

.projects-alert {
  display: none;
  text-align: center;
  padding: 40px 20px; }

.stories-container {
  display: table;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px; }
  .stories-container .animated-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    min-height: 245px; }
    @media only screen and (min-width: 768px) {
      .stories-container .animated-item:nth-of-type(4n+1), .stories-container .animated-item:nth-of-type(4n+3) {
        margin-right: 20px; }
      .stories-container .animated-item:nth-of-type(4n+1), .stories-container .animated-item:nth-of-type(4n+4) {
        -ms-flex-preferred-size: calc(60% - 20px);
        flex-basis: calc(60% - 20px); }
      .stories-container .animated-item:nth-of-type(4n+2), .stories-container .animated-item:nth-of-type(4n+3) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }

.ssi-container {
  display: table;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .ssi-container {
      *zoom: 1; }
      .ssi-container:before, .ssi-container:after {
        content: " ";
        display: table; }
      .ssi-container:after {
        clear: both; } }
  .ssi-container .ssi-item {
    width: 100%;
    margin-bottom: 20px;
    height: 226px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .ssi-container .ssi-item {
        float: left; }
        .ssi-container .ssi-item:nth-of-type(4n+1) {
          width: calc(66% - 20px);
          margin-right: 20px;
          height: 426px; }
        .ssi-container .ssi-item:nth-of-type(4n+2) {
          width: calc(34%);
          height: 229px; }
        .ssi-container .ssi-item:nth-of-type(4n+3) {
          width: calc(17% - 10px);
          margin-right: 20px;
          height: 176px; }
        .ssi-container .ssi-item:nth-of-type(4n+4) {
          width: calc(17% - 10px);
          height: 176px; } }

.image404 {
  padding: 50px 20px;
  width: 45%;
  float: left; }

.text404 {
  padding: 180px 40px;
  width: 45%;
  float: left; }

.auth {
  height: 100vh;
  width: 100%;
  background-color: #fafdff; }
  .auth.forgot .w-content .box input[type="submit"] {
    margin-bottom: 0;
    margin-top: 0;
    margin: 0 auto;
    display: inherit; }
  .auth .w-content {
    top: 49%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
    .auth .w-content .box {
      padding: 40px;
      -webkit-box-shadow: 0 2px 4px #c8d1d3;
      box-shadow: 0 2px 4px #c8d1d3;
      border-radius: 4px;
      background-color: #fff; }
      .auth .w-content .box .logo {
        margin-bottom: 20px; }
      .auth .w-content .box p {
        text-align: left; }
      .auth .w-content .box label {
        font-weight: bold;
        font-size: 14px;
        display: block;
        text-align: left; }
      .auth .w-content .box input {
        padding-bottom: 9px;
        padding-top: 15px;
        margin-bottom: 20px;
        color: #6b6b6b;
        font-family: arial;
        font-size: 15px; }
        .auth .w-content .box input:focus {
          border-bottom: 1px solid; }
      .auth .w-content .box .remember {
        text-align: left; }
        .auth .w-content .box .remember p label {
          font-weight: normal;
          padding-top: 3px;
          display: inline-block;
          padding-left: 5px; }
      .auth .w-content .box input[type="checkbox"] {
        float: left;
        width: auto;
        display: block;
        margin-top: 10px; }
      .auth .w-content .box input[type="submit"] {
        font-size: 1.375rem;
        font-family: "KabelLTPro-Book", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 26px;
        padding: 11px 25px;
        background-color: #111111;
        border: 1px solid #111111;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
        text-decoration: none;
        display: inline-block;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .auth .w-content .box input[type="submit"]:hover {
          top: -2px;
          opacity: 1px;
          background-color: #555555;
          border: 1px solid #555555; }
      .auth .w-content .box .forgot {
        text-align: center; }
        .auth .w-content .box .forgot a {
          text-decoration: none;
          font-size: 14px; }
          .auth .w-content .box .forgot a:hover {
            text-decoration: underline !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ececec inset; }

#map {
  height: 100%; }

.contact {
  padding: 50px 30px; }
  @media only screen and (min-width: 1210px) {
    .contact {
      padding: 100px 0px; } }

@media only screen and (min-width: 1024px) {
  .contact-info {
    padding-top: 90px; } }

.contact-info article {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 90px 0px; }

.contact-info h4 {
  color: #8B8B8B; }

.contact-info a {
  text-decoration: none; }
  .contact-info a:hover {
    text-decoration: underline;
    color: #8B8B8B; }

.hero-construc {
  width: 100%;
  height: 200px;
  background-image: url("../img/sliders/corporate-headquarters.jpg");
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 990px) {
  .wc-content {
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media only screen and (min-width: 1030px) {
  .wc-content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.construc {
  width: 100%;
  min-height: calc(100vh - 200px);
  background-color: #171717;
  padding: 72px 20px; }
  .construc h1 {
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 50px; }
  .construc h2 {
    color: #FFFFFF;
    margin-bottom: 30px; }
  .construc .message {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 55px; }
  .construc h4 {
    color: #FFFFFF;
    margin-bottom: 25px; }
  .construc .address {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px; }
  .construc .last {
    margin-top: 25px; }
    .construc .last a {
      color: #FFFFFF;
      font-size: 22px;
      line-height: 26px; }

body.filosofia {
  padding: 0 !important; }

.filosofia {
  padding: 50px 20px; }
  @media only screen and (min-width: 1210px) {
    .filosofia {
      padding: 50px 0  250px; } }
  .filosofia .f-text {
    padding: 25px 0; }
  .filosofia .img-filosofia {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0; }

.h-filo .hero-content {
  padding-top: 120px;
  padding-bottom: 90px;
  width: 100%; }
  .h-filo .hero-content p {
    font-size: 26px; }
  .h-filo .hero-content h1 {
    margin-bottom: 20px; }

.home-page {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5; }

body.principal {
  background: #f5f5f5; }

.all-stories {
  *zoom: 1; }
  .all-stories:before, .all-stories:after {
    content: " ";
    display: table; }
  .all-stories:after {
    clear: both; }
  .all-stories a {
    font-size: 28px;
    float: right;
    color: #8C8C8C;
    text-decoration: none; }

.home-page-proj-serv {
  background-color: #272727;
  padding: 50px 20px 30px;
  position: relative;
  z-index: 1; }

.featured-project {
  max-height: 550px;
  overflow: hidden; }

body.projects {
  background-color: #f5f5f5; }

.featured-story {
  background-color: #F3F7F9;
  padding: 50px 20px; }
  @media only screen and (min-width: 1210px) {
    .featured-story {
      padding: 100px 0px; } }
  .featured-story a {
    font-size: 1.4em; }

.stories-archive {
  padding: 50px 20px;
  background-color: #f5f5f5; }
  @media only screen and (min-width: 1210px) {
    .stories-archive {
      padding: 70px 0px; } }

.single-story-details {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px; }

.st-link {
  display: block;
  margin-top: 20px;
  text-decoration: underline; }
  .st-link:hover {
    text-decoration: none;
    opacity: 0.7; }

.single-project-intro,
.single-project-description,
.single-project-middle {
  padding: 50px 20px;
  position: relative;
  z-index: 9;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 1210px) {
    .single-project-intro,
    .single-project-description,
    .single-project-middle {
      padding: 100px 0px; } }

.single-project-description {
  background-color: #272727; }
  .single-project-description h4, .single-project-description p, .single-project-description a {
    color: #FFFFFF; }

.single-project-middle p {
  color: #4A4A4A; }

.other-items {
  z-index: 9;
  position: relative;
  background-color: #272727; }

.single-story-intro {
  padding: 50px 20px 20px; }
  @media only screen and (min-width: 1210px) {
    .single-story-intro {
      padding: 70px 0px 20px; } }

.single-story-4i {
  padding: 30px 20px 0px; }
  @media only screen and (min-width: 1210px) {
    .single-story-4i {
      padding: 50px 0px 0px; } }

.single-story-middle {
  padding: 30px 20px 20px; }
  @media only screen and (min-width: 1210px) {
    .single-story-middle {
      padding: 50px 0px 20px; } }

.single-story-close {
  padding: 30px 20px 50px; }
  @media only screen and (min-width: 1210px) {
    .single-story-close {
      padding: 50px 0px 50px; } }
