/* Scss Document */
.quicklinks li {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  border-bottom: 1px solid #ccc; }
.quicklinks a:hover {
  color: red; }

#slider {
  background: #000; }

.slider-cont {
  position: relative;
  padding: 0; }
  .slider-cont .slider-caption {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0; }
  .slider-cont img {
    width: 100%; }

.slick-carousel .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-size: 32px;
  color: #FFF;
  z-index: 5;
  cursor: pointer; }
.slick-carousel .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font-size: 32px;
  color: #FFF;
  z-index: 5;
  cursor: pointer; }

/* ----------------------------------------------------------------
	Quicklinks
-----------------------------------------------------------------*/
.quicklinks {
  list-style: none;
  padding: 0;
  margin: 12px 0 24px; }
  .quicklinks li {
    border-bottom: 1px solid #ededed;
    padding: 2px 0;
    position: relative; }
    .quicklinks li a {
      color: #333;
      display: block;
      padding: 10px;
      border-radius: 4px;
      transition: all 200ms ease;
      /*&:hover {background:var(--themecolor);color:white;text-decoration:none;}
      &:hover + i {color:white;}*/ }
    .quicklinks li.current > a {
      background: #f5df4d;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      color: var(--themecolor); }
    .quicklinks li.current > i {
      color: white; }
    .quicklinks li ul {
      list-style: none;
      padding-left: 12px;
      display: none; }
      .quicklinks li ul li:last-child {
        border-bottom: none; }
  .quicklinks i {
    position: absolute;
    right: 6px;
    top: 12px;
    cursor: pointer;
    color: var(--themecolor);
    z-index: 9;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transform-origin: center; }
    .quicklinks i:hover {
      color: var(--themecolor) !important; }
  .quicklinks .up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .quicklinks .down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.quicklinks li:hover a {
  color: #3c4148; }

.side-nav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 200;
  top: 0;
  left: -320px;
  background-color: white;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px; }
  .side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    cursor: pointer; }

#curtain {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 200;
  transition: 0.5s;
  display: none; }

.dropdown-menu {
  min-width: auto !important; }

.dropdown-toggle::after {
  display: none; }

.main-bg {
  background-color: #f5df4d; }
  .main-bg.promo-dark h3 {
    color: #333; }
  .main-bg.promo-dark span {
    color: #333 !important; }
  .main-bg.promo-dark a {
    background: #3c4148;
    border-color: #3c4148; }

.gray-bg {
  background-color: #949597 !important; }
  .gray-bg .menu-link {
    color: white; }
    .gray-bg .menu-link:hover {
      color: #f5df4d; }

.blue-bg {
  background-color: #565d67; }
  .blue-bg.promo-dark a {
    background: #f5df4d;
    border-color: #f5df4d;
    color: #333; }

.sub-menu-container .menu-item:hover > .menu-link {
  background: #949597 !important; }

.fbox-plain .fbox-icon i {
  color: #3c4148; }
  .fbox-plain .fbox-icon i:hover {
    color: #f5df4d; }

.page-item.active .page-link {
  background-color: #3c4148 !important;
  border-color: #3c4148 !important; }

.page-link {
  color: #3c4148; }

@media screen and (max-width: 900px) {
  .slider-caption h2 {
    font-size: 3rem; }

  .slider-caption p {
    font-size: 1.2rem; } }
@media screen and (max-width: 480px) {
  .slider-caption h2 {
    font-size: 2.5rem; } }
