.slideshow-container {
  position: relative;
  float: left;
  width: 100%;
}

.aeihomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aeihomeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.aeihomeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.aeihomeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 50px;
  right: 0;
  bottom: 100px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  width:50%;
}

.aeisliders_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 45%;
  left: 0;
  opacity: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 45px;
  width: 45px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  border:1px solid #000000;
}
.slider-menu:hover .aeisliders_nav{
  opacity: 1;
}
.aeisliders_nav:active {
  opacity: 1.0;
}

.aeisliders_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  background: #000000 url("../img/slider-next.svg") no-repeat scroll center;
  background-size: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slider-menu:hover .aeisliders_nav.next{
  right: 30px;
}
.aeisliders_nav.next:hover {  
  background: #1cbbb4 url("../img/slider-next-hover.svg") no-repeat scroll center;
  background-size: 30px;
  border: 1px solid #1cbbb4;
}
#slideshow .aeisliders_nav {
    display: none;
}
.aeisliders_nav.prev {
  left: 0;
  background-position: right top;
  right: auto;
  background:#000000 url("../img/slider-prev.svg") no-repeat scroll center;
  background-size: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slider-menu:hover .aeisliders_nav.prev{
  left: 30px;
}
.aeisliders_nav.prev:hover { 
  background: #1cbbb4 url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 30px;
  border: 1px solid #1cbbb4;
 }

.aeisliders_tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    margin:0;
}
.aeisliders_tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    background: transparent url("../img/pawprint.svg") no-repeat scroll center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.aeisliders_tabs li:hover,.aeisliders_tabs li.aeisliders_here{
  background: transparent url("../img/pawprint-hover.svg") no-repeat scroll center;
  background-size: 30px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 35px;
}
@media (max-width:767px){
  .aeisliders_tabs{
    display: block;
  }
  .aeisliders_nav.prev,.aeisliders_nav.next{
    display: none;
  }
}

.slider-text.caption {
   position: absolute;
  display: block;
  top: 22%;
  left: 60px;
  right: auto;
  text-align: left;
  z-index: 1;
}
.aeisliders li:nth-child(2) .slider-text.caption{
    right: 60px;
    left: auto;
    text-align: right;
}
.aeisliders li:nth-child(2) .slider-text.caption h2 {
  width: 100%;
}
.aeisliders li .slider-text.caption .sub-title{
    color: #000000;
    font-size: 70px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 700;
    z-index: 1;
    width: 100%;
     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slider-text.caption h2,.slider-text.caption .sub-title{
     color: #000000;
    font-size: 70px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 700;
    z-index: 1;
    width: 100%;
     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#slideshow:hover .slider-text.caption h2,#slideshow:hover .sub-title{
  color: #1cbbb4;
}
.caption-description .meta-title{
  color: #1cbbb4;
}
.caption-description .btn {
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 7px 28px;
    font-size: 14px;
    text-transform: capitalize;
    background-color: #1cbbb4;
    color: #ffffff;
    border-radius: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.caption-description .btn:hover{
  background-color: #000;
}
.caption-description .meta-title {
    color: #000000;
    font-size: 20px;
    line-height: normal;
    letter-spacing:0.8px;
    font-weight: 700;
    padding: 24px 0 48px;
}
.slider-desc{
   color: #282828;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin-top: 120px;
    margin-bottom: 67px;
}
.slider-desc::after,.slider-desc::before{
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  left: -30px;
  right: auto;
  top: 56%;
  background-color: #000000;
}
.slider-desc::before{
  right: -30px;
  left: auto;
}
@media (max-width:1200px){
  
}
@media (max-width:1199px){
  .aeisliders li:nth-child(2) .slider-text.caption .sub-title{
     font-size: 42px;
  }
  
  .block_newsletter #block-newsletter-label{
    font-size: 20px;
  }
  .slider-text.caption{
    top:26%;
  }
  .caption-description .meta-title{
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .caption-description{
    top: -25px;
  }
  .slider-desc::after, .slider-desc::before {
    width: 110px;
    top: 61%;
  }
  .aeisliders li:nth-child(2) .slider-desc::before {
    right: -45px;    
  }
  .aeisliders li:nth-child(2) .slider-desc::after,.aeisliders li:nth-child(2) .slider-desc::before {
      top: 63%;
  }
  .aeisliders li:nth-child(2) .slider-desc{
    margin-top: 85px;
  }
   .aeisliders li:nth-child(2) .caption-description {
      top: -31px;
  }
  .slider-desc{
    margin-bottom: 0;
  }
  .caption-description .btn {
    
  }
  .slider-text.caption h2,.aeisliders li .slider-text.caption .sub-title{
    font-size: 42px;
  }
  .slider-desc{
    font-size: 20px;
    margin-top: 65px;
  }
  
}
@media (max-width:991px){
  .aeisliders li:nth-child(2) .slider-desc::after, .aeisliders li:nth-child(2) .slider-desc::before {
    top: 58%;
  }
  .slider-desc::after, .slider-desc::before {
    top: 56%;
    width: 100px;
  }
  .aeisliders li:nth-child(2) .slider-desc::after{
    left: -46px;
  }
  .aeisliders li:nth-child(2) .slider-desc {
    margin-top: 55px;
  }
  .aeisliders li:nth-child(3) .slider-desc{
    margin-top: 70px;
  }
  .aeisliders li:nth-child(3) .slider-text.caption h2 {
    font-size: 30px;
  }
  .aeisliders li:nth-child(3) .slider-desc::after,.aeisliders li:nth-child(3) .slider-desc::before {
    top: 61%;
    width: 70px;
  }
  .slider-desc{
    font-size: 15px;
    margin-top: 50px;
  }
 
  
  
}
@media (max-width:767px){
 .slider-text.caption h2 {
    font-size: 35px;
  }
  .slider-desc {
    margin-top: 50px;
    font-size: 13px;
  }
  .slider-text.caption h2,.aeisliders li .slider-text.caption .sub-title{
    font-size: 25px;
    letter-spacing: 2px;
  }
  .aeisliders li:nth-child(2) .slider-text.caption .sub-title{
    font-size: 25px;
    letter-spacing: 2px;
  }
  .caption-description .btn {
    font-size: 12px;
    margin-top: 13px;
    padding: 5px 30px;
  }
  .caption-description .meta-title {
    font-size: 15px;
  }
}
@media (max-width:580px){
  .caption-description .meta-title {
       font-size: 16px;
  }
  .slider-text.caption h2{
      font-size: 25px;
      letter-spacing: 0;
  }
  .slider-desc {
      margin-top: 30px;
      font-size: 12px;
  }
  .caption-description .btn{
    margin: 0;
  }
  .slider-text.caption h2:hover{
      text-shadow: none;
  }
}
@media (max-width:479px){
  
  .slider-desc{
    display: none;
  }
  .slider-text.caption {
    top: 40px;
  }
  .slider-text.caption h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
  }

}
@media (max-width:320px){
  .aeisliders li:nth-child(2) .slider-text.caption .sub-title{
      font-size: 15px;
      letter-spacing: 2px;
  }
  .aeisliders li:nth-child(2) .slider-text.caption {
    right: 30px;
  }
  .caption-description .meta-title{
    display: none;
  }
  .slider-text.caption {
    left: 20px;
  }
  .caption-description .btn {
    margin-top: 15px;
  }
  .aeisliders li:nth-child(3) .slider-text.caption h2 {
    font-size: 14px;
  }
  .slider-text.caption h2,.aeisliders li .slider-text.caption .sub-title{
      font-size: 15px;
  }
  .caption-description .btn{
    margin-top: 15px;
    padding: 2px 12px;
  } 
}