/*!
/*
Theme Name: CartoonBase Theme
Description: Theme for CartoonBase
Author: Virgile Janssen
Author URI: http://virgilejanssen.com/
Version: 2.0
Template Name: cb_exportfiles
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* FANCYBOX                                                                          */
/* --------------------------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 25, sass/style.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 43, sass/style.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 50, sass/style.scss */
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 60, sass/style.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 64, sass/style.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 70, sass/style.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 74, sass/style.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 78, sass/style.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 82, sass/style.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 90, sass/style.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 96, sass/style.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 105, sass/style.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 117, sass/style.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 139, sass/style.scss */
.fancybox-prev {
  left: 0;
}

/* line 143, sass/style.scss */
.fancybox-next {
  right: 0;
}

/* line 147, sass/style.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 158, sass/style.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 163, sass/style.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 168, sass/style.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 172, sass/style.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 184, sass/style.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 189, sass/style.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 193, sass/style.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 197, sass/style.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

/* line 207, sass/style.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 213, sass/style.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 220, sass/style.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 228, sass/style.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 232, sass/style.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 241, sass/style.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 257, sass/style.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 263, sass/style.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 267, sass/style.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 282, sass/style.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 287, sass/style.scss */
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Fancybox Helper                                                                   */
/* --------------------------------------------------------------------------------- */
/* line 298, sass/style.scss */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

/* line 305, sass/style.scss */
#fancybox-buttons.top {
  top: 10px;
}

/* line 309, sass/style.scss */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/*
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(to bottom, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
*/
/* line 337, sass/style.scss */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 343, sass/style.scss */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 1;
}

/* line 355, sass/style.scss */
#fancybox-buttons a:hover {
  opacity: 0.8;
}

/*!
 * 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/)
 */
/* line 405, sass/style.scss */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
/* line 416, sass/style.scss */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
/* line 424, sass/style.scss */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  z-index: 100;
}

/* line 437, sass/style.scss */
.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: .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;
  }
}
/* line 496, sass/style.scss */
.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;
  }
}
/* line 522, sass/style.scss */
.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;
  }
}
/* line 552, sass/style.scss */
.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;
  }
}
/* line 586, sass/style.scss */
.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;
  }
}
/* line 616, sass/style.scss */
.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;
  }
}
/* line 650, sass/style.scss */
.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;
  }
}
/* line 680, sass/style.scss */
.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;
  }
}
/* line 714, sass/style.scss */
.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;
  }
}
/* line 744, sass/style.scss */
.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;
  }
}
/* line 778, sass/style.scss */
.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;
  }
}
/* line 808, sass/style.scss */
.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;
  }
}
/* line 842, sass/style.scss */
.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;
  }
}
/* line 872, sass/style.scss */
.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;
  }
}
/* line 906, sass/style.scss */
.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;
  }
}
/* line 936, sass/style.scss */
.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;
  }
}
/* line 970, sass/style.scss */
.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;
  }
}
/* line 1000, sass/style.scss */
.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;
  }
}
/* line 1034, sass/style.scss */
.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;
  }
}
/* line 1064, sass/style.scss */
.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;
  }
}
/* line 1098, sass/style.scss */
.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;
  }
}
/* line 1128, sass/style.scss */
.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;
  }
}
/* line 1162, sass/style.scss */
.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;
  }
}
/* line 1192, sass/style.scss */
.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;
  }
}
/* line 1226, sass/style.scss */
.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;
  }
}
/* line 1256, sass/style.scss */
.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;
  }
}
/* line 1290, sass/style.scss */
.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;
  }
}
/* line 1330, sass/style.scss */
.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;
  }
}
/* line 1372, sass/style.scss */
.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;
  }
}
/* line 1410, sass/style.scss */
.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;
  }
}
/* line 1452, sass/style.scss */
.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;
  }
}
/* line 1490, sass/style.scss */
.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;
  }
}
/* line 1532, sass/style.scss */
.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;
  }
}
/* line 1564, sass/style.scss */
.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;
  }
}
/* line 1600, sass/style.scss */
.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;
  }
}
/* line 1632, sass/style.scss */
.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;
  }
}
/* line 1668, sass/style.scss */
.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;
  }
}
/* line 1700, sass/style.scss */
.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;
  }
}
/* line 1736, sass/style.scss */
.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;
  }
}
/* line 1768, sass/style.scss */
.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;
  }
}
/* line 1804, sass/style.scss */
.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;
  }
}
/* line 1836, sass/style.scss */
.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;
  }
}
/* line 1872, sass/style.scss */
.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;
  }
}
/* line 1904, sass/style.scss */
.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;
  }
}
/* line 1940, sass/style.scss */
.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(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1970, sass/style.scss */
.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(0.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(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 2010, sass/style.scss */
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 2036, sass/style.scss */
.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(0.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(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 2076, sass/style.scss */
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 2102, sass/style.scss */
.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(0.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(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 2142, sass/style.scss */
.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;
  }
}
/* line 2166, sass/style.scss */
.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%;
  }
}
/* line 2194, sass/style.scss */
.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;
  }
}
/* line 2218, sass/style.scss */
.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%;
  }
}
/* line 2246, sass/style.scss */
.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;
  }
}
/* line 2270, sass/style.scss */
.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%;
  }
}
/* line 2297, sass/style.scss */
.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;
  }
}
/* line 2321, sass/style.scss */
.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%;
  }
}
/* line 2349, sass/style.scss */
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/* SWIPER                                                                            */
/* --------------------------------------------------------------------------------- */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
/* line 2375, sass/style.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 2375, sass/style.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 2375, sass/style.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 2375, sass/style.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2375, sass/style.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2375, sass/style.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2375, sass/style.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 2375, sass/style.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 2375, sass/style.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 2375, sass/style.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

/* line 2375, sass/style.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 2375, sass/style.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 2375, sass/style.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 2375, sass/style.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2375, sass/style.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 2375, sass/style.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 2375, sass/style.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 2375, sass/style.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 2375, sass/style.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 2375, sass/style.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 2375, sass/style.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 2375, sass/style.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 2375, sass/style.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 2375, sass/style.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 2375, sass/style.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 2375, sass/style.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 2375, sass/style.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 2375, sass/style.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 2375, sass/style.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 2375, sass/style.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 2375, sass/style.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 2375, sass/style.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 2375, sass/style.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 2375, sass/style.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 2375, sass/style.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 2375, sass/style.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 2375, sass/style.scss */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 2375, sass/style.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 2375, sass/style.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 2375, sass/style.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 2375, sass/style.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 2375, sass/style.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 2375, sass/style.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 2375, sass/style.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 2375, sass/style.scss */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 2375, sass/style.scss */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 2375, sass/style.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 2375, sass/style.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 2375, sass/style.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 2375, sass/style.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 2375, sass/style.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 2375, sass/style.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 2375, sass/style.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 2375, sass/style.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 2375, sass/style.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 2375, sass/style.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 2375, sass/style.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 2375, sass/style.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 2375, sass/style.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 2375, sass/style.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* RESET                                                                             */
/* --------------------------------------------------------------------------------- */
/* line 2380, sass/style.scss */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt,
em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu,
nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u,
ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 2395, sass/style.scss */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

/* line 2400, sass/style.scss */
body {
  line-height: 1;
}

/* line 2404, sass/style.scss */
ol,
ul {
  list-style: none;
}

/* line 2409, sass/style.scss */
blockquote,
q {
  quotes: none;
}

/* line 2414, sass/style.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 2422, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SYLES                                                                             */
/* --------------------------------------------------------------------------------- */
/* line 2430, sass/style.scss */
.txt-center {
  text-align: center;
}

/* line 2434, sass/style.scss */
.txt-right {
  text-align: right;
  float: right;
}

/* line 2439, sass/style.scss */
.txt-left {
  text-align: left;
}

/* line 2443, sass/style.scss */
.float-left {
  float: left;
}

/* line 2447, sass/style.scss */
.clear {
  clear: both;
}

/* line 2451, sass/style.scss */
.row {
  width: 100%;
}

/* line 2455, sass/style.scss */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* line 2459, sass/style.scss */
#simplemasonry-container-247:after {
  clear: both;
}

/* line 2463, sass/style.scss */
#overlay {
  background: #fff !important;
  opacity: 1 !important;
}

/* line 2468, sass/style.scss */
#numberDisplay {
  display: none !important;
}

/* line 2472, sass/style.scss */
.panel-grid {
  clear: both;
}

/* line 2476, sass/style.scss */
.joinus_block {
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  /* line 2481, sass/style.scss */
  .col_L {
    float: left;
  }

  /* line 2484, sass/style.scss */
  .col_L,
  .col_R {
    display: inline-block;
  }

  /* line 2488, sass/style.scss */
  .col_R {
    float: right;
    text-align: right;
  }

  /* line 2492, sass/style.scss */
  .col_C {
    text-align: center !important;
    display: inline-block;
  }

  /* line 2496, sass/style.scss */
  .col_2 {
    float: left;
    width: 100%;
  }

  /* line 2500, sass/style.scss */
  .col_2,
  .col_3 {
    clear: both;
    margin: 20px 0;
  }

  /* line 2505, sass/style.scss */
  .col_3 .col_C,
  .col_3 .col_L,
  .col_3 .col_R {
    width: 33%;
  }
}
/* line 2512, sass/style.scss */
.btnStyle, .portfolio-menu a,
.singlePage section .navArticle a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  /* line 2526, sass/style.scss */
  .btnStyle, .portfolio-menu a,
  .singlePage section .navArticle a {
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
  }

  /* line 2534, sass/style.scss */
  .btnStyle:before, .portfolio-menu a:before,
  .singlePage section .navArticle a:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -moz-transform: translate3d(-101%, 0, 0);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    background: #d9b200;
    transition: .4s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  /* line 2549, sass/style.scss */
  .btnStyle:hover:before, .portfolio-menu a:hover:before,
  .singlePage section .navArticle a:hover:before {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
/* line 2557, sass/style.scss */
.btnStyle:after, .portfolio-menu a:after,
.singlePage section .navArticle a:after {
  display: inline-block;
  content: '';
  background: #ffd100;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  /* line 2571, sass/style.scss */
  .btnStyle:after, .portfolio-menu a:after,
  .singlePage section .navArticle a:after {
    transition: 0.4s all ease-in-out;
  }
}
/* line 2577, sass/style.scss */
.btnStyle.borderStyle, .portfolio-menu a,
.singlePage section .navArticle a.borderStyle,
.singlePage section .navArticle .portfolio-menu a,
.portfolio-menu .singlePage section .navArticle a {
  border: 1px solid #5d5d5d;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  /* line 2585, sass/style.scss */
  .btnStyle.borderStyle:hover, .portfolio-menu a:hover,
  .singlePage section .navArticle a.borderStyle:hover,
  .singlePage section .navArticle .portfolio-menu a:hover,
  .portfolio-menu .singlePage section .navArticle a:hover {
    color: #f1f2f2;
  }
}
/* line 2591, sass/style.scss */
.btnStyle.borderStyle:before, .portfolio-menu a:before,
.singlePage section .navArticle a.borderStyle:before,
.singlePage section .navArticle .portfolio-menu a:before,
.portfolio-menu .singlePage section .navArticle a:before {
  background: #5d5d5d;
  height: 100%;
  z-index: -1;
}

/* line 2598, sass/style.scss */
.btnStyle.borderStyle:after, .portfolio-menu a:after,
.singlePage section .navArticle a.borderStyle:after,
.singlePage section .navArticle .portfolio-menu a:after,
.portfolio-menu .singlePage section .navArticle a:after {
  background: none;
}

/* line 2603, sass/style.scss */
.btnStyle.allProject, .portfolio-menu a.allProject,
.singlePage section .navArticle a.allProject {
  padding: 16px 20px;
}

/* line 2608, sass/style.scss */
.topBar {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 333;
}

/* line 2617, sass/style.scss */
.topBar > div {
  font-size: 0;
}

@media screen and (min-width: 1200px) {
  /* line 2622, sass/style.scss */
  .topBar > div {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* line 2628, sass/style.scss */
.topBar > div:after {
  display: block;
  content: '';
  clear: both;
}

/* line 2634, sass/style.scss */
.topBar > div #logoAnim {
  z-index: 666;
  position: relative;
  float: left;
}

/* line 2640, sass/style.scss */
.topBar > div .burgerBtn {
  display: inline-block;
  z-index: 666;
}

@media screen and (min-width: 1000px) {
  /* line 2646, sass/style.scss */
  .topBar > div .burgerBtn {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2652, sass/style.scss */
  #logoAnim > img,
  .navMain > div {
    transition: 0.4s all ease-in-out;
  }

  /* line 2656, sass/style.scss */
  .topBar {
    transition: 0.4s height ease-in-out;
  }

  /* line 2659, sass/style.scss */
  .topBar.navUp .navMain > div {
    margin-top: 5px;
  }
}
/* line 2664, sass/style.scss */
.burgerBtn {
  position: relative;
  float: right;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
  background: #ffd100;
  width: 40px;
  height: 35px;
  margin: 17px 0 0;
}

/* line 2676, sass/style.scss */
.burgerBtn > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

/* line 2685, sass/style.scss */
.burgerBtn > div span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: 0.4s all ease-in-out;
}

/* line 2693, sass/style.scss */
.burgerBtn > div span:nth-child(1) {
  position: relative;
}

/* line 2697, sass/style.scss */
.burgerBtn > div span:nth-child(2) {
  position: relative;
  margin: 4px 0;
}

/* line 2702, sass/style.scss */
.burgerBtn > div span:nth-child(3) {
  position: relative;
}

/* line 2706, sass/style.scss */
.burgerBtn.active > div span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

/* line 2711, sass/style.scss */
.burgerBtn.active > div span:nth-child(2) {
  opacity: 0;
}

/* line 2715, sass/style.scss */
.burgerBtn.active > div span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/* line 2720, sass/style.scss */
.burgerBtn.active:hover > div span:nth-child(2) {
  margin: 4px 0;
}

/* line 2724, sass/style.scss */
.navMain {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5;
  font-weight: 600;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

/* line 2740, sass/style.scss */
.navMain.active {
  visibility: visible;
  opacity: 1;
}

/* line 2745, sass/style.scss */
.navMain > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 370px) {
  /* line 2754, sass/style.scss */
  .navMain > div {
    top: 90px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* line 2761, sass/style.scss */
.navMain > div ul,
.navMain > div ul li {
  text-align: center;
}

/* line 2766, sass/style.scss */
.navMain > div ul li a {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  color: #000;
  position: relative;
  line-height: 14px;
}

/* line 2776, sass/style.scss */
.navMain > div ul li a:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #ffd100;
  transition: 0.4s all ease-in-out;
}

/* line 2788, sass/style.scss */
.navMain > div ul li a.active:after {
  width: 100%;
}

/* line 2792, sass/style.scss */
.navMain > div ul li.current_page_item a:after {
  width: 100% !important;
}

/* line 2796, sass/style.scss */
.folioPage .navMain > div ul li.menu-item-2613 a:after,
.folioPage .navMain > div ul li.menu-item-2639 a:after,
.folioPage .navMain > div ul li.menu-item-2640 a:after {
  width: 100% !important;
}

/* line 2802, sass/style.scss */
.navMain > div > ul:last-child > li {
  display: block;
  margin: 40px 0;
}

/* line 2807, sass/style.scss */
.navMain > div > ul:first-child li {
  display: inline-block;
}

/* line 2811, sass/style.scss */
.navMain > div > ul:first-child li.current-lang > a:after {
  width: 100%;
}

/* line 2815, sass/style.scss */
.navMain > div > ul:first-child li + li {
  margin: 0 0 0 24px;
  position: relative;
}

/* line 2820, sass/style.scss */
.navMain > div > ul:first-child li + li:before {
  display: inline-block;
  content: '|';
  color: #ddd;
  position: absolute;
  left: -17px;
  bottom: -1px;
  font-size: 20px;
}

@media screen and (min-width: 1000px) {
  /* line 2831, sass/style.scss */
  .navMain {
    visibility: visible;
    width: auto;
    opacity: 1;
    position: static;
    float: right;
  }

  /* line 2838, sass/style.scss */
  .navMain > div {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-top: 45px;
  }

  /* line 2846, sass/style.scss */
  .navMain > div ul {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 2850, sass/style.scss */
  .navMain > div ul li a:not(#contactBtn) {
    display: inline-block;
    font-size: 14px;
  }

  /* line 2854, sass/style.scss */
  .navMain > div ul li a:not(#contactBtn):hover:after {
    width: 100%;
  }

  /* line 2857, sass/style.scss */
  .navMain > div > ul:last-child > li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
  }

  /* line 2862, sass/style.scss */
  .navMain > div > ul:first-child {
    margin: 0 0 0 15px;
  }

  /* line 2865, sass/style.scss */
  .navMain > div > ul:first-child li + li:before {
    font-size: 16px;
    bottom: 0px;
  }
}
/* line 2871, sass/style.scss */
#videoContainer {
  position: fixed;
  z-index: 666;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

/* line 2884, sass/style.scss */
#videoContainer.active {
  opacity: 1;
  visibility: visible;
}

/* line 2889, sass/style.scss */
#videoContainer > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: right;
  width: 280px;
}

@media screen and (min-width: 600px) {
  /* line 2900, sass/style.scss */
  #videoContainer > div {
    width: 560px;
  }
}
@media screen and (min-width: 800px) {
  /* line 2906, sass/style.scss */
  #videoContainer > div {
    width: 650px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2912, sass/style.scss */
  #videoContainer > div {
    width: 950px;
  }
}
/* line 2917, sass/style.scss */
#videoContainer > div > iframe {
  width: 280px;
  height: 156px;
}

@media screen and (min-width: 600px) {
  /* line 2923, sass/style.scss */
  #videoContainer > div > iframe {
    width: 560px;
    height: 315px;
  }
}
@media screen and (min-width: 800px) {
  /* line 2930, sass/style.scss */
  #videoContainer > div > iframe {
    width: 650px;
    height: 366px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2937, sass/style.scss */
  #videoContainer > div > iframe {
    width: 950px;
    height: 580px;
  }
}
/* line 2943, sass/style.scss */
#sectionPilliers {
  background: #ffd100;
}

/* line 2947, sass/style.scss */
#sectionPilliers > ul {
  font-size: 0;
}

@media screen and (min-width: 1200px) {
  /* line 2952, sass/style.scss */
  #sectionPilliers > ul {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* line 2958, sass/style.scss */
#sectionPilliers > ul li {
  display: block;
  padding: 0 20px;
  text-align: center;
  margin: 0 0 40px;
  box-sizing: border-box;
}

/* line 2966, sass/style.scss */
#sectionPilliers > ul li:last-child {
  margin: 0;
}

@media screen and (min-width: 800px) {
  /* line 2971, sass/style.scss */
  #sectionPilliers > ul li {
    display: inline-block;
    width: 30%;
    margin: 0;
    vertical-align: top;
  }

  /* line 2977, sass/style.scss */
  #sectionPilliers > ul li:nth-child(2) {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2983, sass/style.scss */
  #sectionPilliers > ul li {
    padding: 0;
    width: 25%;
  }

  /* line 2987, sass/style.scss */
  #sectionPilliers > ul li:nth-child(2) {
    margin: 0 12.5%;
  }
}
/* line 2992, sass/style.scss */
#sectionPilliers > ul li img {
  max-height: 100px;
  height: 100px;
  margin: 0 0 15px;
}

/* line 2998, sass/style.scss */
#sectionPilliers > ul li h2 > img {
  height: 35px;
  width: auto;
}

/* line 3003, sass/style.scss */
#sectionPilliers > ul li p {
  color: #000;
}

/* line 3007, sass/style.scss */
#sectionServices div {
  padding: 0;
  box-sizing: border-box;
}

/* line 3012, sass/style.scss */
#sectionServices .btnAll {
  padding-top: 20px;
}

/* line 3016, sass/style.scss */
#sectionServices > div:first-child {
  margin: 0 0 30px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  /* line 3022, sass/style.scss */
  #sectionServices > div:first-child {
    max-width: 1000px;
    margin: 0 auto 20px;
  }
}
/* line 3028, sass/style.scss */
#sectionServices > div:first-child img {
  max-height: 30px;
  height: 30px;
  margin: 20px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 3035, sass/style.scss */
  #sectionServices > div:first-child img {
    height: 40px;
    max-height: 40px;
  }
}
/* line 3041, sass/style.scss */
#sectionServices .services_grid {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  /* line 3046, sass/style.scss */
  #sectionServices .services_grid {
    width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3052, sass/style.scss */
  #sectionServices .services_thumb:hover .borderStyle, #sectionServices .services_thumb:hover .portfolio-menu a, .portfolio-menu #sectionServices .services_thumb:hover a {
    background: #f1f2f2;
    transition: 0.4s all ease-in-out;
  }

  /* line 3056, sass/style.scss */
  #sectionServices .services_thumb img {
    width: 100%;
  }

  /* line 3059, sass/style.scss */
  #sectionServices .col_2 .services_thumb {
    width: 490px;
  }

  /* line 3062, sass/style.scss */
  #sectionServices .col_3 .services_thumb {
    width: 310px;
  }

  /* line 3065, sass/style.scss */
  #sectionServices .col_3 .col_C .services_thumb {
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  /* line 3071, sass/style.scss */
  #sectionServices .services_thumb:hover {
    background: #f1f2f2;
  }

  /* line 3074, sass/style.scss */
  #sectionServices .services_thumb img {
    width: 100%;
  }

  /* line 3077, sass/style.scss */
  #sectionServices .col_C,
  #sectionServices .col_L,
  #sectionServices .col_R {
    float: left;
  }

  /* line 3082, sass/style.scss */
  #sectionServices .col_2 .col_L,
  #sectionServices .col_2 .col_R {
    width: 50%;
  }

  /* line 3086, sass/style.scss */
  #sectionServices .row {
    float: left;
  }

  /* line 3089, sass/style.scss */
  #sectionServices .col_3 .col_C,
  #sectionServices .col_3 .col_L,
  #sectionServices .col_3 .col_R {
    width: 33.33333%;
  }
}
/* line 3096, sass/style.scss */
#sectionServices .borderStyle, #sectionServices .portfolio-menu a, .portfolio-menu #sectionServices a {
  background: #ffd100;
  border: none;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 3103, sass/style.scss */
#sectionServices .borderStyle:hover, #sectionServices .portfolio-menu a:hover, .portfolio-menu #sectionServices a:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 3110, sass/style.scss */
#sectionServices .borderStyle:before, #sectionServices .portfolio-menu a:before, .portfolio-menu #sectionServices a:before {
  background: #f1f2f2;
}

/* line 3114, sass/style.scss */
#sectionServices .services_thumb {
  position: relative;
}

/* line 3118, sass/style.scss */
#sectionServices .services_thumb .services_thumb_title {
  position: absolute;
  text-align: right;
  top: 3%;
  right: 0;
}

@media screen and (max-width: 799px) {
  /* line 3126, sass/style.scss */
  #sectionServices .services_thumb.txt-right {
    float: none !important;
  }

  /* line 3129, sass/style.scss */
  #sectionServices .services_thumb img {
    width: 100%;
  }
}
/* line 3134, sass/style.scss */
#sectionWorks {
  padding: 40px 0 30px;
}

/* line 3139, sass/style.scss */
#sectionWorks > div:first-child {
  margin: 0 0 40px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  /* line 3147, sass/style.scss */
  #sectionWorks > div:first-child {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3153, sass/style.scss */
  #sectionWorks > div:first-child {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* line 3159, sass/style.scss */
#sectionWorks > div:first-child img {
  max-height: 30px;
  height: 30px;
  margin: 20px 0 40px;
}

@media screen and (min-width: 1200px) {
  /* line 3166, sass/style.scss */
  #sectionWorks > div:first-child img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 3172, sass/style.scss */
#sectionWorks > div:first-child a {
  margin: 30px 0 0;
}

/* line 3176, sass/style.scss */
#sectionWorks .swiper-container {
  width: 100%;
}

@media screen and (min-width: 800px) {
  /* line 3181, sass/style.scss */
  #sectionWorks .swiper-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3187, sass/style.scss */
  #sectionWorks .swiper-container {
    max-width: 1000px;
    padding-bottom: 20px;
  }
}
/* line 3193, sass/style.scss */
#sectionWorks .swiper-slide {
  display: inline-block;
  font-size: 0;
  width: 100%;
  padding: 0 0 30px;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  /* line 3202, sass/style.scss */
  #sectionWorks .swiper-slide {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3209, sass/style.scss */
  #sectionWorks .swiper-slide {
    width: 1000px;
  }
}
/* line 3214, sass/style.scss */
#sectionWorks .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 3220, sass/style.scss */
#sectionWorks .swiper-slide div h4 {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px -1px;
}

/* line 3227, sass/style.scss */
#sectionWorks .swiper-slide div a,
#sectionWorks .swiper-slide div p + p {
  text-decoration: none;
  margin: 0;
  margin-top: 20px;
}

/* line 3239, sass/style.scss */
#sectionWorks .swiper-pagination {
  padding-top: 20px;
  bottom: 0;
}

/* line 3244, sass/style.scss */
#sectionWorks .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #4c4c4c;
}

/* line 3250, sass/style.scss */
#sectionWorks .swiper-pagination-bullet-active {
  background: #ffd100;
}

/* line 3254, sass/style.scss */
#sectionArtists img {
  max-width: 100%;
}

/* line 3258, sass/style.scss */
#sectionArtists > div {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3264, sass/style.scss */
#sectionArtists > div > div {
  text-align: center;
  padding: 0 20px 20px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}

/* line 3273, sass/style.scss */
#sectionArtists > div > div h2 {
  margin: 20px 0 15px;
}

/* line 3277, sass/style.scss */
#sectionArtists > div > div img {
  height: 30px;
  max-height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 3283, sass/style.scss */
  #sectionArtists > div > div img {
    height: 40px;
    max-height: 40px;
  }
}
/* line 3289, sass/style.scss */
#sectionArtists > div > div a {
  margin: 20px 0 0;
}

/* line 3293, sass/style.scss */
#clientSlider {
  display: none;
}

@media screen and (min-width: 1200px) {
  /* line 3298, sass/style.scss */
  #clientSlider {
    display: block;
    background: #f1f2f2;
    padding: 50px 0;
  }

  /* line 3303, sass/style.scss */
  #clientSlider .swiper-container {
    width: 1000px;
  }

  /* line 3306, sass/style.scss */
  #clientSlider .swiper-slide {
    width: 1000px;
    display: inline-block;
  }
}
/* line 3312, sass/style.scss */
footer {
  position: relative;
  z-index: 2;
}

/* line 3317, sass/style.scss */
footer > div {
  padding: 0 20px;
}

/* line 3321, sass/style.scss */
footer > div:first-child {
  background: #ffd100;
}

/* line 3325, sass/style.scss */
footer > div:first-child > ul {
  padding: 60px 0;
  box-sizing: border-box;
  font-size: 0;
}

@media screen and (min-width: 800px) {
  /* line 3332, sass/style.scss */
  footer > div:first-child > ul {
    padding: 65px 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3340, sass/style.scss */
  footer > div:first-child > ul {
    text-align: center;
  }

  /* line 3343, sass/style.scss */
  footer > div:first-child > ul:after {
    display: block;
    content: '';
    clear: both;
  }
}
/* line 3350, sass/style.scss */
footer > div:first-child > ul > li {
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 3355, sass/style.scss */
  footer > div:first-child > ul > li {
    display: inline-block;
    width: 30%;
    margin: 0;
    vertical-align: top;
  }

  /* line 3361, sass/style.scss */
  footer > div:first-child > ul > li:nth-child(2) {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3367, sass/style.scss */
  footer > div:first-child > ul > li {
    width: auto;
  }

  /* line 3370, sass/style.scss */
  footer > div:first-child > ul > li:nth-child(1) {
    float: left;
  }

  /* line 3373, sass/style.scss */
  footer > div:first-child > ul > li:nth-child(3) {
    float: right;
  }
}
/* line 3378, sass/style.scss */
footer > div:first-child > ul > li h5 {
  margin: 0 0 10px;
}

/* line 3382, sass/style.scss */
footer > div:first-child > ul > li h5 img {
  max-height: 25px;
  height: 25px;
}

/* line 3387, sass/style.scss */
footer > div:first-child > ul > li a,
footer > div:first-child > ul > li span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 1000px) {
  /* line 3398, sass/style.scss */
  footer > div:first-child > ul > li a {
    position: relative;
  }

  /* line 3401, sass/style.scss */
  footer > div:first-child > ul > li a:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.4s all ease-in-out;
  }

  /* line 3412, sass/style.scss */
  footer > div:first-child > ul > li a:hover:after {
    width: 100%;
  }
}
/* line 3417, sass/style.scss */
footer > div:first-child > ul > li + li {
  margin: 40px 0 0;
}

@media screen and (min-width: 800px) {
  /* line 3422, sass/style.scss */
  footer > div:first-child > ul > li + li {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 3428, sass/style.scss */
  footer > div:first-child > ul > li li {
    display: inline-block;
  }

  /* line 3431, sass/style.scss */
  footer > div:first-child > ul > li li + li {
    margin: 0 0 0 15px;
    position: relative;
  }

  /* line 3435, sass/style.scss */
  footer > div:first-child > ul > li li + li:before {
    display: inline-block;
    content: '|';
    color: #000;
    font-size: 14px;
    position: absolute;
    left: -10px;
  }
}
/* line 3445, sass/style.scss */
footer > div + div {
  text-align: center;
  padding: 15px 0;
}

@media screen and (min-width: 800px) {
  /* line 3451, sass/style.scss */
  footer > div + div {
    max-width: 1000px;
    margin: 0 auto;
  }

  /* line 3455, sass/style.scss */
  footer > div + div:after {
    display: block;
    content: '';
    clear: both;
  }
}
/* line 3462, sass/style.scss */
footer > div + div small {
  display: block;
  font-size: 10px;
}

@media screen and (min-width: 800px) {
  /* line 3468, sass/style.scss */
  footer > div + div small {
    float: left;
  }
}
/* line 3473, sass/style.scss */
footer > div + div small + small {
  margin: 10px 0 0;
}

/* line 3477, sass/style.scss */
footer > div + div small + small a {
  color: #5d5d5d;
}

@media screen and (min-width: 800px) {
  /* line 3482, sass/style.scss */
  footer > div + div small + small {
    float: right;
    margin: 0;
  }
}
/* line 3488, sass/style.scss */
.contactPage footer > div:first-child {
  height: 20px;
}

/* line 3492, sass/style.scss */
#tagMenu {
  padding: 40px 20px 0;
  font-size: 0;
  text-align: center;
}

/* line 3498, sass/style.scss */
#tagMenu > li {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

@media screen and (min-width: 600px) {
  /* line 3505, sass/style.scss */
  #tagMenu > li {
    display: inline-block;
    margin: 0 20px;
  }
}
/* line 3511, sass/style.scss */
#tagMenu > li + li:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 1px;
  background: #ffd100;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  /* line 3525, sass/style.scss */
  #tagMenu > li + li:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3535, sass/style.scss */
#tagMenu > li + li span:before {
  display: inline-block;
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 3547, sass/style.scss */
#tagMenu > li + li span[data-filter^=".video"]:before {
  background: url(img/folioPictoVideo.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3552, sass/style.scss */
#tagMenu > li + li span[data-filter^=".illustration"]:before {
  background: url(img/folioPictoIllu.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3557, sass/style.scss */
#tagMenu > li + li span[data-filter^=".live"]:before {
  background: url(img/folioPictoLive.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3562, sass/style.scss */
#tagMenu > li + li span[data-filter^=".workshop"]:before {
  background: url(img/folioPictoWork.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3567, sass/style.scss */
#tagMenu > li span {
  text-decoration: none;
  color: #5d5d5d;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
}

/* line 3576, sass/style.scss */
.grid {
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  margin: 35px 0 0;
}

@media screen and (min-width: 1200px) {
  /* line 3584, sass/style.scss */
  .grid {
    width: 1000px;
    margin: 35px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 3592, sass/style.scss */
  .grid .grid-item > div {
    position: relative;
    padding: 30px;
  }

  /* line 3596, sass/style.scss */
  .grid .grid-item > div:after {
    clear: both;
  }
}
/* line 3601, sass/style.scss */
.grid .grid-item > div h3 {
  font-size: 25px;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 1000px) {
  /* line 3608, sass/style.scss */
  .grid .grid-item > div h3 {
    float: left;
  }
}
/* line 3613, sass/style.scss */
.grid .grid-item > div ul {
  font-size: 0;
  text-align: center;
  margin: 10px 0;
}

@media screen and (min-width: 1000px) {
  /* line 3620, sass/style.scss */
  .grid .grid-item > div ul {
    float: right;
    margin: 4px 0 0;
  }
}
/* line 3626, sass/style.scss */
.grid .grid-item > div ul li {
  text-align: center;
  display: inline-block;
  height: 20px;
  width: 20px;
}

/* line 3633, sass/style.scss */
.grid .grid-item > div ul li[class^=video] {
  background: url(img/folioPictoVideo.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3638, sass/style.scss */
.grid .grid-item > div ul li[class^=illustration] {
  background: url(img/folioPictoIllu.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3643, sass/style.scss */
.grid .grid-item > div ul li[class^=live] {
  background: url(img/folioPictoLive.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3648, sass/style.scss */
.grid .grid-item > div ul li[class^=workshop] {
  background: url(img/folioPictoWork.png) no-repeat 50%;
  background-size: 100%;
}

/* line 3653, sass/style.scss */
.grid .grid-item > div ul li + li {
  margin: 0 0 0 20px;
  position: relative;
}

/* line 3658, sass/style.scss */
.grid .grid-item > div ul li + li:before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ffd100;
  position: absolute;
  top: 0;
  left: -10px;
}

/* line 3669, sass/style.scss */
.grid .grid-item > div ul li a {
  font-size: 12px;
  color: pink;
  text-decoration: none;
  color: #5d5d5d;
  position: relative;
}

/* line 3677, sass/style.scss */
.grid .grid-item > div p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  text-align: left;
  min-height: 100px;
}

@media screen and (min-width: 1000px) {
  /* line 3686, sass/style.scss */
  .grid .grid-item > div p {
    margin: 40px 0 0;
  }
}
/* line 3691, sass/style.scss */
.grid .grid-item > div > a {
  display: block;
  text-align: center;
  margin: 15px 0 0;
}

@media screen and (min-width: 800px) {
  /* line 3698, sass/style.scss */
  .grid .grid-item > div > a {
    display: inline-block;
  }
}
/* line 3703, sass/style.scss */
#contactInfo {
  margin: 130px 0 50px;
  background: #f1f2f2;
}

/* line 3708, sass/style.scss */
#contactInfo ul {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0;
}

@media screen and (min-width: 800px) {
  /* line 3715, sass/style.scss */
  #contactInfo ul {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
/* line 3722, sass/style.scss */
#contactInfo ul li {
  text-align: center;
}

/* line 3726, sass/style.scss */
#contactInfo ul li + li {
  margin: 30px 0 0;
}

@media screen and (min-width: 800px) {
  /* line 3731, sass/style.scss */
  #contactInfo ul li + li {
    margin: 0 0 0 5%;
  }
}
/* line 3736, sass/style.scss */
#contactInfo ul li > img {
  width: 40px;
  margin: 0 0 15px;
}

/* line 3741, sass/style.scss */
#contactInfo ul li h3 img {
  max-height: 30px;
  height: 30px;
  margin: 0 0 15px;
}

/* line 3747, sass/style.scss */
#contactInfo ul li a,
#contactInfo ul li span {
  color: #5d5d5d;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  display: block;
}

/* line 3756, sass/style.scss */
#contactInfo ul li a + a,
#contactInfo ul li span + span {
  margin-top: 5px;
}

/* line 3761, sass/style.scss */
#contactForm {
  padding: 0 20px;
  margin: 0 0 60px;
  box-sizing: border-box;
  font-size: 0;
}

@media screen and (min-width: 800px) {
  /* line 3769, sass/style.scss */
  #contactForm {
    margin: 0 auto 60px;
    padding: 0;
    max-width: 800px;
  }
}
/* line 3776, sass/style.scss */
#contactForm h1 {
  text-align: center;
  height: 40px;
  padding-bottom: 30px;
}

/* line 3782, sass/style.scss */
#contactForm h1 img {
  max-height: 100%;
  height: 40px;
}

/* line 3787, sass/style.scss */
#contactForm p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 600;
  color: #5d5d5d;
}

/* line 3796, sass/style.scss */
#contactForm p + p {
  margin: 15px 0 0;
}

/* line 3800, sass/style.scss */
#contactForm p label {
  display: block;
  margin: 0 0 5px;
}

/* line 3805, sass/style.scss */
#contactForm p input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  background: #f1f2f2;
  border: none;
  outline-color: #ffd100;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .3px;
  font-weight: 400;
  color: #5d5d5d;
}

/* line 3822, sass/style.scss */
#contactForm p input[type=submit] {
  cursor: pointer;
  background: #ffd100;
  border-radius: 0;
  font-weight: 700;
  outline: none;
  color: #000;
}

@media screen and (min-width: 1000px) {
  /* line 3832, sass/style.scss */
  #contactForm p input[type=submit] {
    display: inline-block;
    width: 120px;
  }
}
/* line 3838, sass/style.scss */
#contactForm p.submitBtn {
  overflow: hidden;
  position: relative;
  color: #000;
}

@media screen and (min-width: 1000px) {
  /* line 3845, sass/style.scss */
  #contactForm p.submitBtn:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #d9b200;
    transition: 0.4s all ease-in-out;
  }

  /* line 3856, sass/style.scss */
  #contactForm p.submitBtn:hover:after {
    width: 120px;
  }
}
/* line 3861, sass/style.scss */
#contactForm p textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #f1f2f2;
  border: none;
  outline-color: #ffd100;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .3px;
  font-weight: 400;
  color: #5d5d5d;
}

/* line 3878, sass/style.scss */
#contactForm .wpcf7-response-output {
  font-size: 14px;
  margin: 20px 0 0;
  padding: 10px;
  border: 2px solid #5d5d5d;
}

/* line 3885, sass/style.scss */
#contactForm .wpcf7-validation-errors {
  border: 2px solid red;
}

/* line 3889, sass/style.scss */
.navMain > div ul.lang_menu {
  display: block;
  text-align: center;
  padding-bottom: 0;
  padding-right: 0;
}
/* line 3894, sass/style.scss */
.navMain > div ul.lang_menu .lang-item a {
  font-weight: 200;
  font-size: 16px !important;
}
/* line 3897, sass/style.scss */
.navMain > div ul.lang_menu .lang-item a:after {
  bottom: -5px;
}

@media screen and (min-width: 1000px) {
  /* line 3904, sass/style.scss */
  .navMain > div ul.lang_menu {
    text-align: right;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  /* line 3908, sass/style.scss */
  .navMain > div ul.lang_menu .lang-item a {
    font-size: 12px !important;
  }
  /* line 3910, sass/style.scss */
  .navMain > div ul.lang_menu .lang-item a:after {
    bottom: -5px;
  }
}
/* line 3917, sass/style.scss */
.homePage header .cartoon_header {
  padding-top: 150px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  /* line 3923, sass/style.scss */
  .homePage header .cartoon_header {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 3930, sass/style.scss */
  .homePage header .cartoon_header img {
    max-width: 90%;
    margin: 0 auto;
  }
}
/* line 3936, sass/style.scss */
.homePage header .cartoon_headline {
  text-align: center;
  padding: 150px 10px 0;
  font-size: 1.2em;
}

/* line 3942, sass/style.scss */
.homePage header > picture {
  display: block;
  padding: 20px 0 0;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

/* line 3951, sass/style.scss */
.homePage header > picture img {
  max-width: 200%;
  margin: 0 0 0 -50%;
}

@media screen and (min-width: 600px) {
  /* line 3957, sass/style.scss */
  .homePage header > picture img {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 3964, sass/style.scss */
  .homePage header > picture {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* line 3970, sass/style.scss */
.homePage section {
  padding: 40px 0;
}

/* line 3974, sass/style.scss */
.homePage h3 {
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5d;
  max-width: 600px;
  margin: 0 auto;
}

/* line 3983, sass/style.scss */
.homePage p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 400;
  color: #5d5d5d;
}

/* line 3992, sass/style.scss */
.conditionsPage header h1 {
  padding: 150px 0 50px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 3998, sass/style.scss */
  .conditionsPage header h1 {
    padding: 250px 0 100px;
  }
}
/* line 4003, sass/style.scss */
.conditionsPage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
  margin: 0 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 4011, sass/style.scss */
  .conditionsPage header h1 img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 4017, sass/style.scss */
.conditionsPage section {
  padding: 80px 0;
}

/* line 4021, sass/style.scss */
.conditionsPage section > ul {
  padding: 0 20px;
}

@media screen and (min-width: 800px) {
  /* line 4026, sass/style.scss */
  .conditionsPage section > ul {
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  /* line 4034, sass/style.scss */
  .conditionsPage section > ul > li {
    display: inline-block;
    width: calc(50% - 40px);
    vertical-align: top;
  }
}
/* line 4041, sass/style.scss */
.conditionsPage section > ul > li + li {
  margin: 30px 0 0;
}

@media screen and (min-width: 800px) {
  /* line 4046, sass/style.scss */
  .conditionsPage section > ul > li + li {
    margin: 0 0 0 40px;
  }
}
/* line 4051, sass/style.scss */
.conditionsPage section > ul > li h2 {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px;
}

/* line 4057, sass/style.scss */
.conditionsPage section > ul > li h2:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 24px;
  margin: 0 10px 0 0;
}

/* line 4065, sass/style.scss */
.conditionsPage section > ul > li h2.titleA:before {
  background: url(img/elementA.svg) no-repeat 50%;
}

/* line 4069, sass/style.scss */
.conditionsPage section > ul > li h2.titleB:before {
  background: url(img/elementB.svg) no-repeat 50%;
}

/* line 4073, sass/style.scss */
.conditionsPage section > ul > li h2.titleC:before {
  background: url(img/elementC.svg) no-repeat 50%;
}

/* line 4077, sass/style.scss */
.conditionsPage section > ul > li h2.titleD:before {
  background: url(img/elementD.svg) no-repeat 50%;
}

/* line 4081, sass/style.scss */
.conditionsPage section > ul > li h2.titleE:before {
  background: url(img/elementE.svg) no-repeat 50%;
}

/* line 4085, sass/style.scss */
.conditionsPage section > ul > li h2.titleF:before {
  background: url(img/elementF.svg) no-repeat 50%;
}

/* line 4089, sass/style.scss */
.conditionsPage section > ul > li h2.titleG:before {
  background: url(img/elementG.svg) no-repeat 50%;
}

/* line 4093, sass/style.scss */
.conditionsPage section > ul > li > ul {
  padding: 0 0 0 30px;
}

/* line 4097, sass/style.scss */
.conditionsPage section > ul > li > ul > li {
  list-style-type: disc;
}

/* line 4101, sass/style.scss */
.conditionsPage section > ul > li > ul li {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 400;
  color: #5d5d5d;
}

/* line 4110, sass/style.scss */
.conditionsPage section > ul > li > ul li + li,
.conditionsPage section > ul > li > ul li p + p {
  margin: 10px 0 0;
}

/* line 4115, sass/style.scss */
.conditionsPage section > ul > li > ul ul {
  padding: 0 0 0 15px;
}

/* line 4119, sass/style.scss */
.conditionsPage section > ul > li > ul ul li {
  list-style-type: disc;
}

/* line 4123, sass/style.scss */
.conditionsPage section:nth-child(even) {
  background: #f1f2f2;
}

/* line 4127, sass/style.scss */
.servicesPage #serviceVideo {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}

/* line 4138, sass/style.scss */
.servicesPage header {
  padding: 0 0 40px;
}

/* line 4142, sass/style.scss */
.servicesPage header h1 {
  padding: 150px 0 15px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 4148, sass/style.scss */
  .servicesPage header h1 {
    padding: 200px 0 15px;
  }
}
/* line 4153, sass/style.scss */
.servicesPage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4160, sass/style.scss */
  .servicesPage header h1 img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 4166, sass/style.scss */
.servicesPage header h2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  margin: 0 auto;
}

/* line 4174, sass/style.scss */
.servicesPage section {
  padding: 80px 0 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 799px) {
  /* line 4181, sass/style.scss */
  .servicesPage section {
    padding: 50px 0 50px;
  }
}
/* line 4186, sass/style.scss */
.servicesPage section.odd {
  background: #fff;
}

/* line 4190, sass/style.scss */
.servicesPage section > div {
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0;
}

@media screen and (min-width: 1200px) {
  /* line 4198, sass/style.scss */
  .servicesPage section > div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
/* line 4205, sass/style.scss */
.servicesPage section > div .titleSection {
  text-align: left;
  display: none;
}

@media screen and (min-width: 800px) {
  /* line 4211, sass/style.scss */
  .servicesPage section > div .titleSection {
    text-align: left;
    width: 100%;
    margin: 0 0 25px 0;
    display: block;
  }
}
/* line 4219, sass/style.scss */
.servicesPage section > div .titleSection img {
  height: 25px;
}

@media screen and (min-width: 800px) {
  /* line 4224, sass/style.scss */
  .servicesPage section > div .titleSection img {
    height: 35px;
  }
}
/* line 4229, sass/style.scss */
.servicesPage section > div .flexContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  /* line 4239, sass/style.scss */
  .servicesPage section > div .flexContainer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 4246, sass/style.scss */
.servicesPage section > div .flexContainer > .imgDiv {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 800px) {
  /* line 4252, sass/style.scss */
  .servicesPage section > div .flexContainer > .imgDiv {
    width: 50%;
    position: relative;
    margin-bottom: 0;
  }
}
/* line 4259, sass/style.scss */
.servicesPage section > div .flexContainer > .imgDiv > img.left {
  left: 0;
}

/* line 4263, sass/style.scss */
.servicesPage section > div .flexContainer > .imgDiv > img.right {
  right: 0;
}

@media screen and (min-width: 800px) {
  /* line 4268, sass/style.scss */
  .servicesPage section > div .flexContainer > .imgDiv > img {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    image-rendering: auto;
  }
}
@media screen and (max-width: 799px) {
  /* line 4280, sass/style.scss */
  .servicesPage section > div .flexContainer > .imgDiv > img {
    width: 100%;
    image-rendering: auto;
  }
}
/* line 4286, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 800px) {
  /* line 4292, sass/style.scss */
  .servicesPage section > div .flexContainer > .contentDiv {
    width: 50%;
  }
}
/* line 4297, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv p + p {
  margin: 15px 0 0;
}

/* line 4301, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv ul {
  margin: 0 0 0 30px;
}

/* line 4305, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv ul li {
  list-style-type: disc;
}

/* line 4309, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .processDiv {
  display: none;
  margin: 25px 0 0;
}

/* line 4314, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .processDiv h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

/* line 4321, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .processDiv img {
  max-width: 100%;
}

/* line 4325, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .linkDiv {
  margin: 15px 0 0;
}

/* line 4329, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .linkDiv a {
  display: block;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 4335, sass/style.scss */
  .servicesPage section > div .flexContainer > .contentDiv > .linkDiv a {
    display: inline-block;
  }
}
/* line 4340, sass/style.scss */
.servicesPage section > div .flexContainer > .contentDiv > .linkDiv a + a {
  margin: 10px 0 0;
}

@media screen and (min-width: 800px) {
  /* line 4345, sass/style.scss */
  .servicesPage section > div .flexContainer > .contentDiv > .linkDiv a + a {
    margin: 0 0 0 10px;
  }
}
/* line 4350, sass/style.scss */
.servicesPage section:nth-child(even) {
  background: #f1f2f2;
}

@media screen and (min-width: 800px) {
  /* line 4355, sass/style.scss */
  .servicesPage section:nth-child(odd) .titleSection {
    margin: 0 50% 25px 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 4361, sass/style.scss */
  .servicesPage section:nth-child(odd) .imgDiv {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 4366, sass/style.scss */
  .servicesPage section:nth-child(odd) .contentDiv {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* line 4373, sass/style.scss */
.folioPage header {
  padding: 0 0 40px;
}

/* line 4377, sass/style.scss */
.folioPage header h1 {
  padding: 150px 0 15px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 4383, sass/style.scss */
  .folioPage header h1 {
    padding: 200px 0 15px;
  }
}
/* line 4388, sass/style.scss */
.folioPage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4395, sass/style.scss */
  .folioPage header h1 img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 4401, sass/style.scss */
.folioPage header h2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 799px) {
  /* line 4411, sass/style.scss */
  .folioPage header h2 {
    padding: 0 20px;
  }
}
/* line 4416, sass/style.scss */
.folioPage section {
  padding: 0 0 50px;
  background: #f1f2f2;
}

/* line 4421, sass/style.scss */
.singlePage .evo-list-item {
  list-style: none;
}

/* line 4425, sass/style.scss */
.singlePage header {
  padding: 0 0 50px;
}

/* line 4429, sass/style.scss */
.singlePage header .allArtists,
.singlePage header .allProject {
  margin-top: 40px;
}

/* line 4434, sass/style.scss */
.singlePage header h1 {
  padding: 150px 0 15px;
  text-align: center;
}

/* line 4439, sass/style.scss */
.singlePage header h1.portfolio_title {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 799px) {
  /* line 4446, sass/style.scss */
  .singlePage header h1.portfolio_title,
  .singlePage header h1 {
    font-size: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  /* line 4456, sass/style.scss */
  .singlePage header h1 {
    padding: 250px 0 15px;
  }
}
/* line 4461, sass/style.scss */
.singlePage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4468, sass/style.scss */
  .singlePage header h1 img {
    max-height: 40px;
    height: 30px;
  }
}
/* line 4474, sass/style.scss */
.singlePage header > h2 {
  text-align: center;
  font-size: 27px;
  line-height: 37px;
  max-width: 400px;
  color: #000;
  margin: 0 auto 10px;
  max-width: 600px;
}

/* line 4484, sass/style.scss */
.singlePage header > ul {
  font-size: 0;
  text-align: center;
}

/* line 4489, sass/style.scss */
.singlePage header > ul li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (min-width: 800px) {
  /* line 4496, sass/style.scss */
  .singlePage header > ul li {
    display: inline-block;
  }

  /* line 4499, sass/style.scss */
  .singlePage header > ul li + li {
    margin: 0 0 0 20px;
  }

  /* line 4502, sass/style.scss */
  .singlePage header > ul li + li:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 100%;
    background: #ffd100;
    position: absolute;
    top: 0;
    left: -10px;
  }
}
/* line 4514, sass/style.scss */
.singlePage header > ul li.etiquettes {
  display: inline-block;
}

/* line 4518, sass/style.scss */
.singlePage header > ul li.etiquettes a {
  color: #5d5d5d;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 1000px) {
  /* line 4525, sass/style.scss */
  .singlePage header > ul li.etiquettes a:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 1px;
    background: #ffd100;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.4s all ease-in-out;
  }

  /* line 4536, sass/style.scss */
  .singlePage header > ul li.etiquettes a:hover:before {
    width: 100%;
  }
}
/* line 4541, sass/style.scss */
.singlePage header > ul li.etiquettes + .etiquettes {
  margin: 0 0 0 20px;
}

/* line 4545, sass/style.scss */
.singlePage header > ul li.etiquettes + .etiquettes:before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ffd100;
  position: absolute;
  top: 0;
  left: -10px;
}

/* line 4556, sass/style.scss */
.singlePage section {
  padding: 0 0 100px;
}

@media screen and (min-width: 800px) {
  /* line 4561, sass/style.scss */
  .singlePage section {
    padding: 0 0 100px;
  }
}
/* line 4566, sass/style.scss */
.singlePage section .inner {
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  /* line 4571, sass/style.scss */
  .singlePage section .inner {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* line 4578, sass/style.scss */
.singlePage section .inner > img {
  max-width: 100%;
}

/* line 4582, sass/style.scss */
.singlePage section .inner > .wysi_content {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 50px;
  max-width: 100%;
  color: #000;
}

/* line 4590, sass/style.scss */
.singlePage section .inner > .wysi_content p {
  margin: 0 auto;
  font-size: .8em;
  padding-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  /* line 4597, sass/style.scss */
  .singlePage section .inner > .wysi_content {
    max-width: 90%;
  }

  /* line 4600, sass/style.scss */
  .singlePage section .inner > .wysi_content iframe {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 799px) {
  /* line 4606, sass/style.scss */
  .singlePage section .inner > .wysi_content img {
    display: block;
    margin: 0 auto;
  }

  /* line 4610, sass/style.scss */
  .singlePage section .inner > .wysi_content iframe {
    max-width: 100% !important;
    max-height: 300px !important;
  }
}
/* line 4616, sass/style.scss */
.singlePage section .inner > .wysi_content img {
  width: 100%;
  height: auto;
}

/* line 4621, sass/style.scss */
.singlePage section .inner > .wysi_content h2 {
  font-size: 1.5em;
  font-weight: 600;
}

/* line 4626, sass/style.scss */
.singlePage section .inner > .wysi_content h6 {
  font-size: .85em;
  color: #333;
}

/* line 4631, sass/style.scss */
.singlePage section .mainVisu {
  width: 100%;
}

/* line 4635, sass/style.scss */
.singlePage section .structure {
  font-size: 0;
}

/* line 4639, sass/style.scss */
.singlePage section .structure li {
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 4644, sass/style.scss */
  .singlePage section .structure li {
    display: inline-block;
    width: 30%;
  }

  /* line 4648, sass/style.scss */
  .singlePage section .structure li:nth-child(2) {
    margin: 0 5%;
  }
}
@media screen and (min-width: 900px) {
  /* line 4654, sass/style.scss */
  .singlePage section .structure li {
    width: 28%;
  }

  /* line 4657, sass/style.scss */
  .singlePage section .structure li:nth-child(2) {
    margin: 0 8%;
  }
}
/* line 4662, sass/style.scss */
.singlePage section .structure li + li {
  margin: 40px 0 0;
}

@media screen and (min-width: 700px) {
  /* line 4667, sass/style.scss */
  .singlePage section .structure li + li {
    margin: 0;
  }
}
/* line 4672, sass/style.scss */
.singlePage section .structure li img {
  max-width: 250px;
}

/* line 4676, sass/style.scss */
.singlePage section .structure li p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 400;
  margin: 20px 0 0;
}

/* line 4685, sass/style.scss */
.singlePage section .bigger {
  background: #f1f2f2;
  margin: 100px 0;
  padding: 60px 20px;
}

@media screen and (min-width: 1600px) {
  /* line 4692, sass/style.scss */
  .singlePage section .bigger {
    padding: 60px 0;
  }
}
/* line 4697, sass/style.scss */
.singlePage section .bigger .evolution {
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 1600px) {
  /* line 4703, sass/style.scss */
  .singlePage section .bigger .evolution {
    width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  /* line 4710, sass/style.scss */
  .singlePage section .bigger .evolution > li {
    display: inline-block;
    width: 14%;
  }

  /* line 4714, sass/style.scss */
  .singlePage section .bigger .evolution > li + li {
    margin-left: 3.2%;
  }
}
/* line 4719, sass/style.scss */
.singlePage section .bigger .evolution > li img {
  max-width: 100%;
}

/* line 4723, sass/style.scss */
.singlePage section .bigger .evolution > li p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .3px;
  font-weight: 400;
  margin: 20px 0 0;
}

/* line 4732, sass/style.scss */
.singlePage section .zoneImages,
.singlePage section .zoneVideo {
  text-align: center;
}

/* line 4737, sass/style.scss */
.singlePage section .zoneImages > h3,
.singlePage section .zoneVideo > h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}

/* line 4744, sass/style.scss */
.singlePage section .zoneVideo > div {
  margin: 0 auto;
}

/* line 4748, sass/style.scss */
.singlePage section .zoneVideo video {
  max-width: 100%;
}

/* line 4752, sass/style.scss */
.singlePage section .zoneImages {
  font-size: 0;
  margin: 100px 0 30px;
}

/* line 4757, sass/style.scss */
.singlePage section .zoneImages img {
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 4762, sass/style.scss */
  .singlePage section .zoneImages img {
    display: inline-block;
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
/* line 4769, sass/style.scss */
.singlePage section .zoneImages img:nth-child(odd) {
  margin: 20px 0;
}

@media screen and (min-width: 600px) {
  /* line 4774, sass/style.scss */
  .singlePage section .zoneImages img:nth-child(odd) {
    margin: 0 0 20px 20px;
  }
}
/* line 4779, sass/style.scss */
.singlePage section .navArticle {
  padding: 10px 20px;
  font-size: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  /* line 4787, sass/style.scss */
  .singlePage section .navArticle:after {
    display: block;
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  /* line 4795, sass/style.scss */
  .singlePage section .navArticle {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
}
/* line 4802, sass/style.scss */
.singlePage section .navArticle a {
  display: block;
  text-align: center;
}

@media screen and (min-width: 600px) {
  /* line 4808, sass/style.scss */
  .singlePage section .navArticle a {
    display: inline-block;
  }
}
/* line 4813, sass/style.scss */
.contactPage header {
  padding: 0 0 25px;
}

/* line 4817, sass/style.scss */
.contactPage header h1 {
  padding: 150px 0 15px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 4823, sass/style.scss */
  .contactPage header h1 {
    padding: 250px 0 15px;
  }
}
/* line 4828, sass/style.scss */
.contactPage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4835, sass/style.scss */
  .contactPage header h1 img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 4841, sass/style.scss */
.contactPage header h2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  margin: 0 auto;
}

/* line 4849, sass/style.scss */
.contactPage section {
  padding: 60px 0;
}

/* line 4853, sass/style.scss */
.errorPage header {
  padding: 0 0 25px;
  text-align: center;
}

/* line 4858, sass/style.scss */
.errorPage header h1 {
  padding: 150px 0 15px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  /* line 4864, sass/style.scss */
  .errorPage header h1 {
    padding: 200px 0 15px;
  }
}
/* line 4869, sass/style.scss */
.errorPage header h1 img {
  max-width: 80%;
  max-height: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4876, sass/style.scss */
  .errorPage header h1 img {
    max-height: 40px;
    height: 40px;
  }
}
/* line 4882, sass/style.scss */
.errorPage header h2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  margin: 0 auto;
}

/* line 4890, sass/style.scss */
.errorPage header > a {
  margin: 50px 0 150px;
}

@media screen and (min-width: 1200px) {
  /* line 4895, sass/style.scss */
  #artists_grid {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199x) {
  /* line 4903, sass/style.scss */
  #artists_grid {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
/* line 4910, sass/style.scss */
#artists_grid .artist_item {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/* line 4919, sass/style.scss */
#artists_grid .artist_item img {
  width: 100%;
}

/* line 4923, sass/style.scss */
#artists_grid .artist_item .artist_thumb-hover {
  display: none;
  width: 100%;
}

/* line 4928, sass/style.scss */
#artists_grid .artist_item h4 {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

/* line 4936, sass/style.scss */
#artists_grid .artist_item p {
  padding: 10px;
}

@media screen and (min-width: 800px) {
  /* line 4941, sass/style.scss */
  #artists_grid .artist_item {
    width: 25%;
    float: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  /* line 4948, sass/style.scss */
  #artists_grid .artist_item {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 4955, sass/style.scss */
  #artists_grid .artist_item img {
    box-sizing: border-box;
    padding: 50px 50px 10px;
  }
}
/* line 4961, sass/style.scss */
#artists_grid .artist_item:hover .artist_thumb-hover {
  position: absolute;
  top: 0;
  display: block;
}

/* line 4967, sass/style.scss */
#artists_joinus {
  background: #f1f2f2;
  padding: 40px 0 30px;
}

@media screen and (min-width: 1200px) {
  /* line 4973, sass/style.scss */
  #artists_joinus .artists_joinus {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199x) {
  /* line 4981, sass/style.scss */
  #artists_joinus .artists_joinus {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 4989, sass/style.scss */
  #artist_gallery {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 799px) {
  /* line 4996, sass/style.scss */
  #artist_gallery [class^=simplemasonry-item-],
  #artist_gallery [id^=simplemasonry-container] {
    width: 100% !important;
  }
}
/* line 5002, sass/style.scss */
.artist_title {
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 5008, sass/style.scss */
.team_photo {
  margin-top: 90px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 5014, sass/style.scss */
  .team_photo {
    max-width: 1180px;
  }
}
/* line 5019, sass/style.scss */
.team_job {
  margin-top: 5px;
  min-height: 20px;
  text-align: center;
  color: #444;
  font-size: 0.8em;
}

/* line 5027, sass/style.scss */
.team_popup {
  overflow: hidden;
}

/* line 5031, sass/style.scss */
.team_popup h1 {
  font-size: 1.6em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0;
}

/* line 5041, sass/style.scss */
.team_popup h2 {
  font-size: 1.2em;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

/* line 5048, sass/style.scss */
.team_popup p {
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* line 5054, sass/style.scss */
.team_popup .team_popup_img {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}

/* line 5062, sass/style.scss */
.team_popup .team_popup_img img {
  width: 100%;
}

/* line 5066, sass/style.scss */
.team_popup .team_popup_text {
  box-sizing: border-box;
  padding: 10px;
  float: right;
  padding: 0;
  width: 50%;
  box-sizing: border-box;
  float: left;
  margin-left: 25%;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 3px solid #f1f2f2;
}

/* line 5080, sass/style.scss */
#team_grid {
  margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
  /* line 5085, sass/style.scss */
  #team_grid {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 5094, sass/style.scss */
  #team_grid {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 800px) {
  /* line 5103, sass/style.scss */
  .team_popup .team_popup_img {
    width: 50%;
    margin-left: 25%;
    padding: 0;
  }

  /* line 5109, sass/style.scss */
  .team_popup .team_popup_text {
    width: 50%;
  }
}
/* line 5114, sass/style.scss */
#team_grid .team_item {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  padding-bottom: 10px;
  box-sizing: border-box;
}

/* line 5123, sass/style.scss */
#team_grid .team_item img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/* line 5129, sass/style.scss */
#team_grid .team_item .team_thumb-hover {
  display: none;
  width: 100%;
}

/* line 5134, sass/style.scss */
#team_grid .team_item h4 {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

/* line 5142, sass/style.scss */
#team_grid .team_item p {
  padding: 10px;
}

@media screen and (min-width: 800px) {
  /* line 5147, sass/style.scss */
  #team_grid .team_item {
    width: 33.333333%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 5154, sass/style.scss */
  #team_grid .team_item img {
    box-sizing: border-box;
  }
}
/* line 5159, sass/style.scss */
#team_grid .team_item:hover .team_thumb-hover {
  position: absolute;
  top: 0;
  display: block;
}

/* line 5165, sass/style.scss */
::-moz-selection {
  background: #55acef;
}

/* line 5169, sass/style.scss */
::selection {
  background: #55acef;
}

/* line 5173, sass/style.scss */
body {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  color: #5d5d5d;
}

/* line 5179, sass/style.scss */
body img {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

/* Import Partials						                                      */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* 						                                                      */
/* # S T Y L E S   F R O M   V I R G I L E                                    */
/*					                                                          */
/* -------------------------------------------------------------------------- */
/* Mixins								                                      */
/* -------------------------------------------------------------------------- */
/* Variables								                                      */
/* -------------------------------------------------------------------------- */
/* Fonts									                                      */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: 'CracraBold';
  src: url("ccs/CracraBold.eot?#iefix") format("embedded-opentype"), url("css/CracraBold.otf") format("opentype"), url("css/CracraBold.woff") format("woff"), url("css/CracraBold.ttf") format("truetype"), url("css/CracraBold.svg#CracraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 80, sass/_update.scss */
.translated_titles {
  font-family: 'CracraBold';
  color: black;
  font-size: 31px;
}
@media screen and (min-width: 1200px) {
  /* line 80, sass/_update.scss */
  .translated_titles {
    font-family: 'CracraBold';
    color: black;
    font-size: 38px;
  }
}
/* line 89, sass/_update.scss */
.translated_titles--medium {
  font-size: 26px;
}
@media screen and (min-width: 1200px) {
  /* line 89, sass/_update.scss */
  .translated_titles--medium {
    font-size: 30px;
  }
}
/* line 95, sass/_update.scss */
.translated_titles--small {
  font-size: 26px;
  margin: 2px 0 12px;
}
@media screen and (min-width: 1200px) {
  /* line 95, sass/_update.scss */
  .translated_titles--small {
    font-size: 28px;
    margin: 2px 0 12px;
  }
}

/* Base									                                      */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 799px) {
  /* line 113, sass/_update.scss */
  .not_on_mobile {
    display: none;
  }
}

/* line 119, sass/_update.scss */
.only_mobile {
  display: none;
}
@media screen and (max-width: 799px) {
  /* line 119, sass/_update.scss */
  .only_mobile {
    display: block;
  }
}

/* line 126, sass/_update.scss */
body {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Typography							                                      */
/* -------------------------------------------------------------------------- */
/* line 138, sass/_update.scss */
#sectionServices > div:first-child h2 {
  margin: 20px 0 15px;
}

/* line 142, sass/_update.scss */
#sectionWorks > div:first-child h2 {
  margin: 20px 0 40px;
}

/* line 146, sass/_update.scss */
footer > div:first-child > ul > li h5.translated_titles {
  margin: 0 0 5px;
}

/* line 150, sass/_update.scss */
footer > div:first-child > ul.translated_footer {
  padding: 60px 0 65px;
}

/* Grid - Artists						                                      */
/* -------------------------------------------------------------------------- */
/* line 162, sass/_update.scss */
.artist-grid-sizer, .gallery-item {
  width: 50%;
  float: left;
}
@media screen and (max-width: 799px) {
  /* line 162, sass/_update.scss */
  .artist-grid-sizer, .gallery-item {
    width: 100%;
  }
}

/* line 170, sass/_update.scss */
.artist-gutter-sizer {
  width: 0;
}

/* line 174, sass/_update.scss */
.gallery-item {
  padding: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 799px) {
  /* line 174, sass/_update.scss */
  .gallery-item {
    padding: 2px 0;
  }
}
/* line 180, sass/_update.scss */
.gallery-item a {
  display: block;
  width: 100%;
}
/* line 184, sass/_update.scss */
.gallery-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* Fancy Box - Illustration & Live Folio 		                              */
/* -------------------------------------------------------------------------- */
/* line 199, sass/_update.scss */
.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

/* line 203, sass/_update.scss */
.topBar.fancybox-margin {
  margin: 0;
  padding-right: 35px;
}

/* line 208, sass/_update.scss */
.singleArtist .fancybox-overlay {
  background-color: rgba(255, 255, 255, 0.98) !important;
}

/* line 212, sass/_update.scss */
.illuFolio .fancybox-opened .fancybox-skin,
.liveFolio .fancybox-opened .fancybox-skin,
.singleArtist .fancybox-opened .fancybox-skin {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 218, sass/_update.scss */
.illuFolio .fancybox-slide,
.singleArtist .fancybox-slide,
.liveFolio .fancybox-slide {
  display: none;
  overflow: hidden;
}
/* line 224, sass/_update.scss */
.illuFolio .fancybox-slide img,
.singleArtist .fancybox-slide img,
.liveFolio .fancybox-slide img {
  width: auto;
  height: auto;
  max-height: 75vh;
  max-width: 100%;
  position: relative;
  margin: auto;
  vertical-align: bottom;
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Fancy Box - Team  				                                          */
/* -------------------------------------------------------------------------- */
/* line 245, sass/_update.scss */
.teamPage .fancybox-skin {
  background-color: transparent;
}
/* line 248, sass/_update.scss */
.teamPage .fancybox-opened .fancybox-skin {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 251, sass/_update.scss */
.teamPage .fancybox-overlay {
  background: white !important;
}

/* Fancy Box - Title  				                                          */
/* -------------------------------------------------------------------------- */
/* line 264, sass/_update.scss */
.fancybox-title {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: white;
}

/* Fancy Box - Buttons					                                      */
/* -------------------------------------------------------------------------- */
/* line 281, sass/_update.scss */
.fancybox-close,
#fancybox-buttons .btnPrev,
#fancybox-buttons .btnNext,
#fancybox-buttons a.btnClose {
  width: 34px;
  height: 34px;
  padding: 20px;
  background-size: 34px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  box-sizing: content-box;
}

/* line 296, sass/_update.scss */
.fancybox-close {
  right: -37px;
  top: -37px;
  background-image: url(img/icnCroix-yellow-b.svg);
}

/* line 302, sass/_update.scss */
#fancybox-buttons .btnPrev,
#fancybox-buttons .btnNext {
  position: fixed;
  margin: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  /* line 302, sass/_update.scss */
  #fancybox-buttons .btnPrev,
  #fancybox-buttons .btnNext {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 314, sass/_update.scss */
#fancybox-buttons .btnNext {
  right: 0;
  background-image: url(img/icnArrow-yellow-b.svg);
}
@media screen and (max-width: 1199px) {
  /* line 314, sass/_update.scss */
  #fancybox-buttons .btnNext {
    right: inherit;
    left: 74px;
  }
}

/* line 323, sass/_update.scss */
#fancybox-buttons .btnPrev {
  left: 0;
  background-image: url(img/icnArrow-yellow-l-b.svg);
}

/* line 328, sass/_update.scss */
#fancybox-buttons a.btnClose {
  position: fixed;
  margin: 10px;
  top: 0;
  right: 0;
  border: none;
  background-image: url(img/icnCroix-yellow-b.svg);
}

/* line 337, sass/_update.scss */
#fancybox-buttons .fancybox-margin {
  margin: 10px !important;
}

/* line 342, sass/_update.scss */
.singleArtist #fancybox-buttons .btnNext {
  background-image: url(img/icnArrow-yellow.svg);
}
/* line 343, sass/_update.scss */
.singleArtist #fancybox-buttons .btnPrev {
  background-image: url(img/icnArrow-yellow-l.svg);
}
/* line 344, sass/_update.scss */
.singleArtist #fancybox-buttons a.btnClose {
  background-image: url(img/icnCroix-yellow.svg);
}

@media screen and (max-width: 799px) {
  /* line 347, sass/_update.scss */
  #fancybox-buttons a:hover {
    opacity: 1;
  }
}

/* Portfolio - Menu       				                                      */
/* -------------------------------------------------------------------------- */
/* line 361, sass/_update.scss */
.portfolio-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 35px 20px 0;
  text-align: center;
  cursor: default;
  /*
  	a {
  		color: inherit;
  		text-decoration: none;
  		color: #5d5d5d;
  		position: relative;
  		font-size: 14px;
  		cursor: pointer;
  		vertical-align: middle;
  		display: block;
  		&::after{
  			content: '';
  			position: absolute;
  			width: 0;
  			height: 2px;
  			background-color: $yellow;
  			left: 0;
  			@include transition(0.4s all ease-in-out);
  			bottom: -10px;
  		}
  		&:hover::after{
  			width: 100%;
  		}
  		&::before{
  			display: inline-block;
  			content: '';
  			position: relative;
  			width: 20px;
  			height: 20px;
  			margin-right: 14px;
  			vertical-align: middle;
  			@include translateY(-2px);
  			background-size: contain;
  			background-repeat: no-repeat;
  		}
  		&[href*="video"]::before{background-image: url(img/folioPictoVideo.png);}
  		&[href*="illustration"]::before{background-image: url(img/folioPictoIllu.png);}
  		&[href*="live"]::before{background-image: url(img/folioPictoLive.png);}
  		&[href*="case"]::before{background-image: url(img/folioPictoWork.png);}
  	}
  */
}
@media screen and (max-width: 600px) {
  /* line 361, sass/_update.scss */
  .portfolio-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 371, sass/_update.scss */
.portfolio-menu li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 10px;
  /*
  		&:before{
  		    display: inline-block;
  			content: '';
  			background: black;
  			opacity: 0.1;
  			position: absolute;
  			//
  			width: 1px;
  			height: 100%;
  			//
  			top: 0;
  			left: -20px;		
  			@include mq-smallest{
  				width: 25px;
  				height: 1px;
  				top: -10px;
  				left: 50%;
  				@include translateX(-50%);
  			}
  		}
  */
}
@media screen and (max-width: 600px) {
  /* line 371, sass/_update.scss */
  .portfolio-menu li {
    margin: 20px 10px 20px 0;
  }
  /* line 378, sass/_update.scss */
  .portfolio-menu li:last-of-type {
    margin-right: 0;
  }
  /* line 381, sass/_update.scss */
  .portfolio-menu li a {
    font-size: 12px;
    padding: 12px 8px;
  }
}
/* line 408, sass/_update.scss */
.portfolio-menu li:first-of-type::before {
  content: none;
}
@media screen and (max-width: 600px) {
  /* line 411, sass/_update.scss */
  .portfolio-menu li:first-of-type {
    margin-top: 0;
  }
}

/* line 465, sass/_update.scss */
.caseFolio .case-link,
.illuFolio .illu-link,
.liveFolio .live-link,
.videoFolio .video-link {
  border-color: #ffd100;
  background-color: #ffd100;
}
/* line 471, sass/_update.scss */
.caseFolio .case-link:hover,
.illuFolio .illu-link:hover,
.liveFolio .live-link:hover,
.videoFolio .video-link:hover {
  color: black;
}
/* line 473, sass/_update.scss */
.caseFolio .case-link:hover:before,
.illuFolio .illu-link:hover:before,
.liveFolio .live-link:hover:before,
.videoFolio .video-link:hover:before {
  content: none;
}

/* line 479, sass/_update.scss */
.ytp-watermark, .ytp-hide-controls .ytp-watermark, .ytp-watermark:hover {
  opacity: 0 !important;
}

/* Portfolio - Grids       				                                      */
/* -------------------------------------------------------------------------- */
/* line 491, sass/_update.scss */
.grid-item,
.grid-sizer {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

/* line 498, sass/_update.scss */
.grid-item {
  margin-bottom: 20px;
}

/* line 502, sass/_update.scss */
.grid .grid-item > a {
  display: block;
}

/* line 506, sass/_update.scss */
.grid .grid-item > a img {
  width: 100%;
}

/* line 510, sass/_update.scss */
.grid .grid-item > div {
  padding: 20px;
  text-align: center;
  font-size: 0;
}

/* line 516, sass/_update.scss */
.folio-wrapper {
  position: relative;
}

/* line 521, sass/_update.scss */
.caseFolio .grid-item, .caseFolio .grid-sizer {
  width: calc(50% - 10px);
}
@media screen and (max-width: 799px) {
  /* line 521, sass/_update.scss */
  .caseFolio .grid-item, .caseFolio .grid-sizer {
    width: 100%;
  }
}
/* line 527, sass/_update.scss */
.caseFolio .gutter-sizer {
  width: 20px;
}
@media screen and (max-width: 799px) {
  /* line 527, sass/_update.scss */
  .caseFolio .gutter-sizer {
    width: 0;
  }
}

/* line 536, sass/_update.scss */
.illuFolio .grid-sizer, .illuFolio .grid-item {
  width: calc(33.32% - 13.33333px);
}
@media screen and (max-width: 600px) {
  /* line 536, sass/_update.scss */
  .illuFolio .grid-sizer, .illuFolio .grid-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  /* line 536, sass/_update.scss */
  .illuFolio .grid-sizer, .illuFolio .grid-item {
    width: 100%;
  }
}
/* line 545, sass/_update.scss */
.illuFolio .gutter-sizer {
  width: 20px;
}
@media screen and (max-width: 500px) {
  /* line 545, sass/_update.scss */
  .illuFolio .gutter-sizer {
    width: 0;
  }
}

/* line 554, sass/_update.scss */
.videoFolio .grid-sizer, .videoFolio .grid-item {
  width: calc(33.32% - 13.33333px);
  height: calc((33.32vw - 13.33333px) * 0.5625 );
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 554, sass/_update.scss */
  .videoFolio .grid-sizer, .videoFolio .grid-item {
    max-height: 180px;
  }
}
@media screen and (max-width: 799px) {
  /* line 554, sass/_update.scss */
  .videoFolio .grid-sizer, .videoFolio .grid-item {
    width: calc(50% - 10px);
    height: calc((50vw - 10px) * 0.5625 );
  }
}
@media screen and (max-width: 600px) {
  /* line 554, sass/_update.scss */
  .videoFolio .grid-sizer, .videoFolio .grid-item {
    width: 100%;
    height: 56.25vw;
  }
}
/* line 572, sass/_update.scss */
.videoFolio .grid-item:nth-of-type(7), .videoFolio .grid-item:nth-of-type(12), .videoFolio .grid-item:nth-of-type(18) {
  width: calc(33.32%*2 - 6.66667px);
}
@media screen and (max-width: 799px) {
  /* line 572, sass/_update.scss */
  .videoFolio .grid-item:nth-of-type(7), .videoFolio .grid-item:nth-of-type(12), .videoFolio .grid-item:nth-of-type(18) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  /* line 572, sass/_update.scss */
  .videoFolio .grid-item:nth-of-type(7), .videoFolio .grid-item:nth-of-type(12), .videoFolio .grid-item:nth-of-type(18) {
    width: 100%;
  }
}
/* line 581, sass/_update.scss */
.videoFolio .grid-item:nth-of-type(8) {
  width: 100%;
}
@media screen and (max-width: 799px) {
  /* line 581, sass/_update.scss */
  .videoFolio .grid-item:nth-of-type(8) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  /* line 581, sass/_update.scss */
  .videoFolio .grid-item:nth-of-type(8) {
    width: 100%;
  }
}
/* line 591, sass/_update.scss */
.videoFolio .gutter-sizer {
  width: 20px;
}
@media screen and (max-width: 600px) {
  /* line 591, sass/_update.scss */
  .videoFolio .gutter-sizer {
    width: 0;
  }
}

/* line 601, sass/_update.scss */
.liveFolio .grid-sizer, .liveFolio .grid-item {
  width: calc(33.32% - 13.33333px);
  height: calc((33.32vw - 13.33333px) * 0.5625);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 601, sass/_update.scss */
  .liveFolio .grid-sizer, .liveFolio .grid-item {
    max-height: 180px;
  }
}
@media screen and (max-width: 799px) {
  /* line 601, sass/_update.scss */
  .liveFolio .grid-sizer, .liveFolio .grid-item {
    width: calc(50% - 10px);
    height: calc((50vw - 10px) * 0.5625 );
  }
}
@media screen and (max-width: 600px) {
  /* line 601, sass/_update.scss */
  .liveFolio .grid-sizer, .liveFolio .grid-item {
    width: 100%;
    height: 56.25vw;
  }
}
/* line 618, sass/_update.scss */
.liveFolio .gutter-sizer {
  width: 20px;
}
@media screen and (max-width: 600px) {
  /* line 618, sass/_update.scss */
  .liveFolio .gutter-sizer {
    width: 0;
  }
}

/* line 629, sass/_update.scss */
.grid .grid-item .video-thumbnail, .grid .grid-item .video-gif-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 639, sass/_update.scss */
.grid .grid-item .video-gif-thumbnail {
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 644, sass/_update.scss */
.grid .grid-item .video-hover-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 655, sass/_update.scss */
.grid .grid-item .video-hover-panel p {
  color: white;
  position: absolute;
  top: 50%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  margin-top: 0;
  min-height: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
/* line 668, sass/_update.scss */
.grid .grid-item .video-hover-panel p b, .grid .grid-item .video-hover-panel p strong {
  font-weight: 600;
  border-bottom: 2px solid #ffd100;
  padding-bottom: 4px;
}
/* line 676, sass/_update.scss */
.grid .grid-item:hover .video-hover-panel {
  opacity: 1;
}

/* Animsition Loading      				                                      */
/* -------------------------------------------------------------------------- */
/* line 691, sass/_update.scss */
.animsition-loading,
.animsition-loading:after,
#fancybox-loading div,
#fancybox-loading div:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: 0;
  margin-left: -10px;
  border-radius: 50%;
  z-index: 100;
}

/* line 705, sass/_update.scss */
.animsition-loading,
.animsition-loading:after {
  top: 120px;
}
@media screen and (max-width: 600px) {
  /* line 705, sass/_update.scss */
  .animsition-loading,
  .animsition-loading:after {
    top: 210px;
  }
}

/* line 713, sass/_update.scss */
.animsition-loading,
#fancybox-loading div {
  background-color: transparent;
  border-top: 5px solid rgba(255, 209, 0, 0.8);
  border-right: 5px solid rgba(255, 209, 0, 0.8);
  border-bottom: 5px solid rgba(255, 209, 0, 0.8);
  border-left: 5px solid rgba(255, 209, 0, 0.2);
  -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: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

/* Fancy Box - Loading     				                                      */
/* -------------------------------------------------------------------------- */
/* line 739, sass/_update.scss */
#fancybox-loading {
  background-image: none;
}

/* line 743, sass/_update.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
}

/* line 754, sass/_update.scss */
#fancybox-loading div,
#fancybox-loading div:after {
  border-top: 6px solid #ffd100;
  border-right: 6px solid #ffd100;
  border-bottom: 6px solid #ffd100;
  border-left: 6px solid rgba(255, 209, 0, 0.2);
  width: 22px;
  height: 22px;
}

/* Home Page Services    				                                      */
/* -------------------------------------------------------------------------- */
/* line 772, sass/_update.scss */
#sectionServices .services_thumb img {
  vertical-align: bottom;
}

/* line 777, sass/_update.scss */
#sectionServices .services_thumb:hover .home-services-hover-panel {
  opacity: 1;
}

/* line 782, sass/_update.scss */
.col_2 {
  margin: 20px 0 0;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1199px) {
  /* line 786, sass/_update.scss */
  .col_2:nth-of-type(2) {
    margin-top: 0;
  }
}

/* line 792, sass/_update.scss */
.homePage section#sectionServices {
  padding-bottom: 50px;
  background-color: #f1f2f2;
}

/* line 797, sass/_update.scss */
#sectionServices .services_thumb {
  position: relative;
  padding-bottom: 60.2%;
}

/* line 802, sass/_update.scss */
#sectionServices .services_thumb .services_thumb_title {
  z-index: 11;
}

/* line 806, sass/_update.scss */
.services_thumb--still, .services_thumb--gif {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 815, sass/_update.scss */
.services_thumb--still {
  z-index: 1;
  opacity: 1;
  /*
  	@include transition(opacity 0.5s);
  	#sectionServices .services_thumb:hover &{
  		opacity: 0;
  		@include transition(opacity 0);
  	}
  */
}

/* line 828, sass/_update.scss */
.services_thumb--gif {
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 834, sass/_update.scss */
.home-services-hover-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 847, sass/_update.scss */
.video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* Home Page	 Slideshow	 				                                      */
/* -------------------------------------------------------------------------- */
/* line 861, sass/_update.scss */
#sectionWorks .swiper-slide img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  /* line 866, sass/_update.scss */
  #sectionWorks .swiper-slide img {
    display: inline-block;
    max-width: calc(50% - 10px);
    vertical-align: top;
  }
}
/* line 873, sass/_update.scss */
#sectionWorks .swiper-slide div {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: left;
}

@media screen and (min-width: 800px) {
  /* line 881, sass/_update.scss */
  #sectionWorks .swiper-slide div {
    display: inline-block;
    max-width: calc(50% - 10px);
    margin: 0 0 0 20px;
    vertical-align: top;
    padding: 0;
  }
}
/* Home Page	 Top Section 				                                      */
/* -------------------------------------------------------------------------- */
/* line 895, sass/_update.scss */
.homepage-top-section {
  padding: 160px 10px 0;
  max-width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  /* line 895, sass/_update.scss */
  .homepage-top-section {
    padding: 88px 0 0;
  }
}
/* line 904, sass/_update.scss */
.homepage-top-section .featured-image {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  margin-left: -1px;
}
@media screen and (max-width: 600px) {
  /* line 904, sass/_update.scss */
  .homepage-top-section .featured-image {
    width: 1000px;
    max-width: none;
    margin-left: -20%;
    margin-bottom: -90%;
    display: none;
  }
}
/* line 916, sass/_update.scss */
.homepage-top-section .featured-image--mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  /* line 916, sass/_update.scss */
  .homepage-top-section .featured-image--mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* line 925, sass/_update.scss */
.homepage-top-section .homepage-top-section--text {
  position: absolute;
  right: 0;
  top: 42%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38%;
}
@media screen and (max-width: 1199px) {
  /* line 925, sass/_update.scss */
  .homepage-top-section .homepage-top-section--text {
    right: 20px;
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  /* line 925, sass/_update.scss */
  .homepage-top-section .homepage-top-section--text {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
  }
}
/* line 945, sass/_update.scss */
.homepage-top-section .homepage-top-section--text a {
  margin-top: 25px;
}
/* line 948, sass/_update.scss */
.homepage-top-section .homepage-top-section--text .drawings-beyond {
  width: 90%;
  height: auto;
  position: relative;
  image-rendering: auto;
}
@media screen and (max-width: 600px) {
  /* line 948, sass/_update.scss */
  .homepage-top-section .homepage-top-section--text .drawings-beyond {
    width: 75%;
  }
}

/* Team Slideshow		 				                                      */
/* -------------------------------------------------------------------------- */
/* line 965, sass/_update.scss */
.fancybox-lock .teamPage .fancybox-overlay {
  overflow: auto;
  overflow-x: hidden;
}

/* line 970, sass/_update.scss */
.teamPage div.fancybox-inner {
  height: auto !important;
}

@media screen and (max-width: 600px) {
  /* line 974, sass/_update.scss */
  .team_popup .team_popup_text {
    width: 100%;
    margin-left: 0;
  }
}

/* Services		 				                                     		  */
/* -------------------------------------------------------------------------- */
/* Header		 				                                     		  */
/* -------------------------------------------------------------------------- */
/* line 1003, sass/_update.scss */
.topBar > div #logoAnim {
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-transition: margin 0.4s ease-in-out;
  -o-transition: margin 0.4s ease-in-out;
  -webkit-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}

/* line 1010, sass/_update.scss */
#logoAnim img {
  width: 110px;
  height: auto;
  -moz-transition: opacity 0.4s, width 0.4s ease-in-out;
  -o-transition: opacity 0.4s, width 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s, width 0.4s ease-in-out;
  transition: opacity 0.4s, width 0.4s ease-in-out;
}

@media screen and (max-width: 1000px) {
  /* line 1018, sass/_update.scss */
  #logoAnim img {
    image-rendering: auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1024, sass/_update.scss */
  #logoAnim img {
    width: 160px;
    height: auto;
  }
}
/* line 1031, sass/_update.scss */
#logoAnim img:first-child {
  opacity: 1;
  z-index: 0;
}

/* line 1037, sass/_update.scss */
#logoAnim img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  /* line 1046, sass/_update.scss */
  .topBar > div #logoAnim {
    margin-top: 30px;
    margin-bottom: 0;
  }

  /* line 1051, sass/_update.scss */
  #logoAnim:hover img:first-of-type {
    opacity: 0;
  }

  /* line 1055, sass/_update.scss */
  .topBar.navUp > div #logoAnim {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  /* line 1059, sass/_update.scss */
  .topBar.navUp #logoAnim > img {
    height: auto;
    width: 100px;
  }
}
/* Contact		 				                                     		  */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  /* line 1073, sass/_update.scss */
  #contactInfo {
    padding-top: 60px;
    margin-top: 68px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1082, sass/_update.scss */
  #contactInfo ul li + li {
    margin-top: 60px;
  }
}
/* line 1086, sass/_update.scss */
#contactInfo ul li h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
/* line 1092, sass/_update.scss */
#contactInfo ul li h2:after {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffd100;
}

/* line 1105, sass/_update.scss */
#contactInfo ul li > img {
  width: auto;
  height: 50px;
}

/* line 1110, sass/_update.scss */
.dash {
  position: relative;
  width: 100%;
  height: 30px;
}
/* line 1114, sass/_update.scss */
.dash:after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #ffd100;
}

/* line 1126, sass/_update.scss */
#contactSub {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  color: #5d5d5d;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  line-height: 19px;
}
@media screen and (max-width: 600px) {
  /* line 1126, sass/_update.scss */
  #contactSub {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/* line 1141, sass/_update.scss */
#contactSub a {
  text-decoration: none;
  color: inherit;
}

/* line 1147, sass/_update.scss */
input[type=submit].wpcf7-form-control {
  -webkit-appearance: none;
}

@media screen and (min-width: 800px) {
  /* line 1153, sass/_update.scss */
  #contactInfo ul li {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
  }
}
/* Padding Sections on Mobile			                               		  */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  /* line 1165, sass/_update.scss */
  .homePage h3, .servicesPage header h2, .errorPage header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
