#filter-ribbon {
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.8);
}

.filter-toggle {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1560;
}

#filter-open {
  background: rgba(0, 0, 0, 0.5);
}

.filter-toggle div {
  cursor: pointer;
  width: 145px;
  padding: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "DINPro";
  font-size: 18px;
  background-image: url("../skin/arrow_menu_down.png");
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: right center;
}

/* .filter-toggle div.english {
  width: 242px;
} */

#filter-close > div {
  background-image: url("../skin/arrow_menu_up.png");
}

.swiper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 360px;
  height: 270px;
  background-color: rgba(255, 255, 255, 0);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: rgba(255, 255, 255, 0) solid 5px;
}

.swiper-slide-active {
  cursor: pointer;
}

.swiper-slide-active:hover {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #e4edf2;
}

#filter-select {
  display: inline-block;
  position: relative;
  z-index: 1510;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
}

#filter-select > div {
  display: table-cell;
  padding: 0 6px;
  vertical-align: bottom;
}

#filter-select > div > * {
  display: block;
  width: 200px;
}

#filter-select > div > label {
  color: white;
  font-family: "DINPro";
  line-height: 1.2;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #e4edf2;
  color: black;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #d1d1d1;
}

.bootstrap-select > .dropdown-toggle {
  padding: 4px 12px;
}

#filter-select label {
  font-size: 18px;
}

.dropdown-item {
  padding: 0.25rem 1rem;
  color: black;
  font-family: "DINPro";
  font-size: 20px;
}

.filter-option-inner-inner {
  color: black;
  font-family: "DINPro";
  font-size: 20px;
}

.btn-primary {
  width: auto !important;
  padding: 4px 12px;
  font-family: "DINPro";
  font-size: 20px;
  color: #fff;
  background-color: #7c7c7c;
  border-color: #8b8b8b;
}

.btn-primary:hover {
  color: #000000;
  background-color: #e4edf2;
  border-color: #000000;
}

.btn-primary:focus, 
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #e4edf2;
  border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto #e4edf2 !important;
  outline-offset: -2px;
}


@media only screen and (min-width: 1367px) and (max-width: 1920px) {

  .filter-toggle div {
    width: 136px;
    padding: 10px;
    font-size: 17px;
    background-size: 14%;
  }

  /* .filter-toggle div.english {
    width: 230px;
  } */

  #filter-select > div > * {
    width: 150px;
  }

  .filter-option-inner-inner,
  .dropdown-item,
  #filter-select label,
  .btn-primary {
    font-size: 18px;
  }

  .swiper-slide {
    width: 320px;
    height: 240px;
  }

  .swiper {
    padding-top: 50px;
    padding-bottom: 15px;
  }

}

@media only screen and (min-width: 990px) and (max-width: 1366px) {

  .filter-toggle div {
    width: 123px;
    padding:8px;
    font-size: 16px;
    background-size: 12%;
  }

  /* .filter-toggle div.english {
    width: 190px;
  } */

  #filter-select > div > * {
    width: 100px;
  }

  .filter-option-inner-inner,
  .dropdown-item,
  #filter-select label,
  .btn-primary {
    font-size: 16px;
  }

  .swiper-slide {
    width: 280px;
    height: 210px;
  }

  .swiper {
    padding-top: 45px;
    padding-bottom: 13px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 990px) and (min-height: 400px) {

  .filter-toggle div {
    width: 105px;
    padding: 6px;
    font-size: 14px;
    background-size: 10%;
  }

  /* .filter-toggle div.english {
    width: 158px;
  } */

  #filter-select > div > * {
    width: 80px;
  }

  .filter-option-inner-inner,
  .dropdown-item,
  #filter-select label,
  .btn-primary {
    font-size: 12px;
  }

  .swiper-slide {
    width: 240px;
    height: 180px;
  }

  .swiper {
    padding-top: 35px;
    padding-bottom: 10px;
  }

}

@media only screen and (max-height: 399px), (max-width: 767px) {

  .filter-toggle div {
    width: 103px;
    padding: 4px;
    font-size: 14px;
    background-size: 10%;
  }

  /* .filter-toggle div.english {
    width: 155px;
  } */

  #filter-select > div {
    padding: 0 2px;
  }

  #filter-select > div > * {
    width: 80px;
  }

  .filter-option-inner-inner,
  .dropdown-item,
  #filter-select label,
  .btn-primary {
    font-size: 12px;
  }

  .swiper-slide {
    width: 200px;
    height: 150px;
  }

  .swiper {
    padding-top: 30px;
    padding-bottom: 8px;
  }

}