/******************************************************************************
Home Page Slider
*******************************************************************************/
#homepage-slider {
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left; }
  @media (max-width: 767px) {
    #homepage-slider {
      width: 100%;
      max-width: 100%; } }
  #homepage-slider #homeslider {
    margin: 0 auto;
    padding: 0; }
  #homepage-slider .homeslider-container {
    position: relative; }
  #homepage-slider .bx-wrapper img {
    height: auto; }
  #homepage-slider .homeslider-description {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 5%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
    @media (min-width: 992px) {
      #homepage-slider .homeslider-description {
        top: 10%;
        left: 20%;
        right: 20%; } }
    @media (max-width: 767px) and (orientation: portrait) {
      #homepage-slider .homeslider-description {
        display: none; } }
    #homepage-slider .homeslider-description h2 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.1;
      margin-top: 0;
      color: white; }
    #homepage-slider .homeslider-description p {
      font-size: 16px;
      font-weight: bold;
      line-height: 1em;
      color: white; }
    @media (min-width: 992px) {
      #homepage-slider .homeslider-description h2 {
        font-size: 40px; }
      #homepage-slider .homeslider-description p {
        font-size: 20px;
        line-height: 1.1em; } }
  #center_column #homepage-slider {
    padding-left: 7.5px;
    padding-right: 7.5px; }
