/* Slider */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
#slider{
  width:100%!important;
  height:250px!important;
  position:relative!important;
  overflow:hidden!important;
  border-bottom: 2px solid#394a59!important;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%!important;
  height:100%!important;
  position:relative!important;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 90s infinite;
}
.slider{
  width:25%!important;
  height:100%!important;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%!important;
  height:100%!important;
}
.slide img{
  width:100%!important;
  height:100%!important;
}
.image{
  width:100%!important;
  height:100%!important;
}
.image img{
  width:100%!important;
  height:100%!important;
}

/* Legend */
.legend{
  border: 500px solid transparent;
  border-left: 400px solid rgba(80, 56, 88, 0.34);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.contenttt{
  width:100%!important;
  height:100%!important;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:200px!important;
  height:75px!important;
  float:left;
  position:relative;
  top:150px!important;
  -webkit-animation:content-s 22.5s infinite;
  -moz-animation:content-s 22.5s infinite;
  animation:content-s 22.5s infinite;
}
.content-txt h1{
  text-transform:uppercase;
  font-size: 18px!important;
  color:#fff;
  text-align:left;
  margin-left:15px!important;
  padding-bottom:5px!important;
  font-weight: bold;
  margin-top: -98px!important;
}
.content-txt h2{
  font-weight: normal;
  font-size:12.5px!important;
  font-style: normal;
  color:#fff;
  text-align:left;
  margin-left:15px!important;
}

.content-txt a {
  color:#fff;
  padding: 3.5px!important;
  border: 1px solid #333;
  background-color: rgb(4, 136, 184);
}

#slider .images img {
  width: 100%!important;
  height: 250px!important;
}

.home_image {
    margin-top: 8px!important;
    padding: 20px!important;
}

.home_image_container {
    width: 100%!important;
    padding: 10px!important;
}

.home_image_container h4 {
    font-size: 18px!important;

}

.home_image_container .home_image_container_h4_div {

    color: rgb(255, 255, 255);

    /* padding: 10px!important; */
    width: auto!important;
    display: inline!important;
    /* background: rgba(240, 85, 35, .70)!important; */
}
}
