/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/css/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url("../../fonts/30F8CE_0_0.eot");
  src: url("../../fonts/30F8CE_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/30F8CE_0_0.woff2") format("woff2"), url("../../fonts/30F8CE_0_0.woff") format("woff"), url("../../fonts/30F8CE_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirNextLTPro-Light';
  src: url("../../fonts/30F8CE_1_0.eot");
  src: url("../../fonts/30F8CE_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/30F8CE_1_0.woff2") format("woff2"), url("../../fonts/30F8CE_1_0.woff") format("woff"), url("../../fonts/30F8CE_1_0.ttf") format("truetype");
}
/*//////////////////////////////////////////////////////////////////////////////
//  BOURBON NEAT
//////////////////////////////////////////////////////////////////////////////*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 15, ../scss/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 20, ../scss/vendor/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 28, ../scss/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 34, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 42, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 46, ../scss/vendor/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 54, ../scss/vendor/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 57, ../scss/vendor/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 60, ../scss/vendor/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 66, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

/* line 71, ../scss/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 74, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 78, ../scss/vendor/_flexslider.scss */
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 86, ../scss/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 89, ../scss/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 92, ../scss/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 95, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 115, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 123, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 126, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 129, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 133, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 137, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 140, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 144, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 147, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 153, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 166, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 172, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 175, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 178, ../scss/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 184, ../scss/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 190, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 206, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 210, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 215, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 220, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 225, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 238, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 241, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 249, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 253, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../scss/vendor/_owl.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../scss/vendor/_owl.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../scss/vendor/_owl.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../scss/vendor/_owl.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, ../scss/vendor/_owl.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../scss/vendor/_owl.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../scss/vendor/_owl.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../scss/vendor/_owl.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../scss/vendor/_owl.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../scss/vendor/_owl.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../scss/vendor/_owl.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../scss/vendor/_owl.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../scss/vendor/_owl.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../scss/vendor/_owl.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../scss/vendor/_owl.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../scss/vendor/_owl.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, ../scss/vendor/_owl.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, ../scss/vendor/_owl.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, ../scss/vendor/_owl.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../scss/vendor/_owl.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, ../scss/vendor/_owl.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, ../scss/vendor/_owl.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, ../scss/vendor/_owl.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, ../scss/vendor/_owl.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, ../scss/vendor/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, ../scss/vendor/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, ../scss/vendor/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, ../scss/vendor/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 92, ../scss/vendor/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 119, ../scss/vendor/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 160, ../scss/vendor/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 239, ../scss/vendor/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 278, ../scss/vendor/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 347, ../scss/vendor/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 408, ../scss/vendor/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 469, ../scss/vendor/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 550, ../scss/vendor/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 639, ../scss/vendor/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 726, ../scss/vendor/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 799, ../scss/vendor/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 872, ../scss/vendor/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 945, ../scss/vendor/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1018, ../scss/vendor/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1061, ../scss/vendor/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1104, ../scss/vendor/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1137, ../scss/vendor/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1170, ../scss/vendor/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1213, ../scss/vendor/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1238, ../scss/vendor/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1271, ../scss/vendor/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1304, ../scss/vendor/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1337, ../scss/vendor/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1370, ../scss/vendor/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1403, ../scss/vendor/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1436, ../scss/vendor/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1469, ../scss/vendor/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1502, ../scss/vendor/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1527, ../scss/vendor/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1556, ../scss/vendor/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1585, ../scss/vendor/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1614, ../scss/vendor/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1643, ../scss/vendor/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1672, ../scss/vendor/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1701, ../scss/vendor/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1730, ../scss/vendor/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1759, ../scss/vendor/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1838, ../scss/vendor/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1911, ../scss/vendor/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1984, ../scss/vendor/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2029, ../scss/vendor/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2074, ../scss/vendor/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2133, ../scss/vendor/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2164, ../scss/vendor/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2207, ../scss/vendor/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2248, ../scss/vendor/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2289, ../scss/vendor/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2330, ../scss/vendor/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2371, ../scss/vendor/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2408, ../scss/vendor/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2445, ../scss/vendor/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2482, ../scss/vendor/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2519, ../scss/vendor/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2556, ../scss/vendor/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2629, ../scss/vendor/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2664, ../scss/vendor/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2695, ../scss/vendor/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2724, ../scss/vendor/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2765, ../scss/vendor/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2806, ../scss/vendor/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2847, ../scss/vendor/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2888, ../scss/vendor/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 2925, ../scss/vendor/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2970, ../scss/vendor/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3007, ../scss/vendor/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3044, ../scss/vendor/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3089, ../scss/vendor/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3120, ../scss/vendor/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3151, ../scss/vendor/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3182, ../scss/vendor/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3213, ../scss/vendor/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3244, ../scss/vendor/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3275, ../scss/vendor/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3306, ../scss/vendor/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3337, ../scss/vendor/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 2, ../scss/vendor/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../scss/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Styles
//////////////////////////////////////////////////////////////////////////////*/
/*
TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/
/*//////////////////////////////////////////////////////////////////////////////
//  01 - Reset
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  02 - Global
//////////////////////////////////////////////////////////////////////////////*/
/* line 33, ../scss/partials/_styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/partials/_styles.scss */
html, body, input, select, textarea {
  color: #111;
}
/* line 39, ../scss/partials/_styles.scss */
html .page-contact, html.page-contact, .page-contact html, body .page-contact, body.page-contact, .page-contact body, input .page-contact, input.page-contact, .page-contact input, select .page-contact, select.page-contact, .page-contact select, textarea .page-contact, textarea.page-contact, .page-contact textarea {
  color: #fff;
}

/* line 46, ../scss/partials/_styles.scss */
body {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
/* line 52, ../scss/partials/_styles.scss */
body.grey-bg {
  background: #b1b3b6;
}
/* line 56, ../scss/partials/_styles.scss */
body.ready:before {
  opacity: 0;
  z-index: -1;
}
/* line 61, ../scss/partials/_styles.scss */
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

/* line 74, ../scss/partials/_styles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 79, ../scss/partials/_styles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 84, ../scss/partials/_styles.scss */
h1, h2, h3, h4, h5 {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #111;
}

/* line 91, ../scss/partials/_styles.scss */
h1 {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 90px;
  line-height: 92px;
  letter-spacing: -4px;
}
@media screen and (max-width: 600px) {
  /* line 91, ../scss/partials/_styles.scss */
  h1 {
    font-size: 63px;
    line-height: 72px;
  }
}
/* line 100, ../scss/partials/_styles.scss */
.page-home h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  /* line 100, ../scss/partials/_styles.scss */
  .page-home h1 {
    font: 26px/32px "AvenirNextLTPro-Regular", sans-serif;
  }
}
/* line 110, ../scss/partials/_styles.scss */
.archive h1 em {
  font-style: normal;
  color: #fff;
}

/* line 117, ../scss/partials/_styles.scss */
h2 {
  font: 99px/99px "AvenirNextLTPro-Regular", sans-serif;
  letter-spacing: -4px;
}
/* line 121, ../scss/partials/_styles.scss */
.page-project-all h2 .intro {
  letter-spacing: -1px;
}
@media screen and (max-width: 600px) {
  /* line 117, ../scss/partials/_styles.scss */
  h2 {
    font-size: 76px;
    line-height: 76px;
  }
}

/* line 131, ../scss/partials/_styles.scss */
h3 {
  font-size: 20px;
}
/* line 133, ../scss/partials/_styles.scss */
.page-project-single h3 {
  color: #b1b3b6;
}
/* line 136, ../scss/partials/_styles.scss */
.archive h3 {
  color: #fff;
}

/* line 141, ../scss/partials/_styles.scss */
h4 {
  font-size: 15px;
}

/* line 145, ../scss/partials/_styles.scss */
p {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  margin: 0;
}
@media screen and (min-width: 1281px) {
  /* line 145, ../scss/partials/_styles.scss */
  p {
    font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  /* line 145, ../scss/partials/_styles.scss */
  p {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
  }
}

/* line 156, ../scss/partials/_styles.scss */
ul {
  /*list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;*/
  padding-left: 3px;
}

/* line 164, ../scss/partials/_styles.scss */
li {
  position: relative;
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  list-style: none;
  padding-left: 10px;
}
@media screen and (min-width: 1281px) {
  /* line 164, ../scss/partials/_styles.scss */
  li {
    font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  /* line 164, ../scss/partials/_styles.scss */
  li {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
  }
}
/* line 175, ../scss/partials/_styles.scss */
li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  text-align: left;
}

/* line 185, ../scss/partials/_styles.scss */
a {
  color: #b1b3b6;
  outline: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 190, ../scss/partials/_styles.scss */
.archive a {
  color: #fff;
}
/* line 193, ../scss/partials/_styles.scss */
a:hover {
  color: #a4a6aa;
}
/* line 196, ../scss/partials/_styles.scss */
a img {
  border: none;
  display: block;
}

/* line 203, ../scss/partials/_styles.scss */
p a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
/* line 207, ../scss/partials/_styles.scss */
p a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111;
}

/* line 219, ../scss/partials/_styles.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 223, ../scss/partials/_styles.scss */
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 227, ../scss/partials/_styles.scss */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 233, ../scss/partials/_styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111;
  margin: 1em 0;
  padding: 0;
}

/* line 242, ../scss/partials/_styles.scss */
blockquote, address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccb676;
}

/* line 251, ../scss/partials/_styles.scss */
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

/* line 258, ../scss/partials/_styles.scss */
pre code {
  background: none;
}

/* line 262, ../scss/partials/_styles.scss */
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 270, ../scss/partials/_styles.scss */
i, em {
  font-style: italic;
}

/* line 274, ../scss/partials/_styles.scss */
.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

/* line 281, ../scss/partials/_styles.scss */
.brand-color {
  color: #111;
}

/* line 285, ../scss/partials/_styles.scss */
.row {
  *zoom: 1;
  position: relative;
}
/* line 18, ../scss/modules/_mixins.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1281px) {
  /* line 288, ../scss/partials/_styles.scss */
  .row .row {
    max-width: 1660px;
  }
}

/* line 295, ../scss/partials/_styles.scss */
.truncate, .tiles-projects .project-single h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 301, ../scss/partials/_styles.scss */
a[id^="btn-"],
a[class^="btn-"],
a[class*=" btn-"],
span[id^="btn-"],
span[class^="btn-"],
span[class*=" btn-"] {
  display: inline-block;
  cursor: pointer;
}

/* line 311, ../scss/partials/_styles.scss */
div[id^="btn-"],
div[class^="btn-"],
div[class*=" btn-"] {
  cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
/* line 321, ../scss/partials/_styles.scss */
.page-contact {
  background: #111;
}

/* line 325, ../scss/partials/_styles.scss */
.page-home,
.page-project-single,
.page-about {
  background: #fff;
}

/* line 331, ../scss/partials/_styles.scss */
.page-project-all,
.page-project-archive {
  background: #b1b3b6;
}

/* line 336, ../scss/partials/_styles.scss */
header {
  position: relative;
  width: 100%;
  height: 81px;
  text-align: center;
  z-index: 200;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 344, ../scss/partials/_styles.scss */
header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* line 350, ../scss/partials/_styles.scss */
header.change, header.stuck {
  background: #fff;
}
/* line 353, ../scss/partials/_styles.scss */
.push-left header.change, .push-left header.stuck {
  right: 50%;
  left: auto;
  left: -50%;
}
@media screen and (max-width: 600px) {
  /* line 353, ../scss/partials/_styles.scss */
  .push-left header.change, .push-left header.stuck {
    right: 480px;
  }
}
@media screen and (max-width: 414px) {
  /* line 353, ../scss/partials/_styles.scss */
  .push-left header.change, .push-left header.stuck {
    right: 331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 353, ../scss/partials/_styles.scss */
  .push-left header.change, .push-left header.stuck {
    right: 300px;
  }
}
/* line 367, ../scss/partials/_styles.scss */
.push-right header.change, .push-right header.stuck {
  right: auto;
  left: 50%;
}
@media screen and (max-width: 600px) {
  /* line 367, ../scss/partials/_styles.scss */
  .push-right header.change, .push-right header.stuck {
    left: 480px;
  }
}
@media screen and (max-width: 414px) {
  /* line 367, ../scss/partials/_styles.scss */
  .push-right header.change, .push-right header.stuck {
    left: 331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 367, ../scss/partials/_styles.scss */
  .push-right header.change, .push-right header.stuck {
    left: 300px;
  }
}
/* line 380, ../scss/partials/_styles.scss */
.grey-bg header.change, .grey-bg header.stuck {
  background-color: #b1b3b6;
}
/* line 383, ../scss/partials/_styles.scss */
.page-project-all header.change, .page-project-all header.stuck {
  background-color: #b1b3b6;
}
/* line 386, ../scss/partials/_styles.scss */
.archive header.change, .archive header.stuck {
  background-color: #b1b3b6;
}
/* line 389, ../scss/partials/_styles.scss */
.page-contact header.change, .page-contact header.stuck {
  background-color: #111;
}
/* line 393, ../scss/partials/_styles.scss */
header.header-homepage {
  display: none;
}
/* line 396, ../scss/partials/_styles.scss */
.push-right header.header-homepage.change {
  left: 50% !important;
}
/* line 399, ../scss/partials/_styles.scss */
.push-left header.header-homepage.change {
  right: 50% !important;
}
/* line 403, ../scss/partials/_styles.scss */
.page-home header.header-homepage {
  display: block;
}
/* line 407, ../scss/partials/_styles.scss */
header.header-generic {
  display: block;
}
/* line 409, ../scss/partials/_styles.scss */
.page-home header.header-generic {
  display: none;
}
/* line 413, ../scss/partials/_styles.scss */
.page-home header {
  background: #fff;
}
/* line 417, ../scss/partials/_styles.scss */
header .brand {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  line-height: 81px;
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 423, ../scss/partials/_styles.scss */
.page-contact header .brand {
  color: #fff;
}
/* line 425, ../scss/partials/_styles.scss */
.page-contact header .brand:hover {
  color: #b1b3b6;
}
/* line 429, ../scss/partials/_styles.scss */
.push-left header .brand, .push-right header .brand {
  opacity: 0.5;
}

/* line 436, ../scss/partials/_styles.scss */
.mobile-menu-open,
.mobile-menu-close {
  position: absolute;
  top: 0;
  width: 78px;
  height: 80px;
  z-index: 200;
}
/* line 445, ../scss/partials/_styles.scss */
.mobile-menu-open.active .line,
.mobile-menu-close.active .line {
  background: #fff;
}
/* line 447, ../scss/partials/_styles.scss */
.mobile-menu-open.active .line:nth-of-type(1),
.mobile-menu-close.active .line:nth-of-type(1) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 453, ../scss/partials/_styles.scss */
.mobile-menu-open.active .line:nth-of-type(2),
.mobile-menu-close.active .line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
/* line 459, ../scss/partials/_styles.scss */
.mobile-menu-open.active .line:nth-of-type(3),
.mobile-menu-close.active .line:nth-of-type(3) {
  top: 35px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 467, ../scss/partials/_styles.scss */
.mobile-menu-open .line,
.mobile-menu-close .line {
  display: block;
  position: absolute;
  left: 48px;
  width: 16px;
  height: 2px;
  background: #222;
  /*.stuck &{
      background: $base-color;
  }// .stuck*/
}
@media screen and (max-width: 600px) {
  /* line 467, ../scss/partials/_styles.scss */
  .mobile-menu-open .line,
  .mobile-menu-close .line {
    left: 0;
  }
}
/* line 478, ../scss/partials/_styles.scss */
.page-contact .mobile-menu-open .line, .page-contact
.mobile-menu-close .line {
  background: #fff;
}
/* line 484, ../scss/partials/_styles.scss */
.mobile-menu-open .line:nth-of-type(1),
.mobile-menu-close .line:nth-of-type(1) {
  top: 30px;
}
/* line 487, ../scss/partials/_styles.scss */
.mobile-menu-open .line:nth-of-type(2),
.mobile-menu-close .line:nth-of-type(2) {
  top: 36px;
}
/* line 490, ../scss/partials/_styles.scss */
.mobile-menu-open .line:nth-of-type(3),
.mobile-menu-close .line:nth-of-type(3) {
  top: 42px;
}

/* line 496, ../scss/partials/_styles.scss */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

/* line 508, ../scss/partials/_styles.scss */
.mobile-menu-open.active {
  display: none !important;
}

/* line 514, ../scss/partials/_styles.scss */
.mobile-menu-close img {
  margin-top: 29px;
}
/* line 518, ../scss/partials/_styles.scss */
.main-nav-container .mobile-menu-close img {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  /* line 518, ../scss/partials/_styles.scss */
  .main-nav-container .mobile-menu-close img {
    margin-left: 0;
  }
}
/* line 525, ../scss/partials/_styles.scss */
.box-slidein .mobile-menu-close {
  cursor: pointer;
  right: 0;
}
@media only screen and (max-width: 895px) {
  /* line 525, ../scss/partials/_styles.scss */
  .box-slidein .mobile-menu-close {
    display: none;
  }
}
/* line 531, ../scss/partials/_styles.scss */
.box-slidein .mobile-menu-close img {
  margin-left: 16px;
}
/* line 535, ../scss/partials/_styles.scss */
.mobile-menu-close.active {
  display: block !important;
}

/* line 540, ../scss/partials/_styles.scss */
.btn-nav {
  left: 0;
}
@media screen and (max-width: 600px) {
  /* line 540, ../scss/partials/_styles.scss */
  .btn-nav {
    left: 25px;
  }
}
/* line 546, ../scss/partials/_styles.scss */
.btn-nav.active {
  display: block;
}

/* line 551, ../scss/partials/_styles.scss */
#btn-archive {
  position: absolute;
  width: 100vh;
  height: 100px;
  top: 0;
  left: 0;
  background: #222;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0 0;
  font-family: "AvenirNextLTPro-Light", sans-serif;
  color: #b1b3b6;
  font-size: 15px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  /*& + .mobile-menu-close{
      cursor: pointer;
      right: 0;
      //@include media($smallish){
      @media only screen and (max-width: 895px) {
          display: none;
      }
      img{
          margin-top: 29px;
          margin-left: 16px;
      }
  }*/
}
/* line 568, ../scss/partials/_styles.scss */
#btn-archive.active {
  left: 100px;
  opacity: 0;
}

/* line 586, ../scss/partials/_styles.scss */
.push-menu-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 594, ../scss/partials/_styles.scss */
.push-menu-body.push-right {
  left: 50%;
  right: auto;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 594, ../scss/partials/_styles.scss */
  .push-menu-body.push-right {
    left: 480px;
  }
}
@media screen and (max-width: 414px) {
  /* line 594, ../scss/partials/_styles.scss */
  .push-menu-body.push-right {
    left: 331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 594, ../scss/partials/_styles.scss */
  .push-menu-body.push-right {
    left: 300px;
  }
}
/* line 608, ../scss/partials/_styles.scss */
.push-menu-body.push-left {
  right: 50%;
  left: -50%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 608, ../scss/partials/_styles.scss */
  .push-menu-body.push-left {
    right: 480px;
  }
}
@media screen and (max-width: 414px) {
  /* line 608, ../scss/partials/_styles.scss */
  .push-menu-body.push-left {
    right: 331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 608, ../scss/partials/_styles.scss */
  .push-menu-body.push-left {
    right: 300px;
  }
}

/* line 624, ../scss/partials/_styles.scss */
.push-menu {
  position: fixed;
  width: 50%;
  height: 100%;
  z-index: 220;
  padding: 0 50px 0 50px;
  background: #222;
  color: #fff;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  /* line 624, ../scss/partials/_styles.scss */
  .push-menu {
    height: 100vh;
    left: -480px;
    width: 480px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 414px) {
  /* line 624, ../scss/partials/_styles.scss */
  .push-menu {
    left: -331px;
    width: 331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 624, ../scss/partials/_styles.scss */
  .push-menu {
    left: -300px;
    width: 300px;
  }
}
/* line 650, ../scss/partials/_styles.scss */
.push-menu.push-right {
  left: 0px;
}
/* line 653, ../scss/partials/_styles.scss */
.push-menu.push-left {
  right: 0px;
}

/* line 658, ../scss/partials/_styles.scss */
.main-content {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 665, ../scss/partials/_styles.scss */
.push-left .main-content, .push-right .main-content {
  opacity: 0.5;
}

/* line 671, ../scss/partials/_styles.scss */
.viewport-detector {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 1px;
  height: 1px;
}

/* line 680, ../scss/partials/_styles.scss */
#btn-top {
  position: fixed;
  right: 50px;
  bottom: -48px;
  width: 12px;
  height: 55px;
  background: url(../..//images/arrow-top-black.png) no-repeat;
  background-size: 100% 100%;
  z-index: 300;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 895px) {
  /* line 680, ../scss/partials/_styles.scss */
  #btn-top {
    bottom: -103px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 700, ../scss/partials/_styles.scss */
#btn-top.stuck {
  opacity: 1;
  bottom: 48px;
}
@media only screen and (max-width: 895px) {
  /* line 700, ../scss/partials/_styles.scss */
  #btn-top.stuck {
    position: relative !important;
    bottom: -103px !important;
  }
}
/* line 709, ../scss/partials/_styles.scss */
.push-left #btn-top, .push-right #btn-top {
  display: none;
}
/* line 713, ../scss/partials/_styles.scss */
.page-contact #btn-top {
  background: url(../..//images/arrow-top-white.png) no-repeat;
  background-size: 100% 100%;
}
/* line 717, ../scss/partials/_styles.scss */
.page-project-all #btn-top {
  right: 150px;
  background: url(../..//images/arrow-top-white.png) no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 895px) {
  /* line 717, ../scss/partials/_styles.scss */
  .page-project-all #btn-top {
    bottom: 25px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../..//images/arrow-top-grey.png) no-repeat;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
/* line 738, ../scss/partials/_styles.scss */
.lines-link {
  display: inline-block;
  padding: 15px 7.5px;
  opacity: 0.8;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  outline: none !important;
}
/* line 746, ../scss/partials/_styles.scss */
.lines-link .lines {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #111;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 754, ../scss/partials/_styles.scss */
.lines-link .lines:before, .lines-link .lines:after {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #111;
  border-radius: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2.14286px center;
}
/* line 761, ../scss/partials/_styles.scss */
.lines-link .lines:before {
  top: 7.5px;
}
/* line 762, ../scss/partials/_styles.scss */
.lines-link .lines:after {
  top: -7.5px;
}
/* line 764, ../scss/partials/_styles.scss */
.lines-link:hover {
  opacity: 1;
}
/* line 768, ../scss/partials/_styles.scss */
.lines-link:hover .lines:before {
  top: 7.5px;
}
/* line 769, ../scss/partials/_styles.scss */
.lines-link:hover .lines:after {
  top: -7.5px;
}
/* line 775, ../scss/partials/_styles.scss */
.lines-link:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 781, ../scss/partials/_styles.scss */
.lines-link.x.close .lines {
  background: transparent;
}
/* line 785, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before, .lines-link.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}
/* line 791, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
/* line 795, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

/* line 805, ../scss/partials/_styles.scss */
.main-nav-container {
  left: -50%;
  padding-top: 160px;
}
@media screen and (min-width: 1281px) {
  /* line 805, ../scss/partials/_styles.scss */
  .main-nav-container {
    padding-top: 170px;
  }
}
@media screen and (max-width: 600px) {
  /* line 805, ../scss/partials/_styles.scss */
  .main-nav-container {
    left: -480px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 414px) {
  /* line 805, ../scss/partials/_styles.scss */
  .main-nav-container {
    left: -331px;
  }
}
@media screen and (max-width: 414px) {
  /* line 805, ../scss/partials/_styles.scss */
  .main-nav-container {
    left: -300px;
  }
}

/* line 823, ../scss/partials/_styles.scss */
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 825, ../scss/partials/_styles.scss */
.main-nav > li {
  padding-left: 0px;
  border-bottom: 1px solid #575958;
  height: 80px;
}
/* line 830, ../scss/partials/_styles.scss */
.main-nav > li:first-child {
  border-top: 1px solid #575958;
}
/* line 834, ../scss/partials/_styles.scss */
.main-nav > li a {
  display: inline-block;
  position: relative;
  width: 100%;
  font: 41px/59px "AvenirNextLTPro-Light", sans-serif;
  text-decoration: none;
  color: #b1b3b6;
  line-height: 80px;
  /*&:after{
      display: block;
      position: absolute;
      content: url(../../images/arrow-right-white.png);
      width: 55px;
      height: 12px;
      //top: -9px;
      top: -3px;
      right: 0;
      opacity: 0;
      @include transition(all, 0.25s, ease-out);
      @include media($largest){
          top: 0;
      }
      @include media($smallish){
          top: 2px;
      }
  }// &:after*/
}
@media screen and (min-width: 1281px) {
  /* line 834, ../scss/partials/_styles.scss */
  .main-nav > li a {
    font-size: 48px;
    line-height: 80px;
  }
}
@media screen and (max-width: 600px) {
  /* line 834, ../scss/partials/_styles.scss */
  .main-nav > li a {
    font-size: 36px;
    line-height: 80px;
  }
}
/* line 868, ../scss/partials/_styles.scss */
.main-nav > li a:hover {
  color: #fff;
}
/* line 870, ../scss/partials/_styles.scss */
.main-nav > li a:hover:after {
  opacity: 1;
}
/* line 873, ../scss/partials/_styles.scss */
.main-nav > li a:hover + img {
  opacity: 1;
}
/* line 878, ../scss/partials/_styles.scss */
.main-nav > li .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
/* line 888, ../scss/partials/_styles.scss */
.main-nav > li:before {
  display: none;
}

/* line 894, ../scss/partials/_styles.scss */
.box-slidein {
  top: 0;
  right: -50%;
  display: none;
}
@media only screen and (max-height: 900px) {
  /* line 894, ../scss/partials/_styles.scss */
  .box-slidein {
    padding-right: 0;
  }
}
@media only screen and (max-width: 895px) {
  /* line 894, ../scss/partials/_styles.scss */
  .box-slidein {
    position: relative;
    right: auto;
    width: 100%;
    left: auto;
    height: auto;
    overflow-y: visible;
    padding-right: 50px;
    z-index: 190;
  }
}
@media screen and (max-width: 600px) {
  /* line 894, ../scss/partials/_styles.scss */
  .box-slidein {
    padding-right: 25px;
  }
}
/* line 917, ../scss/partials/_styles.scss */
.page-project-all .box-slidein {
  display: block;
}

/* line 922, ../scss/partials/_styles.scss */
.slidein-container {
  padding-top: 172px;
  position: relative;
}
@media only screen and (max-height: 900px) {
  /* line 922, ../scss/partials/_styles.scss */
  .slidein-container {
    max-height: 100vh;
    padding-bottom: 50px;
    padding-right: 50px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 895px) {
  /* line 922, ../scss/partials/_styles.scss */
  .slidein-container {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 0;
    overflow-y: auto;
  }
}
/* line 940, ../scss/partials/_styles.scss */
.slidein-container h2 {
  color: #575958;
}

/* archive */
/* line 950, ../scss/partials/_styles.scss */
.list-archive {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 61px;
}
@media screen and (max-width: 600px) {
  /* line 950, ../scss/partials/_styles.scss */
  .list-archive {
    margin-top: 50px;
  }
}
/* line 959, ../scss/partials/_styles.scss */
.list-archive > li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #575958;
  vertical-align: middle;
  padding-left: 0;
}
@media only screen and (max-width: 895px) {
  /* line 959, ../scss/partials/_styles.scss */
  .list-archive > li {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
  }
}
/* line 969, ../scss/partials/_styles.scss */
.list-archive > li:before {
  display: none;
}
/* line 972, ../scss/partials/_styles.scss */
.list-archive > li:first-child {
  border-top: 1px solid #575958;
}
/* line 975, ../scss/partials/_styles.scss */
.list-archive > li a {
  display: table;
  color: #575958;
  text-decoration: none;
  width: 100%;
  line-height: 1.2;
  cursor: default;
  padding: 14px 0;
}
@media screen and (max-width: 600px) {
  /* line 975, ../scss/partials/_styles.scss */
  .list-archive > li a {
    padding: 18px 0;
  }
}
/* line 988, ../scss/partials/_styles.scss */
.list-archive > li a:not([href=""]):hover {
  color: #fff;
  cursor: pointer;
}
/* line 994, ../scss/partials/_styles.scss */
.list-archive > li span {
  display: table-cell;
  vertical-align: middle;
}
/* line 998, ../scss/partials/_styles.scss */
.list-archive > li span.counter {
  width: 98px;
  vertical-align: top;
}
@media only screen and (max-width: 895px) {
  /* line 998, ../scss/partials/_styles.scss */
  .list-archive > li span.counter {
    width: 60px;
  }
}
/* line 1006, ../scss/partials/_styles.scss */
.list-archive > li span.name {
  width: calc(100% - 196px);
}
@media only screen and (max-width: 895px) {
  /* line 1006, ../scss/partials/_styles.scss */
  .list-archive > li span.name {
    width: calc(100% - 120px);
  }
}
/* line 1013, ../scss/partials/_styles.scss */
.list-archive > li span.year {
  float: right;
  width: 98px;
  text-align: right;
}
@media only screen and (max-width: 895px) {
  /* line 1013, ../scss/partials/_styles.scss */
  .list-archive > li span.year {
    width: 60px;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
/* line 1035, ../scss/partials/_styles.scss */
.column-wrapper {
  width: 100%;
  *zoom: 1;
  max-width: 77.25em;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 1280px;
  padding: 0 50px;
}
/* line 18, ../scss/modules/_mixins.scss */
.column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 18, ../scss/modules/_mixins.scss */
.column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1281px) {
  /* line 1035, ../scss/partials/_styles.scss */
  .column-wrapper {
    max-width: 1660px;
    /*padding-right: 21%;
    .header-homepage &{
       padding-right: 50px;
    }*/
  }
}
@media screen and (max-width: 414px) {
  /* line 1035, ../scss/partials/_styles.scss */
  .column-wrapper {
    padding: 0 25px;
  }
}
/* line 1053, ../scss/partials/_styles.scss */
.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 1053, ../scss/partials/_styles.scss */
  .column-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper aside:last-child {
    margin-right: 0;
  }
}
/* line 1060, ../scss/partials/_styles.scss */
.column-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .content-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  /* line 1060, ../scss/partials/_styles.scss */
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}
/* line 1067, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4 {
  float: left;
  width: 25%;
}
@media screen and (max-width: 768px) {
  /* line 1067, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1076, ../scss/partials/_styles.scss */
  .projects-container .column-wrapper .column-1of4 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 1082, ../scss/partials/_styles.scss */
  footer .column-wrapper .column-1of4 {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1082, ../scss/partials/_styles.scss */
  footer .column-wrapper .column-1of4 {
    width: 100%;
    float: none;
  }
}
/* line 1092, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4.shift-1 {
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  /* line 1092, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4.shift-1 {
    margin-left: 0;
  }
}
/* line 1099, ../scss/partials/_styles.scss */
.column-wrapper .column-1of3 {
  width: calc(100% / 3);
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 1099, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  /* line 1099, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    width: 100%;
    float: none;
  }
}
/* line 1111, ../scss/partials/_styles.scss */
.column-wrapper .column-2of3 {
  width: 65.88078%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 1111, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    width: 48.82117%;
  }
}
@media screen and (max-width: 414px) {
  /* line 1111, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    width: 100%;
    float: none;
  }
}
/* line 1122, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  /* line 1122, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    width: 100%;
    float: none;
  }
}
/* line 1129, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2.shift-1, .column-wrapper .column-2of4.shift-1 {
  margin-left: 25%;
}
@media screen and (max-width: 1024px) {
  /* line 1129, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2.shift-1, .column-wrapper .column-2of4.shift-1 {
    margin-left: 0;
  }
}
/* line 1137, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4 {
  float: left;
  width: 75%;
}
@media screen and (max-width: 768px) {
  /* line 1137, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4 {
    width: 100%;
    float: none;
  }
}
/* line 1144, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4.shift-1 {
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  /* line 1144, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4.shift-1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  /* line 1150, ../scss/partials/_styles.scss */
  .page-contact .column-wrapper .column-3of4 {
    width: 100%;
    float: none;
  }
}
/* line 1157, ../scss/partials/_styles.scss */
.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}
/* line 1160, ../scss/partials/_styles.scss */
.column-wrapper .shift-1 {
  margin-left: 8.5298%;
}
@media screen and (max-width: 1024px) {
  /* line 1160, ../scss/partials/_styles.scss */
  .column-wrapper .shift-1 {
    margin-left: 0%;
  }
}
/* line 1166, ../scss/partials/_styles.scss */
.column-wrapper .shift-2 {
  margin-left: 17.05961%;
}
@media screen and (max-width: 1024px) {
  /* line 1166, ../scss/partials/_styles.scss */
  .column-wrapper .shift-2 {
    margin-left: 0%;
  }
}
/* line 1172, ../scss/partials/_styles.scss */
.column-wrapper .shift-3 {
  margin-left: 25.58941%;
}
@media screen and (max-width: 1024px) {
  /* line 1172, ../scss/partials/_styles.scss */
  .column-wrapper .shift-3 {
    margin-left: 0%;
  }
}

/* line 1180, ../scss/partials/_styles.scss */
.trigger {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 1184, ../scss/partials/_styles.scss */
.page-project-single .trigger {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
/* line 1188, ../scss/partials/_styles.scss */
.trigger.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /*-webkit-transition: opacity 600ms ease-in-out,-webkit-transform 600ms ease-in-out;
  transition: opacity 600ms ease-in-out,-webkit-transform 600ms ease-in-out;
  transition: opacity 600ms ease-in-out,transform 600ms ease-in-out;
  transition: opacity 600ms ease-in-out,transform 600ms ease-in-out,-webkit-transform 600ms ease-in-out;*/
  -webkit-transition: opacity 600ms ease-in-out,-webkit-transform 1000ms ease-in-out;
  transition: opacity 600ms ease-in-out,-webkit-transform 600ms ease-in-out;
  transition: opacity 600ms ease-in-out,transform 600ms ease-in-out;
  transition: opacity 600ms ease-in-out,transform 600ms ease-in-out,-webkit-transform 600ms ease-in-out;
}
/* line 1201, ../scss/partials/_styles.scss */
.page-project-single .trigger.animate {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}

/* ==========================================================================
   Homepage
   ========================================================================== */
/* line 1212, ../scss/partials/_styles.scss */
.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 81px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*&:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.2;
  }*/
}
@media screen and (max-width: 600px) {
  /* line 1212, ../scss/partials/_styles.scss */
  .banner {
    height: calc(100vh - 151px);
  }
}
/* line 1234, ../scss/partials/_styles.scss */
.banner .logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 243px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1281px) {
  /* line 1234, ../scss/partials/_styles.scss */
  .banner .logo {
    width: 254px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1234, ../scss/partials/_styles.scss */
  .banner .logo {
    width: 237px;
  }
}
/* line 1250, ../scss/partials/_styles.scss */
.banner img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  /* line 1250, ../scss/partials/_styles.scss */
  .banner img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* line 1268, ../scss/partials/_styles.scss */
.page-home .intro {
  padding-top: 70px;
  padding-bottom: 86px;
}
@media screen and (min-width: 1281px) {
  /* line 1268, ../scss/partials/_styles.scss */
  .page-home .intro {
    max-width: 1660px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1268, ../scss/partials/_styles.scss */
  .page-home .intro {
    padding-top: 60px;
    padding-bottom: 58px;
  }
}
/* line 1279, ../scss/partials/_styles.scss */
.page-project-all .intro {
  padding-top: 83px;
  padding-bottom: 63px;
}
@media screen and (max-width: 600px) {
  /* line 1279, ../scss/partials/_styles.scss */
  .page-project-all .intro {
    padding-top: 54px;
    padding-bottom: 26px;
  }
}
/* line 1287, ../scss/partials/_styles.scss */
.page-project-single .intro {
  padding-top: 88px;
}
@media screen and (max-width: 600px) {
  /* line 1287, ../scss/partials/_styles.scss */
  .page-project-single .intro {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

/* line 1302, ../scss/partials/_styles.scss */
.carousel-container {
  position: relative;
}
@media screen and (min-width: 1281px) {
  /* line 1302, ../scss/partials/_styles.scss */
  .carousel-container {
    max-width: 1660px;
  }
}
/* line 1307, ../scss/partials/_styles.scss */
.carousel-container .column-4of4 {
  position: relative;
  float: none;
  margin-right: 0;
  margin-bottom: -20px;
}
/* line 1315, ../scss/partials/_styles.scss */
.page-about .carousel-container .column-4of4, .page-home .carousel-container .column-4of4 {
  padding-right: 5px;
}
/* line 1319, ../scss/partials/_styles.scss */
.page-project-single .carousel-container {
  padding-top: 75px;
}
@media screen and (max-width: 600px) {
  /* line 1319, ../scss/partials/_styles.scss */
  .page-project-single .carousel-container {
    padding-top: 62px;
  }
}
/* line 1326, ../scss/partials/_styles.scss */
.page-project-single .carousel-container .column-3of4 {
  position: relative;
}
/* line 1330, ../scss/partials/_styles.scss */
.carousel-container img {
  display: block;
  width: 100%;
  max-width: none;
}

/* line 1337, ../scss/partials/_styles.scss */
#carousel-home {
  *zoom: 1;
}
/* line 18, ../scss/modules/_mixins.scss */
#carousel-home:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1342, ../scss/partials/_styles.scss */
.copy-supporting {
  padding-top: 95px;
  padding-bottom: 73px;
}
@media screen and (max-width: 600px) {
  /* line 1342, ../scss/partials/_styles.scss */
  .copy-supporting {
    padding-top: 62px;
    padding-bottom: 64px;
  }
}
/* line 1350, ../scss/partials/_styles.scss */
.page-about .copy-supporting:nth-of-type {
  padding-top: 94px;
}
/* line 1354, ../scss/partials/_styles.scss */
.copy-supporting p {
  font: 26px/32px "AvenirNextLTPro-Regular", sans-serif;
}
/* line 1357, ../scss/partials/_styles.scss */
.copy-supporting .column-1of2 {
  padding-right: 8%;
}
@media screen and (min-width: 1281px) {
  /* line 1361, ../scss/partials/_styles.scss */
  .copy-supporting .column-1of2 br {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1357, ../scss/partials/_styles.scss */
  .copy-supporting .column-1of2 {
    /*width: 63%;*/
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 1357, ../scss/partials/_styles.scss */
  .copy-supporting .column-1of2 {
    width: 100%;
  }
}

/* line 1376, ../scss/partials/_styles.scss */
.caption-trigger {
  position: absolute;
  right: 47px;
  bottom: 0px;
  width: 259px;
  height: 20px;
  background: #b1b3b6;
  z-index: 1;
}
/* line 1385, ../scss/partials/_styles.scss */
.archive .caption-trigger {
  background: #fff;
}
@media screen and (max-width: 600px) {
  /* line 1376, ../scss/partials/_styles.scss */
  .caption-trigger {
    height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 1394, ../scss/partials/_styles.scss */
.caption-trigger:hover {
  z-index: 100;
}
/* line 1397, ../scss/partials/_styles.scss */
.page-project-single .caption-trigger {
  right: auto;
  left: 47px;
}
@media screen and (max-width: 600px) {
  /* line 1397, ../scss/partials/_styles.scss */
  .page-project-single .caption-trigger {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 1408, ../scss/partials/_styles.scss */
.slide-single {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/* line 1412, ../scss/partials/_styles.scss */
.slide-single .caption {
  position: relative;
  margin-top: 16px;
  margin-right: 47px;
  float: right;
  z-index: 10;
  font: 13px/16px "AvenirNextLTPro-Regular", sans-serif;
  color: #b1b3b6;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/* line 1425, ../scss/partials/_styles.scss */
.slide-single .caption:before {
  content: "";
  width: 1px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -14px;
  top: -15px;
  border-left: 1px solid #b1b3b6;
}
/* line 1437, ../scss/partials/_styles.scss */
.slide-single .caption:after {
  content: "";
  width: 1px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: -14px;
  top: -15px;
  display: none;
  border-right: 1px solid #b1b3b6;
}
/* line 1452, ../scss/partials/_styles.scss */
.page-project-single .slide-single .caption {
  margin-right: auto;
  margin-left: 50px;
  float: left;
  padding-left: 14px;
  /*&:before{
      display: none;
  }
  &:after{
      display: block;
  }*/
}
/* line 1460, ../scss/partials/_styles.scss */
.page-project-single .slide-single .caption:before {
  left: 0;
}
/* line 1470, ../scss/partials/_styles.scss */
.archive .slide-single .caption {
  color: #fff;
}
/* line 1472, ../scss/partials/_styles.scss */
.archive .slide-single .caption:before {
  border-left: 1px solid #fff;
}
/* line 1476, ../scss/partials/_styles.scss */
.archive .slide-single .caption:after {
  border-right: 1px solid #fff;
}

/* line 1485, ../scss/partials/_styles.scss */
.about-container {
  padding-bottom: 94px;
}
@media screen and (max-width: 600px) {
  /* line 1485, ../scss/partials/_styles.scss */
  .about-container {
    padding-bottom: 57px;
  }
}
/* line 1490, ../scss/partials/_styles.scss */
.page-about .about-container, .page-home .about-container {
  padding-right: 5px;
}
/* line 1495, ../scss/partials/_styles.scss */
.page-home .about-container a {
  color: #111;
}
/* line 1502, ../scss/partials/_styles.scss */
.about-container .column-1of2 {
  padding-right: 8%;
  /*@include media($mega){
  width: 37%;
  padding-right: 0;
  }*/
}
@media screen and (max-width: 1024px) {
  /* line 1502, ../scss/partials/_styles.scss */
  .about-container .column-1of2 {
    padding-right: 0;
  }
}
/* line 1512, ../scss/partials/_styles.scss */
.about-container .column-1of2:first-of-type {
  /*@include media($mega){
  width: 63%;
  }*/
}
@media screen and (max-width: 600px) {
  /* line 1512, ../scss/partials/_styles.scss */
  .about-container .column-1of2:first-of-type {
    padding-bottom: 23px;
  }
}

@media screen and (min-width: 1281px) {
  /* line 1525, ../scss/partials/_styles.scss */
  .header-container .column-2of4.shift-1 {
    /*margin-left: 44%;*/
    margin-left: 31%;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1524, ../scss/partials/_styles.scss */
  .header-container .column-2of4 {
    width: 37.3%;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1535, ../scss/partials/_styles.scss */
  .header-container .column-1of4 {
    width: 18.7%;
  }
}

/* line 1542, ../scss/partials/_styles.scss */
.featured-container {
  padding-top: 85px;
  color: #fff;
  -webkit-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
}
@media screen and (max-width: 600px) {
  /* line 1542, ../scss/partials/_styles.scss */
  .featured-container {
    padding-top: 47px;
  }
}
/* line 1550, ../scss/partials/_styles.scss */
.featured-container a {
  color: #111;
}
/* line 1552, ../scss/partials/_styles.scss */
.featured-container a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  /* line 1556, ../scss/partials/_styles.scss */
  .featured-container .column-1of4,
  .featured-container .column-2of4 {
    width: 100%;
    float: none;
  }
}

/* line 1565, ../scss/partials/_styles.scss */
.btn-all-projects {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111;
}
@media screen and (max-width: 600px) {
  /* line 1565, ../scss/partials/_styles.scss */
  .btn-all-projects {
    font-size: 20px;
  }
}
/* line 1573, ../scss/partials/_styles.scss */
.btn-all-projects:before {
  content: url(../..//images/arrow-left-black.png);
  display: inline-block;
  width: 65px;
  height: 12px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 1580, ../scss/partials/_styles.scss */
.btn-all-projects:after {
  content: url(../..//images/arrow-right-white.png);
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 55px;
  height: 12px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 1592, ../scss/partials/_styles.scss */
.btn-all-projects:hover:before {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  /* line 1596, ../scss/partials/_styles.scss */
  .page-project-single .btn-all-projects {
    font-size: inherit;
  }
}
/* line 1601, ../scss/partials/_styles.scss */
.archive .btn-all-projects {
  color: #111;
}
/* line 1603, ../scss/partials/_styles.scss */
.archive .btn-all-projects:hover {
  color: #a4a6aa;
}
/* line 1607, ../scss/partials/_styles.scss */
.featured-container .btn-all-projects {
  width: 100%;
  margin-top: 61px;
}
@media screen and (max-width: 600px) {
  /* line 1607, ../scss/partials/_styles.scss */
  .featured-container .btn-all-projects {
    margin-top: 35px;
  }
}
/* line 1616, ../scss/partials/_styles.scss */
.featured-container .btn-all-projects:before {
  opacity: 0;
  display: none;
}
/* line 1621, ../scss/partials/_styles.scss */
.featured-container .btn-all-projects:hover:after {
  opacity: 1;
}

/* line 1628, ../scss/partials/_styles.scss */
.btn-download-document {
  text-decoration: none;
  margin-left: 65px;
}

/* line 1636, ../scss/partials/_styles.scss */
.tiles-projects {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
/* line 18, ../scss/modules/_mixins.scss */
.tiles-projects:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1640, ../scss/partials/_styles.scss */
.tiles-projects > li {
  padding-left: 0px;
}
/* line 1642, ../scss/partials/_styles.scss */
.page-project-all .tiles-projects > li {
  /*@include media($mega){
      width: 25%;
  }*/
}
@media screen and (min-width: 1281px) {
  /* line 1642, ../scss/partials/_styles.scss */
  .page-project-all .tiles-projects > li {
    max-width: 290px;
  }
}
/* line 1650, ../scss/partials/_styles.scss */
.tiles-projects > li:before {
  display: none;
}
/* line 1654, ../scss/partials/_styles.scss */
.tiles-projects .project-single {
  display: block;
  margin-right: 5px;
  margin-bottom: 38px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 600px) {
  /* line 1654, ../scss/partials/_styles.scss */
  .tiles-projects .project-single {
    margin-bottom: 22px;
  }
}
/* line 1663, ../scss/partials/_styles.scss */
.tiles-projects .project-single:hover h3 {
  color: #fff;
  border-color: #fff;
}
/* line 1668, ../scss/partials/_styles.scss */
.tiles-projects .project-single:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 1668, ../scss/partials/_styles.scss */
  .tiles-projects .project-single:nth-of-type(3n) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1674, ../scss/partials/_styles.scss */
  .tiles-projects .project-single:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  /* line 1679, ../scss/partials/_styles.scss */
  .tiles-projects .project-single:nth-of-type(1n) {
    margin-right: 0;
  }
}
/* line 1684, ../scss/partials/_styles.scss */
.tiles-projects .project-single .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.56%;
  background: #b1b3b6;
}
/* line 1690, ../scss/partials/_styles.scss */
.tiles-projects .project-single .thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 1700, ../scss/partials/_styles.scss */
.tiles-projects .project-single .thumb:hover:before {
  opacity: 0;
}
/* line 1708, ../scss/partials/_styles.scss */
.tiles-projects .project-single h3 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #111;
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  padding: 14px 0;
  text-align: center;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 600px) {
  /* line 1708, ../scss/partials/_styles.scss */
  .tiles-projects .project-single h3 {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
    padding: 18px 0;
  }
}

/* line 1728, ../scss/partials/_styles.scss */
.featured-single {
  display: block;
}

/* line 1732, ../scss/partials/_styles.scss */
#btn-more {
  display: block;
}

/* ==========================================================================
   Projects
   ========================================================================== */
/* line 1741, ../scss/partials/_styles.scss */
.carousel-project {
  width: 100%;
}

/* line 1746, ../scss/partials/_styles.scss */
.page-project-single.archive {
  background: #b1b3b6;
}

/* line 1753, ../scss/partials/_styles.scss */
.slides li:before {
  content: "";
}

/* line 1759, ../scss/partials/_styles.scss */
.btn-next {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 100px;
  height: 100%;
  z-index: 200;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (max-width: 600px) {
  /* line 1759, ../scss/partials/_styles.scss */
  .btn-next {
    display: none !important;
  }
}
/* line 1777, ../scss/partials/_styles.scss */
.flex-active-slide .btn-next {
  display: block;
}
/* line 1780, ../scss/partials/_styles.scss */
.btn-next.stuck {
  position: fixed;
  top: 0 !important;
  right: 0;
  z-index: 200;
}
/* line 1786, ../scss/partials/_styles.scss */
.btn-next span {
  display: block;
  position: relative;
  right: -100px;
  top: 50%;
  width: 100%;
  height: 100px;
  margin-top: -50px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #111;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 1802, ../scss/partials/_styles.scss */
.archive .btn-next span {
  color: #111;
}
/* line 1806, ../scss/partials/_styles.scss */
.btn-next:hover {
  opacity: 1;
}

/* line 1815, ../scss/partials/_styles.scss */
.page-container {
  padding-top: 83px;
  padding-bottom: 140px;
}
/* line 1818, ../scss/partials/_styles.scss */
.page-project-single .page-container {
  padding-bottom: 0;
}

/* line 1823, ../scss/partials/_styles.scss */
.project-slide {
  width: 100%;
  position: relative;
  /*&:nth-last-of-type(2){
      .pin{
          padding-bottom: 200px;
      }
  }*/
}
/* line 1831, ../scss/partials/_styles.scss */
.project-slide > .column-wrapper {
  position: relative;
}
@media screen and (max-width: 1400px) {
  /* line 1831, ../scss/partials/_styles.scss */
  .project-slide > .column-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 1831, ../scss/partials/_styles.scss */
  .project-slide > .column-wrapper {
    width: 100%;
  }
}

/* line 1844, ../scss/partials/_styles.scss */
.project-filter-container {
  margin-top: 7px;
}
@media screen and (max-width: 600px) {
  /* line 1844, ../scss/partials/_styles.scss */
  .project-filter-container {
    display: none;
  }
}
/* line 1849, ../scss/partials/_styles.scss */
.project-filter-container a {
  color: #111;
}
/* line 1851, ../scss/partials/_styles.scss */
.project-filter-container a:hover {
  color: #fff;
}

/* line 1857, ../scss/partials/_styles.scss */
.projects-container {
  padding-top: 79px;
  padding-bottom: 57px;
}
@media screen and (max-width: 600px) {
  /* line 1857, ../scss/partials/_styles.scss */
  .projects-container {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
/* line 1865, ../scss/partials/_styles.scss */
.page-project-all .projects-container {
  padding-top: 0;
}
/* line 1867, ../scss/partials/_styles.scss */
.page-project-all .projects-container > .column-1of4 {
  display: none;
}
@media screen and (max-width: 600px) {
  /* line 1865, ../scss/partials/_styles.scss */
  .page-project-all .projects-container {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1878, ../scss/partials/_styles.scss */
  .projects-container .column-1of4 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 1878, ../scss/partials/_styles.scss */
  .projects-container .column-1of4 {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1886, ../scss/partials/_styles.scss */
  .page-home .projects-container .column-1of4 {
    /*width: 44.4444%;*/
    width: 31.4444%;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1892, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-1of4 {
    width: 25.9%;
    max-width: 430px;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1900, ../scss/partials/_styles.scss */
  .page-home .projects-container .column-3of4 {
    width: 55.55%;
  }
}
@media screen and (min-width: 1281px) {
  /* line 1905, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-3of4 {
    width: 100%;
    max-width: 1228px;
  }
}
@media screen and (max-width: 2200px) {
  /* line 1905, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-3of4 {
    /*width: calc(75% - 100px);*/
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1280px) {
  /* line 1905, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-3of4 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1905, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-3of4 {
    width: calc(100% - 100px);
    float: none;
  }
}
@media screen and (max-width: 895px) {
  /* line 1905, ../scss/partials/_styles.scss */
  .page-project-all .projects-container .column-3of4 {
    width: 100%;
  }
}

/* line 1929, ../scss/partials/_styles.scss */
.list-filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1931, ../scss/partials/_styles.scss */
.list-filters > li {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
/* line 1936, ../scss/partials/_styles.scss */
.active .list-filters > li a {
  color: #fff;
}
/* line 1940, ../scss/partials/_styles.scss */
.list-filters > li:before {
  display: none;
}

/* line 1946, ../scss/partials/_styles.scss */
.list-summary {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
/* line 18, ../scss/modules/_mixins.scss */
.list-summary:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1949, ../scss/partials/_styles.scss */
.list-summary > li {
  padding-left: 0;
}
/* line 1951, ../scss/partials/_styles.scss */
.list-summary > li:before {
  display: none;
}

/* line 1957, ../scss/partials/_styles.scss */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
/* line 1965, ../scss/partials/_styles.scss */
.video-container.ready {
  opacity: 1;
}
/* line 1968, ../scss/partials/_styles.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 1978, ../scss/partials/_styles.scss */
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #000;
  z-index: 150;
}
@media screen and (max-width: 600px) {
  /* line 1978, ../scss/partials/_styles.scss */
  .btn-play {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}
/* line 1995, ../scss/partials/_styles.scss */
.btn-play:after {
  content: "Play";
  display: block;
  width: 100%;
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 1995, ../scss/partials/_styles.scss */
  .btn-play:after {
    line-height: 100px;
  }
}
/* line 2007, ../scss/partials/_styles.scss */
.btn-play.active {
  opacity: 1;
}

/* line 2012, ../scss/partials/_styles.scss */
.btn-close {
  display: none;
  position: absolute;
  top: 20px;
  left: 32px;
  width: 50px;
  height: 50px;
  background: #000;
  z-index: 150;
}
/* line 2021, ../scss/partials/_styles.scss */
.btn-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 15px;
  width: 3px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2033, ../scss/partials/_styles.scss */
.btn-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 15px;
  width: 3px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 2045, ../scss/partials/_styles.scss */
.btn-close.active {
  opacity: 1;
}

/* line 2055, ../scss/partials/_styles.scss */
.push-right .flex-active-slide .scrollmagic-pin-spacer .intro {
  position: relative !important;
}

/* line 2063, ../scss/partials/_styles.scss */
.pin {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1024px) {
  /* line 2063, ../scss/partials/_styles.scss */
  .pin {
    padding-bottom: 25px;
  }
}
/* line 2070, ../scss/partials/_styles.scss */
.page-project-all .pin span {
  letter-spacing: 1px;
}
/* line 2073, ../scss/partials/_styles.scss */
.page-project-all .pin.change {
  color: #b1b3b6;
  margin-bottom: -200px;
}
/* line 2079, ../scss/partials/_styles.scss */
.page-project-single .pin.change {
  color: #fff;
}
/* line 2084, ../scss/partials/_styles.scss */
.page-project-single.archive .pin.change {
  color: #b1b3b6;
}
/* line 2086, ../scss/partials/_styles.scss */
.page-project-single.archive .pin.change em {
  color: #b1b3b6;
}

/* line 2098, ../scss/partials/_styles.scss */
.summary-container .column-1of2 {
  padding-right: 8%;
  /*@include media($mega){
      width: 37%;
      padding-right: 0;
  }*/
}
@media screen and (max-width: 1024px) {
  /* line 2098, ../scss/partials/_styles.scss */
  .summary-container .column-1of2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 2098, ../scss/partials/_styles.scss */
  .summary-container .column-1of2 {
    width: 100%;
  }
}
/* line 2110, ../scss/partials/_styles.scss */
.summary-container .column-1of2:first-of-type {
  /*@include media($mega){
      width: 63%;
   }*/
}
@media screen and (max-width: 768px) {
  /* line 2110, ../scss/partials/_styles.scss */
  .summary-container .column-1of2:first-of-type {
    padding-bottom: 50px;
  }
}
/* line 2119, ../scss/partials/_styles.scss */
.summary-container h3 {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
}
@media screen and (min-width: 1281px) {
  /* line 2119, ../scss/partials/_styles.scss */
  .summary-container h3 {
    font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  /* line 2119, ../scss/partials/_styles.scss */
  .summary-container h3 {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
  }
}
/* line 2128, ../scss/partials/_styles.scss */
.summary-container .snapshot {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  /* line 2128, ../scss/partials/_styles.scss */
  .summary-container .snapshot {
    margin-top: 25px;
  }
}

/* ==========================================================================
   About
   ========================================================================== */
/* line 2140, ../scss/partials/_styles.scss */
.list-about {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 18, ../scss/modules/_mixins.scss */
.list-about:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2143, ../scss/partials/_styles.scss */
.list-about > li {
  padding-left: 0;
}
/* line 2145, ../scss/partials/_styles.scss */
.list-about > li:before {
  display: none;
}

/* line 2151, ../scss/partials/_styles.scss */
.staff-container {
  padding-bottom: 100px;
  /*> .column-1of2-smaller{
      width: 45%;
      float: left;
      @include media($smallish){
          width: 100%;
          float: none;
          padding-bottom: 23px;
      }
  }
  > .column-1of2-larger{
      width: 55%;
      float: left;
      @include media($smallish){
          width: 100%;
          float: none;
      }
  }*/
}
@media screen and (max-width: 1024px) {
  /* line 2153, ../scss/partials/_styles.scss */
  .staff-container > .column-1of2 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2158, ../scss/partials/_styles.scss */
  .staff-container > .column-1of2 > p {
    margin-bottom: 42px;
  }
}

/* line 2183, ../scss/partials/_styles.scss */
.list-staff {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 18, ../scss/modules/_mixins.scss */
.list-staff:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2191, ../scss/partials/_styles.scss */
.list-staff > li {
  padding-left: 0;
  padding-right: 5px;
  /*@include media($smallish){
      padding-bottom: 50px;
  }*/
}
/* line 2197, ../scss/partials/_styles.scss */
.list-staff > li .thumb {
  display: block;
}
/* line 2200, ../scss/partials/_styles.scss */
.list-staff > li .details {
  padding-top: 46px;
  padding-right: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  /* line 2200, ../scss/partials/_styles.scss */
  .list-staff > li .details {
    padding-bottom: 150px;
  }
}
/* line 2208, ../scss/partials/_styles.scss */
.list-staff > li .details .title {
  color: #b1b3b6;
}
/* line 2211, ../scss/partials/_styles.scss */
.list-staff > li .details .bio {
  padding-top: 21px;
  padding-bottom: 17px;
}
/* line 2214, ../scss/partials/_styles.scss */
.list-staff > li .details .bio *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2219, ../scss/partials/_styles.scss */
.list-staff > li .details h3 {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
}
/* line 2222, ../scss/partials/_styles.scss */
.list-staff > li .details a {
  color: #111;
  text-decoration: none;
}
/* line 2225, ../scss/partials/_styles.scss */
.list-staff > li .details a:hover {
  color: #b1b3b6;
}
/* line 2227, ../scss/partials/_styles.scss */
.list-staff > li .details a:hover.phone {
  color: #111;
}
/* line 2233, ../scss/partials/_styles.scss */
.list-staff > li:before {
  display: none;
}

/* line 2240, ../scss/partials/_styles.scss */
.accordion {
  border-bottom: 1px solid #b1b3b6;
}
/* line 2242, ../scss/partials/_styles.scss */
.accordion .accordion-header {
  position: relative;
  border-top: 1px solid #b1b3b6;
  outline: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  /* line 2242, ../scss/partials/_styles.scss */
  .accordion .accordion-header {
    height: 58px;
    line-height: 58px;
    font-size: 21px;
  }
}
/* line 2254, ../scss/partials/_styles.scss */
.accordion .accordion-header .counter {
  display: inline-block;
  width: calc(100% / 6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 2259, ../scss/partials/_styles.scss */
.accordion .accordion-header h3 {
  display: inline-block;
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 1281px) {
  /* line 2259, ../scss/partials/_styles.scss */
  .accordion .accordion-header h3 {
    font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  /* line 2259, ../scss/partials/_styles.scss */
  .accordion .accordion-header h3 {
    font-size: 21px;
  }
}
/* line 2271, ../scss/partials/_styles.scss */
.accordion .accordion-header:hover .counter,
.accordion .accordion-header:hover h3 {
  color: #b1b3b6;
}
/* line 2275, ../scss/partials/_styles.scss */
.accordion .accordion-header:hover .btn-toggle:before,
.accordion .accordion-header:hover .btn-toggle:after {
  background-color: #b1b3b6;
}
/* line 2281, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active .counter,
.accordion .accordion-header.ui-accordion-header-active h3 {
  color: #b1b3b6;
}
/* line 2285, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active .btn-toggle:before,
.accordion .accordion-header.ui-accordion-header-active .btn-toggle:after {
  background-color: #b1b3b6;
}
/* line 2290, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active:hover .counter,
.accordion .accordion-header.ui-accordion-header-active:hover h3 {
  color: #b1b3b6;
}
/* line 2294, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active:hover .btn-toggle:before,
.accordion .accordion-header.ui-accordion-header-active:hover .btn-toggle:after {
  background-color: #b1b3b6;
}
/* line 2299, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active .btn-toggle {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 2302, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active .btn-toggle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
/* line 2307, ../scss/partials/_styles.scss */
.accordion .accordion-header.ui-accordion-header-active .btn-toggle:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 13px;
}
/* line 2315, ../scss/partials/_styles.scss */
.accordion .accordion-content {
  overflow: auto;
  padding: 9px 13px 6px calc(100% / 6);
}
/* line 2319, ../scss/partials/_styles.scss */
.accordion .btn-toggle {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  right: 0;
  top: calc(50% - 7px);
}
/* line 2326, ../scss/partials/_styles.scss */
.accordion .btn-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 13px;
  height: 1px;
  background: #111;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 2336, ../scss/partials/_styles.scss */
.accordion .btn-toggle:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 1px;
  height: 12px;
  background: #111;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* ==========================================================================
   Contact
   ========================================================================== */
/* line 2353, ../scss/partials/_styles.scss */
.contact-details-container {
  padding-bottom: 44px;
}
/* line 2355, ../scss/partials/_styles.scss */
.contact-details-container h3 {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  color: #b1b3b6;
}
@media screen and (min-width: 1281px) {
  /* line 2355, ../scss/partials/_styles.scss */
  .contact-details-container h3 {
    font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  }
}
@media screen and (max-width: 600px) {
  /* line 2355, ../scss/partials/_styles.scss */
  .contact-details-container h3 {
    font: 18px/26px "AvenirNextLTPro-Regular", sans-serif;
  }
}

/* line 2367, ../scss/partials/_styles.scss */
.map-container {
  padding-bottom: 100px;
}
/* line 2369, ../scss/partials/_styles.scss */
.map-container a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
/* line 2373, ../scss/partials/_styles.scss */
.map-container a:hover {
  color: #b1b3b6;
}
/* line 2375, ../scss/partials/_styles.scss */
.map-container a:hover.phone {
  color: #fff;
}
/* line 2380, ../scss/partials/_styles.scss */
.map-container .phone {
  display: inline-block;
}
/* line 2383, ../scss/partials/_styles.scss */
.map-container .email {
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  /* line 2387, ../scss/partials/_styles.scss */
  .map-container .column-1of4 {
    width: 100%;
    float: none;
    padding-bottom: 50px;
  }
}

/* line 2395, ../scss/partials/_styles.scss */
.map-popup {
  padding: 10px;
}
/* line 2397, ../scss/partials/_styles.scss */
.map-popup h3,
.map-popup p {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  color: #111;
}

/* line 2404, ../scss/partials/_styles.scss */
form {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 2404, ../scss/partials/_styles.scss */
  form {
    max-width: 700px;
  }
}
/* line 2409, ../scss/partials/_styles.scss */
form p {
  *zoom: 1;
  margin-bottom: 20px;
  position: relative;
}
/* line 18, ../scss/modules/_mixins.scss */
form p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2414, ../scss/partials/_styles.scss */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form textarea {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  color: #111;
  padding: 10px;
  width: 70%;
  float: right;
  border: 2px solid rgba(17, 17, 17, 0.2);
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 1024px) {
  /* line 2414, ../scss/partials/_styles.scss */
  form input[type="text"],
  form input[type="email"],
  form input[type="number"],
  form textarea {
    width: 100%;
    float: none;
  }
}
/* line 2430, ../scss/partials/_styles.scss */
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form textarea:focus {
  border: 2px solid rgba(17, 17, 17, 0.5);
  outline: 0;
}
/* line 2435, ../scss/partials/_styles.scss */
form textarea {
  height: 100px;
}
/* line 2438, ../scss/partials/_styles.scss */
form label {
  width: 30%;
  float: left;
  padding: 10px 10px 10px 0;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  /* line 2438, ../scss/partials/_styles.scss */
  form label {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 8px;
    padding: 0;
  }
}
/* line 2452, ../scss/partials/_styles.scss */
form input[type="submit"] {
  float: right;
}
/* line 2455, ../scss/partials/_styles.scss */
form label.error, form .field-validation-error {
  float: none;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #111;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 10px;
}
/* line 2466, ../scss/partials/_styles.scss */
form label.error:after, form .field-validation-error:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(17, 17, 17, 0);
  border-right-color: #111;
  border-width: 6px;
  margin-top: -6px;
}

/* line 2483, ../scss/partials/_styles.scss */
.scaling-map {
  position: relative;
  width: 100%;
  padding-bottom: 66.56%;
}
@media screen and (max-width: 768px) {
  /* line 2483, ../scss/partials/_styles.scss */
  .scaling-map {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 600px) {
  /* line 2483, ../scss/partials/_styles.scss */
  .scaling-map {
    padding-bottom: 120%;
  }
}

/* line 2496, ../scss/partials/_styles.scss */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  /* line 2504, ../scss/partials/_styles.scss */
  .contact-details {
    text-align: center;
    margin-top: 40px;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* line 2514, ../scss/partials/_styles.scss */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
/* line 2521, ../scss/partials/_styles.scss */
.responsive-container iframe, .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  06 - Slideshow
//////////////////////////////////////////////////////////////////////////////*/
/* line 2535, ../scss/partials/_styles.scss */
.bxslider {
  width: 100%;
}

/* line 2539, ../scss/partials/_styles.scss */
.bx-wrapper {
  z-index: 100;
  *zoom: 1;
  position: relative;
}
/* line 18, ../scss/modules/_mixins.scss */
.bx-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2545, ../scss/partials/_styles.scss */
.bx-viewport {
  height: auto !important;
}

/* line 2549, ../scss/partials/_styles.scss */
.owl-controls,
.bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
}
@media screen and (max-width: 600px) {
  /* line 2549, ../scss/partials/_styles.scss */
  .owl-controls,
  .bx-controls {
    height: calc(100% - 30px);
  }
}

/* line 2564, ../scss/partials/_styles.scss */
.owl-prev,
.bx-prev {
  display: none;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  cursor: url("../../images/arrow-left-white.png"), default !important;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 2575, ../scss/partials/_styles.scss */
  .owl-prev:after,
  .bx-prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    background: url("../../images/m-arrow-left-white.png") no-repeat left center;
  }
}

/* line 2590, ../scss/partials/_styles.scss */
.owl-next,
.bx-next {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: url("../../images/arrow-right-white.png"), default !important;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  /* line 2600, ../scss/partials/_styles.scss */
  .owl-next:after,
  .bx-next:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    background: url("../../images/m-arrow-right-white.png") no-repeat right center;
  }
}

/* line 2617, ../scss/partials/_styles.scss */
.owl-carousel .owl-stage-outer {
  width: 100%;
}
/* line 2620, ../scss/partials/_styles.scss */
.owl-carousel .owl-item {
  width: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  07 - Sidebar
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  08 - Widgets
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
/* line 2651, ../scss/partials/_styles.scss */
footer {
  padding-top: 90px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 895px) {
  /* line 2651, ../scss/partials/_styles.scss */
  footer {
    padding-bottom: 152px;
  }
}
/* line 2658, ../scss/partials/_styles.scss */
footer a {
  font: 15px/21px "AvenirNextLTPro-Regular", sans-serif;
  color: #111;
  text-decoration: none;
}
/* line 2662, ../scss/partials/_styles.scss */
.archive footer a {
  color: #111;
}
/* line 2665, ../scss/partials/_styles.scss */
footer a:hover {
  color: #fff;
}
/* line 2672, ../scss/partials/_styles.scss */
.page-home footer a:hover {
  color: #fff;
}
/* line 2678, ../scss/partials/_styles.scss */
.page-contact footer a {
  color: #fff;
}
/* line 2680, ../scss/partials/_styles.scss */
.page-contact footer a:hover {
  color: #b1b3b6;
}
@media only screen and (max-width: 895px) {
  /* line 2685, ../scss/partials/_styles.scss */
  .page-project-all footer {
    padding-bottom: 152px;
    background: #222;
  }
}
@media only screen and (max-width: 895px) {
  /* line 2691, ../scss/partials/_styles.scss */
  .page-project-all footer a {
    color: #575958;
  }
}
/* line 2696, ../scss/partials/_styles.scss */
.page-project-all footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 895px) {
  /* line 2696, ../scss/partials/_styles.scss */
  .page-project-all footer a:hover {
    color: #fff;
  }
}
/* line 2706, ../scss/partials/_styles.scss */
.page-project-single footer {
  padding-top: 191px;
}
/* line 2709, ../scss/partials/_styles.scss */
footer .phone-container {
  text-align: left;
}
/* line 2712, ../scss/partials/_styles.scss */
footer .phone-container a:hover {
  color: #111;
}
/* line 2714, ../scss/partials/_styles.scss */
.page-contact footer .phone-container a:hover {
  color: #b1b3b6;
}
/* line 2717, ../scss/partials/_styles.scss */
.page-project-all footer .phone-container a:hover {
  color: #b1b3b6;
}
@media screen and (max-width: 600px) {
  /* line 2709, ../scss/partials/_styles.scss */
  footer .phone-container {
    text-align: center;
    margin-bottom: 11px;
  }
}
/* line 2727, ../scss/partials/_styles.scss */
footer .email-container {
  text-align: center;
}
@media screen and (max-width: 600px) {
  /* line 2727, ../scss/partials/_styles.scss */
  footer .email-container {
    text-align: center;
  }
}

/* line 2738, ../scss/partials/_styles.scss */
.page-error .main-content {
  min-height: 70vh;
}
@media only screen and (max-width: 895px) {
  /* line 2738, ../scss/partials/_styles.scss */
  .page-error .main-content {
    min-height: calc(100vh - 274px);
  }
}
@media screen and (max-width: 600px) {
  /* line 2738, ../scss/partials/_styles.scss */
  .page-error .main-content {
    min-height: calc(100vh - 306px);
  }
}
/* line 2748, ../scss/partials/_styles.scss */
.page-error .intro {
  padding-top: 80px;
}
/* line 2751, ../scss/partials/_styles.scss */
.page-error .summary-container {
  padding-top: 80px;
}
/* line 2753, ../scss/partials/_styles.scss */
.page-error .summary-container .btn-all-projects {
  margin-top: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
/* line 2770, ../scss/partials/_styles.scss */
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 2770, ../scss/partials/_styles.scss */
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 2777, ../scss/partials/_styles.scss */
  .mobile-hide {
    display: none !important;
  }
}

/* line 2783, ../scss/partials/_styles.scss */
.hide {
  display: none;
}

/*@import "vendor/icomoon";*/
/*//////////////////////////////////////////////////////////////////////////////
//  Print
//////////////////////////////////////////////////////////////////////////////*/
@media print {
  /* line 6, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../scss/partials/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../scss/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 30, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 36, ../scss/partials/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 46, ../scss/partials/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 51, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 59, ../scss/partials/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 66, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
