#homepage-slider {
  position: relative;
  margin: 20px 0;
  overflow: hidden; max-height: 543px;
}

#homepage-slider .bx-wrapper .bx-next:before {
  content: "\f054";
  font-size: 30px;
  line-height: 30px;
}

#homepage-slider .bx-wrapper .bx-prev:before {
  content: "\f053";
  font-size: 30px;
  line-height: 30px;
}

#homepage-slider .bx-wrapper .bx-next,
#homepage-slider .bx-wrapper .bx-prev {
  top: 0%;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

#homeslider {
  padding: 0;
}

.homeslider-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3% 55% 3% 80px;
  cursor: pointer;
}

.homeslider-inner {
  position: relative;
  height: 100%;
}

.homeslider-description {
  position: absolute;
  cursor: pointer;
      bottom: 30px;
}

.homeslider-description h2 {
font-size: 2.9em;
    margin: 4em 0 0.3em;
    font-weight: 400;
    color: #f66c23;
}

.homeslider-description a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    padding: 10px;
    float: right;
    background: #f66c23;
    transition: background ease-in 0.1s;
    }
.homeslider-description a:hover {
    background: #cc4500;
    }

.homeslider-description a:after {
    font-family: "FontAwesome";
    font-size:20px;
    content: "\f138";
    padding-left: 16px
 }





.homeslider-description p {
  font-size: 1.2em;
  margin: 0 0 1em;
  color: #fff;
}

.homeslider-description .btn {
  font-size: 1.0em;
}

@media (max-width: 1200px) {
  .homeslider-description {
    font-size: 0.9em;
  }
}

@media (max-width: 992px) {
  .homeslider-description {
    font-size: 0.8em;
  }
}

#homeslider-pager {
  display: none;
}
