/*----------------------------------------------   
--Setup
-----------------------------------------------  */
body {
  -webkit-animation: fade-in ease-in-out 1.4s;
  -moz-animation: fade-in ease-in-out 1.4s;
  animation: fade-in ease-in-out 1.4s; }

/*----------------------------------------------   
--Banner
-----------------------------------------------  */
.sect-banner {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  color: rgba(255, 255, 255, 0.9);
  /*----------------------------------------------   
  -DEMO2: Banner bg
  -----------------------------------------------  */ }
  .sect-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(118, 144, 164, 0.4);
    z-index: 0; }
  .sect-banner .v-center {
    position: relative;
    z-index: 2; }
  .sect-banner .v-center {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 4;
    padding: 0 5%; }
    .sect-banner .v-center h1 {
      -webkit-animation: fade-in ease-in-out 2s 0.5s both;
      -moz-animation: fade-in ease-in-out 2s 0.5s both;
      animation: fade-in ease-in-out 2s 0.5s both; }
    .sect-banner .v-center p {
      font-size: 120%;
      -webkit-animation: fade-in ease-in-out 2s 1s both;
      -moz-animation: fade-in ease-in-out 2s 1s both;
      animation: fade-in ease-in-out 2s 1s both; }
  .sect-banner .banner-bg {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    background-image: url(../images/bg_1.jpg);
    -webkit-animation: slider-sm ease-in-out 30s both infinite;
    -moz-animation: slider-sm ease-in-out 30s both infinite;
    animation: slider-sm ease-in-out 30s both infinite; }
    @media (min-width: 58em) {
      .sect-banner .banner-bg {
        background-image: url(../images/bg_1.jpg);
        -webkit-animation: slider-lg ease-in-out 30s both infinite;
        -moz-animation: slider-lg ease-in-out 30s both infinite;
        animation: slider-lg ease-in-out 30s both infinite; } }

/*----------------------------------------------   
-DEMO1: Unordered list
-----------------------------------------------  */
ul.kf-slider{
    list-style: none;
}
ul.kf-slider li {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-out 18s infinite both;
  -moz-animation: fade-out 18s infinite both;
  animation: fade-out 18s infinite both;
  background-image: url(../images/bg_1.jpg); }
  @media (min-width: 58em) {
    ul.kf-slider li {
      background-image: url(../images/bg_1.jpg); } }
ul.kf-slider li:nth-child(2) {
  background-image: url(../images/bg_2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s; }
  @media (min-width: 58em) {
    ul.kf-slider li:nth-child(2) {
      background-image: url(../images/bg_2.jpg); } }
ul.kf-slider li:nth-child(3) {
  background-image: url(../images/bg_3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s; }
  @media (min-width: 58em) {
    ul.kf-slider li:nth-child(3) {
      background-image: url(../images/bg_3.jpg); } }

/*----------------------------------------------   
-Footer
-----------------------------------------------  */
footer {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 1em; }

/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
/*----------------------------------------------   
--Keyframes Slider - Sm
-----------------------------------------------  */
@-webkit-keyframes slider-sm {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
@-moz-keyframes slider-sm {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
@keyframes slider-sm {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
/*----------------------------------------------   
--Keyframes Slider - Lg
-----------------------------------------------  */
@-webkit-keyframes slider-lg {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
@-moz-keyframes slider-lg {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
@keyframes slider-lg {
  0% {
    background-image: url(../images/bg_1.jpg); }
  33% {
    background-image: url(../images/bg_2.jpg); }
  66% {
    background-image: url(../images/bg_3.jpg); }
  100% {
    background-image: url(../images/bg_1.jpg); } }
