/* 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.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* 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;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 9, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 14, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 18, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 22, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  /* line 28, templates/rt_koleti/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 32, templates/rt_koleti/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 41, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
/* line 48, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 56, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 63, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 72, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 79, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 89, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 98, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 103, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 108, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 119, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 129, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 133, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 138, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 142, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 146, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 154, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 159, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 163, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 169, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 177, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 178, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  /**
   This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 179, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 188, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 192, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
/* line 202, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 203, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 209, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 224, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 228, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 233, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 242, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 254, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 259, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav [class*='owl-'] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 270, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav [class*='owl-']:hover {
  text-decoration: none;
}
/* line 275, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 281, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 285, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 289, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 294, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #030303;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
/* line 305, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 307, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* line 319, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel {
  color: #eceeef;
}
/* line 322, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 325, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
/* line 328, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 338, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 88rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 88rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 43rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 371, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  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;
  -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;
  height: 100%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
/* line 381, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 1.5rem;
  text-align: center;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
/* line 390, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-family: "NotoSans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 421, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 445, templates/rt_koleti/custom/scss/_owlcarousel.scss */
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    display: none;
  }
}
/* line 461, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav {
  margin: 0;
}
/* line 464, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 477, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
/* line 481, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
/* line 487, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
/* line 494, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
/* line 500, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
/* line 507, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/* line 515, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
/* line 533, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #030303;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 543, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #fff;
}
/* line 552, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 553, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 554, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #ff2749;
  background-color: #ff2749;
  background-image: -webkit-linear-gradient(-310deg, #ff2749, );
  background-image: linear-gradient(40deg,#ff2749, );
  opacity: 0.9;
}
/* line 561, templates/rt_koleti/custom/scss/_owlcarousel.scss */
/* line 562, templates/rt_koleti/custom/scss/_owlcarousel.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: ;
  background-color: ;
  background-image: -webkit-linear-gradient(-410deg, , #ff2749);
  background-image: linear-gradient(140deg,, #ff2749);
  opacity: 0.9;
}
@font-face {
  font-family: 'modia';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/modia/modia-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/modia/modia-webfont.woff2') format("woff2"), url('../fonts/modia/modia-webfont.woff') format("woff"), url('../fonts/modia/modia-webfont.ttf') format("truetype"), url('../fonts/modia/modia-webfont.svg#modia') format("svg");
}
/* line 4, templates/rt_koleti/custom/scss/custom.scss */
.font-family-bloody {
  font-family: 'Modia', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 9, templates/rt_koleti/custom/scss/custom.scss */
div[id^="slidingmenu-"]:before {
  content: "Menu";
  color: white;
}
/* line 13, templates/rt_koleti/custom/scss/custom.scss */
div[id^="slidingmenu"] {
  padding-right: 3rem;
}
/* line 16, templates/rt_koleti/custom/scss/custom.scss */
.g-offcanvas-toggle::after {
  content: "Menu";
  font-size: 1rem;
  top: 2rem;
  position: absolute;
  left: 0;
}
/* line 23, templates/rt_koleti/custom/scss/custom.scss */
.slidingmenu-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 26, templates/rt_koleti/custom/scss/custom.scss */
.slidingmenu.slidingmenu-elastic.menu-wrap {
  background-image: url('../images/arrows.gif');
}
/* line 29, templates/rt_koleti/custom/scss/custom.scss */
.slidingmenu.menu-wrap .g-main-nav .g-dropdown {
  box-shadow: none;
}
/* line 32, templates/rt_koleti/custom/scss/custom.scss */
.moveUP {
  margin-top: -30px;
}
/*# sourceMappingURL=custom_289.css.map */