* {
  box-sizing: border-box;
}

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.wp-block-buttons .wp-block-button {
  margin-right: 10px !important;
}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

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

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

.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 {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -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 .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

.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: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

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

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

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

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

.is-layout-flex {
  display: flex;
}

/*!
 * bootstrap-grid 3.0.0
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .travelguide-sidebar {
    display: none;
  }

  .client-banner {
    margin-top: 20px;
  }

  .search-box {
    /*padding-left: 0px !important;*/
  }
  .page-template-tpl-travelguide-custom .tab-area .uk-tab.uk-flex {
    margin-right: 0px !important;
  }

  .tab-box-contents p {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #000 !important;
    font-weight: 400 !important;
  }

  .b-post-text .title {
    line-height: 25px !important;
  }

  .b-post-text .description {
    margin-bottom: 3px !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

body {
  font-family: "Source Sans Pro", -apple-system, "BlinkMacSystemFont",
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 700;
}

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

h2 {
  font-size: 32px;
  line-height: 1.9;
}

h3 {
  font-size: 27px;
  line-height: 1.9;
}

p {
  line-height: 28px;
  font-size: 16px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.mods-contain ul {
  padding-left: 50px;
  margin: 20px 0;
  list-style: none;
}

.mods-contain ul li {
  line-height: 1.5;
  color: black;
  list-style: disc;
  font-size: 21px;
  line-height: 35px;
  font-weight: 300;
  margin: 5px 0;
}
.centered {
  text-align: center;
}

body {
  padding-top: 94px;
}

.header {
  padding: 30px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: white;
  left: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  right: 0;
}
.header:after {
  clear: both;
  content: "";
  display: table;
}
.header-logo {
  display: block;
  float: left;
  width: 188px;
}
.header-menu {
  float: left;
  margin-top: 26px;
  margin-left: 70px;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-menu ul li.current-menu-item > a {
  color: #eb733c;
  font-weight: 700;
}
.header-menu ul li a {
  color: #345287;
  font-size: 15px;
  text-transform: uppercase;
}
.header-right {
  margin-top: 10px;
  float: right;
}
.header-email {
  display: inline-block;
  margin: 0 15px;
}
.header-email img {
  height: 15px;
  width: auto;
  position: relative;
  top: 3px;
}
.header-phone {
  color: black;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.header-phone img {
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: auto;
  position: relative;
  top: 3px;
}
.header-btn {
  color: #203260;
  font-size: 12px;
  border: 1px solid #203260;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.lang-select {
  display: inline-block;
}
.lang-select a {
  display: inline-block;
  margin: 0 5px;
  color: black;
}
.lang-select a img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.lang-select .active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.banner-slide {
  position: relative;
}

.banner-text {
  background-color: rgba(52, 82, 135, 0.81);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: left;
  left: 0;
  padding: 30px 70px 30px 50px;
}
.banner-text h1 {
  color: white;
  font-size: 47px;
  font-weight: 700;
}
.banner-text p {
  font-size: 30px;
  padding: 0;
}

.banner-btn {
  color: white;
  border: 1px solid white;
  display: inline-block;
  width: 245px;
  padding: 20px 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.client-banner {
  /* margin: 20px 0 50px; */
  margin-top: 30px;
  /* margin: 0; */
}
.client-banner-slide a {
  display: block;
}
.client-banner-mobile {
  display: none !important;
}

.home-boxes {
  padding: 16px 0;
}
.home-boxes-wrap {
  display: -webkit-box;
  display: flex;
}

body {
  background: #f3f3f3;
}

.site-wrapper {
  background: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.home-box {
  background-size: cover;
  background-repeat: no-repeat;
  height: 312px;
  -webkit-box-flex: 1;
  flex: 1;
  background-position: center center;
  position: relative;
  margin-right: 16px;
  display: block;
}
.home-box:last-of-type {
  margin-right: 0;
}

.home-box-title {
  color: white;
  font-size: 20px;
  letter-spacing: 2.92px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: rgba(235, 115, 60, 0.83);
  right: 30px;
  text-align: center;
  padding: 20px;
  z-index: 20;
}
.home-box.middle {
  -webkit-box-flex: 2;
  flex: 2;
}
.home-box.middle .home-box-title {
  color: white;
}

.home-box.last {
  margin-right: 0;
}
.home-boxes + .h_text_img {
  padding-top: 0;
}
.h_text_img {
  padding: 10px 0;
}
.h_text_img:after {
  clear: both;
  content: "";
  display: table;
}
.h_text_img ._img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.h_text_img ._text {
  padding: 80px;
}
.h_text_img p {
  color: #203260;
  line-height: 35px;
  font-weight: 300;
  margin: 20px 0;
}
.h_text_img .btn-style {
  margin-top: 30px;
}
.h_text_img h2 {
  font-size: 39px;
  color: #203260;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.h_text_img ._text a:not(.btn-style) {
  color: #203260;
  text-decoration: underline;
}
.h_text_img.even_row_img ._img {
  float: right;
}

.btn-style {
  color: #002e67;
  font-weight: 500;
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #002e67;
}
.btn-style:hover {
  background: #002e67;
  color: white;
}

.home-blog {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.home-blog:after {
  clear: both;
  content: "";
  display: table;
}
.home-blog p {
  color: #203260;
  line-height: 35px;
  font-weight: 300;
  margin: 20px 0;
}
.home-blog .btn-style {
  margin-top: 30px;
}
.home-blog h2 {
  font-size: 39px;
  color: #203260;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
}

.headline-wrap {
  text-align: center;
  padding: 60px 0 30px;
}

.home-blocks:after {
  clear: both;
  content: "";
  display: table;
}

.home-block {
  width: calc(25% - 25.5px);
  margin-right: 34px;
  float: left;
  color: black;
  display: block;
}
.home-block:last-of-type {
  margin-right: 0;
}
.home-block-img {
  background-image: url(../img/box.png);
  background-size: cover;
  height: 180px;
}
.home-block-content {
  background-color: #f4f5f6;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 30px 20px 40px;
  position: relative;
}
.home-block-content img {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.gr-test-slider-wrap {
  background-image: linear-gradient(190deg, #ffffff 0%, #ebedee 100%);
  padding: 30px 0 0;
}

.gr-test-slider {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.gr-test-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
}
.gr-test-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 4px;
}
.gr-test-slider .owl-dot.active {
  background: black;
}

.gr-test-pic {
  float: left;
  margin-right: 40px;
  width: 289px;
}

.gr-test-content {
  overflow: hidden;
  color: #424242;
  padding-top: 90px;
}
.gr-test-content img {
  display: block;
  margin: 0 0 5px;
}

.gr-test-name {
  font-size: 32px;
  font-weight: 700;
  display: block;
  padding-bottom: 50px;
  color: black;
}

.big-quote {
  margin: 60px 0 0;
}
.big-quote img {
  display: block;
}
.big-quote-text {
  background-image: linear-gradient(165deg, #052a57 0%, #002e67 100%);
  padding: 40px 100px;
  text-align: center;
}
.big-quote-text small {
  display: block;
  color: #c5b0a6;
  padding: 0 0 20px;
  font-weight: 600;
}
.big-quote-text p {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.under-big-quote {
  text-align: center;
  padding: 25px 0;
}
.under-big-quote a {
  font-weight: 700;
  color: black;
}

.blog-cat-filters {
  border-bottom: 2px solid #e7e7e7;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
}

.blog-cat-filter {
  display: inline-block;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
  margin: 0 15px;
  cursor: pointer;
  font-weight: 100;
}
.blog-cat-filter.active {
  color: #000000;
  font-weight: 700;
  position: relative;
  cursor: default;
}
.blog-cat-filter.active:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #002e67;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.blog-cat-filter-select {
  display: none;
}

.blog-posts-wrap {
  padding: 20px 0 50px;
}
.blog-posts-wrap:after {
  clear: both;
  content: "";
  display: table;
}

.blog-post {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  color: black;
  float: left;
}
.blog-post:nth-of-type(2n) {
  margin-right: 0;
}
.blog-post-img {
  max-height: 225px;
  overflow: hidden;
}
.blog-post-img img {
  width: 100%;
  display: block;
}
.blog-post-content {
  background-color: #f5f5f5;
  padding: 35px 40px;
  position: relative;
}

.blog-post-content-bottom {
  font-weight: 700;
  padding: 28px 0 0;
  line-height: 1.4;
}
.blog-post-date {
  display: inline-block;
  font-size: 12px;
  color: #b8b8b8;
  font-weight: 700;
  margin-left: 30px;
}
.blog-post-category {
  display: inline-block;
}

.inn-banner {
  background-color: #ededed;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  height: 285px;
  position: relative;
}
.inn-banner-text {
  padding: 35px 80px;
  color: white;
}
.inn-banner-text h1 {
  font-size: 49px;
  font-weight: 600;
}
.inn-banner-text small {
  display: block;
  font-size: 18px;
  line-height: 35px;
}

.mod-pad {
  padding: 40px 0;
}

.tabs-nav {
  border-bottom: 2px solid #e7e7e7;
  text-align: center;
}
.tabs-nav:after {
  clear: both;
  content: "";
  display: table;
}

.tab-nav {
  display: inline-block;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
  margin: 0 15px;
  cursor: pointer;
}
.tab-nav.active {
  color: #000000;
  font-weight: 700;
  position: relative;
  cursor: default;
}
.tab-nav.active:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #002e67;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.tab-nav .icon {
  width: 64px;
  height: 64px;
  background-color: #f1f1f1;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 14px;
}
.tab-nav .icon img {
  max-width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-nav .icon svg {
  display: block;
  width: 35px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-nav.active .icon {
  background-color: #002e67;
}

.tab-nav .icon svg path {
  stroke: #a7a7a7 !important;
}
.tab-nav.active .icon svg path {
  stroke: white !important;
}

.tab-content-wrap {
  padding: 50px 50px 0;
}

.tab-content {
  display: none;
}

.tab-content.tab--1 {
  display: block;
}

.tab-5050:after {
  clear: both;
  content: "";
  display: table;
}

.tab-col {
  float: left;
  width: 50%;
}
.tab-col:first-of-type {
  padding-right: 20px;
}
.tab-col:last-of-type {
  padding-left: 20px;
}

.tab-title {
  padding: 0 0 40px;
}
.tab-title:after {
  clear: both;
  content: "";
  display: table;
}
.tab-title .icon {
  width: 40px;
  height: 40px;
  background-color: #002e67;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 14px;
  float: left;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.tab-title .icon img {
  max-width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-title .icon svg {
  display: block;
  width: 22px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-title .icon svg path {
  stroke: white !important;
}

.tab-title span {
  display: block;
  overflow: hidden;
  font-size: 32px;
  font-weight: 700;
}

.faq-mod {
  background-image: linear-gradient(10deg, #eaeef0 0%, #f8f8f8 100%);
  padding: 100px;
}
.faq-mod > h2 {
  text-align: center;
}

.faq-contain {
  padding: 40px 0 0;
}
.faq-contain:after {
  clear: both;
  content: "";
  display: table;
}

.faq-col {
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}
.faq-col:last-of-type {
  margin-right: 0;
}

.faq-row {
  background: white;
  margin: 0 0 14px;
  padding: 15px;
}

.faq-title {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding: 0 40px 0 10px;
  cursor: pointer;
}
.faq-title:after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(../img/icon-faq-arrow.png);
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 8px;
}

.faq-content {
  display: none;
  padding: 20px 10px 0;
}

.faq-row.opened {
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.18);
}
.faq-row.opened .faq-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-row.opened .faq-content {
  display: block;
}

.faq-form-top {
  background-color: #002e67;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.faq-form-top .title {
  font-size: 21px;
  font-weight: 700;
  display: block;
  padding: 0 0 15px;
}

.faq-form-bottom {
  background: white;
  padding: 20px;
}

.greybg {
  background-color: #f6f7f8;
}

.mod-title {
  text-align: center;
  padding: 0 0 25px;
}

.team-mod {
  margin: 60px 0;
}

.team-mod-wrap {
  padding: 0 100px;
}
.team-mod-wrap:after {
  clear: both;
  content: "";
  display: table;
}

.team-mod-col {
  float: left;
  margin-right: 30px;
  width: calc(25% - 22.5px);
  text-align: center;
}
.team-mod-col:last-of-type {
  margin-right: 0;
}

.team-mod-name {
  display: block;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 0 20px;
}
.team-mod-name span {
  display: block;
}
.team-mod-position {
  font-size: 16px;
  color: #424242;
  font-weight: 400;
  display: block;
}

.mod-tab2-top {
  background-size: cover;
  background-image: url(../img/tab_bg.png);
  width: 100%;
  height: 400px;
  position: relative;
}

.mod-tab2-buttons {
  padding: 27px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mod-tab2-buttons:after {
  clear: both;
  content: "";
  display: table;
}

.mod-tab2-button {
  display: inline-block;
  font-size: 21px;
  background: white;
  color: rgba(0, 0, 0, 0.32);
  padding: 30px 40px;
  text-align: center;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
}
.mod-tab2-button.active {
  color: black;
  font-weight: 700;
  cursor: default;
}
.mod-tab2-button.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: white;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

.mod-tab2-bottom {
  padding: 40px;
}

.mod-tab2-content {
  text-align: center;
  display: none;
}
.mod-tab2-content.active {
  display: block;
}

.arrow__svg {
  width: 15px;
  height: 15px;
  position: relative;
}
.arrow__svg path {
  fill: black;
}
.banner-text-links svg {
  top: 2px;
  right: -2px;
}
.banner-text-links svg path {
  fill: white;
}
.home-block-content svg {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.gr-test-content svg {
  width: 30px;
  height: auto;
  display: block;
}
.gr-test-content svg path {
  fill: #002e67 !important;
}

.blog-post-content svg {
  position: absolute;
  bottom: 35px;
  right: 40px;
}

.header-toggle {
  display: none;
  cursor: pointer;
}
.header-right-mobile {
  display: none;
}
.header-toggle svg line {
  stroke: #002e67;
}
.header-toggle svg {
  width: 30px;
  height: 30px;
}
.header-right-mobile a {
  display: inline-block;
  margin-left: 15px;
}
.header-right-mobile {
  padding-right: 10px;
  padding-top: 8px;
}
.mod-tab-select {
  display: none;
}

.arch-blog-posts {
  padding: 50px 0;
}

.arch-blog-post {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.arch-blog-post-sizer,
.arch-blog-post {
  width: calc(33.333% - 20px);
}

.arch-blog-post-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arch-blog-post-content {
  padding: 20px;
}
.arch-blog-post-content h3 {
  font-size: 26px;
  line-height: 30px;
}
.arch-blog-post-content p {
  opacity: 0.8;
  margin: 15px 0;
}
.arch-blog-post-content a {
  font-weight: 700;
  color: #1f335f;
}

.step-form label {
  font-size: 21px;
  display: block;
  font-weight: 700;
  padding: 20px 0 20px;
}
.person-size {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.person-size.active:after {
  background-color: #002e67;
  border-color: #002e67;
}
.person-size:after {
  border: 1px solid #c1c1c1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  content: "";
  margin: 5px auto;
}
.person-selects {
  padding: 0 0 25px;
}
.form-steps:after {
  clear: both;
  content: "";
  display: table;
}
.form-step {
  background-color: #002e67;
  font-size: 14px;
  font-weight: 700;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.form-step.back {
  float: left;
}
.form-step.forward {
  float: right;
}
.form-step.disable {
  opacity: 0.22;
  cursor: default;
}
.form-step svg path {
  fill: white;
}
.form-step svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.step-form-input {
  display: block;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  background: #f1f1f1;
  color: black;
  width: 100%;
  margin: 20px 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.step-form-submit {
  background: #002e67;
  font-size: 14px;
  font-weight: 700;
  color: white;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}
.step-form-step {
  display: none;
}
.step-form-step.active {
  display: block;
}

.rangeslider,
.rangeslider__fill {
  display: block;
}
.step-slider-wrap {
  padding: 0 60px 40px;
  position: relative;
}
.step-slider-wrap:before {
  display: inline-block;
  content: "40 kg";
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  position: absolute;
  left: 0;
}
.step-slider-wrap:after {
  display: inline-block;
  content: "120 kg";
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  position: absolute;
  right: 0;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
  top: 7px;
}

.rangeslider--horizontal {
  height: 1px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  /* background: #00ff00; */
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #cacaca;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 3px;
}
.rangeslider__handle:after {
  content: attr(data-value) " kg";
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: calc(100% + 5px);
  left: -15px;
  width: 70px;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.header-mob-tog {
  display: none;
  cursor: pointer;
}
.header-mob-tog svg {
  width: 30px;
  height: auto;
}
.hmob-x {
  display: none;
}
.opened .hmob-x {
  display: block;
}
.opened .hmob-menu {
  display: none;
}

.bvideo-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.bvideo-container iframe,
.bvideo-container object,
.bvideo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-video {
  position: relative;
}

.banner-video-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #203260;
  font-size: 25px;
  font-weight: 400;
}

.home-blocks-slider,
.team-mod-slider {
  display: none !important;
}
.home-blocks-slider .owl-dots,
.team-mod-slider .owl-dots {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
.home-blocks-slider .owl-dot,
.team-mod-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 4px;
}
.home-blocks-slider .owl-dot.active,
.team-mod-slider .owl-dot.active {
  background: black;
}

.team-mod-slider .team-mod-col img {
  margin: 0 auto;
}

.page-id-65362 .blog-header {
  display: none;
}

.geodir_category_list_view a {
  color: #eb733c !important;
}

.geodir-breadcrumb a {
  color: #eb733c !important;
}

a.goedir-forgot-link {
  color: #eb733c !important;
}

.gm-err-content {
  display: none !important;
}

.geodir_list_heading a {
  color: #eb733c !important;
}

.geodir-company_info a {
  color: #eb733c !important;
}

.gd-navi a {
  color: #eb733c !important;
}

.logos-wrap-bg {
  padding: 50px 0;
}
.logos-slide {
  position: relative;
  text-align: center;
}
.logos-slide a {
  display: inline-block;
  margin: 0 auto;
}
.logos-slider {
  padding: 0 50px;
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.travel-sidebar-content {
  display: none !important;
}

.banner-profile {
  width: 150px;
}

.buchen-but {
  height: 40px;
  background: #eb733c;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  padding: 0 25px;
  transition: 0.5s all;
  display: inline-block;
}
.buchen-but:hover {
  background: #1d3556;
  color: #fff;
}

.link-action {
  margin-inline-start: 0.5rem;
  color: #eb733c;
  font-weight: bold;
  font-size: 16px;
}

.link-action:hover {
  color: #eb733c;
  text-decoration: underline;
}

#wpsl-stores .b-post-text p {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #000 !important;
  font-weight: 400 !important;
}

#wpsl-result-list {
  margin-top: -20px !important;
  padding-top: 30px !important;
}

.page-id-72545 #wpsl-search-btn {
  background: white !important;
  color: #b28749 !important;
}
.page-id-72545 #wpsl-search-btn:hover {
  background: #eb733c !important;
  color: #fff !important;
  text-decoration: none;
}

.page-id-72545 .b-posts-wrap {
  background-color: white;
}

.page-id-72545 #wpsl-stores {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 30px;
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  line-height: 1.5;
}

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #7d7d7d;
}

#menu-travel li {
  line-height: 20px !important;
}

#wpsl-base-gmap_0 {
  display: none;
}

#wpsl-wrap.wpsl-no-results #wpsl-result-list {
  min-height: 200px;
}

/* .page-id-77356 .banner-profile-wrap,
.page-id-77357 .banner-profile-wrap,
.page-id-77358 .banner-profile-wrap,
.page-id-77359 .banner-profile-wrap,
.page-id-77360 .banner-profile-wrap,
.page-id-77227 .banner-profile-wrap{
  display: none;
} */

@media (max-width: 767px) {
  .client-banner-desktop {
    display: none !important;
  }
  .client-banner-mobile {
    display: block !important;
  }
}
