.slider_new {
  
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
    background-color: rgba(54,44,48,0.6);
  
}

.slider_new ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation:slide-animation 15s infinite;
  -webkit-animation:slide-animation 15s infinite;
}

.slider_new ul:hover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.slider_new li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.slider_new img {
  max-width: 100%;
  
}

.slider_new span {
  position: relative;
    height: 160px;
    display: block;
    font-size: 0.8em;
    bottom: 0;
    /* padding: 0.5px 20px 0px 20px; */
    margin-top: -160px;
    overflow: hidden;
    background-color: rgba(54,44,48,0.6);
    color: #fcfcfc;
    /* font-weight: normal; */
    top: 0px;
	padding-left: 100px;
  
}

.slider_new .txt1{
	color: #fff;
    font-size: 5vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 5.1vw;
    text-transform: capitalize;
	font-family: Gibson;
}
.slider_new .txt2{

color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-transform: capitalize;
	}
.slider_new a.rdmore{	
	background: #222222 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
    padding: 8px 10px;
    text-transform: uppercase;
	}
	
@-webkit-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}

@-moz-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}