.slideshow-container {
  position: relative;
}
.slider-menu {
  position: relative;
  padding:20px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.slider-menu #slideshow {
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.slider-menu .slides {
    display: inline-block;
    vertical-align: top;
    margin:0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.aeihomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aeisliders li{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.aeihomeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.aeisliders img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border: 0;
}
.aeihomeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #000;
  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:auto;
  bottom: 10px;
  left: 0;
  opacity: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: visible;
  text-decoration: none;
  height:40px;
  width:40px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  border: none;
  border-radius: 5px;
}
.slider-menu:hover .aeisliders_nav{
  opacity: 1;
}
.aeisliders_nav:active {
  opacity: 1.0;
}

.aeisliders_nav.next {
  left: auto;
  background-position: right top;
  right: 10px;
  background: #222222 url("../img/slider-next.svg") no-repeat scroll center;
  background-size: 16px;
    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: 35px;
}*/
.aeisliders_nav.next:hover {  
  background: #ffcd05 url("../img/slider-next-hover.svg") no-repeat scroll center;
  background-size:16px;
}

.aeisliders_nav.prev {
  right: 60px;
  left: auto;
  background-position: right top;
  left: auto;
  background: #222222 url("../img/slider-prev.svg") no-repeat scroll center;
  background-size:16px;
  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{
  right: 90px;
}*/
/*.aeisliders_nav.prev::after {
  background: transparent url("../img/slash-icon.png") no-repeat scroll center;
  content: "";
  width: 32px;
  height: 86px;
  position: absolute;
  top: 12px;
  left: auto;
  right: -13px;
  margin: 0 auto;
}*/
.aeisliders_nav.prev:hover { 
  background:#ffcd05 url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 16px;
 }

.aeisliders_tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 2;
  margin: 0;
  top: auto;
  text-align: center;
  display: none;
}
.aeisliders_tabs li {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.aeisliders_tabs li.aeisliders_here,.aeisliders_tabs li:hover{
 background-color: #ffcd05;
}

.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000;    
    font-size: 0; 
    line-height: 20px;
    position: relative;
}
.slider-text.caption {
  position: absolute;
  top: 25%;
  right: 60px;
  left: auto;
  width: auto;
  text-align: right;
  z-index: 2;
}
.aeisliders li:nth-child(2) .slider-text.caption{
  right:auto;
  left:60px;
  text-align: left;
}
.aeisliders li:nth-child(3) .slider-text.caption{
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
  text-align: left;
  top: 40%;
}
.aeisliders li:nth-child(3) .slider-text h2 {
    text-align: left;
}
.aeisliders li:hover .slider-text.caption {  
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-text h2{  
  font-size: 36px; 
  font-weight: 900;
  color: #000;
  letter-spacing:0px;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-align: right;
}
.slider-text.caption:hover #slider-title {
    color: #ffcd05;
}
.aeisliders li:nth-child(2) .slider-text h2{
  text-align: left;
}
.slider-text .caption-description {
  
}
.slider-text .caption-description{
 
}
.slider-text .caption-description .special-offer{
   font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing:0.3px;
  text-transform: capitalize;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

/*.aeisliders li:nth-child(3) .slider-text .caption-description .special-offer{
  
}*/


.slider-text .caption-description .off{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing:0.6px;
  text-transform: capitalize;
  line-height: 50px;
  display: block;
}
.slider-text .caption-description .meta-title {
   position: relative;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: normal;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-description{
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 20px;
}
.slider-text .caption-description .desc {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.28px;
    display: block;
    width: 65%;
    margin: 0 auto;
    line-height: 30px;
}
.slider-btn-block {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.caption-description  .btn {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 30px;
    padding:5px 26px 5px 27px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: relative;
    color: #fff;
    background-color: #000;
    text-transform: capitalize;
    margin-top: 30px;
}

.caption-description .btn:hover{
  color: #000;
  background-color: #ffcd05;
}
.slider-desc {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 24px;
    display: block;
}

@media (max-width:1700px){
 
}
@media (max-width:1349px){  
 
}
@media (max-width:1200px){

}

@media (max-width:1199px){
   .slider-menu #slideshow{
    width: 100%;
   }
}

@media (max-width:991px){
  
  .caption-description .btn{
    padding: 2px 19px;
    margin-top: 20px;
  }
  .slider-text h2{
    margin:0;
  }
  .slider-text.caption{
    top:25%;
  }
}
@media (max-width:767px){

 
}
@media (max-width:600px){
  .aeisliders_nav{
    display: none;
  }
  .aeisliders_tabs{
    display: block;
  }
  .slider-description{
    font-size: 12px;
    padding-top: 10px;
  }
 .slider-text .caption-description .meta-title{
    display: none;
 }
}
@media (max-width:479px){
  .slider-text.caption {
    top: 15%;
    right: 20px;
  }
  .slider-desc{
    display: none;
  }
  .slider-text .caption-description .special-offer{
    font-size: 10px;
  }
  .slider-text h2{
    font-size: 20px;
  }
  .caption-description .btn {
    margin-top: 12px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: normal;
}

  
}