/* slider - begin */
#js-main .altaycenter .sliderAH{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  min-height: 360px;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH{
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH{
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH{
    height: auto;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH{
    height: 340px;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH{
    height: auto;
  }
}
#js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
    bottom: 3px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
    bottom: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
    bottom: 3px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .owl-controls .owl-pagination {
    bottom: 10px;
  }
}
#js-main .altaycenter .sliderAH .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border: 2px solid #FFF;
  margin: 0 2px;
  background-position: -11px -11px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#js-main .altaycenter .sliderAH .owl-controls .owl-pagination .active {
  background-color: #005758;
  background-color: rgba(0, 0, 0, 0);
}
#js-main .altaycenter .sliderAH .static-logo {
  position: absolute;
  height: 90px;
  width: 60px;
  background-image: url(../img/logo2.png);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 50px;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .static-logo {
    background-size: 35px;
    top: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .static-logo {
    background-size: 30px;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .static-logo {
    background-size: 40px;
    top: 35px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .static-logo {
    background-size: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .static-logo {
    background-size: 50px;
  }
}
#js-main .altaycenter .sliderAH .slider-item {
  position: relative;
  height: auto;
  max-height: none !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 360px;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item {
    grid-template-columns: 100%;
    order: -1;
    max-height: auto;
    /*padding-bottom: 3rem;*/
    max-height: 500px !important;
  }
}
#js-main .altaycenter .sliderAH .slider-item img {
  /*width: 1000px;*/
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#js-main .altaycenter .sliderAH .slider-item .wrap-text {
  background-color: #005758;
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  padding: 0 6rem;
  max-height: none !important;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text {
    padding: 25px 15px 30px 25px;
    order: 1;
    padding-bottom: 2.3rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text {
    padding: 0 15px 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text {
    padding: 0 15px 0 55px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text {
    padding: 0 15px 0 75px;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text {
    padding: 0 6rem;
  }
}
#js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
  color: #FFF !important;
  font-family: "Atyp";
  font-size: 36px;
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
    font-size: 28px;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0.7rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}
#js-main .altaycenter .sliderAH .slider-item .wrap-text span {
  display: block;
  color: #e7efef;
  font-family: "Atyp";
  font-size: 20px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text span {
    font-size: 13px;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text span {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text span {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text span {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text span {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}
#js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #e7efef;
  border: 1px solid #e7efef;
  color: #005758;
  text-decoration: none;
  font-size: 17px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
    font-size: 12px;
    padding: 0.4rem 1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
    font-size: 12px;
    padding: 0.4rem 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
    font-size: 15px;
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
    font-size: 15px;
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-text .btn {
    font-size: 17px;
    padding: 0.5rem 2rem;
  }
}
#js-main .altaycenter .sliderAH .slider-item .wrap-text .btn:hover {
  background-color: #009c7a;
  color: #FFF;
  border: 1px solid #FFF;
}
#js-main .altaycenter .sliderAH .slider-item .light {
  background-color: #009c7a;
}
#js-main .altaycenter .sliderAH .slider-item .light .btn:hover {
  background-color: #005758;
}
#js-main .altaycenter .sliderAH .slider-item .wrap-img {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-img {
    height: auto;
	min-height: 200px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-img {
    height: auto;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-img {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  #js-main .altaycenter .sliderAH .slider-item .wrap-img {
    height: auto;
  }
}