/*
Theme Name: Lichtfaktor
Description: Lichtfaktor Wordpress Theme
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
body{
  overflow-x:hidden !important; 
}
.icon {
  height: 133px;
}
@font-face {
  font-family: 'fugue';
  src: url('fonts/fugue_head-webfont.eot');
  src: url('fonts/fugue_head-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/fugue_head-webfont.woff2') format('woff2'), url('fonts/fugue_head-webfont.woff') format('woff'), url('fonts/fugue_head-webfont.ttf') format('truetype'), url('fonts/fugue_head-webfont.svg#fugueheadline') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fugue';
  src: url('fonts/fugue-italic-webfont.eot');
  src: url('fonts/fugue-italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/fugue-italic-webfont.woff2') format('woff2'), url('fonts/fugue-italic-webfont.woff') format('woff'), url('fonts/fugue-italic-webfont.ttf') format('truetype'), url('fonts/fugue-italic-webfont.svg#fugueitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'fugue';
  src: url('fonts/fugue-regular-webfont.eot');
  src: url('fonts/fugue-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/fugue-regular-webfont.woff2') format('woff2'), url('fonts/fugue-regular-webfont.woff') format('woff'), url('fonts/fugue-regular-webfont.ttf') format('truetype'), url('fonts/fugue-regular-webfont.svg#fugueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Wordpress Core
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------------------
# Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0B0B0B;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
                         * Remove all paddings around the image on small screen
                         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# animsition
--------------------------------------------------------------*/
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #DDD;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #EEE;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/*--------------------------------------------------------------
# Page Load Animation
--------------------------------------------------------------*/
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loaded .spinner {
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'fugue', sans-serif;
  font-size: 20px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#page {
  position: relative;
  width: 100%;
  overflow: hidden;
}
a,
button,
input,
textarea,
.btn,
a:hover,
button:hover,
input:hover,
textarea:hover,
.btn:hover,
a:focus,
button:focus,
input:focus,
textarea:focus,
.btn:focus {
  outline: 0;
}
a:focus,
a:hover {
  color: #000;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.bg-grey {
  background: #FAFAFA;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1590px) {
  .container.c-1560 {
    width: 1560px;
  }
}
@media (min-width: 1790px) {
  .container.c-1760 {
    width: 1760px;
  }
}
@media (min-width: 1950px) {
  .container.c-1920 {
    width: 1920px;
  }
}
/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/
.align-center {
  text-align: center;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'fugue', sans-serif;
  letter-spacing: 0.05em;
  margin-top: 0;
}
p {
  letter-spacing: 0.05em;
}
.title-gradient {
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0px;
  margin: 3px 0px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-gradient.white {
  color: #FFF;
  background: none;
  -webkit-text-fill-color: #fff;
}
p + .title-gradient {
  margin-top: 100px;
}
.subtitle {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.bigger-text {
  font-size: 22px;
  margin-bottom: 60px;
}
.bigger-text p {
  margin-bottom: 50px;
}
/*--------------------------------------------------------------
# Buttons/Links
--------------------------------------------------------------*/
a {
  color: #121212;
  outline: 0;
}
a,
button {
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
button {
  outline: 0;
}
.btn {
  white-space: normal;
}
.btn.ghost {
  background: none;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 20px 60px;
  margin-top: 3px;
}
.btn.ghost.inverted {
  color: #FFF;
  border-color: #FFF;
}
.btn.ghost:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.btn.ghost.inverted:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
p {
  line-height: 1.6;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
.img-full {
  display: block;
  width: 100%;
}
.img-zoom-wrapper {
  position: relative;
  overflow: hidden;
}
.img-zoom-wrapper .zoom {
  outline: 1px solid transparent;
  -webkit-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
a:hover .img-zoom-wrapper .zoom,
.img-zoom-wrapper:hover .zoom {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transform: scale(1.15) translate3d(0,0,0);
  transform: scale(1.15) translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
# Offsets
--------------------------------------------------------------*/
.offset-top-40 {
  margin-top: 40px;
}
.offset-top-90 {
  margin-top: 20px;
}
.offset-bot-40 {
  margin-bottom: 40px;
}
.offset-bot-90 {
  margin-bottom: 90px;
}
.offset-bot-120 {
  margin-bottom: 120px;
}
.offset-pad-top-80 {
  padding-top: 80px;
}
.offset-pad-top-90 {
  padding-top: 90px;
}
.no-mar-bot {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 55px 75px 80px;
  z-index: 100;
  -webkit-transition: all .4s ease-out;
  transition: all 0.4s ease-out;
}
#masthead .site-branding svg,
#sticky-header .site-branding svg {
  fill: #fff;
  display: block;
  width: 160px;
  height: 67px;
  margin-top: -4px;
}
#sticky-header .site-branding svg {
  max-width: 160px;
}
#main-navigation ul {
  text-align: none;
  list-style: none;
  padding: 0;
  margin: 3px 0 0;
}
#main-navigation ul li {
  display: inline-block;
  margin: 0 0px;
}

#main-navigation ul li:nth-child(5){
    position: relative;
}

#main-navigation ul li:nth-child(5) a{
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #000;
}

#main-navigation ul li:nth-child(5) a:hover{
    background: none !important;
    color: #000 !important;
}

/*#main-navigation ul li:nth-child(5) > a::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #000;
    border-left: 13px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}*/

#main-navigation ul li:nth-child(6){
    position: relative;
}

#main-navigation ul li:nth-child(6) a{
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #000;
}

#main-navigation ul li:nth-child(6) a:hover{
    background: none !important;
    color: #000 !important;
}

/*#main-navigation ul li:nth-child(6) > a::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #c237a3;
    border-left: 13px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}*/


#main-navigation ul li a {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px 8px;
}
#main-navigation ul li a:hover {
  background: #000;
  color: #FFF;
}

#lang_sel_list {
  float: left;
  margin: 9px -25px;
}
#lang_sel_list a {
  border: 1px solid #25282f;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  display: block;
  line-height: 1;
  padding: 8px 3px;
  font-size: 5px;
  letter-spacing: normal;
  border-radius: 0;
}
#lang_sel_list a.lang_sel_sel {
  display: none !important;
}
#lang_sel_list a:hover {
  
  color: #444444;
}
.nav-toggle {
  background: none;
  border: 0;
  width: 32px;
  height: 25px;
  float: left;
  padding: 0;
  margin-top: 5px;
  margin-left: 37px;
  cursor: pointer;
  outline: 0;
}
.nav-toggle svg {
  fill: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}
.nav-toggle:hover svg {
  fill: #e5e5e5;
}
#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 75px;
  margin-top: -200px;
  z-index: 100;
  /*
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: translateY(-100%);
                    transform: translateY(-100%);*/
  -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, transform 1s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 1s ease-out;
}
/*
#sticky-header.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}*/
#sticky-header:before {
  content: '';
  background: #FFF;
  border-bottom: 1px solid #E9E9E9;
  width: 150%;
  height: 190px;
  position: absolute;
  top: -100px;
  left: -50%;
  /*
                    -webkit-transform: translateY(-100%) rotate(-1deg);
                    transform: translateY(-100%) rotate(-1deg);*/
  -webkit-transform: translateY(0) rotate(-2deg);
  transform: translateY(0) rotate(-2deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
  outline: 1px solid transparent;
}
/*
#sticky-header.active:before {
  -webkit-transform: translateY(0) rotate(-2deg);
  transform: translateY(0) rotate(-2deg);
}
*/
/*
#sticky-header:after {
  content: '';
  background: #e9e9e9;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;

  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, transform .5s ease-in-out;
  transition: opacity .2s ease-out, visibility .2s ease-out, transform .5s ease-in-out;
}
#sticky-header.active:after {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
*/
#sticky-header > .container-fluid {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s .25s ease-out;
  transition: all 1s 0.25s ease-out;
}
#sticky-header.active > .container-fluid {
  opacity: 1;
  visibility: visible;
  /*
                    -webkit-transition: all .4s 1.2s ease-out;
                    transition: all .4s 1.2s ease-out;
                    */
}
#sticky-header .nav-toggle {
  margin-top: 11px;
}
#sticky-header .site-branding svg,
#sticky-header .nav-toggle svg {
  fill: #000;
}
#popup-nav {
  background: #E6E6E6;
  position: fixed;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  z-index: 9999;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
#popup-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
#close-popup-nav {
  background: none;
  border: 0;
  position: absolute;
  top: 58px;
  right: 88px;
  z-index: 999;
}
.small-header #close-popup-nav {
  top: 40px;
}
#close-popup-nav svg {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#close-popup-nav:hover svg {
  fill: #000;
}
#popup-nav #lang_sel_list {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#popup-nav #lang_sel_list,
#popup-nav #lang_sel_list ul a {
  background: transparent;
}
#popup-nav .inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#popup-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
#popup-nav ul li a {
  letter-spacing: 0.1em;
}
#popup-nav ul li a:active,
#popup-nav ul li a:hover,
#popup-nav ul li a:focus,
#popup-nav ul li.current-menu-item > a,
#popup-nav ul li.current-menu-ancestor > a {
  color: #12DAA0;
}
#popup-nav .menu-list-1 > li {
  border-bottom: 1px solid #000;
  padding: 45px 0;
}
#popup-nav .menu-list-1 > li > a {
  font-size: 45px;
}
#popup-nav .menu-list-1 > li ul {
  margin-top: 0px;
  margin-bottom: 5px;
}
#popup-nav .menu-list-1 > li ul li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
#popup-nav .menu-list-1 > li ul li a {
  font-size: 12px;
  text-transform: uppercase;
}
#popup-nav .menu-list-2 {
  margin-top: 45px;
  margin-bottom: 45px;
}
#popup-nav .menu-list-2 > li {
  margin-bottom: 5px;
}
#popup-nav .menu-list-2 > li a {
  font-size: 14px;
  text-transform: uppercase;
}
#popup-nav .menu-list-3 > li a {
  font-size: 14px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Header slider
--------------------------------------------------------------*/
#header-slider-section {
  text-transform: uppercase;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
#header-slider-section:before {
  display: none;
}
#header-slider-section.video-bg {
  background: #000;
  height: 100vmin;
  height: calc(100vmin + 70px);
  max-height: 1150px;
}
#header-slider-section.no-slider {
  padding-top: 230px;
  padding-bottom: 100px;
}
.single #header-slider-section.no-slider {
  padding-bottom: 230px;
}
#header-slider-section .overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
#header-slider-section + .each-section {
  margin-top: 0;
}
#header-slider-section .slick-slide {
  height: 100vmin;
  height: calc(100vmin + 70px);
  min-height: 800px;
  max-height: 1150px;
}
#header-slider-section .caption {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-slider-section.no-slider .caption {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header-slider-section .title {
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  min-height: 82px;
}
#header-slider-section.no-slider .title {
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: none;
}
#header-slider-section .subtitle {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin: 0;
}
#header-slider-section.no-slider .subtitle {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: none;
}
#header-slider-section.no-slider .date {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
#scroll-to-content {
  background: none;
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 200px;
  width: 100%;
  padding: 0 15px;
  z-index: 2;
}
#header-slider-section.no-slider #scroll-to-content {
  position: static;
  margin-top: 150px;
}
#scroll-to-content svg {
  fill: #fff;
  display: block;
  width: 35px;
  height: 20px;
  margin: 40px auto 0;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.each-section {
  background: #FFF;
  position: relative;
  padding-top: 0px;
  padding-bottom:0px;
  z-index: 1;
}
.each-section.z-level-1 {
  z-index: 1;
  overflow: hidden;
}
.single-post .each-section {
  z-index: auto;
}
.each-section.grey {
  background: #FAFAFA;
}
.each-section.grey-mirror {
  background: #FAFAFA;
}
.each-section.green {
  background: #66B439;
  color: #FFF;
}
.each-section.green a {
  color: #FFF;
}
.each-section.no-padd-top {
  padding-top: 0;
}
.each-section.no-padd-bot {
  padding-bottom: 0;
}
.each-section.bigger-padd {
  padding-top: 230px;
  padding-bottom: 260px;
}
.each-section.bigger-padd-bot {
  padding-bottom: 10px;
}
/*.each-section:before {
  content: '';
  background: #FFF;
  width: 150%;
  height: 120px;
  position: absolute;
  top: -120px;
  left: -50%;
  margin-left: 5px;
  -webkit-transform: rotate(-2deg) translate3d(0,0,0);
  transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  outline: 1px solid transparent;
  z-index: 1;
}*/
.each-section.grey:before {
  background: #FAFAFA;
}
.each-section.type2:before,
.each-section.m-banner-section.type1-bottom + .each-section:before {
  top: 0;
  -webkit-transform: rotate(2deg) translate3d(0,0,0);
  transform: rotate(2deg) translate3d(0, 0, 0);
}
.each-section.grey-mirror:before {
  top: -70px;
  -webkit-transform: rotate(2deg) translate3d(0,0,0);
  transform: rotate(2deg) translate3d(0, 0, 0);
}
.each-section.no-divider:before {
  display: none;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-list .item {
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
}
.services-list.v2 .item {
  padding-right: 10px;
  padding-left: 10px;
}
.services-list.v2 .item .caption {
  color: #FFF;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.services-list.v2 .item .caption .category {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-list .item .icon svg {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.services-list .item .img-zoom-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.services-list .title {
  color: #121212;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px 5px;
  margin: 20px 0 10px;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}
.services-list .item > a:hover .title {
  background: #000;
  color: #FFF;
}

.services-list .item-wrapper .item {
  padding-right: 40px;
  padding-left: 40px;
}
.services-list .item .img-zoom-wrapper:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.services-list .item .short-text {
  font-size: 16px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*
.portfolio-list .item {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
*/
.portfolio-list .item {
  background-color: #000;
  position: relative;
}
.portfolio-list {
  background-color: #1E1E1E;
}
.portfolio-list.gallery-list .item {
  background-color: transparent;
}
/*
.portfolio-list .item .img-zoom-wrapper {
  max-width: 640px;
  margin: 0 auto;
}
*/
.portfolio-list .item .img-zoom-wrapper {
  width: 100%;
  margin: 0 auto;
}
.portfolio-list .item .img-zoom-wrapper img {
  display: block;
  width: 100%;
}
.portfolio-list .caption {
  color: #ffaa05;
  /*text-align: left;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 38% 10% 5%;
  overflow: hidden;
  z-index: 2;
}/*
.portfolio-list .item:hover .caption {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}*/
.portfolio-list .caption:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000',GradientType=0 );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portfolio-list .caption .category {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
// .portfolio-list .item:hover .caption .category {
//   -webkit-transform: translateX(0);
//   transform: translateX(0);
//   -webkit-transition: all 0.3s ease-out;
//   transition: all 0.3s ease-out;
// }
.portfolio-list .caption .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: block;
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: relative;
  z-index: 2;
}
// .portfolio-list .item:hover .caption .name {
//   -webkit-transform: translateX(0);
//   transform: translateX(0);
//   -webkit-transition: all 0.3s ease-out;
//   transition: all 0.3s ease-out;
// }
.portfolio-list .item .caption .name {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#portfolio-filter-nav {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
#portfolio-filter-nav li {
  display: inline-block;
}
#portfolio-filter-nav li button {
  background: none;
  border: 0;
  color: #101010;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  padding: 5px 10px 8px;
  margin: 0 5px;
}
#portfolio-filter-nav li button:hover,
#portfolio-filter-nav li button.active {
  background-color: #101010;
  color: #FFF;
}
#portfolio-list-sortable,
.portfolio-list.more-projects-list {
  text-align: center;
}
#portfolio-list-sortable .mix,
.portfolio-list.more-projects-list .item-wrapper {
  background-color: #000;
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#portfolio-list-sortable .mix {
  display: none;
}
@media (min-width: 768px) {
  #portfolio-list-sortable .mix,
  .portfolio-list.more-projects-list .item-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #portfolio-list-sortable .mix,
  .portfolio-list.more-projects-list .item-wrapper {
    width: 33.33333333%;
  }
}
#portfolio-list-sortable .mix .item,
.portfolio-list.more-projects-list .item-wrapper .item {
  margin: 0;
}
#portfolio-list-sortable .mix .item > a,
.portfolio-list.more-projects-list .item-wrapper .item > a {
  display: block;
  width: 100%;
}
.single-portfolio .embed-responsive-container,
.single-services .embed-responsive-container {
  background: #FFF;
  width: 100%;
  padding: 160px;
}
.each-section.bigger-padd-bot + .embed-responsive-container {
  padding-top: 0;
}
.single-portfolio .c-content {
  padding-right: 55px;
  padding-left: 55px;
}
.single-portfolio .c-content .item {
  padding-right: 25px;
  padding-left: 25px;
}
.single-portfolio .c-content .gallery-list .item {
  padding-right: 0;
  padding-left: 0;
}
.single-portfolio .c-content img {
  display: block;
  width: 100%;
}
.single-portfolio #main-content .c-content.bg-grey:last-of-type {
  padding-bottom: 220px;
}
.single-portfolio .c-content.m-portfolio-image {
  padding-right: 2%;
  padding-left: 2%;
}
.portfolio-list.gallery-list .item-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.gallery-list {
  background-color: #FFFFFF;
}
.bild-text-image {
  width: 60%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.bild-text-text {
  padding-right: 15px;
  padding-left: 15px;
}
/*
.single-portfolio .c-content.m-portfolio-image .row {
    margin-right: 0;
    margin-left: 0;
}
.single-portfolio .c-content.m-portfolio-image .row div[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}
.single-portfolio .c-content.m-portfolio-image .row .item {
    padding-right: 2%;
    padding-left: 2%;
}

.single-portfolio .c-content.m-portfolio-image .row .item {
    padding-right: 2%;
    padding-left: 0;
}
.single-portfolio .c-content.m-portfolio-image .row div[class^=col-]:last-child .item {
    padding-right: 0;
    padding-left: 2%;
}
*/

/*--------------------------------------------------------------
# Highlight Case
--------------------------------------------------------------*/

.highlight-case-list .item {
  margin-bottom: 40px;
}
.highlight-case-list .descp {
  padding-right: 40px;
  padding-left: 40px;
}
.highlight-case-list .title {
  color: #121212;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 10px;
}
.highlight-case-list .short-text {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallaxParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.parallaxParent div {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40%;
}
.m-banner .parallaxParent {
  height: 116%;
  top: -0%;
}
.m-banner .parallaxParent div {
  top: -20%;
}
.disable-parallax .parallaxParent div {
  top: 0;
  transform: translate(0, 0) translate3d(0, 0, 0) !important;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.m-banner {
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
.m-banner.image {
  position: relative;
  height: 75vh;
  min-height: 400px;
}
.m-banner .caption {
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 300px 0;
}
.m-banner .caption .subtitle {
  margin-bottom: 80px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-slider {
  text-align: center;
}
.testimonials-slider .descp {
  font-size: 45px;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.slick-slide {
  outline: 0;
}
.slick-slider .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-slider .slick-dots li button {
  text-indent: -9999px;
  background-color: #E4E4E4;
  border: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #000;
}
/*--------------------------------------------------------------
# Customers/Brands
--------------------------------------------------------------*/
.m-customers .subtitle {
  margin-bottom: 120px;
}
.brands-list .item {
  margin-bottom: 50px;
}
/*--------------------------------------------------------------
# Journal/News
--------------------------------------------------------------*/
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list li {
  margin-bottom: 70px;
}
.news-list .title {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.news-list .title a:hover {
  color: #999;
}
.each-section.green .news-list .title a:hover {
  color: #000;
}
.news-list .date {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
.news-list .name {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-gallery .item {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.team-gallery .team-img {
  display: block;
  width: 100%;
}
.team-gallery .item:hover .team-img {
  opacity: 0;
  visibility: hidden;
}
.team-gallery .team-img.hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.team-gallery .item:hover .team-img.hover {
  opacity: 1;
  visibility: visible;
}
.team-gallery .caption {
  color: #000;
  text-align: left;
  padding: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s ease-out;
  transition: all 0.5s ease-out;
}
.team-gallery .caption {
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.667);
}
.team-gallery .item:hover .caption {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*
.team-gallery .caption:before {
  content: '';
  background-color: rgba(32,234,255,.7);
  width: 150%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -50%;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.team-gallery .item:nth-child(even) .caption:before {
  background-color: rgba(250,255,0,.7);
}
*/
.team-gallery .name {
  font-size: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}
.team-gallery .position {
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
}
.team-gallery .job-link {
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.team-gallery .job-link a {
  color: #FFF;
}
.team-gallery .job-link span {
  color: #FFF;
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -90px;
  width: 100%;
  -webkit-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
}
.team-gallery .job-link:hover .icon-plus {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transform: scale(1.15) translate3d(0,0,0);
  transform: scale(1.15) translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
# List text
--------------------------------------------------------------*/
.list-text {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-text li {
  margin-bottom: 50px;
}
.list-text p {
  margin-bottom: 0;
}
.list-text p span,
.list-text p em {
  font-size: 24px;
  letter-spacing: 0.05em;
  display: block;
}
.list-text p em {
  color: #B0B0B0;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap input[type="tel"] {
  background: none;
  border: 0;
  border-bottom: 1px solid #B0B0B0;
  width: auto;
  max-width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
  background: #FFF;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#b0b0b0), color-stop(4%, transparent)) 0 -2px;
  background: -webkit-linear-gradient(top, #B0B0B0 0%, transparent 8%) 0 -2px;
  background: -moz-linear-gradient(top, #B0B0B0 0%, transparent 8%) 0 -2px;
  background: -ms-linear-gradient(top, #B0B0B0 0%, transparent 8%) 0 -2px;
  background: -o-linear-gradient(top, #B0B0B0 0%, transparent 8%) 0 -2px;
  background: linear-gradient(to top, #B0B0B0 0%, transparent 8%) 0 -2px;
  -webkit-background-size: 100% 31px;
  -moz-background-size: 100% 31px;
  -ms-background-size: 100% 31px;
  -o-background-size: 100% 31px;
  background-size: 100% 31px;
  border: 0;
  line-height: 31px;
  width: 100%;
  max-width: 100%;
}
.wpcf7 .wpcf7-submit {
  background: none;
}
div.wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  padding: 10px 20px;
}
div.wpcf7-mail-sent-ok {
  background: #27AE60;
  border: 0;
}
div.wpcf7-mail-sent-ng {
  background: #E74C3C;
  border: 0;
}
div.wpcf7-spam-blocked {
  background: #E67E22;
  border: 0;
}
div.wpcf7-validation-errors {
  background: #F1C40F;
  border: 0;
  color: #000;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-content {
  border: 1px solid #E6E6ED;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-header {
  border: 0;
}
.modal-backdrop {
  background: #FFF;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.close {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-body {
  padding: 15px 35px 35px;
}
.modal-body .title {
  display: block;
  font-family: 'fugueheadline', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.modal-body .copy-text {
  border: 1px solid #E5E5E5;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
.modal-body .share-links {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-body .share-links a {
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
  padding-top: 44px;
  padding-bottom: 0px;
}
.footer-center {
  letter-spacing: 0.1em;
  text-align: center;
}
.footer-center .btn {
  background-color: #000;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 18px;
  margin: 20px auto;
}
.footer-center .btn:hover {
  background: #FFF;
  border-color: #000;
  color: #000;
}
#back-to-top {
  display: inline-block;
  width: 25px;
  height:25px;
  margin: 0 auto 20px;
}
#back-to-top svg {
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}
#back-to-top:hover svg {
  fill: #e5e5e5;
}
/*--------------------------------------------------------------
# Magnific Popup
--------------------------------------------------------------*/
button.mfp-close,
button.mfp-arrow {
  opacity: 1;
}
.mfp-arrow-right:before {
  border-left-color: #FFF;
  opacity: 1;
}
.mfp-arrow-left:before {
  border-right-color: #FFF;
  opacity: 1;
}
.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* overlay at start */
.mfp-fade.mfp-bg,
button.mfp-close,
button.mfp-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-ready button.mfp-close,
.mfp-ready button.mfp-arrow {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-removing button.mfp-close,
.mfp-removing button.mfp-arrow {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(0.8);
}
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.home:not(.disable-animation) #masthead,
.home:not(.disable-animation) #bg-video,
.home:not(.disable-animation) #header-slider-section,
.home:not(.disable-animation) #header-slider-section .caption,
.home:not(.disable-animation) #header-slider-section .subtitle,
.home:not(.disable-animation) #scroll-to-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all 0.5s ease-out;
}
.home #scroll-to-content {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.loaded.home #masthead,
.loaded.home #bg-video,
.loaded.home #header-slider-section .caption {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.loaded.home #header-slider-section .subtitle,
.loaded.home #scroll-to-content {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.loaded.home #scroll-to-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loaded.home #masthead,
.loaded.home #bg-video,
.loaded.home #header-slider-section,
.loaded.home #header-slider-section .caption,
.loaded.home #header-slider-section .subtitle,
.loaded.home #scroll-to-content {
  opacity: 1;
  visibility: visible;
}
/* fade-in-list */
.fade-in-list .fade-in-item {
  -webkit-transition: opacity 1.3s ease-in-out;
  transition: opacity 1.3s ease-in-out;
}
.fade-in-list.if-viewport .fade-in-item {
  opacity: 0;
  visibility: hidden;
}
.fade-in-list.in-viewport .fade-in-item {
  opacity: 1;
  visibility: visible;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(2n) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(3n) {
  -webkit-transition-delay: .3s;
  transition-delay: 0.3s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(4n) {
  -webkit-transition-delay: .45s;
  transition-delay: 0.45s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(5n) {
  -webkit-transition-delay: .6s;
  transition-delay: 0.6s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(6n) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(7n) {
  -webkit-transition-delay: 0 .8s;
  transition-delay: 0.8s;
}
.fade-in-list.in-viewport .fade-in-item:nth-child(8n) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-height: 690px) {
  #popup-nav:before {
    content: '';
    background: #E6E6E6;
    width: 200px;
    height: 150%;
    position: absolute;
    top: -25%;
    right: 600px;
    z-index: 0;
    outline: 1px solid transparent;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  #popup-nav.active:before {
    -webkit-animation: slideInRight 1s forwards;
    animation: slideInRight 1s forwards;
  }
  @-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0) rotate(-2deg);
      transform: translate3d(100%, 0, 0) rotate(-2deg);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
      transform: translate3d(0, 0, 0) rotate(-2deg);
    }
  }
  @keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0) rotate(-2deg);
      transform: translate3d(100%, 0, 0) rotate(-2deg);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
      transform: translate3d(0, 0, 0) rotate(-2deg);
    }
  }
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
}
@media (max-height: 1100px) {
  #popup-nav .menu-list-1 > li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  html.popup-nav-active,
  html.popup-nav-active body {
    overflow: hidden;
  }
  #popup-nav {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #popup-nav:before {
    display: none;
  }
  #popup-nav .inner {
    position: static;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #popup-nav ul {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-height: 690px) {
  html.popup-nav-active,
  html.popup-nav-active body {
    overflow: hidden;
  }
  #popup-nav {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #popup-nav:before {
    display: none;
  }
  #popup-nav .inner {
    position: static;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #popup-nav ul {
    width: 90%;
    max-width: 100%;
  }
}
@media (max-height: 940px) {
  #popup-nav .menu-list-1 > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #popup-nav .menu-list-1 > li > a {
    font-size: 32px;
  }
}
@media (max-height: 800px) {
  #popup-nav .menu-list-1 > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #popup-nav .menu-list-1 > li > a {
    font-size: 28px;
  }
}
@media (max-height: 320px) {
  #header-slider-section .slick-slide,
  #header-slider-section.video-bg {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .modal-share .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 1800px) {
  .m-banner.image {
    min-height: 1200px;
  }
}
@media (max-width: 1210px) {
  #sticky-header .nav-wrapper {
    display: none;
  }
  #sticky-header .logo-wrapper,
  #sticky-header .action-wrapper {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1480px) {
  #header-slider-section .title {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  #main-navigation ul li a {
    padding: 5px 2px 8px;
  }
}
@media (max-width: 1280px) {
  #header-slider-section .title {
    font-size: 48px;
  }
  #scroll-to-content {
    bottom: 150px;
  }
  .services-list .item,
  .services-list .item-wrapper .item {
    padding-right: 30px;
    padding-left: 30px;
  }
  .single-portfolio .c-content .item {
    padding-right: 0;
    padding-left: 0;
  }
  .single-portfolio .c-content.m-portfolio-image .offset-pad-top-80 {
    padding-top: 30px;
  }
  .single-portfolio .c-content.m-portfolio-image {
    padding-right: 25px;
    padding-left: 25px;
  }
  .portfolio-list.gallery-list .item-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .each-section.gallery-list-section {
    padding-bottom: 100px;
  }
  .bg-grey + .each-section.gallery-list-section {
    padding-top: 40px;
  }
  .single-portfolio #main-content .c-content.bg-grey:last-of-type {
    padding-bottom: 140px;
  }
  .bild-text-image {
    padding-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  body {
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
  }
  #sticky-header:before,
  #sticky-header .logo-wrapper,
  #lang_sel_list {
    display: none;
  }
  #sticky-header .action-wrapper {
    float: right;
  }
  #header-slider-section.video-bg,
  #header-slider-section .slick-slide {
    height: 33vh;
  }
  #popup-nav #lang_sel_list {
    display: block;
  }
  .single-portfolio .embed-responsive-container,
  .single-services .embed-responsive-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .portfolio-list .caption {
    padding: 40px;
  }
  .testimonials-slider .descp {
    font-size: 42px;
  }
  .team-gallery .name {
    font-size: 16px;
  }
  .team-gallery .position {
    font-size: 11px;
  }
  .team-gallery .caption {
    padding: 80px 15px 15px;
  }
  .bild-text-image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .team-gallery .name {
    font-size: 22px;
  }
  .team-gallery .caption {
    padding: 80px 40px 40px;
  }
  .team-gallery .position {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 20px;
  }
  .title-gradient,
  .testimonials-slider .descp,
  #header-slider-section .title {
    font-size: 32px;
  }
  #header-slider-section .subtitle,
  .list-text p span,
  .list-text p em,
  .news-list .title {
    font-size: 24px;
  }
  .bigger-text {
    font-size: 21px;
  }
  #masthead,
  #sticky-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  #scroll-to-content {
    bottom: 50px;
  }
  #header-slider-section.no-slider,
  .single #header-slider-section.no-slider {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  #header-slider-section.no-slider #scroll-to-content {
    margin-top: 45px;
  }
  #close-popup-nav {
    right: 30px;
  }
  .each-section,
  .m-banner .caption {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .each-section.bigger-padd-bot {
    padding-bottom: 30px;
  }
  .each-section.bigger-padd {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  #main-content > .each-section:first-child {
    padding-top: 60px;
  }
  .each-section:before {
    display: none;
  }
  .single-portfolio #main-content .c-content.bg-grey:last-of-type {
    padding-bottom: 30px;
  }
  .single-portfolio .embed-responsive-container,
  .single-services .embed-responsive-container {
    padding-bottom: 30px;
  }
  .offset-pad-top-80 {
    padding-top: 30px;
  }
  .offset-bot-120 {
    margin-bottom: 45px;
  }
  .bigger-text {
    margin-bottom: 25px;
  }
  .title-gradient {
    margin-bottom: 25px;
  }
  p + .title-gradient {
    margin-top: 35px;
  }
  .services-list .item {
    margin-bottom: 30px;
  }
  .offset-top-90 {
    margin-top: 35px;
  }
  .btn,
  .btn-ghost {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .btn.ghost {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .testimonials-slider .descp {
    font-size: 24px;
  }
  .highlight-case-list .descp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  #masthead .nav-toggle {
    margin-top: 1px;
  }
  #sticky-header .site-branding {
    margin-top: 15px;
  }
  #sticky-header .site-branding svg {
    width: 130px;
  }
  #lang_sel_list {
    margin-right: 20px;
  }
  #header-slider-section .title {
    margin-bottom: 25px;
    min-height: 40px;
  }
  #header-slider-section .subtitle {
    font-size: 18px;
  }
}
@media (max-height: 320px) {
  #header-slider-section.video-bg {
    height: 100vh;
  }
  #header-slider-section .slick-slide {
    height: auto;
    min-height: 100vh;
  }
  #header-slider-section .caption {
    position: static;
    padding-top: 60px;
    padding-bottom: 180px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*video*/

  /*  VIDEO PLAYER CONTAINER
    ############################### */
      .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px; 
        height: 0; 
    }
     
    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    /*  VIDEOS PLAYLIST 
    ############################### */
    .vid-list-container {
      width: 92%;
      overflow: hidden;
      margin-top: 20px;
      margin-left:4%;
      padding-bottom: 20px;
    }

    .vid-list {
      width: 1344px;
      position: relative;
      top:0;
      left: 0;
    }

    .vid-item {
      display: block;
      width: 148px;
      height: 148px;
      float: left;
      margin: 0;
      padding: 10px;
    }

    .thumb {
      /*position: relative;*/
      overflow:hidden;
      height: 84px;
    }

    .thumb img {
      width: 100%;
      position: relative;
      top: -13px;
    }

    .vid-item .desc {
      color: #21A1D2;
      font-size: 15px;
      margin-top:5px;
    }

    .vid-item:hover {
      background: #eee;
      cursor: pointer;
    }

    .arrows {
      position:relative;
      width: 100%;
    }

    .arrow-left {
      color: #fff;
      position: absolute;
      background: #777;
      padding: 15px;
      left: -25px;
      top: -130px;
      z-index: 99;
      cursor: pointer;
    }

    .arrow-right {
      color: #fff;
      position: absolute;
      background: #777;
      padding: 15px;
      right: -25px;
      top: -130px;
      z-index:100;
      cursor: pointer;
    }

    .arrow-left:hover {
      background: #CC181E;
    }

    .arrow-right:hover {
      background: #CC181E;
    }


    @media (max-width: 624px) {
      body {
        margin: 15px;
      }
      .caption {
        margin-top: 40px;
      }
      .vid-list-container {
        padding-bottom: 20px;
      }

      /* reposition left/right arrows */
      .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
      }
      .arrow-left {
        left: 0;
        top: -17px;
      }

      .arrow-right {
        right: 0;
        top: -17px;
      }
    }

.gap-line{
  padding: 0 !important;
}


/*top bar enqury*/

#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:url(../../uploads/2015/09/buttonbg.png)  repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
   
    color: #FFF;
    font-size:10px;
    font-weight:bold;
    padding: 0;
    background: url(../../uploads/2015/09/loginArrow.png) no-repeat 100% 50%;
    /* display:block; */
    padding-right: 19px;
}

#loginButton:hover {
    background:#25282f;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:244px; 
    /*border:1px solid #25282f;
    border-radius:3px 0 3px 3px;*/
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#25282f;
    padding:8px 0px 15px 12px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#25282f;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#FFF;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    background: #fbfbfb;
    font-size:12px;
    border: none;
    outline: none !important;
    -moz-border-radius:3px;
    color:#3a454d; 
    padding:5px 4px;
    box-shadow:inset 0px 1px 3px #bbb;
    /*-webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
     border: 1px solid #899caa
    border-radius:3px;
    font-weight:bold;*/
}

/* Sign In Button */
#loginForm #login {
    width:91%;
    float:left;
    background:none;
    color:#fff;
    padding:7px 10px 8px 10px;
    border:1px solid #FFF;
    border-radius: 20px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}
.contact_page{
	background:url(../images/light-painting-inner.jpg);
	}
	
.contact_page-1{
	background:url(../images/storemedia-banner-3.jpg);
	}

  .contact_page-2{
  background:url(../images/storemedia-banner-5.jpg);
  }

  .contact_page-3{
  background:url(../images/digital-inner.jpg);
  }

  .contact_page-4{
  background:url(../images/virtual-reality-inner.jpg);
  }

.contact_page-5{
  background:url(../images/light-painting-inner.jpg);
  }
.contact_page-6{
  background:url(../images/tilt-brush.jpg);
  }
  .contact_page-7{
  background:url(../images/creative-digital-technology-inner.jpg);
  }


i.fa.fa-angle-down {
    color: #FFF;
    font-size: 12px;
}

.button-block{
    background-color: #000;
    border-radius: 0;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 8px;
    margin: 20px auto;
    border: 1px solid #fff;
}

.button-block:hover{
    letter-spacing: 0.1em;
    background: #FFF;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 8px 8px;
    margin: 20px auto;
}

.border-style{
  border: dotted 1px #000;
  padding: 6px 6px !important;
}

.item.border-style:hover{
  opacity: 0.3;
}