.glide__slide {
  position: relative; }
  .glide__slide_caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 40px;
    font-size: 0;
    text-align: center;
    z-index: 5; }
    .glide__slide_caption_text {
      display: inline-block;
      height: 40px;
      border-radius: 20px;
      background-color: rgba(67, 67, 67, 0.54);
      padding: 0px 15px;
      font: 400 14px/40px "Fira Sans", sans-serif;
      color: #fff;
      text-align: center; }
  .glide__slide_bg {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    z-index: 1;
    background-size: cover !important;
    background-position: center; }
    .glide__slide_bg:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.8); }
  .glide__slide_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat; }
.glide__arrows {
  position: absolute; }
  .glide--horizontal .glide__arrows {
    top: 50%;
    left: 0;
    right: 0;
    width: 1180px;
    height: 60px;
    margin: -30px auto 0px; }
  .glide--vertical .glide__arrows {
    left: 50%;
    height: 88%;
    margin-top: 6%; }
.glide__arrow {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .glide__arrow.disabled {
    display: none; }
  .glide__arrow:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #334472;
    background-color: #f9f9f9;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  .glide__arrow:hover {
    border-color: #334472; }
    .glide__arrow:hover:after {
      background-color: #334472; }
  .glide--horizontal .glide__arrow.prev {
    left: 0; }
    .glide--horizontal .glide__arrow.prev:after {
      background: url(../img/slider_arrow_left_blue.png) no-repeat center;
      background-size: 12px auto; }
    .glide--horizontal .glide__arrow.prev:hover:after {
      background-image: url(../img/slider_arrow_left_white.png);
      background-size: 12px auto; }
  .glide--horizontal .glide__arrow.next {
    right: 0; }
    .glide--horizontal .glide__arrow.next:after {
      background: url(../img/slider_arrow_right_blue.png) no-repeat center;
      background-size: 12px auto; }
    .glide--horizontal .glide__arrow.next:hover:after {
      background-image: url(../img/slider_arrow_right_white.png);
      background-size: 12px auto; }
  .glide--vertical .glide__arrow {
    transform: translateX(-50%); }
    .glide--vertical .glide__arrow.prev {
      top: 0; }
    .glide--vertical .glide__arrow.next {
      bottom: 0; }
.glide__bullets {
  position: absolute;
  z-index: 2;
  list-style: none; }
  .glide--horizontal .glide__bullets {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    font-size: 0; }
  .glide--vertical .glide__bullets {
    top: 50%;
    right: 8%;
    width: 12px;
    height: auto;
    transform: translateY(-50%); }
  .glide__bullets > * {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.36);
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .glide--horizontal .glide__bullets > * {
      margin: 0 3px; }
    .glide--vertical .glide__bullets > * {
      vertical-align: middle; }
    .glide__bullets > *.active {
      background-color: #f7e821; }
    .glide__bullets > *:focus {
      outline: none; }
    .glide__bullets > *:hover {
      background-color: rgba(247, 232, 33, 0.8); }

/*# sourceMappingURL=glide.theme.css.map */
