.container-slider {
  background: #FFFFFF;
}

.container-slider > .container {
  overflow: hidden;
  height: 300px;
  z-index: 0;
}

@media (min-width: 481px) and (max-width: 767px) {
  .container-slider > .container {
    max-height: 220px !important;
  }
}

@media (min-width: 300px) and (max-width: 480px) {
  .container-slider > .container {
    max-height: 160px !important;
  }
}

.container-slider .nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 3;
}

.container-slider .nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  border: 2px solid #CED242;
}

.container-slider .nav a.active {
  background: #CED242;
  border: 2px solid #CED242;
  -webkit-box-shadow: 0px 0px 0px 3px #CED242;
          box-shadow: 0px 0px 0px 3px #CED242;
}

.container-slider .nav a + a {
  margin-left: 5px;
}

.owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 3;
}

.owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  border: 2px solid #CED242;
}

.owl-dots .owl-dot.active span {
  background: #CED242;
  border: 2px solid #CED242;
  -webkit-box-shadow: 0px 0px 0px 4px #CED242;
          box-shadow: 0px 0px 0px 4px #CED242;
}

.owl-dots .owl-dot + .owl-dot {
  margin-left: 0px;
}

.slider-nav {
  z-index: 9 !important;
  margin-top: -35px !important;
  top: 50% !important;
  border: 0px !important;
}

.slider-nav i {
  line-height: 42px;
}

.slider-nav.showcase-next {
  right: 0px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.slider-nav.showcase-prev {
  left: 0px !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #CED242 !important;
}

/*
Sliding menu
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .draggable-item {
    overflow: scroll hidden;
    max-width: 100%;
  }
  .draggable-item ul {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1025px) {
  .draggable {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }
}

@media screen and (min-width: 427px) {
  .draggable-desktop {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
  }
}

.slider-item {
  background-position: center center;
}
/*# sourceMappingURL=slider.css.map */