@import '../ext/fontawesome/css/all.min.css';
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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 * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  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;
  -webkit-transition: opacity 0.25s, visibility 0s;
  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;
  -webkit-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;
  -webkit-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: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  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 {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  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;
  -webkit-transition: stroke 0.1s;
  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 hsla(0, 0%, 100%, 0.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 hsla(0, 0%, 39%, 0.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 {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          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;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 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, 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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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);
  }
}
/*!
 * 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
 */
.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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#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;
}

::-moz-selection {
  background: rgba(0, 106, 164, 0.5);
  color: #fff;
}

::selection {
  background: rgba(0, 106, 164, 0.5);
  color: #fff;
}

a,
input[type=submit],
button,
.btns {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

p {
  line-height: 26px;
}

.section, .main {
  position: relative;
  padding: 90px 0;
}

.wow {
  visibility: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.buttonSet {
  margin-top: 53px;
}
.buttonSet a:first-of-type {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .buttonSet a:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .buttonSet a:last-of-type {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .buttonSet {
    margin-top: 30px;
  }
}

.opsomming {
  background-color: #1d1d1b;
  padding: 55px 60px 35px 60px;
}
.opsomming h3 {
  color: white;
  margin-bottom: 23px;
}
.opsomming ul {
  padding: 0;
  list-style-type: none;
}
.opsomming ul li {
  padding: 6px 0px;
  color: #b5b5b5;
}
.opsomming ul li:before {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  content: "\f00c";
  margin-right: 16px;
  font-size: 0.75rem;
  color: #006aa4;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .opsomming {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .opsomming {
    padding: 30px;
  }
  .opsomming ul {
    margin-bottom: 0;
  }
  .opsomming ul span {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
  }
}

body {
  position: relative;
}
body.home:before {
  height: 225px;
}
body.home .svgContainer {
  top: 225px;
}
body.page-template-page-rmi-occasion-detail:before, body.page-template-page-rmi-occasions-overview:before {
  display: none;
}
body.page-template-page-rmi-occasion-detail .svgContainer, body.page-template-page-rmi-occasions-overview .svgContainer {
  display: none;
}
body:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #006aa4;
}
body:after {
  position: absolute;
  z-index: 0;
  content: "";
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
body .svgContainer {
  pointer-events: none;
  position: absolute;
  top: -20px;
  left: 0px;
  height: 311px;
  width: 100%;
  z-index: 0;
}
body .svgContainer svg {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .svgContainer {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
:focus {
  outline: none !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #88898a;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #1d1d1b;
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.75rem;
  line-height: 3.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.12rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 2rem;
  }
}
.text-gray-1 {
  color: #f2f2f2;
}

.text-gray-2 {
  color: #b5b5b5;
}

.text-gray-3 {
  color: #88898a;
}

.text-gray-4 {
  color: #4f4f4f;
}

.text-gray-5 {
  color: #333333;
}

.text-primary {
  color: #006aa4 !important;
}

.text-secondary {
  color: #1d1d1b;
}

.text-tertiary {
  color: #1d1d1b;
}

.text-black {
  color: #000;
}

a {
  color: #006aa4;
}
a:hover {
  color: #0ba9ff;
  text-decoration: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  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;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  z-index: 100000;
  /* Above WP toolbar. */
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #006aa4;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
#back-to-top:hover {
  background-color: #0084cd;
}
#back-to-top.show {
  opacity: 1;
}

.btns {
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding: 0.6rem 1.1rem;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  font-size: 1rem;
  min-width: 180px;
}
@media only screen and (max-width: 767px) {
  .btns {
    min-width: 100%;
  }
}
.btns:before {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f178";
  margin-right: 10px;
  font-size: 0.75rem;
  left: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns:hover:before {
  left: 5px;
}
.btns:not(.ghost).white {
  background: #fff;
  color: #006aa4;
}
.btns:not(.ghost).white:hover {
  background: #f2f2f2;
  color: #000;
}
.btns:not(.ghost).black {
  background: #000;
  color: #fff;
}
.btns:not(.ghost).black:hover {
  background: #333333;
  color: #fff;
}
.btns:not(.ghost).primary {
  background: #006aa4;
  color: #fff;
}
.btns:not(.ghost).primary:before {
  color: #1d1d1b;
}
.btns:not(.ghost).primary:before {
  color: #1d1d1b;
}
.btns:not(.ghost).primary:hover {
  background: #1d1d1b;
  color: #fff;
}
.btns:not(.ghost).primary:hover:before {
  color: #006aa4;
}
.btns:not(.ghost).secondary {
  background: #1d1d1b;
  color: #fff;
}
.btns:not(.ghost).secondary:before {
  color: #006aa4;
}
.btns:not(.ghost).secondary:hover {
  background: #006aa4;
  color: #fff;
}
.btns:not(.ghost).secondary:hover:before {
  color: #1d1d1b;
}
.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: #006aa4;
  color: #006aa4;
}
.btns.ghost.primary:hover {
  background: #006aa4;
  color: #fff;
}
.btns.ghost.secondary {
  border-color: #1d1d1b;
  color: #1d1d1b;
}
.btns.ghost.secondary:hover {
  background: #1d1d1b;
  color: #fff;
}
.btns.fw {
  width: 100%;
}
.btns.large {
  min-width: 300px;
}
.btns.text {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: left;
}
.btns.text:after {
  display: none;
}

.googlemaps {
  width: 100%;
  height: 400px;
}
.googlemaps iframe {
  height: 100%;
  width: 100%;
}

ul.social {
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 0 0 4px 0;
}
ul.social li:last-child {
  margin-right: 0px;
}
ul.social li a {
  text-align: center;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #4f4f4f;
  color: #b5b5b5;
  font-size: 15px;
  line-height: 35px;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul.social li a:hover {
  background: #006aa4;
  color: white;
}

.whatsapp .whatsapp_info {
  position: fixed;
  bottom: 145px;
  left: 75px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(229, 229, 229, 0.9);
  z-index: 999;
  display: none;
}
.whatsapp .whatsapp_info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(229, 229, 229, 0.9) transparent transparent transparent;
  position: absolute;
  left: 20px;
  bottom: -20px;
}
.whatsapp .whatsapp_info h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}
.whatsapp .whatsapp_info p {
  margin-bottom: 0px;
}
.whatsapp .whatsapp_info #close_whatsapp {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 0px;
}
.whatsapp .whatsapp_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: fixed;
  left: 15px;
  bottom: 75px;
  z-index: 999;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  border: 5px solid #006aa4;
  background: #006aa4;
  color: #fff;
}
.whatsapp .whatsapp_btn:hover {
  border-color: #006aa4;
  background: white;
  color: #006aa4;
}

.banner_wrap {
  position: relative;
}
.banner_wrap.occasionDetail .banner {
  display: none;
}

.slider,
.slider .slick-slide {
  min-height: 560px;
}
@media only screen and (max-width: 767px) {
  .slider,
  .slider .slick-slide {
    min-height: 300px;
  }
}

.slider {
  position: relative;
  z-index: 0;
}
.slider .slick-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slick-slide:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(29, 29, 27, 0.25)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(29, 29, 27, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1d1d1b",GradientType=1);
}
.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;
  -webkit-transition: all 0.25s ease-in-out;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  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: em(30);
}
.slider .slick-dots li {
  display: inline-block;
  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: 411px;
  background-size: cover;
  background-position: center;
}
.banner:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(29, 29, 27, 0.25)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(29, 29, 27, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1d1d1b",GradientType=1);
}
@media only screen and (max-width: 767px) {
  .banner {
    height: 350px;
  }
}

.banner_content {
  position: absolute;
  width: 100%;
  z-index: 150;
  top: 50%; /* IE 9 */
  -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.banner_content h1 {
  color: white;
  margin-bottom: 10px;
  line-height: 60px;
}
.banner_content p {
  color: #fff;
  font-size: 1.875rem;
}
@media only screen and (max-width: 991px) {
  .banner_content h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .banner_content p {
    font-size: 1rem;
  }
}

.blog-item {
  padding: 60px 0px;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    max-width: 360px;
    margin: 0 auto;
  }
}

#copyright {
  background: #1d1d1b;
  font-size: 0.87rem;
  color: #88898a;
  padding: 15px 0;
}
#copyright a {
  color: #b5b5b5;
}
#copyright a:hover {
  color: #006aa4;
}
#copyright img {
  height: 14px;
}

#contact {
  background-color: #006aa4;
  padding-top: 237px;
  padding-bottom: 258px;
}
#contact h2 {
  color: white;
  margin-bottom: 2px;
}
#contact p {
  color: #f2f2f2;
  margin-bottom: 22px;
}
#contact a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
#contact a i {
  display: inline-block;
  font-weight: 400;
  margin-right: 4px;
  font-size: 0.875rem;
}
#contact a:hover {
  color: #1d1d1b;
}
#contact #formContainerCta {
  margin-top: -5px;
}
#contact #formContainerCta .gform_wrapper {
  margin: 0;
}
#contact #formContainerCta .gform_fields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact #formContainerCta .gform_fields li {
  width: 50%;
}
#contact #formContainerCta .gform_fields li.message {
  position: absolute;
  top: 0;
  right: -15px;
  margin: 0;
  max-height: 200px;
}
#contact #formContainerCta .gform_fields li.message textarea {
  height: 157px;
  min-height: 157px !important;
}
#contact #formContainerCta .gform_fields .gfield_label {
  display: none;
}
@media only screen and (max-width: 767px) {
  #contact #formContainerCta .gform_fields {
    display: block;
  }
  #contact #formContainerCta .gform_fields li {
    width: 100%;
    padding: 0;
  }
  #contact #formContainerCta .gform_fields li.message {
    position: relative;
    right: 0;
  }
}
#contact #formContainerCta .gform_footer {
  text-align: right;
  padding-top: 5px;
}
#contact .svgContainer {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 218px;
  width: 100%;
  z-index: 0;
}
#contact .svgContainer svg {
  height: 102%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contact .svgContainer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #contact {
    padding: 60px 0px;
  }
}

#footer {
  position: relative;
  background: #1d1d1b;
  color: #fff;
  padding-bottom: 100px;
}
#footer .svgContainerBottom {
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0px;
  height: 150px;
  width: 100%;
  z-index: 50;
}
#footer .svgContainerBottom svg {
  height: 102%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .svgContainerBottom {
    display: none;
  }
}
#footer .section-footer {
  padding-bottom: 105px;
}
#footer a.logo {
  display: block;
  margin-bottom: 42px;
}
#footer a.logo img {
  width: 165px;
}
#footer span.bold {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-bottom: 12px;
}
#footer ul.list_menu {
  margin-top: -10px;
  padding: 0;
  list-style-type: none;
}
#footer ul.list_menu li a {
  position: relative;
  display: block;
  padding: 1px 0px;
  color: white;
}
#footer ul.list_menu li a:before {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f178";
  margin-right: 10px;
  font-size: 0.75rem;
  color: #006aa4;
  left: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#footer ul.list_menu li a:hover:before {
  left: 5px;
}
#footer ul.list_menu li.current-menu-item a, #footer ul.list_menu li a:hover {
  color: #006aa4;
}
#footer .logoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .logoContainer img {
  max-width: 67px;
}
#footer .logoContainer img:last-of-type {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  #footer .logoContainer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 60px;
  }
  #footer .section-footer {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  #footer {
    padding-bottom: 30px;
  }
  #footer .section-footer {
    padding-bottom: 30px;
  }
  #footer a.logo {
    margin-bottom: 15px;
  }
  #footer ul.list_menu {
    margin-top: 15px;
  }
  #footer ul.list_menu li a:before {
    display: none;
  }
  #footer .logoContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#outdated {
  background: #dc3545;
  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: em(16) !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: #dc3545;
}

#header {
  position: relative;
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
}
#header .topbar {
  background: #1D1D1B;
  position: relative;
  z-index: 1;
}
#header .topbar ul.topbar-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .topbar ul.topbar-menu li {
  list-style: none;
  display: block;
}
#header .topbar ul.topbar-menu li:not(:last-child) {
  margin-right: 30px;
}
#header .topbar ul.topbar-menu li a {
  color: #fff;
}
#header .topbar ul.topbar-menu li a:hover {
  color: #006aa4;
}
#header .header-bar {
  position: absolute;
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
#header .header-bar a.logo {
  display: inline-block;
}
#header .header-bar a.logo img {
  height: 85px;
  width: auto;
}
#header .header-bar span.sitetitel {
  color: #1d1d1b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
#header .header-bar .header-slogan {
  color: #495057;
}
#header .flTopBar {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all ease-in-out 3s;
  transition: all ease-in-out 3s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#header .flTopBar.down {
  top: -250px;
}
#header .flTopBar.up {
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#262626", endColorstr="#00262626",GradientType=0 ); /* IE6-9 */
}
#header .flTopBar.ontop {
  top: 0px;
}
#header .rating {
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 50;
  text-align: center;
  background-color: white;
  width: 97px;
  height: 139px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  /*span:first-of-type{
    font-size: 1.875rem;
    font-family: $font-heading;
    font-weight: 700;
    color:white;
    display: block;
    line-height: 30px;
  }
  span:last-of-type{
    color:white;
    display: block;
  }*/
}
#header .rating:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
#header .rating > div {
  margin-top: 10px;
  padding-top: 20px;
  background: url("../img/klantenvertellen.png") no-repeat top center;
  background-size: 55px auto;
}
#header .rating span {
  display: block;
  background: url("../img/kv_shape.svg") no-repeat center center;
  background-size: 80px auto;
  margin-top: 5px;
  padding: 35px 0px 35px 0px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #000000;
}
#header .rating span:hover {
  color: #006aa4;
}
@media only screen and (max-width: 1199px) {
  #header .header-bar img {
    height: 75px;
    width: auto;
  }
  #header .rating {
    top: 185px;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-bar a.logo img {
    height: 82px;
    width: auto;
  }
  #header .rating {
    top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #header .rating {
    top: 148px;
  }
  #header .header-bar a.btns.primary {
    min-width: 225px;
    max-width: 225px;
    display: block;
    margin-right: 0px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 576px) {
  #header .header-bar a.logo img {
    max-height: 55px;
    max-width: 110px;
  }
  #header .header-bar a.btns.primary {
    display: none;
  }
  #header .rating {
    top: 85px;
    height: 70px;
  }
  #header .rating span {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background: url(../img/kv_shape.svg) no-repeat 22px center;
    background-size: 18px auto;
  }
}

.navbar {
  position: relative;
  background: transparent;
  padding: 0;
  border-top: 1px solid #E5E8EA;
}
.navbar .navbar-nav .nav-link {
  padding: 15px 0px;
}
@media only screen and (max-width: 1199px) {
  .navbar {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
  .navbar .navbar-nav {
    padding-bottom: 10px;
    height: calc(100vh - 180px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .navbar .navbar-nav {
    height: calc(100vh - 225px);
  }
}

.navbar-brand,
.navbar-brand:hover {
  color: #000;
}

.navbar-toggler {
  border: 0px;
  position: relative;
}
.navbar-toggler:before {
  content: "Menu";
  font-size: 14px;
  position: absolute;
  left: -45px;
  color: #333333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.navbar-toggler span {
  display: block;
  background-color: #333333;
  height: 2px;
  width: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-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;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-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);
  transform: rotate(-135deg);
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin-top: 0;
    right: 0px;
    top: 0px;
    z-index: 50;
    margin-top: 15px;
  }
}
.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: #006aa4;
}
.navbar .navbar-nav li .nav-link {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-left: 25px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 30px;
  }
  .navbar .navbar-nav li .nav-link {
    margin-left: 0;
  }
}

.dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  vertical-align: baseline;
  width: auto;
  height: auto;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  color: #1d1d1b;
}

.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 0px;
  background: #000;
  -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 {
  padding: 10px 15px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #006aa4;
}
.dropdown:hover > .dropdown-menu {
  top: 100% !important;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    background: transparent;
  }
  .dropdown .dropdown-menu .dropdown-item {
    color: #1d1d1b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 5px 15px 5px 30px;
  }
}

.dd_1 .dropdown .dropdown-menu {
  top: calc(100% + 5px);
}

.dd_2 .dropdown .dropdown-menu {
  top: calc(100% - 5px);
}

section.uspBar {
  padding: 30px 0;
}
section.uspBar .uspContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.uspBar .uspContainer .uspItem i {
  position: relative;
  display: inline-block;
  color: #006aa4;
  margin-right: 15px;
}
section.uspBar .uspContainer .uspItem span {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #1d1d1b;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  section.uspBar .uspItem {
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  section.uspBar .uspItem {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

section.pijlers {
  padding-top: 60px;
  padding-bottom: 30px;
}
section.pijlers h2 {
  margin-top: 28px;
  margin-bottom: 10px;
}
section.pijlers a.pijler {
  height: calc(100% - 30px);
  position: relative;
  display: block;
  background-color: #006aa4;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.pijlers a.pijler i {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.875rem;
  color: #1d1d1b;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.pijlers a.pijler h3 {
  margin-bottom: 0;
  color: white;
  line-height: 1.5rem;
}
section.pijlers a.pijler span.btns {
  position: relative;
  display: inline-block;
  color: #f2f2f2;
}
section.pijlers a.pijler span.btns:before {
  color: #1d1d1b;
}
section.pijlers a.pijler:hover {
  background-color: #1d1d1b;
}
section.pijlers a.pijler:hover i {
  color: #006aa4;
}
section.pijlers a.pijler:hover span.btns:before {
  color: #006aa4;
}
@media only screen and (max-width: 767px) {
  section.pijlers {
    padding-top: 30px;
    padding-bottom: 0;
  }
  section.pijlers h2 {
    margin-top: 0;
  }
}

section.reviews {
  padding-top: 115px;
  padding-bottom: 60px;
  width: 100%;
  margin: 0 auto;
}
section.reviews h2 {
  margin-bottom: 10px;
}
section.reviews .reviewItem {
  padding-right: 30px;
}
section.reviews .reviewItem h4 {
  color: #1d1d1b;
  margin-bottom: 0;
}
section.reviews .reviewItem span {
  color: #88898a;
  display: inline-block;
  margin-bottom: 15px;
}
section.reviews .reviewItem i {
  color: #006aa4;
}
section.reviews .reviewItem p {
  color: #88898a;
}
@media only screen and (max-width: 991px) {
  section.reviews {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.reviews {
    padding: 30px 0;
  }
}

section.highlight {
  padding-top: 60px;
  padding-bottom: 118px;
}
section.highlight h2 {
  margin-top: -5px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  section.highlight {
    padding-bottom: 60px;
  }
  section.highlight h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.highlight {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.highlight h2 {
    margin-bottom: 10px;
  }
}

section.smallForm {
  padding-top: 87px;
  padding-bottom: 68px;
  background-color: #006aa4;
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
}
section.smallForm h2 {
  color: white;
  margin-bottom: 3px;
}
section.smallForm p {
  color: #f2f2f2;
}
section.smallForm #formContainer {
  margin-top: 5px;
}
section.smallForm #formContainer .gform_wrapper, section.smallForm #formContainer .ginput_container {
  margin: 0;
}
section.smallForm #formContainer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.smallForm #formContainer form .gform_body {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-preferred-size: calc(75% - 30px);
      flex-basis: calc(75% - 30px);
}
section.smallForm #formContainer form .gform_footer {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 30px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0;
}
section.smallForm #formContainer form .gform_footer button.btns.secondary {
  min-width: 100%;
}
section.smallForm #formContainer .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.smallForm #formContainer .gform_fields li {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
}
section.smallForm #formContainer .gform_fields li.naam {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  margin-right: 30px;
}
section.smallForm #formContainer .gform_fields li.email {
  -ms-flex-preferred-size: calc(65% - 30px);
      flex-basis: calc(65% - 30px);
}
@media only screen and (max-width: 767px) {
  section.smallForm {
    padding: 60px 0px;
  }
  section.smallForm #formContainer form {
    display: block;
  }
  section.smallForm #formContainer form .gform_body {
    width: 100%;
  }
  section.smallForm #formContainer form .gform_footer {
    width: 100%;
    margin-left: 0;
  }
  section.smallForm #formContainer form .gform_fields {
    display: block;
  }
  section.smallForm #formContainer form .gform_fields li.naam {
    margin-right: 0;
  }
}

section.divOnderwerpen {
  padding-top: 0px;
  padding-bottom: 112px;
}
section.divOnderwerpen.big {
  padding-top: 120px;
}
section.divOnderwerpen a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0px 30px 23px 30px;
}
section.divOnderwerpen a:hover h2 {
  color: #006aa4;
}
section.divOnderwerpen a:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: calc(100% - 12px);
  width: 1px;
  top: 5px;
  left: 0px;
  background-color: #006aa4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.divOnderwerpen a h2 {
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.divOnderwerpen a p {
  color: #88898a;
}
section.divOnderwerpen a span.btns.text {
  position: absolute;
  bottom: 0;
  color: #1d1d1b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
section.divOnderwerpen a span.btns.text:before {
  color: #006aa4;
}
@media only screen and (max-width: 991px) {
  section.divOnderwerpen {
    padding: 60px 0px;
  }
  section.divOnderwerpen.big {
    padding: 60px 0px;
  }
  section.divOnderwerpen a {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
  }
  section.divOnderwerpen a span.btns.text {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  section.divOnderwerpen {
    padding: 30px 0px;
  }
  section.divOnderwerpen.big {
    padding: 30px 0px;
  }
}

section.smallCta {
  padding-top: 85px;
  background-size: cover;
  background-position: center;
}
section.smallCta .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
}
section.smallCta h2 {
  color: white;
  margin-bottom: 5px;
}
section.smallCta p {
  color: #f2f2f2;
  margin-bottom: 21px;
}
section.smallCta a.btns {
  min-width: 262px;
}
@media only screen and (max-width: 991px) {
  section.smallCta {
    padding: 60px 0px;
  }
}

section.aanbiedingen {
  padding-top: 122px;
  padding-bottom: 120px;
}
section.aanbiedingen h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 35px;
}
section.aanbiedingen h2:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: calc(50% + 82px);
  bottom: 2px;
  right: 0;
  background-color: #006aa4;
}
section.aanbiedingen a.aanbieding {
  display: block;
  position: relative;
}
section.aanbiedingen a.aanbieding .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 27, 0.75);
  opacity: 0;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.aanbiedingen a.aanbieding .overlay .content {
  position: relative;
  top: 50%; /* IE 9 */
  -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
section.aanbiedingen a.aanbieding .overlay .content i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
section.aanbiedingen a.aanbieding .overlay .content span {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: white;
}
section.aanbiedingen a.aanbieding:hover .overlay {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  section.aanbiedingen h2:before {
    width: calc(50% + 40px);
  }
}
@media only screen and (max-width: 991px) {
  section.aanbiedingen {
    padding: 90px 0px;
  }
  section.aanbiedingen h2:before {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  section.aanbiedingen {
    padding: 60px 0px;
  }
  section.aanbiedingen h2:before {
    width: calc(50% - 120px);
  }
  section.aanbiedingen a.aanbieding {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  section.aanbiedingen {
    padding: 60px 0px 30px 0;
  }
  section.aanbiedingen h2:before {
    width: 100%;
    bottom: -3px;
    z-index: -1;
  }
}

section.openingstijden {
  padding-top: 2px;
  padding-bottom: 120px;
}
section.openingstijden h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 4px;
}
section.openingstijden .address {
  margin-top: 13px;
  margin-left: 60px;
}
section.openingstijden .address h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
section.openingstijden .address span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #006aa4;
}
section.openingstijden .address span i {
  color: #006aa4;
  font-size: 1rem;
}
section.openingstijden .tables {
  margin-top: 65px;
}
section.openingstijden .tables .openingstijdenContainer {
  background-color: #1d1d1b;
  padding: 55px 60px 52px 60px;
  height: 100%;
}
section.openingstijden .tables .openingstijdenContainer h3 {
  color: white;
  margin-bottom: 28px;
}
section.openingstijden .tables .openingstijdenContainer h3:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: calc(50% + 12px);
  bottom: 2px;
  right: 0;
  background-color: #006aa4;
}
section.openingstijden .tables .openingstijdenContainer tr td {
  color: white;
}
section.openingstijden .tables .openingstijdenContainer tr td:first-of-type {
  font-weight: 700;
  width: 155px;
}
section.openingstijden .tables .openingstijdenContainer tr td span {
  display: block;
}
section.openingstijden .tables .openingstijdenContainer tr.current td {
  color: #006aa4;
}
@media only screen and (max-width: 1199px) {
  section.openingstijden .address {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.openingstijden {
    padding-bottom: 60px;
  }
  section.openingstijden .tables {
    margin-top: 30px;
  }
  section.openingstijden .tables .openingstijdenContainer {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  section.openingstijden {
    padding-bottom: 30px;
  }
  section.openingstijden h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  section.openingstijden .tables .openingstijdenContainer {
    padding: 30px;
  }
  section.openingstijden .tables .openingstijdenContainer h3:before {
    width: 100%;
  }
  section.openingstijden .tables .openingstijdenContainer tr td:first-of-type {
    width: 120px;
  }
}

main.standaard, main.diensten {
  padding-top: 116px;
  padding-bottom: 120px;
}
main.standaard h1, main.diensten h1 {
  margin-bottom: 52px;
}
main.standaard p.intro, main.diensten p.intro {
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 26px;
}
main.standaard .imgContent, main.diensten .imgContent {
  margin-top: 65px;
}
main.standaard .imgContent a.imgContainer, main.diensten .imgContent a.imgContainer {
  display: block;
}
main.standaard .imgContent h2, main.diensten .imgContent h2 {
  font-size: 2.5rem;
  margin-bottom: 35px;
  line-height: 2.5rem;
}
main.standaard .contentEditor h2, main.diensten .contentEditor h2 {
  margin-top: 35px;
  font-size: 2.5rem;
  margin-bottom: 35px;
  line-height: 2.5rem;
}
main.standaard .mt60, main.diensten .mt60 {
  margin-top: 60px;
}
main.standaard .gfield_visibility_hidden, main.diensten .gfield_visibility_hidden {
  height: 0;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
main.standaard .gform_wrapper ul li.gfield textarea,
main.diensten .gform_wrapper ul li.gfield textarea,
main.standaard .gform_wrapper ul li.gfield select,
main.diensten .gform_wrapper ul li.gfield select {
  border: 1px solid #88898a;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, main.standaard .gform_wrapper ul li.gfield textarea::-webkit-input-placeholder, main.diensten .gform_wrapper ul li.gfield textarea::-webkit-input-placeholder, main.standaard .gform_wrapper ul li.gfield select::-webkit-input-placeholder, main.diensten .gform_wrapper ul li.gfield select::-webkit-input-placeholder {
  color: #b5b5b5;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, main.standaard .gform_wrapper ul li.gfield textarea::-moz-placeholder, main.diensten .gform_wrapper ul li.gfield textarea::-moz-placeholder, main.standaard .gform_wrapper ul li.gfield select::-moz-placeholder, main.diensten .gform_wrapper ul li.gfield select::-moz-placeholder {
  color: #b5b5b5;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, main.standaard .gform_wrapper ul li.gfield textarea:-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield textarea:-ms-input-placeholder, main.standaard .gform_wrapper ul li.gfield select:-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield select:-ms-input-placeholder {
  color: #b5b5b5;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, main.standaard .gform_wrapper ul li.gfield textarea::-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield textarea::-ms-input-placeholder, main.standaard .gform_wrapper ul li.gfield select::-ms-input-placeholder, main.diensten .gform_wrapper ul li.gfield select::-ms-input-placeholder {
  color: #b5b5b5;
}
main.standaard .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, main.diensten .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
main.standaard .gform_wrapper ul li.gfield textarea::placeholder,
main.diensten .gform_wrapper ul li.gfield textarea::placeholder,
main.standaard .gform_wrapper ul li.gfield select::placeholder,
main.diensten .gform_wrapper ul li.gfield select::placeholder {
  color: #b5b5b5;
}
main.standaard .gform_wrapper ul li.gfield textarea, main.diensten .gform_wrapper ul li.gfield textarea {
  height: 150px;
  min-height: 150px !important;
}
@media only screen and (max-width: 991px) {
  main.standaard, main.diensten {
    padding: 60px 0px;
  }
  main.standaard h1, main.diensten h1 {
    margin-bottom: 30px;
  }
  main.standaard .imgContent, main.diensten .imgContent {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  main.standaard .imgContent a.imgContainer, main.diensten .imgContent a.imgContainer {
    margin-bottom: 30px;
  }
  main.standaard .imgContent h2, main.diensten .imgContent h2 {
    margin-top: 15px;
    font-size: 1.875rem;
    margin-bottom: 15px;
    line-height: 1.875rem;
  }
  main.standaard .contentEditor h2, main.diensten .contentEditor h2 {
    font-size: 1.875rem;
    margin-bottom: 15px;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  main.standaard h1, main.diensten h1 {
    margin-bottom: 15px;
  }
  main.standaard .imgContent, main.diensten .imgContent {
    margin-top: 30px;
  }
}

main.diensten .usps {
  padding-top: 118px;
  padding-bottom: 60px;
}
main.diensten .usps div.usp {
  position: relative;
  display: block;
  height: 100%;
  padding: 0px 30px 0px 30px;
}
main.diensten .usps div.usp:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 100%;
  width: 1px;
  top: 0px;
  left: 0px;
  background-color: #006aa4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
main.diensten .usps div.usp i {
  font-size: 2.125rem;
  color: #006aa4;
  margin-bottom: 15px;
}
main.diensten .usps div.usp p {
  margin-bottom: 0;
}
main.diensten .contentEditor h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
}
main.diensten .contentEditor p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  main.diensten .usps {
    padding: 60px 0px;
  }
  main.diensten .usps div.usp {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  main.diensten .usps {
    padding: 60px 0px 30px 0px;
  }
  main.diensten .usps div.usp {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  main.diensten .contentEditor h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

#wpsl-wrap #wpsl-gmap {
  width: 100%;
}
#wpsl-wrap #wpsl-gmap .wpsl-info-window a.btns {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #wpsl-wrap #wpsl-gmap .wpsl-info-window a.btns {
    min-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  body #wpsl-wrap #wpsl-direction-details, #wpsl-gmap {
    height: 400px !important;
  }
}

@media only screen and (max-width: 991px) {
  main.standaard.main #wpsl-wrap #wpsl-gmap, main.main.diensten #wpsl-wrap #wpsl-gmap {
    height: 400px !important;
  }
}

main.dealer.single .infoBlock {
  margin-top: 30px;
  padding: 30px;
  background-color: #1d1d1b;
  color: white;
}
main.dealer.single .infoBlock h3 {
  color: #fff;
}
main.dealer.single .infoBlock .dealerInformatie i {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  width: 25px;
}
main.dealer.single .infoBlock .dealerInformatie a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
main.dealer.single .infoBlock .dealerInformatie a:hover {
  color: #006aa4;
}
main.dealer.single .infoBlock .dealerInformatie address i, main.dealer.single .infoBlock .dealerInformatie address div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
main.dealer.single .infoBlock .dealerInformatie address span {
  display: inline-block;
  font-weight: 700;
}
main.dealer.single .infoBlock .dealerInformatie address span:first-of-type, main.dealer.single .infoBlock .dealerInformatie address span:last-of-type {
  display: block;
}
main.dealer.single .infoBlock .overigePaginas a:not(:first-of-type) {
  margin-top: 15px;
}
main.dealer.single .infoBlock .openingstijdenContainer h3 {
  color: white;
  margin-bottom: 28px;
}
main.dealer.single .infoBlock .openingstijdenContainer h3:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: calc(50% + 12px);
  bottom: 2px;
  right: 0;
  background-color: #006aa4;
}
main.dealer.single .infoBlock .openingstijdenContainer tr td {
  color: white;
}
main.dealer.single .infoBlock .openingstijdenContainer tr td:first-of-type {
  font-weight: 700;
  width: 155px;
}
main.dealer.single .infoBlock .openingstijdenContainer tr td span {
  display: block;
}
main.dealer.single .infoBlock .openingstijdenContainer tr.current td {
  color: #006aa4;
}

section.occasion.uitgelicht,
main.occasion.uitgelicht {
  padding-top: 118px;
  padding-bottom: 120px;
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
}
section.occasion.uitgelicht:before,
main.occasion.uitgelicht:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 61%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
}
section.occasion.uitgelicht h2,
main.occasion.uitgelicht h2 {
  margin-bottom: 0px;
}
section.occasion.uitgelicht p,
main.occasion.uitgelicht p {
  margin-bottom: 0;
}
section.occasion.uitgelicht .occasion.item,
main.occasion.uitgelicht .occasion.item {
  margin-top: 85px;
}
@media only screen and (max-width: 991px) {
  section.occasion.uitgelicht,
  main.occasion.uitgelicht {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion.uitgelicht h2 + p,
  main.occasion.uitgelicht h2 + p {
    margin-bottom: 15px;
  }
  section.occasion.uitgelicht .occasion.item,
  main.occasion.uitgelicht .occasion.item {
    margin-top: 30px;
  }
}
section.occasion.overzicht,
main.occasion.overzicht {
  padding-top: 240px;
}
section.occasion.overzicht h1,
main.occasion.overzicht h1 {
  margin-bottom: 30px;
}
section.occasion.overzicht h1:before,
main.occasion.overzicht h1:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -15px;
  left: 0;
  background-color: #006aa4;
}
section.occasion.overzicht .mt60,
main.occasion.overzicht .mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  section.occasion.overzicht .mt60,
  main.occasion.overzicht .mt60 {
    margin-top: 30px;
  }
}
section.occasion.overzicht .paginationHolder,
main.occasion.overzicht .paginationHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
section.occasion.overzicht .paginationHolder .sortOptions select,
main.occasion.overzicht .paginationHolder .sortOptions select {
  margin-top: 5px;
  border-radius: 0px;
  padding: 11px 15px;
  height: auto;
  border: 1px solid #b5b5b5;
}
section.occasion.overzicht .paginationHolder .sortOptions select:hover,
main.occasion.overzicht .paginationHolder .sortOptions select:hover {
  cursor: pointer;
}
section.occasion.overzicht .paginationHolder div.resultaat,
main.occasion.overzicht .paginationHolder div.resultaat {
  margin-bottom: 20px;
  font-weight: 700;
}
section.occasion.overzicht .paginationHolder div.resultaat span:last-of-type,
main.occasion.overzicht .paginationHolder div.resultaat span:last-of-type {
  font-weight: 400;
}
section.occasion.overzicht .paginationHolder .pagination li a,
main.occasion.overzicht .paginationHolder .pagination li a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #88898a;
  height: 45px;
  width: 45px;
  margin-right: 5px;
  border: 1px solid #b5b5b5;
  text-align: center;
  line-height: 43px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.occasion.overzicht .paginationHolder .pagination li a:hover,
main.occasion.overzicht .paginationHolder .pagination li a:hover {
  background-color: #1d1d1b;
}
section.occasion.overzicht .paginationHolder .pagination li.active a,
main.occasion.overzicht .paginationHolder .pagination li.active a {
  background-color: #1d1d1b;
}
@media only screen and (max-width: 991px) {
  section.occasion.overzicht .paginationHolder,
  main.occasion.overzicht .paginationHolder {
    display: block;
  }
}
section.occasion.detail,
main.occasion.detail {
  padding-top: 240px;
}
section.occasion.detail div.galerij,
main.occasion.detail div.galerij {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}
section.occasion.detail div.galerij a.imgContainer,
main.occasion.detail div.galerij a.imgContainer {
  position: relative;
  display: block;
  -ms-flex-preferred-size: calc(16.66% - 30px);
      flex-basis: calc(16.66% - 30px);
  min-width: calc(16.66% - 30px);
  margin: 0px 15px 10px 15px;
}
section.occasion.detail div.galerij a.imgContainer:nth-of-type(n+7),
main.occasion.detail div.galerij a.imgContainer:nth-of-type(n+7) {
  display: none;
}
section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+5) .overlay.loop,
main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+5) .overlay.loop {
  opacity: 1;
}
section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+6) .overlay.more,
main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+6) .overlay.more {
  opacity: 1;
}
section.occasion.detail div.galerij a.imgContainer .overlay,
main.occasion.detail div.galerij a.imgContainer .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  background-color: rgba(29, 29, 27, 0.75);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.occasion.detail div.galerij a.imgContainer .overlay .content,
main.occasion.detail div.galerij a.imgContainer .overlay .content {
  position: relative;
  top: 50%; /* IE 9 */
  -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  padding: 0px 30px;
}
section.occasion.detail div.galerij a.imgContainer .overlay .content i,
main.occasion.detail div.galerij a.imgContainer .overlay .content i {
  display: block;
  color: #006aa4;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
section.occasion.detail div.galerij a.imgContainer .overlay .content span,
main.occasion.detail div.galerij a.imgContainer .overlay .content span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  section.occasion.detail div.galerij a.imgContainer,
  main.occasion.detail div.galerij a.imgContainer {
    -ms-flex-preferred-size: calc(20% - 30px);
        flex-basis: calc(20% - 30px);
    min-width: calc(20% - 30px);
  }
  section.occasion.detail div.galerij a.imgContainer:nth-of-type(n+6),
  main.occasion.detail div.galerij a.imgContainer:nth-of-type(n+6) {
    display: none;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+4) .overlay.loop,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+4) .overlay.loop {
    opacity: 1;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+5) .overlay.more,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+5) .overlay.more {
    opacity: 1;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+5) .overlay.loop,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+5) .overlay.loop {
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.occasion.detail div.galerij a.imgContainer,
  main.occasion.detail div.galerij a.imgContainer {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    min-width: calc(25% - 30px);
  }
  section.occasion.detail div.galerij a.imgContainer:nth-of-type(n+5),
  main.occasion.detail div.galerij a.imgContainer:nth-of-type(n+5) {
    display: none;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+3) .overlay.loop,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(-n+3) .overlay.loop {
    opacity: 1;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+4) .overlay.more,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+4) .overlay.more {
    opacity: 1;
  }
  section.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+4) .overlay.loop,
  main.occasion.detail div.galerij a.imgContainer:hover:nth-of-type(n+4) .overlay.loop {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion.detail div.galerij a.imgContainer,
  main.occasion.detail div.galerij a.imgContainer {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  section.occasion.detail div.galerij a.imgContainer .overlay.more .content,
  main.occasion.detail div.galerij a.imgContainer .overlay.more .content {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 350px) {
  section.occasion.detail div.galerij a.imgContainer,
  main.occasion.detail div.galerij a.imgContainer {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-bottom: 15px;
  }
}
section.occasion.detail div.handigeLinkjes,
main.occasion.detail div.handigeLinkjes {
  margin-top: 120px;
}
section.occasion.detail div.handigeLinkjes h4,
main.occasion.detail div.handigeLinkjes h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
section.occasion.detail div.handigeLinkjes .linkjesContainer,
main.occasion.detail div.handigeLinkjes .linkjesContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
}
section.occasion.detail div.handigeLinkjes .linkjesContainer a,
main.occasion.detail div.handigeLinkjes .linkjesContainer a {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 0px 15px 10px 15px;
  border: 1px solid #b5b5b5;
  padding: 10px 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1d1d1b;
}
section.occasion.detail div.handigeLinkjes .linkjesContainer a i,
main.occasion.detail div.handigeLinkjes .linkjesContainer a i {
  margin-right: 10px;
  color: #006aa4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section.occasion.detail div.handigeLinkjes .linkjesContainer a:hover,
main.occasion.detail div.handigeLinkjes .linkjesContainer a:hover {
  border-color: #006aa4;
  background-color: #006aa4;
  color: white;
}
section.occasion.detail div.handigeLinkjes .linkjesContainer a:hover i,
main.occasion.detail div.handigeLinkjes .linkjesContainer a:hover i {
  color: #1d1d1b;
}
section.occasion.detail div.handigeLinkjes .popup,
main.occasion.detail div.handigeLinkjes .popup {
  display: none;
  max-width: 600px;
}
@media only screen and (max-width: 1199px) {
  section.occasion.detail div.handigeLinkjes .linkjesContainer a,
  main.occasion.detail div.handigeLinkjes .linkjesContainer a {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    min-width: calc(25% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  section.occasion.detail div.handigeLinkjes,
  main.occasion.detail div.handigeLinkjes {
    margin-top: 60px;
  }
  section.occasion.detail div.handigeLinkjes .linkjesContainer a,
  main.occasion.detail div.handigeLinkjes .linkjesContainer a {
    -ms-flex-preferred-size: calc(33.3% - 30px);
        flex-basis: calc(33.3% - 30px);
    min-width: calc(33.3% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  section.occasion.detail div.handigeLinkjes,
  main.occasion.detail div.handigeLinkjes {
    margin-top: 30px;
  }
  section.occasion.detail div.handigeLinkjes .linkjesContainer a,
  main.occasion.detail div.handigeLinkjes .linkjesContainer a {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 576px) {
  section.occasion.detail div.handigeLinkjes .linkjesContainer a,
  main.occasion.detail div.handigeLinkjes .linkjesContainer a {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
section.occasion.detail div.dealerInformatieBlock,
main.occasion.detail div.dealerInformatieBlock {
  margin-top: 120px;
  position: relative;
  background-color: #f2f2f2;
  padding: 90px 0px;
}
section.occasion.detail div.dealerInformatieBlock h3,
main.occasion.detail div.dealerInformatieBlock h3 {
  display: none;
}
section.occasion.detail div.dealerInformatieBlock span.h3,
main.occasion.detail div.dealerInformatieBlock span.h3 {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
section.occasion.detail div.dealerInformatieBlock h2,
main.occasion.detail div.dealerInformatieBlock h2 {
  position: relative;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 60px;
}
section.occasion.detail div.dealerInformatieBlock h2:before,
main.occasion.detail div.dealerInformatieBlock h2:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: 85%;
  bottom: -15px;
  left: 0;
  background-color: #006aa4;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie a,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie a {
  display: block;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 5px;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie a i,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie a i {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  width: 25px;
  color: #006aa4;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie a:hover,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie a:hover {
  color: #006aa4;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie address i, section.occasion.detail div.dealerInformatieBlock .dealerInformatie address div,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie address i,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie address div {
  display: inline-block;
  vertical-align: middle;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie address div span,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie address div span {
  display: block;
}
section.occasion.detail div.dealerInformatieBlock .dealerInformatie address i,
main.occasion.detail div.dealerInformatieBlock .dealerInformatie address i {
  color: #006aa4;
  width: 22px;
}
@media only screen and (max-width: 1199px) {
  section.occasion.detail div.dealerInformatieBlock h2,
  main.occasion.detail div.dealerInformatieBlock h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  section.occasion.detail div.dealerInformatieBlock,
  main.occasion.detail div.dealerInformatieBlock {
    margin-top: 60px;
    text-align: center;
    padding: 60px 30px;
  }
  section.occasion.detail div.dealerInformatieBlock h2,
  main.occasion.detail div.dealerInformatieBlock h2 {
    margin-bottom: 30px;
  }
  section.occasion.detail div.dealerInformatieBlock h2:before,
  main.occasion.detail div.dealerInformatieBlock h2:before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion.detail div.dealerInformatieBlock,
  main.occasion.detail div.dealerInformatieBlock {
    margin-top: 30px;
    padding: 30px;
  }
  section.occasion.detail div.dealerInformatieBlock h2,
  main.occasion.detail div.dealerInformatieBlock h2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  section.occasion.detail div.dealerInformatieBlock span.h3,
  main.occasion.detail div.dealerInformatieBlock span.h3 {
    font-size: 1rem;
  }
}
section.occasion.detail .kaartContainer,
main.occasion.detail .kaartContainer {
  position: relative;
  height: 300px;
  width: 100%;
}
section.occasion.detail .kaartContainer iframe,
main.occasion.detail .kaartContainer iframe {
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.occasion.detail .specTitel,
  main.occasion.detail .specTitel {
    margin-top: 30px;
  }
}
section.occasion.detail .tabs,
main.occasion.detail .tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 120px -15px 0px -15px;
}
section.occasion.detail .tabs li,
main.occasion.detail .tabs li {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 0px 15px 0px 15px;
}
section.occasion.detail .tabs li a,
main.occasion.detail .tabs li a {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  font-weight: 700;
  color: #b5b5b5;
  display: block;
  border-bottom: 4px solid #b5b5b5;
  padding-bottom: 15px;
}
section.occasion.detail .tabs li a.active, section.occasion.detail .tabs li a:hover,
main.occasion.detail .tabs li a.active,
main.occasion.detail .tabs li a:hover {
  color: #006aa4;
  border-color: #006aa4;
}
@media only screen and (max-width: 991px) {
  section.occasion.detail .tabs,
  main.occasion.detail .tabs {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion.detail .tabs,
  main.occasion.detail .tabs {
    margin-top: 30px;
  }
  section.occasion.detail .tabs li,
  main.occasion.detail .tabs li {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  section.occasion.detail .tabs li,
  main.occasion.detail .tabs li {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-bottom: 15px;
    text-align: center;
  }
}
section.occasion.detail .tab-content,
main.occasion.detail .tab-content {
  margin-top: 60px;
}
section.occasion.detail .tab-content ul,
main.occasion.detail .tab-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.occasion.detail .tab-content ul li,
main.occasion.detail .tab-content ul li {
  font-weight: 700;
  color: #1d1d1b;
  padding: 5px 0px;
  border-top: 1px solid #f2f2f2;
}
section.occasion.detail .tab-content ul li:last-of-type,
main.occasion.detail .tab-content ul li:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}
section.occasion.detail .tab-content ul li.kenteken div,
main.occasion.detail .tab-content ul li.kenteken div {
  height: 30px;
  width: 120px;
  padding: 0 0 0 15px;
  background: #f4be04;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #000;
  text-align: center;
  line-height: 29px;
  font-weight: 700;
  position: relative;
  font-family: "Arial";
}
section.occasion.detail .tab-content ul li.kenteken div img,
main.occasion.detail .tab-content ul li.kenteken div img {
  height: 30px;
  width: 15px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 4px 0 0 4px;
}
section.occasion.detail .tab-content ul li span,
main.occasion.detail .tab-content ul li span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #88898a;
  width: 50%;
}
section.occasion.detail .tab-content #optie ul,
main.occasion.detail .tab-content #optie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.occasion.detail .tab-content #optie ul li,
main.occasion.detail .tab-content #optie ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  font-weight: 400;
  color: #88898a;
}
@media only screen and (max-width: 767px) {
  section.occasion.detail .tab-content #optie ul li,
  main.occasion.detail .tab-content #optie ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 576px) {
  section.occasion.detail .tab-content #optie ul li,
  main.occasion.detail .tab-content #optie ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
section.occasion .overzichtItem,
main.occasion .overzichtItem {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #dadada;
}
section.occasion .overzichtItem .imgContainer,
main.occasion .overzichtItem .imgContainer {
  position: relative;
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}
section.occasion .overzichtItem .content,
main.occasion .overzichtItem .content {
  position: relative;
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  padding: 25px 58px 45px 25px;
  border-left: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.occasion .overzichtItem .content h2,
main.occasion .overzichtItem .content h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #006aa4;
  padding-bottom: 15px;
}
section.occasion .overzichtItem .content h2 a,
main.occasion .overzichtItem .content h2 a {
  color: #1d1d1b;
}
section.occasion .overzichtItem .content h2 a:hover,
main.occasion .overzichtItem .content h2 a:hover {
  color: #006aa4;
}
section.occasion .overzichtItem .content ul,
main.occasion .overzichtItem .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.occasion .overzichtItem .content ul li,
main.occasion .overzichtItem .content ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0px;
  font-weight: 700;
  color: #1d1d1b;
}
section.occasion .overzichtItem .content ul li:last-of-type,
main.occasion .overzichtItem .content ul li:last-of-type {
  border-bottom: none;
}
section.occasion .overzichtItem .content ul li:first-of-type,
main.occasion .overzichtItem .content ul li:first-of-type {
  color: #006aa4;
  font-size: 1.25rem;
}
section.occasion .overzichtItem .content ul li span:first-of-type,
main.occasion .overzichtItem .content ul li span:first-of-type {
  display: inline-block;
  width: 150px;
  font-weight: 400;
  color: #88898a;
}
section.occasion .overzichtItem .content a.btns,
main.occasion .overzichtItem .content a.btns {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  section.occasion .overzichtItem .content h2,
  main.occasion .overzichtItem .content h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion .overzichtItem .content,
  main.occasion .overzichtItem .content {
    padding: 25px 25px 60px 25px;
    border-bottom: none;
  }
  section.occasion .overzichtItem .content ul li span:first-of-type,
  main.occasion .overzichtItem .content ul li span:first-of-type {
    width: 125px;
  }
  section.occasion .overzichtItem .content ul li span:last-of-type.prijs,
  main.occasion .overzichtItem .content ul li span:last-of-type.prijs {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  section.occasion .overzichtItem,
  main.occasion .overzichtItem {
    display: block;
  }
  section.occasion .overzichtItem .content,
  main.occasion .overzichtItem .content {
    padding: 15px 15px 60px 15px;
    border: 1px solid #b5b5b5;
  }
  section.occasion .overzichtItem .content ul li span:first-of-type,
  main.occasion .overzichtItem .content ul li span:first-of-type {
    width: 50%;
  }
  section.occasion .overzichtItem .content ul li span:last-of-type.prijs,
  main.occasion .overzichtItem .content ul li span:last-of-type.prijs {
    font-size: 1rem;
  }
}
section.occasion .occasion.item,
main.occasion .occasion.item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #1d1d1b;
}
section.occasion .occasion.item .imgBlock,
main.occasion .occasion.item .imgBlock {
  display: block;
}
section.occasion .occasion.item .content,
main.occasion .occasion.item .content {
  padding: 55px 60px 0px 30px;
}
section.occasion .occasion.item .content h2, section.occasion .occasion.item .content h1.h2,
main.occasion .occasion.item .content h2,
main.occasion .occasion.item .content h1.h2 {
  width: 100%;
  margin-bottom: 49px;
  position: relative;
  color: white;
}
section.occasion .occasion.item .content a.btns,
main.occasion .occasion.item .content a.btns {
  position: absolute;
  bottom: 0;
  right: 15px;
}
section.occasion .occasion.item .content a.btns:hover,
main.occasion .occasion.item .content a.btns:hover {
  border-color: #006aa4;
}
section.occasion .occasion.item .content .shortSpecs,
main.occasion .occasion.item .content .shortSpecs {
  position: relative;
}
section.occasion .occasion.item .content .shortSpecs:before,
main.occasion .occasion.item .content .shortSpecs:before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 1px;
  width: 100%;
  top: -27px;
  left: 0;
  background-color: #006aa4;
}
section.occasion .occasion.item .content .shortSpecs ul,
main.occasion .occasion.item .content .shortSpecs ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 41px;
}
section.occasion .occasion.item .content .shortSpecs ul li,
main.occasion .occasion.item .content .shortSpecs ul li {
  position: relative;
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  margin-bottom: 20px;
}
section.occasion .occasion.item .content .shortSpecs ul li span,
main.occasion .occasion.item .content .shortSpecs ul li span {
  display: block;
}
section.occasion .occasion.item .content .shortSpecs ul li span.specValue,
main.occasion .occasion.item .content .shortSpecs ul li span.specValue {
  color: #f2f2f2;
}
section.occasion .occasion.item .content .shortSpecs ul li.bold,
main.occasion .occasion.item .content .shortSpecs ul li.bold {
  font-size: 1.25rem;
  color: white;
}
@media only screen and (max-width: 1199px) {
  section.occasion .occasion.item .content .shortSpecs ul li.bold,
  main.occasion .occasion.item .content .shortSpecs ul li.bold {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  section.occasion .occasion.item .content,
  main.occasion .occasion.item .content {
    padding: 30px 30px 30px 0px;
  }
  section.occasion .occasion.item .content h2,
  main.occasion .occasion.item .content h2 {
    font-size: 1.25rem;
    line-height: 24px;
  }
  section.occasion .occasion.item .content .shortSpecs ul li,
  main.occasion .occasion.item .content .shortSpecs ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.occasion .occasion.item .content,
  main.occasion .occasion.item .content {
    padding: 30px 30px 45px 30px;
  }
  section.occasion .occasion.item .content a.btns,
  main.occasion .occasion.item .content a.btns {
    min-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 576px) {
  section.occasion .occasion.item .content .shortSpecs ul li,
  main.occasion .occasion.item .content .shortSpecs ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.filterHolder a#toggle_filter {
  display: block;
  padding-bottom: 15px;
}
.filterHolder p {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
}
.filterHolder .facet select {
  margin-top: 5px;
  border-radius: 0px;
  padding: 11px 15px;
  height: auto;
  border: 1px solid #b5b5b5;
  width: 100%;
}
.filterHolder .facet select:hover {
  cursor: pointer;
}
.filterHolder .facet .filter-slider {
  margin-top: 5px;
  background: #f2f2f2;
  border: none;
  width: calc(100% - 26px);
  margin-left: 9px;
}
.filterHolder .facet .filter-slider span.ui-slider-handle {
  height: 26px;
  width: 26px;
  background: #006aa4;
  top: -7px;
  border: none;
}

span.energylabel {
  position: absolute;
  top: 10px;
  z-index: 10;
  width: 75px;
  color: white;
  padding: 5px 15px;
  font-weight: 700;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
span.energylabel.label-appp {
  background: #00d15c;
}
span.energylabel.label-app {
  background: #00b650;
}
span.energylabel.label-ap {
  background: #009541;
}
span.energylabel.label-a {
  background: #009541;
}
span.energylabel.label-b {
  background: #56af31;
}
span.energylabel.label-c {
  background: #c5d200;
}
span.energylabel.label-d {
  background: #feed01;
}
span.energylabel.label-e {
  background: #fbba00;
}
span.energylabel.label-f {
  background: #ec660d;
}
span.energylabel.label-g {
  background: #e30615;
}

#vraag.popup .gform_wrapper ul li.gfield .gfield_label,
#inruilVoorstel.popup .gform_wrapper ul li.gfield .gfield_label,
#tip.popup .gform_wrapper ul li.gfield .gfield_label,
#proefrit.popup .gform_wrapper ul li.gfield .gfield_label {
  display: none;
}
#vraag.popup .gfield_visibility_hidden,
#inruilVoorstel.popup .gfield_visibility_hidden,
#tip.popup .gfield_visibility_hidden,
#proefrit.popup .gfield_visibility_hidden {
  height: 0;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#vraag.popup textarea,
#vraag.popup select,
#inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#inruilVoorstel.popup textarea,
#inruilVoorstel.popup select,
#tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#tip.popup textarea,
#tip.popup select,
#proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#proefrit.popup textarea,
#proefrit.popup select {
  border: 1px solid #88898a;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, #vraag.popup textarea::-webkit-input-placeholder, #vraag.popup select::-webkit-input-placeholder, #inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, #inruilVoorstel.popup textarea::-webkit-input-placeholder, #inruilVoorstel.popup select::-webkit-input-placeholder, #tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, #tip.popup textarea::-webkit-input-placeholder, #tip.popup select::-webkit-input-placeholder, #proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, #proefrit.popup textarea::-webkit-input-placeholder, #proefrit.popup select::-webkit-input-placeholder {
  color: #b5b5b5;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, #vraag.popup textarea::-moz-placeholder, #vraag.popup select::-moz-placeholder, #inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, #inruilVoorstel.popup textarea::-moz-placeholder, #inruilVoorstel.popup select::-moz-placeholder, #tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, #tip.popup textarea::-moz-placeholder, #tip.popup select::-moz-placeholder, #proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, #proefrit.popup textarea::-moz-placeholder, #proefrit.popup select::-moz-placeholder {
  color: #b5b5b5;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, #vraag.popup textarea:-ms-input-placeholder, #vraag.popup select:-ms-input-placeholder, #inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, #inruilVoorstel.popup textarea:-ms-input-placeholder, #inruilVoorstel.popup select:-ms-input-placeholder, #tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, #tip.popup textarea:-ms-input-placeholder, #tip.popup select:-ms-input-placeholder, #proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, #proefrit.popup textarea:-ms-input-placeholder, #proefrit.popup select:-ms-input-placeholder {
  color: #b5b5b5;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, #vraag.popup textarea::-ms-input-placeholder, #vraag.popup select::-ms-input-placeholder, #inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, #inruilVoorstel.popup textarea::-ms-input-placeholder, #inruilVoorstel.popup select::-ms-input-placeholder, #tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, #tip.popup textarea::-ms-input-placeholder, #tip.popup select::-ms-input-placeholder, #proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, #proefrit.popup textarea::-ms-input-placeholder, #proefrit.popup select::-ms-input-placeholder {
  color: #b5b5b5;
}
#vraag.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
#vraag.popup textarea::placeholder,
#vraag.popup select::placeholder,
#inruilVoorstel.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
#inruilVoorstel.popup textarea::placeholder,
#inruilVoorstel.popup select::placeholder,
#tip.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
#tip.popup textarea::placeholder,
#tip.popup select::placeholder,
#proefrit.popup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
#proefrit.popup textarea::placeholder,
#proefrit.popup select::placeholder {
  color: #b5b5b5;
}
#vraag.popup textarea,
#inruilVoorstel.popup textarea,
#tip.popup textarea,
#proefrit.popup textarea {
  height: 150px;
  min-height: 150px !important;
}

/****************************/
/** COMPARE FUNCTIE - START */
/****************************/
.vergelijkOccasion {
  position: absolute;
  bottom: 0;
  right: 250px;
  min-width: auto;
  color: #88898a;
}
.vergelijkOccasion:before {
  content: "\f870";
}
.vergelijkOccasion:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .vergelijkOccasion {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
  }
}

.page-template-page-rmi-occasion-detail .vergelijkOccasion {
  right: 220px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-rmi-occasion-detail .vergelijkOccasion {
    right: auto;
    bottom: 18px;
  }
}
.page-template-page-rmi-occasion-detail .vergelijkOccasion:hover {
  color: #fff;
}

.comparebtn {
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 75px;
  display: block;
  padding: 10px 15px;
  background-color: #1d1d1b;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.comparebtn:before {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f870";
  margin-right: 10px;
  font-size: 0.75rem;
  left: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.comparebtn:hover {
  background-color: #006aa4;
}
.comparebtn:hover .counter {
  background: #000;
}
.comparebtn:hover:before {
  left: 5px;
}
.comparebtn .counter {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  border-radius: 100% 100%;
  color: #fff;
  background: #006aa4;
  text-align: center;
  line-height: 24px;
}

.modal-backdrop {
  z-index: 10400;
}

.modal {
  z-index: 10500;
}

@media only screen and (max-width: 930px) {
  .modal-body {
    overflow-x: scroll;
    white-space: nowrap;
  }
  #compare-occasions-wrapper {
    width: 900px;
    max-width: 900px;
  }
}
.occassioncomparewrap {
  position: relative;
  display: block;
  max-width: 300px;
}
.occassioncomparewrap .removeOccasion {
  position: absolute;
  right: 5px;
  top: -10px;
  display: block;
  background: #eeeeee;
  cursor: pointer;
  border-radius: 100% 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.occassioncomparewrap .removeOccasion:hover {
  background: #cccccc;
}
.occassioncomparewrap .imgwrap {
  min-height: 205px;
}
.occassioncomparewrap h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 44px;
  overflow: hidden;
}
.occassioncomparewrap p {
  margin-bottom: 0;
}
.occassioncomparewrap p.price {
  font-weight: bold;
  font-size: 1.25rem;
  color: #006aa4;
  margin-bottom: 0.5rem;
}
.occassioncomparewrap a.btns {
  margin-top: 15px;
  display: block;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
  }
}
/****************************/
/** COMPARE FUNCTIE - EINDE */
/****************************/
main.afspraakMaken #formContainer input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
main.afspraakMaken #formContainer textarea,
main.afspraakMaken #formContainer select {
  border: 1px solid #b5b5b5;
}

main.contact #formContainer input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
main.contact #formContainer textarea,
main.contact #formContainer select {
  border: 1px solid #b5b5b5;
}
main.contact #formContainer input[type=submit],
main.contact #formContainer button.btns {
  cursor: pointer;
}
main.contact #formContainer input[type=submit]:hover,
main.contact #formContainer button.btns:hover {
  border-color: #006aa4;
}

body .facetwp-facet {
  margin-bottom: 0px;
}
body .noUi-connect {
  background: #f2f2f2;
}
body .noUi-target {
  border-color: #f2f2f2;
}
body .noUi-handle {
  border-color: #006aa4;
  background: #006aa4;
  cursor: pointer;
}
body .facetwp-type-slider {
  margin-top: 5px;
}

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: 0px;
}
body .gform_wrapper ul li.gfield.hidden_label input {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield ul li label {
  font-weight: 400;
}
body .gform_wrapper ul li.gfield .gfield_label {
  font-size: 16px;
}
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: 10px 20px;
  width: 100% !important;
  max-width: 100%;
  border: none;
  color: #1d1d1b;
}
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])::-webkit-input-placeholder, body .gform_wrapper ul li.gfield textarea::-webkit-input-placeholder, body .gform_wrapper ul li.gfield select::-webkit-input-placeholder {
  color: #b5b5b5;
}
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])::-moz-placeholder, body .gform_wrapper ul li.gfield textarea::-moz-placeholder, body .gform_wrapper ul li.gfield select::-moz-placeholder {
  color: #b5b5b5;
}
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]):-ms-input-placeholder, body .gform_wrapper ul li.gfield textarea:-ms-input-placeholder, body .gform_wrapper ul li.gfield select:-ms-input-placeholder {
  color: #b5b5b5;
}
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])::-ms-input-placeholder, body .gform_wrapper ul li.gfield textarea::-ms-input-placeholder, body .gform_wrapper ul li.gfield select::-ms-input-placeholder {
  color: #b5b5b5;
}
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])::placeholder,
body .gform_wrapper ul li.gfield textarea::placeholder,
body .gform_wrapper ul li.gfield select::placeholder {
  color: #b5b5b5;
}
body .gform_wrapper ul li.gfield input[type=radio] {
  margin-right: 5px;
}
body .gform_wrapper ul li.gfield textarea {
  height: 200px;
  min-height: 150px !important;
}
body .gform_wrapper input[type=submit],
body .gform_wrapper button.btns {
  cursor: pointer;
}
body .gform_wrapper input[type=submit]:hover,
body .gform_wrapper button.btns:hover {
  border-color: #1d1d1b;
}
body .gform_wrapper div.validation_error {
  padding: 5px 15px;
  width: calc(100% - 15px);
  background: #dc3545;
  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: #dc3545;
  position: absolute;
  bottom: 0px;
  padding: 2px 12px;
  line-height: 1;
  font-size: 11px;
  background: #dc3545;
  color: #fff;
}

.gform_confirmation_wrapper {
  background: #006aa4;
  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%;
  }
}
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi span.current {
  background: #006aa4;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #1d1d1b;
  color: #fff;
  padding: 10px 15px;
  margin-right: 3px;
}
.wp-pagenavi a:hover {
  background: #006aa4;
  color: #fff;
}

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 {
  font-size: 1.125rem;
}
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])::-webkit-input-placeholder, body .gform_wrapper ul li.gfield textarea::-webkit-input-placeholder, body .gform_wrapper ul li.gfield select::-webkit-input-placeholder {
  color: #88898a;
}
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])::-moz-placeholder, body .gform_wrapper ul li.gfield textarea::-moz-placeholder, body .gform_wrapper ul li.gfield select::-moz-placeholder {
  color: #88898a;
}
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]):-ms-input-placeholder, body .gform_wrapper ul li.gfield textarea:-ms-input-placeholder, body .gform_wrapper ul li.gfield select:-ms-input-placeholder {
  color: #88898a;
}
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])::-ms-input-placeholder, body .gform_wrapper ul li.gfield textarea::-ms-input-placeholder, body .gform_wrapper ul li.gfield select::-ms-input-placeholder {
  color: #88898a;
}
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])::placeholder,
body .gform_wrapper ul li.gfield textarea::placeholder,
body .gform_wrapper ul li.gfield select::placeholder {
  color: #88898a;
}

address {
  font-size: 1.125rem;
  color: #88898a;
}

#header .header-bar span.sitetitel {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #header .header-bar span.sitetitel {
    font-size: 1rem;
    line-height: 1;
    display: none;
    display: block;
    margin-right: 0;
  }
}
#header .header-bar a.btns {
  vertical-align: middle;
}

.whatsapp .whatsapp_btn {
  font-size: 1.875rem;
}
.whatsapp .whatsapp_info a {
  color: #88898a;
}
.whatsapp .whatsapp_info a:hover {
  color: #006aa4;
}

.medewerker {
  position: relative;
  margin-bottom: 78px;
}
.medewerker img {
  position: relative;
  top: 5px;
  height: auto;
  width: 165px;
  margin-bottom: 30px;
  border-radius: 50%;
}
.medewerker h3 {
  font-size: em(26);
}
.medewerker p {
  padding: 0 35px;
}
@media only screen and (max-width: 991px) {
  .medewerker {
    margin-bottom: 30px;
  }
  .medewerker p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .medewerker h3 {
    margin-bottom: 15px;
  }
}

.pijler,
.opsomming,
.smallForm,
.openingstijdenContainer,
.handigeLinkjes a {
  border-radius: 10px;
}

.galerij img,
.galerij .overlay {
  border-radius: 10px;
}

.overzichtItem,
.occasion.item {
  border-radius: 10px;
}
.overzichtItem img,
.occasion.item img {
  border-top-left-radius: 10px;
}

.pijler,
a.btns {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.21);
}