/* ============================================
CSS IMPORTS
============================================= */
@import "../ext/fontawesome/css/all.min.css";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@charset "UTF-8";
/* Slider */
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&display=swap');
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
}
.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);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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);
  }
}
.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);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  /* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff;
}
#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
@font-face {
  font-family: 'league_gothicregular';
  src: url('includes/font-face/leaguegothic-regular-webfont.woff2') format('woff2'), url('includes/font-face/leaguegothic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  /* Text meant only for screen readers. */
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
::selection {
  background: rgba(16, 108, 182, 0.5);
  color: #fff;
}
:focus {
  outline: none !important;
}
body {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nanum Gothic', sans-serif;
  position: relative;
}
h1, .h1 {
  font-size: 2.25em;
}
h2, .h2 {
  font-size: 1.75em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-size: 1.3125em;
}
h5, .h5 {
  font-size: 1.125em;
}
h6, .h6 {
  font-size: 1em;
}
a, input[type="submit"], button, .btns {
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a {
  color: #69bc45;
}
a:hover {
  color: #12b365;
  text-decoration: none;
}
p {
  margin-bottom: 1.25em;
}
.entry_header {
  margin-bottom: 15px;
}
.entry_header .entry_title {
  margin-bottom: 0px;
}
.googlemaps {
  width: 100%;
  height: 400px;
}
.googlemaps iframe {
  height: 100%;
  width: 100%;
}
.list_menu {
  margin: 0;
  padding: 0;
}
.list_menu li {
  list-style: none;
  display: block;
}
.list_menu li a {
  display: block;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #69bc45;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
#back-to-top:hover {
  background-color: #81c763;
}
#back-to-top.show {
  opacity: 1;
}
#outdated {
  background: #d7423c;
  color: #fff;
  z-index: 99999;
  font-family: Arial, Helvetica, sans-serif;
}
#outdated h6 {
  text-transform: none !important;
  font-weight: 700 !important;
  color: #fff !important;
}
#outdated p {
  text-transform: none !important;
  font-size: 1em !important;
  color: #fff !important;
  font-weight: 400 !important;
}
#outdated #btn_update_browser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0 auto;
  width: 230px;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}
#outdated #btn_update_browser:hover {
  background: #fff;
  color: #d7423c;
}
.btns {
  position: relative;
  display: block;
  padding: 0.3125em 1.25em;
  width: 300px;
  height: 55px;
  border: 3px solid transparent;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}
.btns:after {
  position: relative;
  content: "\f054";
  top: -4px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #404041;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns:hover:after {
  margin-left: 15px;
}
.btns:not(.ghost).white {
  background: #fff;
  color: #106cb6;
}
.btns:not(.ghost).white:hover {
  background: #f2f2f2;
  color: #000;
}
.btns:not(.ghost).black {
  background: #000;
  color: #fff;
}
.btns:not(.ghost).black:hover {
  background: #333;
  color: #fff;
}
.btns:not(.ghost).primary {
  background: #106cb6;
  color: #fff;
}
.btns:not(.ghost).primary:hover {
  background: #1488e5;
  color: #fff;
}
.btns:not(.ghost).secondary {
  background: #12b365;
  color: #fff;
}
.btns:not(.ghost).secondary:hover {
  background: #17e17f;
  color: #fff;
}
.btns:not(.ghost).groen {
  font-family: 'league_gothicregular', sans-serif;
  color: #fff;
  background: #69bc45;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns:not(.ghost).groen:hover {
  color: #69bc45;
  border: 3px solid #69bc45;
  background: transparent;
}
.btns.ghost.white {
  border-color: #fff;
  color: #fff;
}
.btns.ghost.white:hover {
  background: #fff;
  color: #000;
}
.btns.ghost.black {
  border-color: #000;
  color: #000;
}
.btns.ghost.black:hover {
  background: #000;
  color: #fff;
}
.btns.ghost.primary {
  border-color: #106cb6;
  color: #106cb6;
}
.btns.ghost.primary:hover {
  background: #106cb6;
  color: #fff;
}
.btns.ghost.secondary {
  border-color: #12b365;
  color: #12b365;
}
.btns.ghost.secondary:hover {
  background: #12b365;
  color: #fff;
}
.btns.ghost.groen {
  font-family: 'league_gothicregular', sans-serif;
  border-color: #69bc45;
  color: #69bc45;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns.ghost.groen:hover {
  background: #69bc45;
  color: #fff;
}
.btns.fw {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .btns {
    padding: 0.1875em 1.25em;
    height: 44px;
    font-size: 1.25em;
  }
  .btns:after {
    top: -2px;
  }
}
@media only screen and (max-width: 576px) {
  .btns {
    width: 100%;
  }
}
.pijlerContent .btns {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1199px) {
  .pijlerContent .btns {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .pijlerContent .btns {
    padding: 0.1875em 0.9375em;
  }
}
.aankoopservice .btns {
  margin: 0 auto;
}
.uitgelichte_projecten .btns {
  margin-top: 37px;
  margin-left: auto;
}
.uitgelichte_projecten .kenmerken .btns {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .uitgelichte_projecten .btns {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .uitgelichte_projecten .btns {
    width: 100%;
  }
}
.pijlers_footer .btns {
  display: block;
  width: 100%;
}
.page_content .btns {
  margin-bottom: 15px;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page_content .btns {
    margin-left: 0;
  }
}
.gform_wrapper .gform_footer {
  padding: 0;
}
.gform_wrapper .gform_footer #gform_submit_button_1 {
  margin-left: auto;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_footer #gform_submit_button_1 {
    width: 314px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .gform_wrapper .gform_footer #gform_submit_button_1 {
    width: 100%;
  }
}
.not_found .btns {
  margin: 0 auto;
}
body .gform_wrapper .gform_body > ul > li {
  margin-bottom: 5px;
}
body .gform_wrapper ul {
  padding: 0px;
}
body .gform_wrapper ul li.gfield {
  list-style: none;
  position: relative;
}
body .gform_wrapper ul li.gfield.hidden_label {
  margin-top: 2px;
}
body .gform_wrapper ul li.gfield.hidden_label input {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper ul li.gfield.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px;
}
body .gform_wrapper ul li.gfield ul li label {
  font-weight: 400;
}
body .gform_wrapper ul li.gfield .gfield_label {
  font-size: 13px;
}
body .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper ul li.gfield textarea, body .gform_wrapper ul li.gfield select {
  padding: 6px 12px;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #ccc;
}
body .gform_wrapper ul li.gfield input[type=radio] {
  margin-right: 5px;
}
body .gform_wrapper ul li.gfield textarea {
  height: 134px;
  min-height: 100px !important;
}
body .gform_wrapper input[type="submit"], body .gform_wrapper button.btns {
  cursor: pointer;
}
body .gform_wrapper div.validation_error {
  padding: 5px 15px;
  width: calc(100% - 15px);
  background: #d7423c;
  color: #fff;
  font-weight: 700;
  border: 0px;
  text-align: center;
}
body .gform_wrapper .gform_footer {
  margin-top: 0px;
}
body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) input, body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) textarea, body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) select {
  padding-bottom: 16px;
  padding-top: 16px;
}
body .gform_wrapper.gform_validation_error ul li.gfield_error {
  border: 0px;
  padding-top: 0px;
  background: transparent;
}
body .gform_wrapper.gform_validation_error ul li.gfield_error input, body .gform_wrapper.gform_validation_error ul li.gfield_error textarea, body .gform_wrapper.gform_validation_error ul li.gfield_error select {
  padding-bottom: 20px;
}
body .gform_wrapper.gform_validation_error ul li.custom_validation {
  margin-bottom: 30px;
}
body .gform_wrapper.gform_validation_error ul li.custom_validation .validation_message {
  bottom: -16px;
}
body .gform_wrapper.gform_validation_error ul li .validation_message {
  color: #d7423c;
  position: absolute;
  bottom: 0px;
  padding: 2px 12px;
  line-height: 1;
  font-size: 11px;
  background: #d7423c;
  color: #fff;
}
.gform_confirmation_wrapper {
  background: #106cb6;
  padding: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper div.validation_error {
    width: 100%;
  }
}
ul.social {
  margin: -13px 0 0 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin-top: 86px;
  margin-right: 6px;
}
ul.social li:last-of-type {
  margin-right: 0;
}
ul.social li:last-child {
  margin-right: 0px;
}
ul.social li a {
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  background: #404041;
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul.social li a:hover {
  background: #69bc45;
}
.navbar {
  background: transparent;
  padding: 0 40px 0 182px;
}
.navbar .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 4px;
}
.navbar .navbar-nav .nav-link {
  padding: 15px 0 0 15px;
}
.navbar-brand, .navbar-brand:hover {
  color: #000;
}
.navbar-toggler {
  border: 0px;
  position: relative;
}
.navbar-toggler:before {
  content: "Menu";
  font-size: 14px;
  position: absolute;
  left: -35px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
.navbar .navbar-nav li.current-menu-item a.nav-link, .navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li .nav-link:hover {
  color: #69bc45;
}
.navbar .navbar-nav li .nav-link {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
}
.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  vertical-align: baseline;
  width: auto;
  height: auto;
  border: 0;
  font-size: 12px;
  color: #69bc45;
  margin-left: 5px;
}
.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 0px;
  background: rgba(37, 37, 38, 0.5);
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  background: transparent;
  color: #f3f3f3;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #69bc45;
}
.dropdown:hover > .dropdown-menu {
  top: 100% !important;
  visibility: visible;
  opacity: 1;
}
.dd_1 .dropdown .dropdown-menu {
  top: calc(100% + 5px);
}
.dd_2 .dropdown .dropdown-menu {
  top: calc(100% - 5px);
  /* ===========================================
MEDIA QUERIES (BOOTSTRAP 4)
=============================================*/
}
@media only screen and (max-width: 1499px) {
  .navbar {
    padding: 0 0 0 80px;
  }
}
@media only screen and (max-width: 1299px) {
  .navbar {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-nav {
    padding: 0 150px;
  }
  .navbar .navbar-nav li .nav-link {
    font-size: 1em;
    padding: 15px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 15px;
  }
  .navbar .navbar-toggler {
    margin-top: -45px;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .dropdown .dropdown-menu {
    background: transparent;
  }
  .navbar .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    background: #404041;
  }
  .navbar .navbar-nav li .nav-link {
    padding: 0.5rem 1rem;
  }
  .dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .dropdown .dropdown-menu .dropdown-item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar .navbar-toggler {
    margin-top: -55px;
  }
}
.blog_item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.article_controls {
  margin-top: 30px;
  /* ===========================================
MEDIA QUERIES (BOOTSTRAP 4)
=============================================*/
  /*==========  Mobile First Method  ==========*/
}
.article_controls .article_nav a {
  display: inline-block;
}
.article_controls .article_nav.next {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  /*==========  Desktop First Method  ==========*/}
@media only screen and (max-width: 767px) {
  .blog_layout article {
    max-width: 360px;
    margin: 0 auto;
  }
  .blog_layout article .post_thumbnail {
    margin-bottom: 15px;
  }
}
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi span.current {
  background: #69bc45;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #69bc45;
  background: transparent;
  color: #69bc45;
  padding: 10px 15px;
  margin-right: 3px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wp-pagenavi a:hover {
  background: #69bc45;
  color: #fff;
}
.banner_wrap {
  position: relative;
}
.banner_wrap:after {
  position: absolute;
  content: "";
  background-image: url("../img/background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.slider, .slider .slick-slide {
  min-height: 960px;
}
.slider {
  position: relative;
  z-index: 2;
}
.slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  color: green;
  background: linear-gradient(#252526, rgba(64, 64, 65, 0.7));
  width: 100%;
  height: 100%;
}
.slider .slick-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider button {
  border: 0px;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: 50px;
  padding: 0;
  background: transparent;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: rgba(255, 255, 255, 0);
  font-size: 48px;
  line-height: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.slider .slick-arrow.slick-prev {
  left: 0;
}
.slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slider .slick-arrow.slick-next {
  right: 0;
}
.slider .slick-arrow.slick-next:before {
  content: "\f105";
}
.slider .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}
.slider .slick-arrow:hover:before {
  color: #fff;
}
.slider .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 999;
  bottom: 1.875em;
}
.slider .slick-dots li {
  margin: 0 2px;
}
.slider .slick-dots li.slick-active button {
  background: #fff;
}
.slider .slick-dots li.slick-active button:hover {
  background: #fff;
}
.slider .slick-dots li button {
  font-size: 0px;
  padding: 0px;
  height: 15px;
  width: 15px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.banner {
  position: relative;
  width: 100%;
  height: 267px;
  background-size: cover;
  background-position: center;
}
.banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  color: green;
  background: linear-gradient(#252526, rgba(64, 64, 65, 0.7));
  width: 100%;
  height: 100%;
}
.banner_content {
  position: absolute;
  top: 320px;
  width: 100%;
  z-index: 150;
}
.banner_content .banner_content_inner {
  text-transform: uppercase;
}
.banner_content .banner_content_inner h2 {
  position: relative;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 6.25em;
  color: #69bc45;
}
.banner_content .banner_content_inner h2:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #fff;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner_content .banner_content_inner span.bannertext {
  display: block;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.875em;
  color: #fff;
}
.banner_content .banner_content_inner span.bannertext span.big {
  display: block;
  position: relative;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.5em;
  line-height: 1em;
  color: #69bc45;
}
@media only screen and (max-width: 1199px) {
  .banner_wrap .slider, .banner_wrap .slider .slick-slide {
    min-height: 760px;
  }
  .banner_content {
    top: 250px;
  }
  .banner_content .banner_content_inner span.bannertext span.big {
    font-size: 4em;
  }
}
@media only screen and (max-width: 991px) {
  .banner_wrap .slider, .banner_wrap .slider .slick-slide {
    min-height: 700px;
  }
  .banner_content .banner_content_inner span.bannertext span.big {
    font-size: 3.375em;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content .banner_content_inner span.bannertext span.big {
    font-size: 2.625em;
  }
}
@media only screen and (max-width: 576px) {
  .banner_wrap:after {
    display: none;
  }
  .banner_wrap .slider, .banner_wrap .slider .slick-slide {
    min-height: 420px;
  }
  .banner_content {
    top: 210px;
  }
  .banner_content .banner_content_inner span.bannertext {
    font-size: 1.25em;
  }
  .banner_content .banner_content_inner span.bannertext span.big {
    font-size: 1.75em;
  }
}
#copyright {
  background: url("../img/copyright.jpg");
  background-size: cover;
  width: 100%;
  min-height: 50px;
  padding: 15px 0;
  font-size: 0.875em;
  color: #8b8b8b;
  /* ===========================================
MEDIA QUERIES (BOOTSTRAP 4)
=============================================*/
  /*==========  Mobile First Method  ==========*/
}
#copyright a {
  color: #69bc45;
}
#copyright .credits {
  text-align: right;
}
#copyright .credits a {
  display: inline-block;
}
#copyright .credits a img {
  height: 10px;
}
@media only screen and (min-width: 1200px) {
  /*==========  Desktop First Method  ==========*/}
@media only screen and (max-width: 991px) {
  #copyright, #copyright .credits {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  /* ============================================
GRAYSCALE
============================================= */  .container {
    max-width: 1170px;
  }
}
.grayscale {
  /* Firefox 3.5+ */
  filter: url('../ext/gray/filters.svg#grayscale');
  /* IE6-9 */
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.grayscale:hover {
  filter: none;
}
@media only screen and (max-width: 576px) {
  /* ============================================
VIDEO
============================================= */  .grayscale {
    filter: none;
  }
}
.bg_video {
  background: #000;
  position: absolute;
  z-index: -99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* ============================================
TEXT EDITOR
============================================= */
}
.bg_video .tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg_video .tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.bg_video .tv .screen.active {
  opacity: 1;
}
.bg_video .tv-mob {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h3 {
  position: relative;
  margin-bottom: 54px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  line-height: 34px;
  font-weight: 700;
  /* ============================================
HEADER
============================================= */
}
.header_bar {
  position: absolute;
  z-index: 999;
  padding-top: 28px;
  width: 100%;
  background-color: transparent;
}
.header_bar .logo {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_bar .logo img {
  padding-left: 23px;
  width: 100%;
  height: 65px;
}
.header_bar .contactBlock {
  position: relative;
  padding-right: 21px;
}
.header_bar .contactBlock .telefoon i {
  position: relative;
  display: inline-block;
  margin-left: 35px;
  width: 37px;
  height: 37px;
  color: #fff;
  background-color: #69bc45;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.header_bar .contactBlock .telefoon .content {
  position: relative;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 10px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 3.125em;
  color: #fff;
}
.header_bar .contactBlock .telefoon:hover > i {
  background-color: #5eaa3d;
}
.header_bar .contactBlock .bereikbaarheid {
  position: relative;
  display: block;
  margin-left: 10px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #8b8b8b;
}
@media only screen and (max-width: 1299px) {
  .header_bar .contactBlock {
    padding-right: 0;
  }
  .header_bar .contactBlock .bereikbaarheid {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header_bar .logo {
    width: 180px;
  }
  .header_bar .logo img {
    padding: 0;
  }
  .header_bar .contactBlock .telefoon i {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .header_bar .contactBlock .telefoon .content {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PIJLERS
============================================= */  .header_bar .logo {
    margin-bottom: 10px;
  }
  .header_bar .contactBlock .telefoon .content {
    font-size: 1.875em;
  }
  .header_bar .contactBlock .bereikbaarheid {
    display: none;
  }
}
.pijlers {
  position: relative;
  margin-top: -151px;
}
.pijlers .pijler {
  position: relative;
  z-index: 3;
  height: 100%;
}
.pijlers .pijler a {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.pijlers .pijler a:hover {
  top: -20px;
}
.pijlers .pijler a:hover > .imgBox {
  filter: none;
}
.pijlers .pijler a .btns {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
}
.pijlers .pijler a .pijlerContent {
  position: relative;
  padding: 57px 18px 120px 18px;
}
.pijlers .pijler a .pijlerContent h2 {
  position: relative;
  margin-bottom: 23px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.25em;
  color: #404041;
  text-transform: uppercase;
}
.pijlers .pijler a .pijlerContent p {
  position: relative;
  margin-bottom: 23px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  color: #8b8b8b;
  line-height: 26px;
}
.subPijler {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
}
.subPijler a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  list-style-position: outside;
}
@media only screen and (max-width: 1399px) {
  .pijlers .pijler a .pijlerContent h2 {
    font-size: 1.875em;
  }
}
@media only screen and (max-width: 1199px) {
  .pijlers .pijler a:hover {
    top: 0;
  }
  .pijlers .pijler a .imgBox {
    overflow: hidden;
    width: 100%;
    height: 180px;
  }
  .pijlers .pijler a .imgBox img {
    width: 100%;
  }
  .pijlers .pijler a .pijlerContent {
    padding: 18px 18px 75px 18px;
  }
  .pijlers .pijler a .pijlerContent h2 {
    font-size: 2.25em;
  }
  .pijlers .pijler a .btns {
    bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .pijlers .pijler a .pijlerContent h2 {
    font-size: 2.125em;
    margin: 0;
  }
  .subPijler {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .subPijler a {
    position: relative;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
AANKOOPSERVICE
============================================= */  .pijlers {
    margin-top: 20px;
  }
  .pijlers .pijler a .imgBox {
    display: none;
  }
  .pijlers .pijler a .pijlerContent h2 {
    margin-bottom: 10px;
    font-size: 1.875em;
  }
}
.aankoopservice {
  position: relative;
  padding: 117px 0 120px 0;
}
.aankoopservice:before {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url("../img/vorm1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  bottom: -83px;
}
.aankoopservice h2 {
  position: relative;
  margin-bottom: 50px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.375em;
  color: #404041;
  text-transform: uppercase;
}
.aankoopservice h2:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #69bc45;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  width: 280px;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
}
.aankoopservice h3 {
  position: relative;
  margin-bottom: -2px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: normal;
}
.aankoopservice p {
  position: relative;
  margin-bottom: 53px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.25em;
  color: #8b8b8b;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .aankoopservice:before {
    bottom: -123px;
  }
  .aankoopservice h2 {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 991px) {
  .aankoopservice {
    padding: 90px 0;
  }
  .aankoopservice h2 {
    font-size: 3.125em;
  }
  .aankoopservice h3 {
    font-size: 1.25em;
    letter-spacing: 4px;
  }
  .aankoopservice p {
    font-size: 1em;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .aankoopservice {
    padding: 30px 0 60px 0;
  }
  .aankoopservice:before {
    bottom: -133px;
  }
  .aankoopservice h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
REVIEWS
============================================= */  .aankoopservice {
    padding: 25px 0 45px 0;
  }
  .aankoopservice:before {
    display: none;
  }
  .aankoopservice h2 {
    font-size: 2.375em;
    margin-bottom: 40px;
  }
  .aankoopservice h2:after {
    border-bottom: 1px solid #69bc45;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
  }
  .aankoopservice h3 {
    font-size: 1em;
  }
}
.review_content {
  position: relative;
  padding: 114px 0 52px 0;
  background: url("../img/reviews.jpg");
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.review_content .slider, .review_content .slider .slick-slide {
  min-height: 414px;
}
.review_content .slick-dots {
  padding: 0;
  margin: 38px 0 0 0;
  list-style-type: none;
  text-align: center;
}
.review_content .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.review_content .slick-dots li button {
  font-size: 0px;
  padding: 0px;
  height: 1px;
  width: 30px;
  background: #8b8b8b;
  border: 1px solid transparent;
  cursor: pointer;
}
.review_content .slick-dots li button:hover {
  background-color: #69bc45;
}
.review_content .slick-dots .slick-active button {
  background: #69bc45;
}
.review_content p {
  position: relative;
  margin-bottom: 34px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.25em;
  color: #f3f3f3;
  font-style: italic;
  line-height: 30px;
}
.review_content .auteur {
  position: relative;
  margin-bottom: 0;
  font-family: 'league_gothicregular', sans-serif;
  color: #f3f3f3;
  font-size: 1.875em;
  text-transform: uppercase;
}
.review_content .rating i {
  font-size: 18px;
  letter-spacing: -4px;
  color: #69bc45;
}
.review_content .reviews .review {
  border: 0;
}
@media only screen and (max-width: 991px) {
  .review_content {
    padding: 90px 0;
    background-position: 58% 100%;
  }
  .review_content p {
    font-size: 1em;
    line-height: 25px;
  }
  .review_content .auteur {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .review_content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PROJECTEN
============================================= */  .review_content {
    padding: 45px 0;
  }
  .review_content p {
    text-align: center;
  }
  .review_content .auteur {
    text-align: center;
  }
  .review_content .rating {
    text-align: center;
  }
  .review_content .slick-dots {
    margin-top: 15px;
  }
}
.uitgelichte_projecten {
  position: relative;
  padding: 117px 0 120px 0;
  background: url("../img/projecten.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
}
.uitgelichte_projecten:before {
  position: absolute;
  content: "";
  z-index: 0;
  background-image: url("../img/vorm2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  top: -83px;
}
.uitgelichte_projecten h2 {
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.375em;
  color: #404041;
  text-transform: uppercase;
}
.uitgelichte_projecten h3 {
  position: relative;
  margin-bottom: -2px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .uitgelichte_projecten:before {
    top: -53px;
  }
  .uitgelichte_projecten h2 {
    font-size: 3.75em;
  }
  .uitgelichte_projecten .project .kenmerken {
    padding: 65px 35px 65px 20px;
  }
  .uitgelichte_projecten .project .kenmerken ul li:last-of-type {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .uitgelichte_projecten {
    padding: 90px 0;
  }
  .uitgelichte_projecten:before {
    top: -43px;
  }
  .uitgelichte_projecten h2 {
    font-size: 3.125em;
  }
  .uitgelichte_projecten h3 {
    font-size: 1.25em;
    letter-spacing: 4px;
  }
  .uitgelichte_projecten .project {
    margin-top: 30px;
  }
  .uitgelichte_projecten .project .kenmerken {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .uitgelichte_projecten {
    padding: 60px 0;
  }
  .uitgelichte_projecten:before {
    top: -33px;
  }
  .uitgelichte_projecten h2 {
    font-size: 2.5em;
  }
  .uitgelichte_projecten .project {
    margin-top: 30px;
  }
  .uitgelichte_projecten .project .imgBox {
    height: 250px;
  }
  .uitgelichte_projecten .project .kenmerken {
    padding: 30px;
  }
  .uitgelichte_projecten .project .kenmerken h4 {
    font-size: 1.5em;
  }
  .uitgelichte_projecten .project .kenmerken h5 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
OVER ONS
============================================= */  .uitgelichte_projecten {
    padding: 45px 0;
  }
  .uitgelichte_projecten:before {
    display: none;
  }
  .uitgelichte_projecten h2 {
    font-size: 2.375em;
    text-align: center;
  }
  .uitgelichte_projecten h3 {
    font-size: 1em;
    letter-spacing: 4px;
    text-align: center;
  }
  .uitgelichte_projecten .project .kenmerken {
    padding: 30px;
  }
  .uitgelichte_projecten .project .kenmerken ul li {
    margin-left: 23px;
  }
  .uitgelichte_projecten .project .kenmerken ul li p:before {
    left: -24px;
  }
}
.over_ons {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a2024+0,12181c+100 */
  padding: 117px 0 120px 0;
  /* Old browsers */
  background: #1a2024;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #1a2024 0%, #12181c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #1a2024 0%, #12181c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #1a2024 0%, #12181c 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2024', endColorstr='#12181c',GradientType=0);
}
.over_ons h1 {
  position: relative;
  margin-bottom: 51px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.375em;
  color: #69bc45;
  text-transform: uppercase;
}
.over_ons h1:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid transparent;
  border-left: 300px solid #fff;
  border-right: 1px solid transparent;
  width: 10px;
  bottom: -18px;
  left: 0;
}
.over_ons h2 {
  position: relative;
  margin-bottom: -2px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.over_ons p {
  position: relative;
  margin-bottom: 51px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.25em;
  line-height: 30px;
  color: #8b8b8b;
}
@media only screen and (max-width: 1199px) {
  .over_ons h1 {
    font-size: 3.75em;
  }
  .over_ons h2 {
    font-size: 1.25em;
    letter-spacing: 4px;
  }
  .over_ons p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .over_ons {
    padding: 90px 0;
    background-position: 42% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .over_ons {
    padding: 60px 0;
  }
  .over_ons h1 {
    font-size: 2.5em;
  }
  .over_ons h1:after {
    border-left: 280px solid #fff;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
FOOTER
============================================= */  .over_ons {
    padding: 45px 0;
    background-position: 33% 100%;
  }
  .over_ons h1 {
    font-size: 2.375em;
    text-align: center;
  }
  .over_ons h1:after {
    border-bottom: 1px solid #fff;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .over_ons h2 {
    font-size: 1em;
    letter-spacing: 4px;
    text-align: center;
  }
  .over_ons p {
    text-align: center;
  }
}
.section.footer {
  padding-top: 114px;
  background-color: #fff;
}
.section.footer h2 {
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.375em;
  color: #404041;
  text-transform: uppercase;
}
.section.footer .imgBox {
  position: relative;
  margin-top: 5px;
}
.section.footer .imgBox img {
  width: auto;
  height: 97px;
}
.section.footer .hoofdmenu h2 {
  position: relative;
  margin-bottom: 18px;
}
.section.footer .hoofdmenu ul li {
  position: relative;
  margin-bottom: 11px;
}
.section.footer .hoofdmenu ul li:last-of-type {
  margin: 0;
}
.section.footer .hoofdmenu ul li a {
  position: relative;
  margin-left: 2px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #8b8b8b;
}
.section.footer .hoofdmenu ul li a:hover {
  color: #69bc45;
}
.section.footer .hoofdmenu ul li a:before {
  position: relative;
  content: "\f054";
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #69bc45;
  left: -14px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.section.footer .hoofdmenu ul li.current-menu-item a.nav-link, .section.footer .hoofdmenu ul li.current-menu-item a, .section.footer .hoofdmenu ul li .nav-link:hover {
  color: #69bc45;
}
.section.footer .contact h2 {
  position: relative;
  margin-bottom: 18px;
}
.section.footer .contact a {
  position: relative;
  display: block;
  margin-left: -7px;
  margin-bottom: 12px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #8b8b8b;
}
.section.footer .contact a:hover {
  color: #69bc45;
}
.section.footer .contact i {
  position: relative;
  margin-left: 7px;
  margin-right: 18px;
  font-size: 14px;
  color: #69bc45;
}
.section.footer .address i {
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.section.footer .address .content {
  display: inline-block;
  vertical-align: middle;
}
.section.footer .address .content span {
  position: relative;
  display: block;
  margin: -1px 0 0 0;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #8b8b8b;
}
@media only screen and (max-width: 991px) {
  .section.footer {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section.footer {
    padding-top: 60px;
  }
  .section.footer .imgBox img {
    width: 250px;
    height: auto;
  }
  .section.footer .social {
    margin: 45px 0 25px 0;
  }
  .section.footer .social li {
    margin-top: 0;
  }
  .section.footer .hoofdmenu {
    margin-top: 15px;
  }
  .section.footer .contact {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PIJLER FOOTER
============================================= */  .section.footer {
    padding-top: 45px;
  }
  .section.footer .contact address {
    margin: 0;
  }
}
.pijlers_footer {
  padding: 81px 0 120px 0;
}
.pijlers_footer .footerPijler {
  position: relative;
  top: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.pijlers_footer .footerPijler:hover {
  top: -10px;
}
.pijlers_footer .footerPijler a {
  display: block;
}
.pijlers_footer .footerPijler a .pijlerContent {
  position: relative;
  display: block;
  height: 90px;
  background-color: #fff;
}
.pijlers_footer .footerPijler a .pijlerContent h2 {
  padding: 28px 0 25px 0;
  margin: 0;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2em;
  color: #404041;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .pijlers_footer .footerPijler a .pijlerContent {
    height: 70px;
  }
  .pijlers_footer .footerPijler a .pijlerContent h2 {
    padding: 21px 0;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 991px) {
  .pijlers_footer {
    padding: 90px 0 70px 0;
  }
  .pijlers_footer .footerPijler {
    margin-bottom: 20px;
  }
  .pijlers_footer .footerPijler:hover {
    top: 0;
  }
  .pijlers_footer .footerPijler .imgBox {
    overflow: hidden;
    height: 150px;
  }
  .pijlers_footer .footerPijler a .pijlerContent h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .pijlers_footer {
    padding: 60px 0 40px 0;
  }
  .pijlers_footer .footerPijler .imgBox {
    height: 120px;
  }
  .pijlers_footer .footerPijler a .pijlerContent h2 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
VERVOLG PAGINA
============================================= */  .pijlers_footer {
    padding: 45px 0 25px 0;
  }
  .pijlers_footer .footerPijler a .imgBox {
    display: none;
  }
  .pijlers_footer .footerPijler a .pijlerContent h2 {
    font-size: 1.875em;
  }
}
.page_content .titel, .page_pijler .titel, .projecten_page .titel, .archive_projecten .titel, .contact_page .titel, .page_review .titel, .not_found .titel {
  position: relative;
  margin-bottom: -2px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.page_content .onderwerp, .page_pijler .onderwerp, .projecten_page .onderwerp, .archive_projecten .onderwerp, .contact_page .onderwerp, .page_review .onderwerp, .not_found .onderwerp {
  position: relative;
  margin-bottom: 51px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.375em;
  color: #404041;
  text-transform: uppercase;
}
.page_content .onderwerp:after, .page_pijler .onderwerp:after, .projecten_page .onderwerp:after, .archive_projecten .onderwerp:after, .contact_page .onderwerp:after, .page_review .onderwerp:after, .not_found .onderwerp:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid transparent;
  border-left: 200px solid #69bc45;
  border-right: 200px solid transparent;
  bottom: -18px;
  left: 0;
}
.page_content .korte_omschrijving, .page_pijler .korte_omschrijving, .projecten_page .korte_omschrijving, .archive_projecten .korte_omschrijving, .contact_page .korte_omschrijving, .page_review .korte_omschrijving, .not_found .korte_omschrijving {
  position: relative;
  margin-bottom: 54px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  line-height: 34px;
  font-weight: 700;
}
.page_content .imgBox, .page_pijler .imgBox, .projecten_page .imgBox, .archive_projecten .imgBox, .contact_page .imgBox, .page_review .imgBox, .not_found .imgBox {
  position: relative;
  margin: 3px 0 45px 0;
}
.page_content .imgBox img, .page_pijler .imgBox img, .projecten_page .imgBox img, .archive_projecten .imgBox img, .contact_page .imgBox img, .page_review .imgBox img, .not_found .imgBox img {
  width: 100%;
  height: auto;
}
.page_content h2, .page_pijler h2, .projecten_page h2, .archive_projecten h2, .contact_page h2, .page_review h2, .not_found h2 {
  position: relative;
  margin-bottom: 0px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.25em;
  color: #404041;
  text-transform: uppercase;
}
.page_content h3, .page_pijler h3, .projecten_page h3, .archive_projecten h3, .contact_page h3, .page_review h3, .not_found h3 {
  position: relative;
  margin-bottom: 0px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.875em;
  color: #404041;
  text-transform: uppercase;
  font-weight: normal;
}
.page_content p, .page_pijler p, .projecten_page p, .archive_projecten p, .contact_page p, .page_review p, .not_found p {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.25em;
  color: #8b8b8b;
  line-height: 30px;
}
.page_content ul li, .page_pijler ul li, .projecten_page ul li, .archive_projecten ul li, .contact_page ul li, .page_review ul li, .not_found ul li {
  color: #8b8b8b;
}
@media only screen and (max-width: 1199px) {
  .page_content .onderwerp, .page_pijler .onderwerp, .projecten_page .onderwerp, .contact_page .onderwerp {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 991px) {
  .page_content .titel, .page_pijler .titel, .projecten_page .titel, .contact_page .titel {
    font-size: 1.25em;
    letter-spacing: 4px;
  }
  .page_content .onderwerp, .page_pijler .onderwerp, .projecten_page .onderwerp, .contact_page .onderwerp {
    margin-bottom: 40px;
    font-size: 3.125em;
  }
  .page_content .korte_omschrijving, .page_pijler .korte_omschrijving, .projecten_page .korte_omschrijving, .contact_page .korte_omschrijving {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page_content .onderwerp, .page_pijler .onderwerp, .projecten_page .onderwerp, .contact_page .onderwerp {
    margin-bottom: 40px;
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
CTA
============================================= */  .page_content .titel, .page_pijler .titel, .projecten_page .titel, .contact_page .titel {
    text-align: center;
  }
  .page_content .onderwerp, .page_pijler .onderwerp, .projecten_page .onderwerp, .contact_page .onderwerp {
    text-align: center;
  }
  .page_content .onderwerp:after, .page_pijler .onderwerp:after, .projecten_page .onderwerp:after, .contact_page .onderwerp:after {
    border-bottom: 1px solid #69bc45;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page_content .korte_omschrijving, .page_pijler .korte_omschrijving, .projecten_page .korte_omschrijving, .contact_page .korte_omschrijving {
    margin-bottom: 20px;
    font-size: 1.25em;
    line-height: 30px;
  }
  .page_content p, .page_pijler p, .projecten_page p, .contact_page p {
    font-size: 1em;
    line-height: 26px;
  }
  .page_content h2, .page_pijler h2, .projecten_page h2, .contact_page h2 {
    font-size: 1.875em;
  }
  .page_content .imgBox, .page_pijler .imgBox, .projecten_page .imgBox, .contact_page .imgBox {
    margin-bottom: 30px;
  }
}
.cta {
  padding: 106px 0;
  background: url("../img/cta.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta .h1 {
  position: relative;
  margin-bottom: 36px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 4.375em;
  color: #fff;
  text-transform: uppercase;
  line-height: 83px;
}
.cta .h1:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid transparent;
  border-left: 300px solid #69bc45;
  border-right: 300px solid transparent;
  bottom: -13px;
  left: 0;
}
.cta p {
  display: block;
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.25em;
  color: #f3f3f3;
}
.cta p:last-of-type {
  margin-bottom: 35px;
}
.cta .telefoon {
  display: block;
}
.cta .email {
  display: block;
}
.cta .content {
  position: relative;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 10px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.5em;
  color: #fff;
}
.cta i {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  color: #fff;
  background-color: #69bc45;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.cta .bereikbaarheid {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 30px;
  margin-left: 52px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #8b8b8b;
}
@media only screen and (max-width: 1199px) {
  .cta .h1 {
    margin-bottom: 30px;
    font-size: 3.75em;
  }
  .cta p:last-of-type {
    margin-bottom: 10px;
  }
  .cta .bereikbaarheid {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .cta {
    padding: 90px 0;
  }
  .cta .h1 {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 60px 0;
  }
  .cta .h1 {
    margin-bottom: 45px;
    font-size: 2.5em;
  }
  .telefoon .content {
    font-size: 2em;
  }
  .email .content {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
ONS ONS
============================================= */  .cta {
    padding: 45px 0;
  }
  .cta .h1 {
    margin: 0;
    text-align: center;
  }
  .cta .h1:after {
    bottom: 9px;
    border-bottom: 1px solid #69bc45;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cta p {
    font-size: 1em;
    text-align: center;
  }
  .cta .bereikbaarheid {
    margin-left: 0;
  }
}
.page_content {
  position: relative;
  padding: 165px 0 84px 0;
}
.page_content:after {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url("../img/vorm1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  bottom: -80px;
}
@media only screen and (max-width: 1199px) {
  .page_content:after {
    bottom: -120px;
  }
}
@media only screen and (max-width: 991px) {
  .page_content {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_content {
    padding: 60px 0;
  }
  .page_content:after {
    bottom: -130px;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
MEDEWERKERS
============================================= */  .page_content {
    padding: 45px 0;
  }
  .page_content:after {
    display: none;
  }
}
.medewerkers {
  position: relative;
  padding: 62px 0 0 0;
}
.medewerkers:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url("../img/medewerkers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  bottom: -84px;
}
.medewerkers .imgBox {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.medewerkers .imgBox img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
}
.medewerkers .medewerker {
  position: relative;
  padding: 25px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.medewerkers .medewerker .functie {
  position: relative;
  margin-bottom: -2px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  text-transform: uppercase;
}
.medewerkers .medewerker .naam {
  position: relative;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.25em;
  color: #69bc45;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.medewerkers .medewerker .omschrijving {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .medewerkers:after {
    background-position: 0% 100%;
  }
  .medewerkers .medewerker {
    padding: 23px 30px;
  }
  .medewerkers .medewerker .naam {
    margin-bottom: 0;
    font-size: 1.875em;
  }
  .medewerkers .medewerker .omschrijving {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .medewerkers .medewerker {
    padding: 25px 30px;
  }
  .medewerkers .medewerker .naam {
    margin-bottom: 0;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 767px) {
  .medewerkers {
    padding-top: 60px;
  }
  .medewerkers .medewerker {
    height: 222px;
  }
  .medewerkers .medewerker .naam {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PIJLER TEMPLATE
============================================= */  .medewerkers {
    padding-top: 45px;
  }
  .medewerkers:after {
    display: none;
  }
  .medewerkers .medewerker {
    height: 198px;
  }
  .medewerkers .medewerker .naam {
    font-size: 1.5em;
  }
  .medewerkers .medewerker .functie {
    font-size: 1.25em;
  }
}
.page_pijler {
  padding: 165px 0 118px 0;
  background: url("../img/pijler.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.page_pijler .korte_omschrijving {
  margin-bottom: 34px;
}
.page_pijler .uitgebreide_tekst_pijler {
  position: relative;
  margin-bottom: 37px;
}
.page_pijler .the_content {
  position: relative;
  /*&:after{
				position: absolute;
				content: "";
				z-index: -1;
				background: url("../img/pijler.jpg");
				background-size: cover;
				background-repeat: no-repeat;
				background-position: 100% 100%;
				width: 100%;
				height: 100%;
				bottom: -118px;
			}*/
  padding: 60px 0 0 0;
}
.page_pijler .the_content h2 {
  position: relative;
  margin-bottom: 0px;
}
.page_pijler .the_content h3 {
  position: relative;
  margin-bottom: 0px;
}
.page_pijler .the_content p {
  position: relative;
  margin-bottom: 54px;
}
.page_pijler .the_content p:last-of-type {
  margin-bottom: 0;
}
.page_pijler .titel_kenmerken {
  position: relative;
  padding-left: 98px;
  margin-top: -2px;
  margin-bottom: 17px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.25em;
  color: #404041;
  text-transform: uppercase;
}
.page_pijler .kenmerken ul {
  position: relative;
  padding-left: 147px;
  list-style-type: none;
}
.page_pijler .kenmerken ul li {
  position: relative;
  margin-bottom: 20px;
}
.page_pijler .kenmerken ul li:last-of-type {
  margin-bottom: 0;
}
.page_pijler .kenmerken ul li .kenmerk {
  position: relative;
  margin: 0;
}
.page_pijler .kenmerken ul li .kenmerk:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #fff;
  left: -50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #69bc45;
}
.page_pijler .galerij {
  padding: 120px 0 0 0;
}
.page_pijler .galerij a {
  position: relative;
  display: inline-block;
  top: 0;
  margin-bottom: 32px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.page_pijler .galerij a:hover {
  top: -10px;
}
.page_pijler .galerij a img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .page_pijler .kenmerken ul {
    padding-left: 111px;
  }
  .page_pijler .the_content:after {
    background-position: 0% 100%;
  }
  .page_pijler .titel_kenmerken {
    padding-left: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .page_pijler {
    padding: 90px 0;
  }
  .page_pijler .korte_omschrijving {
    margin-bottom: 15px;
  }
  .page_pijler .uitgebreide_tekst_pijler {
    margin-bottom: 15px;
  }
  .page_pijler .the_content p {
    margin-bottom: 25px;
  }
  .page_pijler .kenmerken ul {
    padding-left: 60px;
  }
  .page_pijler .kenmerken .kenmerk {
    font-size: 1em;
  }
  .page_pijler .titel_kenmerken {
    padding-left: 11px;
  }
  .page_pijler .galerij {
    padding: 90px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_pijler {
    padding: 60px 0;
  }
  .page_pijler .kenmerken ul {
    padding-left: 50px;
  }
  .page_pijler .titel_kenmerken {
    padding-left: 0;
    margin-top: 15px;
  }
  .page_pijler .the_content {
    padding-top: 30px;
  }
  .page_pijler .galerij {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PROJECTEN SINGLE
============================================= */  .page_pijler {
    padding: 45px 0;
  }
  .page_pijler .kenmerken ul {
    padding-left: 50px;
  }
  .page_pijler .the_content {
    padding-top: 15px;
  }
  .page_pijler .the_content:after {
    display: none;
  }
  .page_pijler .galerij {
    padding: 45px 0 0 0;
  }
}
.projecten_page {
  position: relative;
  padding: 165px 0 115px 0;
}
.projecten_page:after {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url("../img/vorm1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  bottom: -83px;
}
.projecten_page .titel {
  letter-spacing: 0;
}
.projecten_page .onderwerp {
  position: relative;
  margin-bottom: 12px;
}
.projecten_page .onderwerp:after {
  display: none;
}
.projecten_page .kenmerken ul {
  position: relative;
  margin-bottom: 27px;
  list-style-type: none;
}
.projecten_page .kenmerken .kenmerk {
  position: relative;
  margin: 0 0 6px -3px;
  font-size: 1em;
}
.projecten_page .kenmerken .kenmerk:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #69bc45;
  left: -37px;
}
.projecten_page h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 31px;
}
.projecten_page p {
  margin: 0;
}
.projecten_page .imgBox {
  margin: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.projecten_page .imgBox img {
  width: 100%;
  height: auto;
}
.projecten_page .galerij img {
  position: relative;
  margin-top: 31px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .projecten_page:after {
    bottom: -53px;
  }
}
@media only screen and (max-width: 991px) {
  .projecten_page {
    padding: 90px 0 65px 0;
  }
  .projecten_page:after {
    bottom: -43px;
  }
  .projecten_page .galerij {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .projecten_page {
    padding: 60px 0 35px 0;
  }
  .projecten_page:after {
    bottom: -33px;
  }
  .projecten_page .korte_omschrijving {
    margin-bottom: 15px;
  }
  .projecten_page .kenmerken ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
PROJECTEN ARCHIVE
============================================= */  .projecten_page {
    padding: 45px 0 20px 0;
  }
  .projecten_page:after {
    display: none;
  }
  .projecten_page .kenmerken ul {
    margin-bottom: 15px;
  }
  .projecten_page .galerij {
    margin-bottom: 25px;
  }
  .projecten_page .galerij img {
    margin-top: 15px;
  }
}
.archive_projecten {
  padding: 165px 0 115px 0;
}
.archive_projecten .onderwerp:after {
  display: none;
}
.archive_projecten .titel {
  letter-spacing: 0;
}
.archive_projecten .titel a {
  color: #8b8b8b;
}
.archive_projecten .imgBox {
  margin: 0;
}
.project {
  position: relative;
  margin-top: 63px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.project:last-of-type {
  margin: 0;
}
.project .imgBox {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.project .imgBox img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
}
.project .kenmerken {
  padding: 85px 60px 107px 60px;
  background-color: #fff;
}
.project .kenmerken h4 {
  position: relative;
  margin-bottom: 24px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 2.25em;
  color: #404041;
  text-transform: uppercase;
}
.project .kenmerken h5 {
  position: relative;
  margin-bottom: -3px;
  font-family: 'league_gothicregular', sans-serif;
  font-size: 1.5em;
  color: #8b8b8b;
  text-transform: uppercase;
}
.project .kenmerken ul {
  padding: 0;
}
.project .kenmerken ul li {
  list-style-type: none;
  margin-bottom: 11px;
  margin-left: 47px;
}
.project .kenmerken ul li:last-of-type {
  margin-bottom: 54px;
}
.project .kenmerken ul li p {
  position: relative;
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  color: #8b8b8b;
  list-style-type: none;
}
.project .kenmerken ul li p:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #69bc45;
  left: -48px;
}
@media only screen and (max-width: 1199px) {
  .onderwerp {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 991px) {
  .archive_projecten {
    padding: 90px 0;
  }
  .archive_projecten .onderwerp {
    margin-bottom: 40px;
    font-size: 3.125em;
  }
  .project {
    margin-top: 30px;
  }
  .project .kenmerken {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .archive_projecten {
    padding: 60px 0;
  }
  .archive_projecten .onderwerp {
    margin-bottom: 40px;
    font-size: 2.5em;
  }
  .project {
    margin-top: 30px;
  }
  .project .imgBox {
    height: 250px;
  }
  .project .kenmerken {
    padding: 30px;
  }
  .project .kenmerken h4 {
    font-size: 1.5em;
  }
  .project .kenmerken h5 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
REVIEW
============================================= */  .archive_projecten {
    padding: 45px 0;
  }
  .project .kenmerken {
    padding: 30px;
  }
  .project .kenmerken ul li {
    margin-left: 23px;
  }
  .project .kenmerken ul li p:before {
    left: -24px;
  }
}
.page_review {
  padding: 165px 0 84px 0;
}
.page_review .onderwerp {
  margin-bottom: 0;
}
.page_review .onderwerp:after {
  display: none;
}
.page_review .titel {
  letter-spacing: 0;
}
.page_review span {
  position: relative;
  font-family: 'league_gothicregular', sans-serif;
  color: #8b8b8b;
  font-size: 1em;
  text-transform: uppercase;
}
.reviews .review:last-of-type {
  border: none;
}
@media only screen and (max-width: 991px) {
  .page_review {
    padding: 90px 0;
  }
  .page_review .onderwerp {
    font-size: 3.75em;
  }
  .page_review .titel {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .page_review {
    padding: 60px 0;
  }
  .page_review .onderwerp {
    font-size: 3.125em;
  }
  .reviews .review {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
CONTACT
============================================= */  .page_review {
    padding: 45px 0;
  }
  .page_review .onderwerp {
    font-size: 2.5em;
  }
  .page_review p {
    font-size: 1em;
  }
  .page_review .reviews .review {
    padding: 40px 0;
  }
}
.contact_page {
  padding: 165px 0 84px 0;
}
.contact_page .onderwerp {
  margin: 0;
}
.contact_page .onderwerp:after {
  display: none;
}
.contact_page .contact a {
  position: relative;
  display: block;
  margin-bottom: 11px;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #8b8b8b;
}
.contact_page .contact a:hover {
  color: #69bc45;
}
.contact_page .contact i {
  position: relative;
  margin-left: 7px;
  margin-right: 18px;
  font-size: 20px;
  color: #69bc45;
}
@media only screen and (max-width: 991px) {
  .contact_page {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact_page {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  /* ============================================
404
============================================= */  .contact_page {
    padding: 45px 0;
  }
}
.no_results.not_found {
  padding: 165px 0 84px 0;
}
.no_results.not_found .onderwerp {
  margin: 0;
}
.no_results.not_found .onderwerp:after {
  display: none;
}
.no_results.not_found .imgBox {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .no_results.not_found {
    padding: 90px 0;
  }
  .no_results.not_found .onderwerp {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 767px) {
  .no_results.not_found {
    padding: 60px 0;
  }
  .no_results.not_found .onderwerp {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 576px) {
  .no_results.not_found {
    padding: 45px 0;
  }
  .no_results.not_found .onderwerp {
    font-size: 2.5em;
  }
}
