@media (max-width: 768px) {
  .banner-rotator {
    margin-bottom: 0;
  }
}
.banner-rotator #homeSlider {
  font-weight: bold;
  width: 100%;
  min-height: 433px;
}
@media (max-width: 768px) {
  .banner-rotator #homeSlider {
    min-height: 150px;
  }
}
.banner-rotator #homeSlider img {
  width: 100%;
  height: auto;
}
.banner-rotator #homeSlider > .rsContent {
  display: none;
}
.banner-rotator #homeSlider .example-link {
  padding: 5px 12px 6px;
  color: #FFF;
  background: #FFF;
  position: absolute;
  color: #BB0202;
  right: 12px;
  bottom: 12px;
  text-decoration: none;
  font-weight: normal;
}
.banner-rotator #homeSlider .example-link:hover {
  text-decoration: none;
  background: #C00;
  color: #FFF;
}
.banner-rotator .rsDefault .rsSlideTitle {
  font-size: 40px;
  padding: 11px 13px 11px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  line-height: 50px;
  text-transform: uppercase;
}
.banner-rotator .rsDefault .rsFirstSlideTitle {
  left: 12%;
  top: 74px;
}
.banner-rotator .rsDefault .rsSecondSlideTitle {
  top: 100px;
  background: #C80A0A;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.2rem;
  width: 178px;
}
.banner-rotator .rsDefault .rsSecondSlideTitle i {
  margin-left: 20px;
}
.banner-rotator .rsDefault .rsBullets {
  background: none;
}
.banner-rotator .rsDefault .rsBullets span {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.banner-rotator .rsDefault .rsBullets:hover {
  border-radius: 5px;
}
.banner-rotator .rsDefault .rsNavSelected span {
  width: 20px;
  border-radius: 20px;
  display: block;
  position: relative;
}
.banner-rotator .rsDefault .rsNavSelected span:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: red;
  position: absolute;
  left: 6px;
  top: 6px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
  .banner-rotator .rsDefault .rsSlideTitle {
    font-size: 18px;
    padding: 10px 12px 12px;
  }
  .banner-rotator .rsDefault .rsFirstSlideTitle {
    left: 8%;
    top: 54px;
  }
  .banner-rotator .rsDefault #homeSlider .rsThumb {
    font-size: 12px;
    width: 115px;
    height: 44px;
    cursor: pointer;
  }
  .banner-rotator .rsDefault #homeSlider .rsTmb {
    margin-top: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .banner-rotator .rsDefault .royalSlider {
    height: 300px !important;
  }
  .banner-rotator .rsDefault .rsSlideTitle {
    font-size: 14px;
    padding: 8px 10px 8px;
  }
  .banner-rotator .rsDefault .rsFirstSlideTitle {
    left: 24px;
    top: 24px;
  }
  .banner-rotator .rsDefault .rsSecondSlideTitle {
    left: 24px;
    top: 63px;
  }
}
.banner-rotator .rsNavSelected {
  position: relative;
}
.banner-rotator .rsNavSelected:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  top: 5px;
  left: 5px;
}
.banner-rotator .text-slideshow {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
}
.banner-rotator .text-slideshow .title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .banner-rotator .text-slideshow .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .banner-rotator .text-slideshow .summary {
    display: none;
  }
  .banner-rotator .rsArrowIcn {
    display: none !important;
  }
}

/*# sourceMappingURL=default.css.map */
