/* Colors
  ========================================================================== */
/* Typography
  ========================================================================== */
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html {
  font-size: 16px;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
}

h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
}

h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.188rem;
  font-size: 1.375rem;
}

h3 {
  color: #0e64ae;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h3 a {
  color: #0e64ae;
}

h4 {
  font-size: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.alert .alert-heading, .alert > div > hr,
.alert .btn-close {
  display: none;
}
.alert svg {
  height: 20px;
  margin-right: 10px;
}
.alert h3 {
  margin: 0.9rem 0 0.5rem 0;
}
.alert a {
  font-weight: normal;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem 0.75rem 2.45rem;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert::before {
  position: absolute;
  top: 8px;
  left: 8px;
}

.subtitle {
  font-size: 1rem;
  font-weight: 300;
}

p {
  line-height: 1.563rem;
}

a {
  color: #ff8c00;
  font-weight: 700;
}
a:hover {
  color: #cc7000;
}

hr {
  border-top: 1px solid #dbe5f6;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1.125rem;
  }
}
/* -----------------------------------------------------
   Utils
   ----------------------------------------------------- */
body {
  padding-bottom: 62px;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .no-padding {
    padding: 0;
  }
  body {
    padding-bottom: 0;
  }
}
/* -----------------------------------------------------
   Header
   ----------------------------------------------------- */
#searchFormNav {
  display: none;
}

.dropdown-toggle {
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
}
.dropdown-toggle:focus {
  color: #ff8c00;
  outline: none;
  box-shadow: none;
}

.nav {
  flex-direction: column;
}

.navbar > .container {
  align-items: center;
  justify-content: center;
}

.navbar-expand-md {
  background: #ffffff;
  box-shadow: 0px 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.nav-container {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 62px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
  justify-content: space-around;
  align-items: center;
}

.navbar-collapse {
  flex-grow: initial;
}
.navbar-collapse.collapse {
  position: fixed;
  bottom: 62px;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  background: #ffffff;
  justify-content: center;
}

.navbar-collapse.collapsing {
  position: fixed;
  right: 0;
  bottom: 62px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
  justify-content: center;
}

.nav-item.active .nav-link {
  color: #ff8c00;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #09162e;
  fill: #09162e;
  transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out;
}
.nav-link:hover, .nav-link.active, .nav-link.not-empty {
  fill: #ff8c00;
  color: #ff8c00;
}

#btnMyBookingCart {
  position: relative;
}
#btnMyBookingCart > span {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  background-color: #ff8c00;
  padding: 2px 4px;
  font-size: 0.5rem;
  border-radius: 50%;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

#header .form-row > .col,
#header .form-row > [class*=col-] {
  padding: 0;
}

#header #search-block-form {
  position: absolute;
  top: 53px;
  right: 13px;
  flex-flow: nowrap;
  padding: 0;
  display: none;
}
#header #search-block-form.active {
  display: flex;
}
#header #search-block-form .form-search {
  width: 128px;
  border-radius: 2px;
}
#header #search-block-form .btn-primary {
  height: 37px;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid #ff8c00;
}
#header #search-block-form .btn-primary:hover {
  border: 1px solid #cc7000;
}

@media only screen and (min-width: 1200px) {
  .region-primary-menu .nav-link {
    position: relative;
    height: 100px;
    padding: 0 1.469rem;
    line-height: 100px;
    transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out;
  }
  .region-primary-menu .nav-link:hover::after {
    content: "";
    position: absolute;
    right: 1em;
    bottom: 0px;
    left: 1em;
    display: block;
    height: 4px;
    background-color: rgb(255, 140, 0);
  }
}
.navbar-toggler {
  padding-top: 0;
  text-align: center;
  flex-grow: 1;
}
.navbar-toggler-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(9, 22, 46, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-right {
  flex-basis: 75%;
}
.navbar-right .navbar-nav {
  flex-direction: row;
  justify-content: space-around;
}
.navbar-right .navbar-nav .nav-item {
  text-align: center;
  border-right: 1px solid #e6e6e6;
  flex-grow: 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .navbar-right {
    height: 62px;
  }
  .menu--main-fr .nav-item a {
    padding: 0.25rem 0;
  }
}
.nav-link {
  padding: 1rem 0;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item.active .nav-link {
  background: #dbe5f6;
}
.nav-tabs .nav-item .nav-link {
  border: 1px solid #dbe5f6;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  border-bottom: 0;
}
.nav-tabs .nav-item .nav-link:hover {
  background-color: rgb(239.4, 243.7333333333, 251.1);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #dbe5f6;
  color: #000;
}

.tabs .nav-link {
  text-transform: initial;
  font-size: 1rem;
  color: #ff8c00;
}
.tabs .nav-link[href="/fr/user/logout"]::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f2f5";
  font-weight: 900;
  webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .nav {
    flex-direction: row;
  }
  .navbar-expand-md {
    padding: 0;
    background: #ffffff;
  }
  .nav-link {
    padding: 0.5rem 1rem;
  }
  .nav-container {
    position: relative;
    height: auto;
    border: 0;
    justify-content: flex-end;
  }
  .navbar-collapse.collapse {
    position: relative;
    bottom: initial;
    padding: 0;
    border: 0;
    justify-content: flex-end;
  }
  #language-switcher {
    border-left: 1px solid #e6e6e6;
    margin-left: 1.4rem;
    margin-right: 1rem;
    padding-left: 1.4rem;
    border-radius: 0;
  }
  .navbar-right .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-right .nav-item {
    display: flex;
  }
  .navbar-right .nav-link {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-right .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.dropdown-menu {
  min-width: 3rem;
  text-align: center;
}
.dropdown-menu a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.dropdown-menu a:hover {
  color: #ff8c00;
  text-decoration: none;
}

.navbar-right .nav-item {
  position: relative;
}

.my-booking-cart {
  display: none;
  margin: 25px 0;
  background: #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  padding: 0.813rem 1.438rem;
  position: absolute;
  width: 320px;
  right: 0;
  z-index: 2;
  top: 28px;
}
.my-booking-cart.open {
  display: block;
}

.booking-item {
  border-bottom: 1px solid #e2e8ed;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.booking-item__title {
  color: #0e64ae;
  text-transform: uppercase;
  font-weight: 700;
}
.booking-item__date {
  font-weight: 300;
  color: #0e64ae;
}
.booking-item {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .my-booking-cart {
    width: 500px;
    right: 0;
  }
}
/* -----------------------------------------------------
   Footer
   ----------------------------------------------------- */
footer {
  position: relative;
}
footer .footer-informations {
  padding-top: 15px;
  font-size: 0.9rem;
}
footer .footer-informations a {
  font-weight: normal;
}

#map-container {
  position: relative;
}

#map {
  width: 100%;
  height: 325px;
}

.map-infos {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1rem;
  width: 90%;
  font-size: 0.825rem;
  transform: translateX(-50%);
  color: #404040;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  justify-items: space-around;
  align-self: center;
}

.map__icon {
  height: 12px;
  margin: 0.4rem 0;
}

@media (min-width: 1024px) {
  .map-infos {
    padding: 1rem 4rem;
    max-width: 33.3333%;
  }
}
.eu-cookie-compliance-message h2 {
  text-align: left;
}

/* -----------------------------------------------------
   Buttons
   ----------------------------------------------------- */
.btn.form-control {
  border-radius: 0.25rem;
}

.btn-primary {
  background: #ff8c00;
  border: 1px solid #ff8c00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.btn-primary.btn-lg {
  padding: 1rem 2.4rem;
}
.btn-primary:hover {
  background: #cc7000;
  border: 1px solid #cc7000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background: #cc7000;
  border: 1px solid #cc7000;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}

.btn-secondary {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem;
  font-size: 0.688rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  color: #727272;
  border: 0;
  border-left: 2px solid #ff8c00;
  border-radius: 0;
  background: transparent;
}
.btn-secondary:hover {
  color: #ffffff;
  border-color: #0e64ae;
  background: #f2f2f2;
}
.btn-secondary:after {
  margin-left: 0.8rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #0e64ae;
}

.btn-back {
  display: inline-block;
  font-weight: 700;
  color: #ff8c00;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.btn-back:hover {
  color: #cc7000;
}
.btn-back:hover:before {
  color: #cc7000;
}
.btn-back:before {
  margin-right: 0.8rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #ff8c00;
}

.btn-reverse {
  background: transparent;
  border: 2px solid #ff8c00;
  color: #ff8c00;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-reverse:hover {
  color: #fff;
  background: #ff8c00;
}

.btn-cart {
  padding: 0.8rem 1.8rem;
  margin-bottom: 0.5rem;
}

/* -----------------------------------------------------
   Datepicker
   ----------------------------------------------------- */
.ui-datepicker {
  width: 330px;
  padding: 1.563rem 1.875rem;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  display: none;
  z-index: 800 !important;
}
@media screen and (max-width: 580px) {
  .ui-datepicker {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  background: transparent;
  margin-bottom: 10px;
  border: 0;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
  border-bottom: 1px solid #f2f2f2;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #ff8c00;
  margin: 0 1px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
  border: 0;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #ff8c00;
  border: 0;
}
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #fff;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr {
  background: transparent;
  border: 0;
}
.ui-datepicker-calendar thead tr th {
  background: transparent;
  width: 40px;
  padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #13192d;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.ui-datepicker-calendar tbody tr {
  background: transparent;
  border: 0;
}
.ui-datepicker-calendar tbody tr td {
  border: 0;
  padding-right: 3px;
  padding-bottom: 3px;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  display: block;
  text-decoration: none;
  color: #09162e;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
  background: transparent;
  border: 0;
  text-align: center;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  text-decoration: none;
  background: #ffa333;
  color: #fff;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #ff8c00;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker-unselectable.ui-datepicker-today .ui-state-default {
  color: #ff8c00;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #ddddde;
}

/* -----------------------------------------------------
   Timepicker
   ----------------------------------------------------- */
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 0.25rem;
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.hour:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.minute:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-minute {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* -----------------------------------------------------
   Form
   ----------------------------------------------------- */
form.form-with-validation label.error {
  display: none !important;
}

.alert-wrapper {
  position: relative;
}

.form-wrapper {
  padding: 2rem 0;
}
.form-wrapper .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #e6e6e6;
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
  border-width: 1px;
  border-color: #e62600;
  background-color: hsl(15, 75%, 97%);
  box-shadow: inset 0 5px 5px -5px #b8b8b8;
  color: #a51b00;
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
  border: 2px solid red !important;
}

.form-text {
  margin: 0;
}

textarea {
  resize: none;
}

::-moz-placeholder {
  color: #1d4161;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 1;
}

::placeholder {
  color: #1d4161;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 1;
}

.form-select,
.form-control,
.ui-timepicker-select {
  border: 1px solid #0e64ae;
  border-radius: 0;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.form-select.btn-primary,
.form-control.btn-primary,
.ui-timepicker-select.btn-primary {
  border: 1px solid #ff8c00;
}

.form-checkbox {
  width: initial;
}

.form-check-label {
  padding-left: 20px;
}

.form-check-label label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.form-check-label label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #0e64ae;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check-label label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 18px;
  color: #555555;
  margin-left: -23px;
  margin-top: -5px;
}

.form-check-label input[type=checkbox] {
  opacity: 0;
  z-index: 1;
}

.form-check-label input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-check-label input[type=checkbox]:checked + label::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #ff8c00;
}

form .form-type-select select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10"><defs><clipPath id="clip-Arrow_down"><path d="M0 0h16v10H0z"/></clipPath></defs><g id="Arrow_down" clip-path="url(%23clip-Arrow_down)" data-name="Arrow down"><path fill="%23fff" d="M0 0h16v10H0z"/><path fill="none" stroke="%23ff8c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.75 5-6.385 6.385L-.056 5" transform="translate(1.556 -3.5)"/></g></svg>');
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em auto, 100%;
}
form .form-type-select select.form-control::-ms-expand {
  display: none;
}
form .form-type-select select.form-control:focus {
  border-color: #0e64ae;
}

/*
.form-type-select:not(.js-form-item-field-company-country-0-value) {
  position: relative;
  &::after,
  &::before {
    content: '';
    position: absolute;
    top: 1.5em;
    right: 1em;
    width: 0.75em;
    height: 0.75em;
    border: 0.2em solid #ff8c00;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: opacity 0.2s;
  }

  &::before {
    border-left: none;
    border-top: none;
    top: 0.8em;
  }

  &::after {
    border-right: none;
    border-bottom: none;
    opacity: 0;
  }

  select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    border: 1px solid #0e64ae;
    -moz-appearance: none;

    &:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000;
    }

    -webkit-appearance: none;

    &::-ms-expand {
      display: none;
    }

    &:focus {
      border-color: #0e64ae;
    }
  }

  .form-type-select--large {
    height: 40px;

    select {
      border: 0;
    }
  }
}*/
.option label {
  display: flex;
  align-items: center;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.col-number {
  max-width: 55px;
}

.meeting-rooms-filter-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.meeting-rooms-filter-form .select-placeholder {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  left: 50px;
  font-size: 1rem;
  top: 0;
  bottom: 0;
  background: #ffffff;
}
.meeting-rooms-filter-form .form-type-select--large select {
  padding-left: 60px;
  background: url("../img/participants.svg") no-repeat left center;
  background-size: 37px 30px;
  width: 280px;
  border: 0;
}
.meeting-rooms-filter-form .date-picker-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.meeting-rooms-filter-form .date-picker-wrapper .date-picker {
  height: 40px;
  padding-left: 45px;
  background: url("../img/calendar.svg") no-repeat left center;
  background-size: 29px 26px;
  border: 0;
}
.meeting-rooms-filter-form .date-picker-wrapper .date-picker:focus {
  box-shadow: 0;
  outline: none;
}
.meeting-rooms-filter-form .form-type-select {
  height: 36px;
}
.meeting-rooms-filter-form .form-type-select--large {
  height: 40px;
}
.meeting-rooms-filter-form .number-participants input {
  padding-left: 38px;
  background: url("../img/participants.svg") no-repeat left center;
  background-size: 26px 23px;
  border: none;
  min-width: 220px;
}
.meeting-rooms-filter-form .datetimepicker-input {
  border: 0;
}
.meeting-rooms-filter-form .time-picker-wrapper {
  position: relative;
}
.meeting-rooms-filter-form .time-picker-wrapper:after, .meeting-rooms-filter-form .time-picker-wrapper:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #ff8c00;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: opacity 0.2s;
}
.meeting-rooms-filter-form .time-picker-wrapper:before {
  border-left: none;
  border-top: none;
  top: 0.8em;
}
.meeting-rooms-filter-form .time-picker-wrapper:after {
  border-right: none;
  border-bottom: none;
  opacity: 0;
}
.meeting-rooms-filter-form .time-picker-wrapper input {
  padding-left: 45px;
}
.meeting-rooms-filter-form .time-picker-wrapper--start input {
  background: url("../img/time-start.svg") no-repeat left center;
  background-size: 26px 23px;
}
.meeting-rooms-filter-form .time-picker-wrapper--end input {
  background: url("../img/time-end.svg") no-repeat left center;
  background-size: 26px 23px;
}

@media (min-width: 992px) {
  .meeting-rooms-filter-form {
    flex-direction: row;
  }
  .meeting-rooms-filter-form .time-picker-wrapper input {
    width: 105px;
  }
}
.booking-form__block {
  background: #fff;
  padding: 9px;
  border-radius: 5px;
}
.booking-form .btn-primary {
  height: 57px;
}
.booking-form .date-picker-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .booking-form .date-picker-wrapper {
    width: 20%;
  }
}
.booking-form__block .btn-primary {
  width: 137px;
}

/* -----------------------------------------------------
   Hero
   ----------------------------------------------------- */
.icon--xs {
  height: 12px;
}
.icon--xs path {
  fill: #0e64ae;
}

.icon--small {
  height: 20px;
}
.icon--small path {
  fill: #0e64ae;
}

.icon--contact {
  height: 53px;
}

/* -----------------------------------------------------
   Table
   ----------------------------------------------------- */
table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

table table {
  font-size: 1em;
}

tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: transparent;
}

thead > tr {
  border-bottom: 1px solid #000;
}

tr.odd {
  background: transparent;
}

table tr th {
  background: transparent;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #0e64ae;
  font-weight: bold;
  font-size: 1rem;
  text-transform: none;
}

table tbody tr th {
  vertical-align: top;
}

tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
  /* LTR */
}

.table-bordered {
  border-color: #dbe5f6;
}

.table-bordered th {
  border: 1px solid transparent;
}

.table-bordered td {
  border-color: #dbe5f6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.table td {
  padding: 13px 14px;
  vertical-align: middle;
}