/* CSS Document */

@font-face {
  font-family: 'aksorn';
  src: url('fonts/aksorn_regular-webfont.woff2') format('woff2'),
    url('fonts/aksorn_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'aksorn';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bolder;
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#MainNavTop {
  height: 50px;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.3);
}

.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  background-color: #eb8523;
}

/* Hero Banner - Full width image */
#HeroBannerL .carousel-item img,
#HeroBannerS .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 685px;
  object-fit: cover;
}

/* #HeroBannerL,
#HeroBannerS {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
} */

.boxRadius15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0px solid #800000;
  overflow: hidden;
}

.shadow5 {
  -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.3);
}

.btnCircle {
  background-color: #ffe6e7;
  display: inline-block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 0px solid #800000;
  overflow: hidden;
}

.btnCircle.active {
  background-color: #ff1520;
}
.btnCircle.active img {
  filter: brightness(5);
}

.txtRed {
  color: #dd292a;
}

.btnRed1 {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ff1520;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0px solid #800000;
  overflow: hidden;
}

.btnRed1:hover {
  text-decoration: none;
  color: white;
  background: rgb(250, 130, 76);
  background: linear-gradient(
    133deg,
    rgba(250, 130, 76, 1) 0%,
    rgba(236, 28, 36, 1) 50%,
    rgba(175, 16, 21, 1) 100%
  );
}

.thumb1 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 3px #858583;
}

.pillBlue,
.pillOrange,
.pillRed,
.pillWhite {
  color: white;
  padding: 5px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0px solid #800000;
  overflow: hidden;
}

.pillBlue {
  background-color: #42a3d8;
}
.pillOrange {
  background-color: #eb8523;
}
.pillRed {
  background-color: #de4e58;
}
.pillWhite {
  background-color: white;
}

.bodyBg1 {
  background: url(bg01.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}

.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.875rem;
}

.footer-item {
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 3rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 3rem;
  }
  .footer-item {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    padding: 3rem 6rem;
  }
}

@media (min-width: 1280px) {
  .footer {
    padding: 3rem 6rem;
  }
}

@media (max-width: 768px) {
  .filter-row {
    column-gap: 0.25em;
  }
  .filter-button {
    font-size: 1.5rem;
  }
  .fake-filter-button {
    min-width: 69.86px;
  }
}
