@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .categories {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}
.categories.form-group {
  display: flex;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .categories.form-group {
    margin-left: 15px;
  }
}
.categories.form-group .bootstrap-select.btn-group {
  height: 35px;
}
.categories.form-group .categories-submit {
  min-width: 0;
  border-radius: 0 20px 20px 0;
  color: #005d83;
  font-weight: 700;
  background: #AEDA72;
  height: 35px;
  text-decoration: none;
  padding: 7px 20px;
  display: inline-block;
  position: relative;
}
.categories.form-group .categories-submit:before {
  content: '\f105';
  font-family: FontAwesome;
  left: 10px;
  display: inline-block;
  position: absolute;
}
.categories.form-group .categories-submit:hover,
.categories.form-group .categories-submit:focus {
  color: #AEDA72;
  background: #005d83;
}
.categories label {
  color: #005d83;
  white-space: nowrap;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .categories label {
    margin: 0 1rem 0 0;
  }
}
.categories label .fa {
  margin-right: .5rem;
}
.categories .form-control {
  max-width: 23rem;
  background-color: transparent;
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  .categories .form-control {
    max-width: none;
    width: 100%;
  }
}
.categories .form-control .dropdown-toggle {
  background-color: #fff !important;
  color: #005d83 !important;
  font-weight: 700;
  border: 2px solid #AEDA72;
  padding: 5px 25px 5px 20px !important;
  border-radius: 20px 0 0 20px;
}
.categories .form-control .dropdown-toggle:after {
  right: 15px;
}
.categories__list-wrapper {
  width: 100%;
  display: block;
  border-top: 1px solid #005db9;
  padding: 25px 0 50px;
  margin: 25px 0 0;
}
.categories__list-headline {
  font-size: 2.5rem;
  color: #005db9;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 25px;
}
.categories__list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.categories__list-container a {
  margin: 10px;
}
