@charset "UTF-8";
/*!
Theme Name: TempTechs
Author: First C3
Author URI: https://2bfirst.nl/
Description: Template TempTechs
Version: 9
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
@font-face {
  font-family: 'BreuerText';
  src: url("webfonts/hinted-BreuerText.woff2") format("woff2"), url("webfonts/hinted-BreuerText.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BreuerText';
  src: url("webfonts/hinted-BreuerText-Italic.woff2") format("woff2"), url("webfonts/hinted-BreuerText-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'BreuerText';
  src: url("webfonts/hinted-BreuerText-BoldItalic.woff2") format("woff2"), url("webfonts/hinted-BreuerText-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'BreuerText';
  src: url("webfonts/hinted-BreuerText-Bold.woff2") format("woff2"), url("webfonts/hinted-BreuerText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-weight: 400;
  font-family: "BreuerText", sans-serif;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  color: #3A3939;
}

*, *::before, *::after {
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

::-moz-selection {
  color: #fff;
  background: #3A3939;
}

::selection, ::-moz-selection {
  color: #fff;
  background: #3A3939;
}

.bg-primary {
  background-color: #0090DF;
}

.text-primary {
  color: #0090DF;
}

.bg-secondary {
  background-color: #D9000D;
}

.text-secondary {
  color: #D9000D;
}

.bg-lightgrey {
  background-color: rgba(131, 171, 193, 0.07);
}

.text-lightgrey {
  color: rgba(131, 171, 193, 0.07);
}

.bg-darkgrey {
  background-color: #757474;
}

.text-darkgrey {
  color: #757474;
}

.bg-black {
  background-color: #3A3939;
}

.text-black {
  color: #3A3939;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-green {
  background-color: #009900;
}

.text-green {
  color: #009900;
}

.bg-img {
  background-size: cover;
  background-position: center center;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (min-width: 960px) {
  .wrapper {
    width: calc(100% - 80px);
  }
}

.btn, .wp-block-button__link, .header-phone,
.header-email,
.languages-trigger, .languages-link, .filter-suffix, input[type=text], input[type=number], input[type=email], input[type=password], textarea, select, .btn.no-icon, .no-icon.wp-block-button__link {
  padding: 13px 15px 11px;
}

.btn, .wp-block-button__link, .header-phone,
.header-email,
.languages-trigger, .languages-link, .filter-suffix, input[type=text], input[type=number], input[type=email], input[type=password], textarea, select {
  display: inline-block;
  line-height: 18px;
  border-radius: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

.btn, .wp-block-button__link, .header-phone,
.header-email,
.languages-trigger, .home-products-link {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.btn i, .wp-block-button__link i, .header-phone i,
.header-email i,
.languages-trigger i, .home-products-link i, .btn::before, .wp-block-button__link::before, .header-phone::before,
.header-email::before,
.languages-trigger::before, .home-products-link::before {
  margin-right: 10px;
  transform: translateY(1px);
}

.nav-slider .owl-nav button, .pagination a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.nav-slider .owl-nav button i, .pagination a i {
  font-size: 24px;
  color: #0090DF;
}
.nav-slider .owl-nav button:hover i, .pagination a:hover i {
  color: #3A3939;
}
.nav-slider .owl-nav button:active i, .pagination a:active i {
  color: #D9000D;
}
.nav-slider .owl-nav button.disabled i, .pagination a.disabled i {
  color: #3A3939;
  opacity: .2;
}

.home-intro-inner, .about-personal-inner {
  box-shadow: 0 5px 25px 0 rgba(131, 171, 193, 0.15);
}

.btn, .wp-block-button__link {
  padding: 12px 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow .2s ease;
  color: #D9000D;
  white-space: nowrap;
}
.btn:hover, .wp-block-button__link:hover {
  background-color: #D9000D;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn:active, .wp-block-button__link:active {
  background-color: #3A3939 !important;
}
.btn.has-dark-shadow, .has-dark-shadow.wp-block-button__link {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.has-dark-shadow:hover, .has-dark-shadow.wp-block-button__link:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0090DF;
  color: #fff;
}
.btn-primary:hover {
  background-color: #D9000D;
}

.btn-secondary, .wp-block-button__link {
  background-color: #D9000D;
  color: #fff;
}
.btn-secondary:hover, .wp-block-button__link:hover {
  background-color: #0090DF;
}

.rounded-30 {
  border-radius: 30px;
}

.scrollbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 44px;
  height: 44px;
}
.scrollbtn i {
  margin: 0;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.row-equal-height {
  align-items: stretch;
}

[class^='col-'], [class*=' col-'] {
  display: block;
  width: calc(100% - 30px);
  margin: 0 15px 30px;
}

.col-1 {
  width: calc((100% / 12) - 30px);
}

.offset-1 {
  margin-left: calc((100% / 12) + (15px));
}

.col-2 {
  width: calc((100% / 6) - 30px);
}

.offset-2 {
  margin-left: calc((100% / 6) + (15px));
}

.col-3 {
  width: calc((100% / 4) - 30px);
}

.offset-3 {
  margin-left: calc((100% / 4) + (15px));
}

.col-4 {
  width: calc((100% / 3) - 30px);
}

.offset-4 {
  margin-left: calc((100% / 3) + (15px));
}

.col-5 {
  width: calc((100% / 2.4) - 30px);
}

.offset-5 {
  margin-left: calc((100% / 2.4) + (15px));
}

.col-6 {
  width: calc((100% / 2) - 30px);
}

.offset-6 {
  margin-left: calc((100% / 2) + (15px));
}

.col-7 {
  width: calc((100% / 1.71429) - 30px);
}

.offset-7 {
  margin-left: calc((100% / 1.71429) + (15px));
}

.col-8 {
  width: calc((100% / 1.5) - 30px);
}

.offset-8 {
  margin-left: calc((100% / 1.5) + (15px));
}

.col-9 {
  width: calc((100% / 1.33333) - 30px);
}

.offset-9 {
  margin-left: calc((100% / 1.33333) + (15px));
}

.col-10 {
  width: calc((100% / 1.2) - 30px);
}

.offset-10 {
  margin-left: calc((100% / 1.2) + (15px));
}

.col-11 {
  width: calc((100% / 1.09091) - 30px);
}

.offset-11 {
  margin-left: calc((100% / 1.09091) + (15px));
}

.col-12 {
  width: calc((100% / 1) - 30px);
}

.offset-12 {
  margin-left: calc((100% / 1) + (15px));
}

@media (min-width: 500px) {
  .offset-mobile-0 {
    margin-left: 15px;
  }
}
@media (min-width: 500px) {
  .col-mobile-1 {
    width: calc((100% / 12) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-1 {
    margin-left: calc((100% / 12) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-2 {
    width: calc((100% / 6) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-2 {
    margin-left: calc((100% / 6) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-3 {
    width: calc((100% / 4) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-3 {
    margin-left: calc((100% / 4) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-4 {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-4 {
    margin-left: calc((100% / 3) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-5 {
    width: calc((100% / 2.4) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-5 {
    margin-left: calc((100% / 2.4) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-6 {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-6 {
    margin-left: calc((100% / 2) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-7 {
    width: calc((100% / 1.71429) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-7 {
    margin-left: calc((100% / 1.71429) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-8 {
    width: calc((100% / 1.5) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-8 {
    margin-left: calc((100% / 1.5) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-9 {
    width: calc((100% / 1.33333) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-9 {
    margin-left: calc((100% / 1.33333) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-10 {
    width: calc((100% / 1.2) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-10 {
    margin-left: calc((100% / 1.2) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-11 {
    width: calc((100% / 1.09091) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-11 {
    margin-left: calc((100% / 1.09091) + (15px));
  }
}

@media (min-width: 500px) {
  .col-mobile-12 {
    width: calc((100% / 1) - 30px);
  }
}

@media (min-width: 500px) {
  .offset-mobile-12 {
    margin-left: calc((100% / 1) + (15px));
  }
}

@media (min-width: 768px) {
  .offset-tablet-0 {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-tablet-1 {
    width: calc((100% / 12) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-1 {
    margin-left: calc((100% / 12) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-2 {
    width: calc((100% / 6) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-2 {
    margin-left: calc((100% / 6) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-3 {
    width: calc((100% / 4) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-3 {
    margin-left: calc((100% / 4) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-4 {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-4 {
    margin-left: calc((100% / 3) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-5 {
    width: calc((100% / 2.4) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-5 {
    margin-left: calc((100% / 2.4) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-6 {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-6 {
    margin-left: calc((100% / 2) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-7 {
    width: calc((100% / 1.71429) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-7 {
    margin-left: calc((100% / 1.71429) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-8 {
    width: calc((100% / 1.5) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-8 {
    margin-left: calc((100% / 1.5) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-9 {
    width: calc((100% / 1.33333) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-9 {
    margin-left: calc((100% / 1.33333) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-10 {
    width: calc((100% / 1.2) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-10 {
    margin-left: calc((100% / 1.2) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-11 {
    width: calc((100% / 1.09091) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-11 {
    margin-left: calc((100% / 1.09091) + (15px));
  }
}

@media (min-width: 768px) {
  .col-tablet-12 {
    width: calc((100% / 1) - 30px);
  }
}

@media (min-width: 768px) {
  .offset-tablet-12 {
    margin-left: calc((100% / 1) + (15px));
  }
}

@media (min-width: 960px) {
  .offset-desktop-0 {
    margin-left: 15px;
  }
}
@media (min-width: 960px) {
  .col-desktop-1 {
    width: calc((100% / 12) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-1 {
    margin-left: calc((100% / 12) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-2 {
    width: calc((100% / 6) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-2 {
    margin-left: calc((100% / 6) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-3 {
    width: calc((100% / 4) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-3 {
    margin-left: calc((100% / 4) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-4 {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-4 {
    margin-left: calc((100% / 3) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-5 {
    width: calc((100% / 2.4) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-5 {
    margin-left: calc((100% / 2.4) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-6 {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-6 {
    margin-left: calc((100% / 2) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-7 {
    width: calc((100% / 1.71429) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-7 {
    margin-left: calc((100% / 1.71429) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-8 {
    width: calc((100% / 1.5) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-8 {
    margin-left: calc((100% / 1.5) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-9 {
    width: calc((100% / 1.33333) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-9 {
    margin-left: calc((100% / 1.33333) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-10 {
    width: calc((100% / 1.2) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-10 {
    margin-left: calc((100% / 1.2) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-11 {
    width: calc((100% / 1.09091) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-11 {
    margin-left: calc((100% / 1.09091) + (15px));
  }
}

@media (min-width: 960px) {
  .col-desktop-12 {
    width: calc((100% / 1) - 30px);
  }
}

@media (min-width: 960px) {
  .offset-desktop-12 {
    margin-left: calc((100% / 1) + (15px));
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-0 {
    margin-left: 15px;
  }
}
@media (min-width: 1140px) {
  .col-desktop-large-1 {
    width: calc((100% / 12) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-1 {
    margin-left: calc((100% / 12) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-2 {
    width: calc((100% / 6) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-2 {
    margin-left: calc((100% / 6) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-3 {
    width: calc((100% / 4) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-3 {
    margin-left: calc((100% / 4) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-4 {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-4 {
    margin-left: calc((100% / 3) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-5 {
    width: calc((100% / 2.4) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-5 {
    margin-left: calc((100% / 2.4) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-6 {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-6 {
    margin-left: calc((100% / 2) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-7 {
    width: calc((100% / 1.71429) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-7 {
    margin-left: calc((100% / 1.71429) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-8 {
    width: calc((100% / 1.5) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-8 {
    margin-left: calc((100% / 1.5) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-9 {
    width: calc((100% / 1.33333) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-9 {
    margin-left: calc((100% / 1.33333) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-10 {
    width: calc((100% / 1.2) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-10 {
    margin-left: calc((100% / 1.2) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-11 {
    width: calc((100% / 1.09091) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-11 {
    margin-left: calc((100% / 1.09091) + (15px));
  }
}

@media (min-width: 1140px) {
  .col-desktop-large-12 {
    width: calc((100% / 1) - 30px);
  }
}

@media (min-width: 1140px) {
  .offset-desktop-large-12 {
    margin-left: calc((100% / 1) + (15px));
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-0 {
    margin-left: 15px;
  }
}
@media (min-width: 1220px) {
  .col-desktop-extralarge-1 {
    width: calc((100% / 12) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-1 {
    margin-left: calc((100% / 12) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-2 {
    width: calc((100% / 6) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-2 {
    margin-left: calc((100% / 6) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-3 {
    width: calc((100% / 4) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-3 {
    margin-left: calc((100% / 4) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-4 {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-4 {
    margin-left: calc((100% / 3) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-5 {
    width: calc((100% / 2.4) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-5 {
    margin-left: calc((100% / 2.4) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-6 {
    width: calc((100% / 2) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-6 {
    margin-left: calc((100% / 2) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-7 {
    width: calc((100% / 1.71429) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-7 {
    margin-left: calc((100% / 1.71429) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-8 {
    width: calc((100% / 1.5) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-8 {
    margin-left: calc((100% / 1.5) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-9 {
    width: calc((100% / 1.33333) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-9 {
    margin-left: calc((100% / 1.33333) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-10 {
    width: calc((100% / 1.2) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-10 {
    margin-left: calc((100% / 1.2) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-11 {
    width: calc((100% / 1.09091) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-11 {
    margin-left: calc((100% / 1.09091) + (15px));
  }
}

@media (min-width: 1220px) {
  .col-desktop-extralarge-12 {
    width: calc((100% / 1) - 30px);
  }
}

@media (min-width: 1220px) {
  .offset-desktop-extralarge-12 {
    margin-left: calc((100% / 1) + (15px));
  }
}

.col-no-margin-bottom {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2, h3 {
  color: #0090DF;
}

h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 26px;
  }
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

h4 {
  font-size: 18px;
}

.text-container h2, .text-container h3, .text-container h4, .text-container h5, .text-container h6 {
  margin-bottom: .5rem;
}
.text-container p, .text-container ul, .text-container ol, .text-container blockquote {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.text-container p:last-child, .text-container ul:last-child, .text-container ol:last-child, .text-container blockquote:last-child {
  margin-bottom: 0;
}
.text-container ul li, .text-container ol li {
  padding-left: 20px;
}
.text-container ul li::before, .text-container ol li::before {
  position: absolute;
  text-indent: -20px;
  font-weight: 700;
  color: #D9000D;
}
.text-container ul li::before {
  position: absolute;
  content: '-';
}
.text-container ol {
  list-style: none;
  counter-reset: ol-counter;
}
.text-container ol li {
  counter-increment: ol-counter;
}
.text-container ol li::before {
  content: counter(ol-counter) ".";
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
  width: 50%;
}

.wp-block-image figcaption,
.wp-block-embed figcaption {
  margin-top: 1rem;
  color: rgba(58, 57, 57, 0.6);
}

.wp-block-quote {
  border-left: 1px solid rgba(58, 57, 57, 0.3);
  padding-left: 1rem;
}
.wp-block-quote p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-button {
  margin-top: 30px;
}
.wp-block-button__link::before {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  display: inline-block;
}

.block-c2a {
  margin: 20px 0;
}
@media (min-width: 960px) {
  .block-c2a {
    margin: 50px 0;
  }
}

.header-top {
  position: relative;
}
@media (min-width: 960px) {
  .header-top::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc(50%);
    top: 0;
    background-color: rgba(131, 171, 193, 0.07);
    z-index: 1;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
}
@media (min-width: 960px) {
  .header-top-wrapper {
    padding-right: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: 2;
  }
}

.header-logo img {
  width: 160px;
}
@media (min-width: 500px) {
  .header-logo img {
    width: 250px;
  }
}

.header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.header-phone,
.header-email,
.languages-trigger {
  text-decoration: none;
}
@media (max-width: 767px) {
  .header-phone,
  .header-email,
  .languages-trigger {
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .header-phone span,
  .header-email span,
  .languages-trigger span {
    display: none;
  }
}
.header-phone:hover,
.header-email:hover,
.languages-trigger:hover {
  background-color: rgba(131, 171, 193, 0.07);
}
.header-phone:active,
.header-email:active,
.languages-trigger:active {
  color: #fff;
}
@media (max-width: 767px) {
  .header-phone i,
  .header-email i,
  .languages-trigger i {
    margin-right: 0;
  }
}

.header-phone:active {
  background-color: #D9000D;
}

.header-email:active {
  background-color: #0090DF;
}

.header-bottom {
  background-color: rgba(131, 171, 193, 0.07);
  position: relative;
}
@media (max-width: 959px) {
  .header-bottom::after {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    pointer-events: none;
  }
}

.header-menu {
  display: flex;
  padding: 0 5px;
}
@media (max-width: 959px) {
  .header-menu {
    overflow-x: auto;
  }
  .header-menu::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    flex: 0;
  }
}
@media (min-width: 768px) {
  .header-menu {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .header-menu {
    justify-content: center;
    padding: 0 25px;
  }
}
.header-menu li {
  margin: 0 15px;
}
@media (max-width: 959px) {
  .header-menu li:last-child {
    padding-right: 60px;
  }
}
.header-menu li.current-menu-item a {
  color: #3A3939;
  border-bottom-color: #D9000D;
}
.header-menu a {
  display: block;
  padding: 22px 0 17px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  color: #757474;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.header-menu a:hover {
  color: #3A3939;
  border-bottom-color: #0090DF;
}
.header-menu a:active {
  border-bottom-width: 1px;
  border-top: 1px solid transparent;
}

.breadcrumb {
  padding: 20px 0 30px;
  color: #757474;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 30px 0 40px;
  }
}
@media (min-width: 960px) {
  .breadcrumb {
    padding: 30px 0 70px;
  }
}
.breadcrumb a:hover {
  color: #3A3939;
}
.breadcrumb a:active {
  color: #0090DF;
}

.breadcrumb-wrapper {
  display: flex;
  align-items: center;
}

.breadcrumb-back {
  font-size: 24px;
  margin-right: 20px;
}

.breadcrumb-inner {
  font-size: 18px;
}
.breadcrumb-inner i {
  margin: 0 5px;
}
.breadcrumb-inner a, .breadcrumb-inner .breadcrumb_last {
  display: inline-block;
  transform: translateY(-2px);
}
.breadcrumb-inner .breadcrumb_last {
  font-weight: 700;
}

.languages {
  position: relative;
}

.languages-trigger i {
  color: #757474;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .languages-trigger i {
    display: none;
  }
}
.languages-trigger:active {
  background-color: rgba(58, 57, 57, 0.1);
  color: black;
}
.is-open .languages-trigger {
  background-color: #3A3939;
  color: #fff;
}
.is-open .languages-trigger {
  border-radius: 10px 10px 0 0;
}

.languages-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 11;
}
.is-open .languages-dropdown {
  display: block;
}

.languages-link {
  display: block;
  background-color: #757474;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .languages-link {
    padding: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
}
.languages-link:last-child {
  border-radius: 0 0 10px 10px;
}
.languages-link:hover {
  background-color: #0090DF;
}
.languages-link:active {
  background-color: #D9000D;
}

footer {
  margin-top: 30px;
  line-height: 1.5;
  color: #757474;
}
@media (min-width: 768px) {
  footer {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  footer {
    margin-top: 100px;
  }
}

.footer-top {
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .footer-top {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .footer-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .footer-copyright,
  .footer-contact {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .footer-copyright,
  .footer-menu {
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-contact {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .footer-contact-address,
  .footer-contact-phone,
  .footer-contact-email {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-contact-address::after,
  .footer-contact-phone::after {
    content: '|';
    margin: 0 8px;
  }
}

@media (min-width: 960px) {
  .footer-menu {
    display: flex;
  }
}
@media (min-width: 960px) {
  .footer-menu li::after {
    content: '|';
    margin: 0 8px;
  }
  .footer-menu li:last-child::after {
    display: none;
  }
}

.footer-bottom {
  background-color: #0090DF;
}

.footer-bottom-wrapper {
  position: relative;
  height: 20px;
}
@media (min-width: 960px) {
  .footer-bottom-wrapper {
    height: 30px;
  }
}
.footer-bottom-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #D9000D;
}

.hero-wrapper {
  padding: 30px 0 60px;
}
@media (min-width: 960px) {
  .hero-wrapper {
    padding: 100px 0 173px;
  }
}
@media (min-width: 1140px) {
  .hero-wrapper {
    padding: 137px 0 210px;
  }
}

.hero-text {
  position: relative;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .hero-text::before {
    content: '';
    display: block;
    position: absolute;
    top: 67px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 57px 57px 0;
    border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
  }
}
.hero-text h2 {
  margin: 0;
  color: #fff;
}
@media (min-width: 960px) {
  .hero-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

.home-intro {
  margin: -30px 0 -60px;
}
@media (min-width: 960px) {
  .home-intro {
    margin: -73px 0 -130px;
  }
}

.home-intro-inner {
  position: relative;
  z-index: 3;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 960px) {
  .home-intro-inner {
    padding: 65px 70px 70px;
  }
}

.home-intro-title {
  margin-bottom: 24px;
}

.home-intro-body {
  margin-bottom: 30px;
}

.home-intro-scrollbtn {
  position: absolute;
  right: 28px;
  top: 28px;
}

.promises {
  text-align: center;
  background-color: rgba(131, 171, 193, 0.07);
  padding: 60px 0 30px;
}
@media (min-width: 960px) {
  .promises {
    padding: 200px 0 100px;
  }
}

.promises-title {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .promises-title {
    margin-bottom: 100px;
  }
}

.promises-item {
  padding: 0 30px;
}
@media (min-width: 960px) {
  .promises-item {
    padding: 0 50px;
  }
}
.promises-item:nth-child(1) h3 {
  color: #0090DF;
}
.promises-item:nth-child(2) h3 {
  color: #D9000D;
}
.promises-item:nth-child(3) h3 {
  color: #757474;
}

.promises-item-image {
  height: 80px;
  margin: 0 auto 20px;
}
@media (min-width: 960px) {
  .promises-item-image {
    height: 115px;
    margin-bottom: 40px;
  }
}

.home-products {
  position: relative;
}
@media (min-width: 960px) {
  .home-products::before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(131, 171, 193, 0.07);
  }
}
@media (min-width: 960px) {
  .home-products .postlist-product:nth-child(2) .postlist-item-overlay {
    border-top-right-radius: 60px;
  }
  .home-products .postlist-product:nth-child(3) .postlist-item-overlay {
    border-top-left-radius: 60px;
  }
}

.home-products-titlebar {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .home-products-titlebar {
    display: flex;
    align-items: center;
    padding: 40px 0 30px;
  }
}
@media (min-width: 960px) {
  .home-products-titlebar {
    padding: 90px 0 80px;
    position: relative;
  }
  .home-products-titlebar::before, .home-products-titlebar::after {
    content: '';
    display: block;
    position: absolute;
  }
  .home-products-titlebar::before {
    width: 100vw;
    height: 61px;
    top: 0;
    right: -30px;
    background-color: #fff;
    border-top-right-radius: 60px;
  }
  .home-products-titlebar::after {
    width: 100vw;
    height: 60px;
    top: 60px;
    left: calc(100% + 30px);
    background-color: rgba(131, 171, 193, 0.07);
    border-bottom-left-radius: 60px;
  }
}

@media (min-width: 768px) {
  .home-products-title {
    margin: 0 30px 0 0;
  }
}

.home-products-link {
  color: #D9000D;
  text-decoration: none;
}
.home-products-link:hover {
  color: #3A3939;
}
.home-products-link:active {
  color: #0090DF;
}

.titlebar {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .titlebar {
    position: relative;
    margin-bottom: 40px;
    padding-right: 40%;
  }
}

.titlebar-description {
  margin-top: 20px;
}

.titlebar-image {
  display: none;
}
@media (min-width: 960px) {
  .titlebar-image {
    display: block;
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
  }
}

.content-primary-featured,
.content-primary-text {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .content-primary-featured,
  .content-primary-text {
    margin-bottom: 50px;
  }
}

.nav-slider {
  margin: 0 auto;
}
.nav-slider .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -44px;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.nav-slider .owl-nav button {
  pointer-events: all;
}

.nav-slide {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  transition: all .2s ease;
  overflow: hidden;
  border: 2px solid transparent;
}
.nav-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(131, 171, 193, 0.07);
  border-radius: 10px;
}
.nav-slide:hover .nav-slide-image {
  transform: scale(1.1);
}
.nav-slide.has-active-marker {
  background-color: #0090DF;
  border-color: #0090DF;
}
.nav-slide.has-active-marker::after {
  display: none;
}
.nav-slide.has-active-marker .nav-slide-image {
  border-radius: 7px;
  transform: none;
}

.nav-slide-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  transition: transform .2s ease;
}

.c2a {
  display: flex;
  padding: 20px;
}
@media (max-width: 499px) {
  .c2a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 500px) {
  .c2a {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .c2a {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .c2a {
    padding: 40px;
  }
}

.c2a-image {
  width: 90px;
  border-radius: 50%;
}
@media (max-width: 499px) {
  .c2a-image {
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .c2a-image {
    margin-right: 20px;
  }
}

.highlights {
  color: #009900;
  line-height: 1.5;
  margin-bottom: 30px;
}
.highlights i {
  margin-right: 10px;
}

.filter {
  padding: 30px;
}
@media (min-width: 960px) {
  .filter {
    padding: 40px;
  }
}

.filter-scroll-target {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .filter-scroll-target {
    margin-bottom: 70px;
  }
}

.filter-form {
  display: flex;
}
@media (max-width: 767px) {
  .filter-form {
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}
@media (min-width: 500px) {
  .filter-form {
    justify-content: space-between;
    align-items: flex-end;
  }
}

.filter-group {
  position: relative;
  margin: 0 10px 25px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .filter-group {
    margin: 0 20px 0 0;
    flex: 1;
  }
}
@media (min-width: 960px) {
  .filter-group {
    margin-right: 30px;
  }
}
.filter-group > label,
.filter-group > input {
  display: block;
}
.filter-group label {
  font-weight: 700;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .filter-group-room {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .filter-group-width,
  .filter-group-depth {
    width: calc(50% - 20px);
  }
}

.filter-suffix {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #757474;
  background-color: #fff;
}

.filter-reset {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .filter-reset {
    margin-top: 40px;
  }
}

.filter-submit {
  flex: 0;
}
@media (max-width: 767px) {
  .filter-submit {
    display: block;
    width: 100%;
    margin: 5px 10px 0;
    flex: 1;
  }
}

.postlist {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .postlist {
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .postlist {
    margin-bottom: 70px;
  }
}

.postlist-item {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 30px;
}
@media (min-width: 960px) {
  .postlist-item {
    padding: 40px;
  }
}
.postlist-item:hover .postlist-item-title {
  color: #D9000D;
}

.postlist-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(131, 171, 193, 0.07);
  z-index: 2;
  pointer-events: none;
}

.postlist-item-image {
  padding-bottom: 75%;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .postlist-item-image {
    margin-bottom: 40px;
  }
}

.postlist-item-text {
  position: relative;
  z-index: 3;
}

.postlist-item-excerpt,
.postlist-product-price {
  margin-bottom: 16px;
}

.postlist-product-image {
  position: relative;
  z-index: 1;
  height: 220px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.postlist-product-vat {
  display: block;
  margin-top: 7px;
  opacity: .5;
  font-size: 14px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.pagination span, .pagination a {
  margin: 0 10px;
}
.pagination a:hover {
  color: #0090DF;
}
.pagination a:active {
  color: #D9000D;
}
.pagination span.current {
  font-weight: 700;
  color: #D9000D;
}
.pagination:empty {
  display: none;
}

.product-summary {
  margin-bottom: 30px;
}

.product-gallery-slider {
  box-shadow: 0 10px 30px 0 rgba(131, 171, 193, 0.15);
  overflow: hidden;
  margin-bottom: 30px;
}

.product-gallery-nav {
  position: relative;
}

.product-gallery-nav-slider {
  width: 204px;
}
@media (min-width: 500px) {
  .product-gallery-nav-slider {
    width: 296px;
  }
}

.product-logo,
.product-intro,
.product-price,
.product-c2a-top {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .product-logo,
  .product-intro,
  .product-price,
  .product-c2a-top {
    margin-bottom: 40px;
  }
}

.product-price-vat {
  display: block;
  margin-top: 7px;
  font-size: 16px;
}

.product-logo {
  max-width: 244px;
}

.product-c2a-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1140px) {
  .product-c2a-top {
    flex-direction: row;
    align-items: center;
  }
}

.product-c2a-top-specs {
  margin-top: 20px;
  font-weight: 700;
  color: #D9000D;
  font-size: 18px;
  text-decoration: none;
}
.product-c2a-top-specs:hover {
  color: #0090DF;
}
.product-c2a-top-specs:active {
  color: #3A3939;
}
@media (min-width: 1140px) {
  .product-c2a-top-specs {
    margin: 0 0 0 20px;
  }
}

.product-details {
  background-color: rgba(131, 171, 193, 0.07);
  padding: 30px 0;
}
@media (min-width: 960px) {
  .product-details {
    padding: 70px 0 100px;
  }
}

@media (min-width: 768px) {
  .product-details-column {
    display: flex;
    flex-direction: column;
  }
}

.product-details-white {
  flex: 1 1 100%;
}

.product-specs {
  width: 100%;
}
.product-specs tr {
  border-bottom: 1px solid rgba(131, 171, 193, 0.07);
}
.product-specs tr:last-child {
  border-bottom: 0;
}
.product-specs td {
  padding: 24px 27px;
}

.product-specs-label {
  font-weight: 700;
  color: #0090DF;
}

.product-specs-value {
  text-align: right;
}

.product-description {
  padding: 30px;
}
@media (min-width: 960px) {
  .product-description {
    padding: 40px;
  }
}

.product-c2a-bottom {
  position: relative;
}
.product-c2a-bottom::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  background-color: rgba(131, 171, 193, 0.07);
}
@media (min-width: 1140px) {
  .product-c2a-bottom::before {
    height: 80px;
  }
}

.product-c2a-bottom-wrapper {
  position: relative;
}

.product-c2a-bottom-left {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .product-c2a-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
  }
}

@media (min-width: 1140px) {
  .product-c2a-bottom-quote {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    padding: 40px 0 40px 40px;
    position: relative;
  }
  .product-c2a-bottom-quote::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    right: -99999px;
    background-color: rgba(131, 171, 193, 0.07);
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  .product-c2a-bottom-quote::after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: 100%;
    left: -99999px;
    height: 40px;
    background-color: #fff;
    border-top-right-radius: 30px;
    z-index: 1;
  }
}

.product-c2a-bottom-quote h3, .product-c2a-bottom-quote a {
  position: relative;
}
.product-c2a-bottom-quote h3 {
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  .product-c2a-bottom-quote h3 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.personal {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}

.personal-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .personal-image {
    width: 90px;
    height: 90px;
  }
}

.personal-links {
  margin-top: 10px;
}
.personal-links a {
  margin-right: 10px;
}

.personal-out {
  display: none;
}
@media (min-width: 768px) {
  .personal-out {
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: #0090DF;
    border-radius: 100px 0 30px 0;
  }
}

.about-intro-col {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .about-intro-col {
    padding-bottom: 70px;
  }
}
@media (min-width: 960px) {
  .about-intro-col {
    padding-bottom: 100px;
  }
}

.about-intro-scrollbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .about-intro-scrollbtn {
    display: none;
  }
}

.about-personal {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .about-personal {
    margin-bottom: -130px;
  }
}

.about-personal-inner {
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .about-personal-inner {
    padding: 70px 8%;
    position: relative;
  }
}
@media (min-width: 960px) {
  .about-personal-inner {
    padding: 100px 8%;
  }
}

.about-personal-body {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .about-personal-body {
    margin-bottom: 50px;
  }
}

.testimonials {
  background-color: rgba(131, 171, 193, 0.07);
  padding: 60px 0 30px;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 140px 0 0;
    position: relative;
    z-index: 1;
  }
  .testimonials::before {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
  }
}
@media (min-width: 960px) {
  .testimonials {
    padding: 170px 0 0;
  }
}

.testimonials-spacer {
  height: 40px;
}
@media (min-width: 960px) {
  .testimonials-spacer {
    height: 170px;
  }
}

.testimonials-row,
.testimonials-col {
  margin-bottom: 0;
}

.testimonials-slider {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .testimonials-slider {
    margin-bottom: 70px;
  }
}
.testimonials-slider .owl-nav {
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: -100px;
  right: -100px;
  transform: translateY(-50%);
}
.testimonials-slider .owl-nav button {
  pointer-events: all;
  color: #D9000D !important;
  font-size: 32px !important;
  outline: none;
}
.testimonials-slider .owl-nav button:hover {
  color: #0090DF !important;
}
.testimonials-slider .owl-nav button:active, .testimonials-slider .owl-nav button.disabled {
  color: #3A3939 !important;
}
.testimonials-slider .owl-nav button.disabled {
  opacity: .2;
}

@media (min-width: 500px) {
  .testimonials-slide {
    display: flex;
    align-items: flex-start;
  }
}

.testimonials-image {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 499px) {
  .testimonials-image {
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .testimonials-image {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  .testimonials-image {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    margin-right: 30px;
    border-radius: 30px;
  }
}

.testimonials-titles {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .testimonials-titles {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .testimonials-nav {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .testimonials-nav::before, .testimonials-nav::after {
    content: '';
    display: block;
    width: 100vw;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(131, 171, 193, 0.07);
  }
  .testimonials-nav::before {
    right: 100%;
    border-bottom-right-radius: 30px;
  }
  .testimonials-nav::after {
    left: 100%;
    border-bottom-left-radius: 30px;
  }
}

.testimonials-nav-slider {
  width: 184px;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .testimonials-nav-slider {
    width: 280px;
  }
}
@media (min-width: 960px) {
  .testimonials-nav-slider {
    width: 480px;
  }
}

.category-gallery {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .category-gallery {
    margin-bottom: 70px;
  }
}

.category-gallery-item {
  display: block;
  position: relative;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .category-gallery-item {
    padding-bottom: 25%;
  }
}

@media (min-width: 960px) {
  .category-text-after-gallery {
    padding-right: calc(33% + 30px);
  }
}

input[type=text], input[type=number], input[type=email], input[type=password], textarea, select {
  display: block;
  width: 100%;
  color: #3A3939;
}

select {
  background: #fff url(images/triangle-select.svg) no-repeat right 17px top 17px;
}

div.wpcf7 {
  border-radius: 30px;
  padding: 30px;
  margin-top: 50px;
  background-color: rgba(131, 171, 193, 0.07);
}
@media (min-width: 960px) {
  div.wpcf7 {
    padding: 40px;
  }
}
div.wpcf7 h2 {
  margin-bottom: 30px;
}
div.wpcf7 label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
div.wpcf7 textarea {
  resize: none;
}
div.wpcf7 input[type=submit] {
  cursor: pointer;
}
div.wpcf7 span.wpcf7-not-valid-tip, div.wpcf7 div.wpcf7-response-output {
  color: #D9000D;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  padding-top: 10px;
}
div.wpcf7 div.wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 20px;
  color: #fff;
  border-radius: 22px;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng, div.wpcf7 div.wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #D9000D;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #009900;
}

/*# sourceMappingURL=style.css.map */