/* Slider */
#slider{
  width:100%;
  height:470px;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;

}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  
}
.content-txt{
  width:100%;
  height:auto;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 15.5s infinite;
  -moz-animation:content-s 15.5s infinite;
  animation:content-s 15.5s infinite;
}

.content-txt h2{
	padding: 10px 20px !important;
    margin: 0px;
    color: #0E4BB7;
    line-height: 38px;
    list-style-type: none;
    font-size: 26px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
}



/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-720px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:-1220px;}
  50%{left:-720px;}
  60%{left:-720px;}
  70%{left:-720px;}
  80%{left:-720px;}
  90%{left:-720px;}
  100%{left:-720px;}
}
@-moz-keyframes content-s{
  0%{left:-720px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:-1220px;}
   50%{left:-720px;}
  60%{left:-720px;}
  70%{left:-720px;}
  80%{left:-720px;}
  90%{left:-720px;}
  100%{left:-720px;
}
@keyframes content-s{
  0%{left:-720px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:-1220px;}
  50%{left:-720px;}
  60%{left:-720px;}
  70%{left:-720px;}
  80%{left:-720px;}
  90%{left:-720px;}
  100%{left:-720px;
}

