/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 2, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
/* line 10, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 11, templates/rt_versla/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 25, templates/rt_versla/custom/scss/_slideshow.scss */
  .dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    right: 50%;
    left: auto;
  }
  /* line 30, templates/rt_versla/custom/scss/_slideshow.scss */
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
/* line 37, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 39, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid #95a5a6;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  outline: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
/* line 57, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
/* line 63, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #95a5a6;
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
/* line 77, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
/* line 82, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
/* line 96, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 97, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 103, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}
/* line 118, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  width: 50%;
  margin-left: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    width: 55%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    width: 100%;
    margin: 0 5% 3rem;
  }
}
/* line 131, templates/rt_versla/custom/scss/_slideshow.scss */
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  margin-left: 0;
  margin-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    margin: 0 15%;
  }
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    margin: 0 15%;
  }
}
/* line 146, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-top-title {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'family=Raleway:300';
  max-width: 760px;
  opacity: 0.5;
  margin-bottom: 1.25rem;
}
@media (max-width: 66.6666666667rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-top-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-top-title {
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem;
  }
}
/* line 161, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
  font-size: 2.1vw;
  font-weight: 600;
  font-family: 'family=Satisfy';
  line-height: 1.3;
  margin-bottom: 3rem;
  max-width: 760px;
}
@media (max-width: 85.7142857143rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/* line 176, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-avatar {
  margin-right: 0.625rem;
}
/* line 179, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-avatar img {
  max-width: 40px;
  border-radius: 100%;
}
/* line 185, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-author {
  font-size: 1.2vw;
  font-weight: 600;
  color: #0088f3 !important;
  padding-bottom: 0.2rem;
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-author {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-author {
    text-align: left;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-author {
    font-size: 0.85rem;
  }
}
/* line 204, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs {
  margin: 0 5vw;
  height: 160px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: 'family=Satisfy';
}
/* line 212, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
/* line 217, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
/* line 224, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs .swiper-slide .g-slideshow-thumbs-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  height: 100%;
}
/* line 229, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs .swiper-slide .g-slideshow-thumbs-title span {
  padding: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 2;
}
/* line 237, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #0088f3;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* line 249, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 250, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-thumbs.gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.5;
}
/* line 256, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 264, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  outline: none;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
}
/* line 274, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next:hover, .g-slideshow .navigation .swiper-button-prev:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 280, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-next {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 288, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation .swiper-button-prev {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 296, templates/rt_versla/custom/scss/_slideshow.scss */
/* line 297, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation.rtl .swiper-button-prev {
  right: 1rem;
  left: auto;
}
/* line 302, templates/rt_versla/custom/scss/_slideshow.scss */
.g-slideshow .navigation.rtl .swiper-button-next {
  right: auto;
  left: 1rem;
}
/* line 2, templates/rt_versla/custom/scss/_slider.scss */
.g-slider {
  position: relative;
}
/* line 4, templates/rt_versla/custom/scss/_slider.scss */
/* line 5, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide {
    flex-direction: column;
  }
}
/* line 10, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  width: 40%;
  margin-top: 10rem;
  padding: 0 6rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    padding: 0 3rem;
    width: 50%;
  }
}
/* line 18, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  margin-right: 2.125rem;
  margin-left: auto;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    z-index: 3;
    text-align: center;
    margin-top: 1.5rem;
    padding: 0 5%;
    width: 100%;
  }
}
/* line 29, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content h1 {
  font-size: 3.3rem;
  margin-top: 0;
  padding-top: 0;
}
/* line 34, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content p {
  font-size: 1.1rem;
}
/* line 38, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
  min-height: 500px;
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    min-height: 300px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 100%;
    position: absolute;
  }
}
/* line 55, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, rgba(15, 15, 15, 0) 50%);
  background-image: linear-gradient(to top,#f5f5f5 0%, rgba(15, 15, 15, 0) 50%);
  background-color: transparent;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    background-color: transparent !important;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, rgba(15, 15, 15, 0) 130%);
    background-image: linear-gradient(to top,#f5f5f5 0%, rgba(15, 15, 15, 0) 130%);
  }
}
/* line 73, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots {
  width: 40%;
  position: absolute;
  top: 12rem;
  left: 0;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  flex-direction: column;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    display: none;
  }
}
/* line 88, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots .owl-dot {
  border-radius: 100%;
  background: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0.2rem;
}
/* line 95, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-slides .owl-dots .owl-dot.active {
  background: #fff;
}
/* line 99, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-slides .owl-dots {
  left: auto;
  right: 0;
}
/* line 105, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel {
  padding: 0 4.5rem;
  position: relative;
  bottom: 0rem;
  z-index: 3;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-carousel {
    bottom: 0rem;
    padding-top: 1.5rem;
  }
}
/* line 114, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel {
  right: 2rem;
  left: auto;
}
/* line 118, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 121, templates/rt_versla/custom/scss/_slider.scss */
/* line 124, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item {
  outline: none;
  cursor: pointer;
  padding-top: 1rem;
}
/* line 128, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
  position: relative;
}
/* line 133, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-title {
  margin: 0.625rem;
  font-weight: 500;
}
/* line 137, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container {
  background: transparent;
  margin: 0.625rem;
  height: 120px;
  background-size: cover;
  position: relative;
  z-index: 0;
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 146, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container:before {
  content: '';
  height: 0;
  bottom: 0;
  position: absolute;
  background: #0088f3;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  transition-delay: 0.3s;
}
/* line 157, templates/rt_versla/custom/scss/_slider.scss */
/* line 159, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container {
  transform: translateY(-1rem);
}
/* line 161, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container img {
  padding-bottom: 10px;
  background: #0088f3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 166, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container:before, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container:before {
  height: 10px;
}
/* line 172, templates/rt_versla/custom/scss/_slider.scss */
/* line 173, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div {
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 0;
  top: -4rem;
  left: 0;
  right: 0;
  opacity: 1;
}
/* line 182, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div .fa {
  font-size: 1.5rem;
  font-weight: 400;
}
/* line 186, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* line 190, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-left: 10px;
  left: 0;
  right: auto;
}
/* line 194, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-right: 10px;
  right: 0;
  left: auto;
}
/* line 198, templates/rt_versla/custom/scss/_slider.scss */
/* line 199, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev .fa-chevron-left:before {
  content: "\f054";
}
/* line 205, templates/rt_versla/custom/scss/_slider.scss */
.g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-right: 10px;
  left: auto;
  right: 0;
}
/* line 209, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-left: 10px;
  left: 0;
  right: auto;
}
/* line 213, templates/rt_versla/custom/scss/_slider.scss */
/* line 214, templates/rt_versla/custom/scss/_slider.scss */
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next .fa-chevron-right:before {
  content: "\f053";
}
/* line 5, templates/rt_versla/custom/scss/custom.scss */
#g-navigation > .g-grid > .g-block {
  z-index: 2;
}
/* line 9, templates/rt_versla/custom/scss/custom.scss */
#g-navigation > .g-grid:nth-child(4) > .g-block {
  z-index: 1;
}
/* line 13, templates/rt_versla/custom/scss/custom.scss */
#g-navigation > .g-grid:nth-child(4) {
  margin-top: -27rem;
}
/* line 17, templates/rt_versla/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 20, templates/rt_versla/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
  font-weight: 800;
}
/* line 25, templates/rt_versla/custom/scss/custom.scss */
.zastave {
  padding-left: 0.5rem;
}
/*# sourceMappingURL=custom_20.css.map */