/******************************************************************************
						Home Page Slider
*******************************************************************************/

.homeslider {
  padding-left: 0;
  padding-right: 0;
  /* margin-bottom: 14px; */
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* float: left; */

  /*****************************************************************************
  						BXSlider Styles
  ********************************************************************************/
  font-family: "Roboto", sans-serif;
  /* padding-top: 52px; */
}


@media (max-width: 767px) {
  .homeslider {
    width: 100%;
    max-width: 100%;
    /* padding-top: 20px; */
  }
}

.homeslider .homeslider {
  margin: 0 auto;
  padding: 0;
}

.homeslider .homeslider-container {
  position: relative;
}

.homeslider .homeslider-image {
  position: absolute;
  left: 0;
  top: 0;
}

.homeslider-descr-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  transform: translate(-50%, -50%);
}

.homeslider-descr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.homeslider-descr-main {
  margin: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 105px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #a72c3a;
}

.homeslider-descr-secondary {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .homeslider-descr-main {
    font-size: 60px;
    line-height: 80px;
  }

  .homeslider-descr-secondary {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .homeslider-descr-main {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .homeslider-descr-main {
    font-size: 40px;
    line-height: 50px;
  }

  .homeslider-descr-secondary {
    margin-bottom: 10px;

    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .homeslider-descr-main {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (max-width: 400px) {
  .homeslider-descr-main {
    font-size: 30px;
    line-height: 34px;
  }
}

.homeslider .homeslider-descr-btn {
  position: relative;
  padding: 12px 30px 16px 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #000;
  border-radius: 25px;

  transition: 0.1s ease-in-out;
}

.homeslider .homeslider-descr-btn:hover,
.homeslider .homeslider-descr-btn:focus,
.homeslider .homeslider-descr-btn:active {
  text-decoration: none;

  background-color: #a72c3a;
}

.homeslider .homeslider-descr-btn::before {
  content: "\f055";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  font-size: 28px;
  vertical-align: middle;
  color: #ffb400;
}

@media (max-width: 575px) {
  .homeslider .homeslider-descr-btn {
    /* padding: 10px 40px 15px 65px; */

    font-size: 18px;
    line-height: 18px;
  }

  .homeslider .homeslider-descr-btn::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .homeslider .homeslider-descr-btn {
    padding: 5px 20px 10px 40px;

    font-size: 16px;
    line-height: 16px;
  }

  .homeslider .homeslider-descr-btn::before {
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .homeslider .homeslider-description {
    padding: 20px;
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .homeslider .homeslider-description {
    padding: 30px;
    font-size: 0.7em;
  }

  .homeslider .homeslider-description p {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .homeslider .homeslider-description {
    padding: 30px;
    font-size: 0.5em;
  }

  .homeslider .homeslider-description p {
    font-size: 1.7em;
  }
}

.homeslider .bx-wrapper {
  margin: 0 auto !important;
}

.homeslider .bx-wrapper img {
  height: auto;
}

.homeslider .bx-wrapper .bx-viewport {
  width: 100%;
  direction: ltr !important;
}

.homeslider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
}

@media (max-width: 575px) {
  .homeslider .bx-controls {
    display: none;
  }
}

.homeslider .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 52;
  transform: translateY(-50%);

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.homeslider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
}

/* .homeslider .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
} */

.homeslider .bx-wrapper .bx-controls-direction a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 75px;
  color: #303030;
}

.homeslider .bx-wrapper .bx-controls-direction a:hover,
.homeslider .bx-wrapper .bx-controls-direction a:focus,
.homeslider .bx-wrapper .bx-controls-direction a:active {
  opacity: 0.7;
}


.homeslider .bx-wrapper .bx-prev::before {
  content: "\f104";
}

.homeslider .bx-wrapper .bx-next::before {
  content: "\f105";
}

/* Custom nav dots */

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 25px;
  z-index: 52;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.bx-pager-item {
  margin-right: 4px;
}

.bx-pager-item:last-child {
  margin-right: 0;
}

.bx-pager-link {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;

  background: #303030 !important;
  border-radius: 50% !important;
}

.bx-pager-link.active {
  background: #a72c3a !important;
}

.description--headline--top {
  font-size: 61px;
  font-weight: 400;
  line-height: 77px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.description--headline--bottom {
  font-size: 60px;
  font-weight: 200;
  line-height: 77px;
  color: #000;
  text-transform: uppercase;
}
.description--headline--bottom strong {
  color: #a72c3a
}
.description--headline--bottom.green strong {
  color: #246946
}
.description--text {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin: 40px 0; 
}
.description--btn {
  display: block;
  color: #fff;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border-radius: 32px;
  text-align: center;
  background-color: #a72c3a;
}
.description--btn.green {
  background-color: #246946;
}
@media (max-width:1500px) {

  .description--headline--top {
    font-size: 31px;
    font-weight: 400;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .description--headline--bottom {
    font-size: 30px;
    font-weight: 200;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
  }
  .description--text {
    display: block;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
    margin: 20px 0; 
  }

}
@media (max-width:750px) {

.homeslider-descr-wrapper  {
  display: none;
}

}





/* -1- */









/* -2- */









/* -3- */

















/* --- */









