 /* Slider */
 #slider {
   width: 100%;
   height: 670px;
   position: relative;
   overflow: hidden;
 }

 @keyframes load {
   from {
     left: -100%;
   }

   to {
     left: 0;
   }
 }

 .slides {
   width: 400%;
   height: 100%;
   position: relative;
   -webkit-animation: slide 30s infinite;
   -moz-animation: slide 30s infinite;
   animation: slide 30s infinite;
 }

 .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: 670px;
   object-fit: cover;
 }

 /* Legend */
 .legend {
   border: 500px solid transparent;
   border-left: 800px solid rgba(52, 73, 94, .7);
   border-bottom: 0;
   position: absolute;
   bottom: 0;
 }

 /* Contents */
 .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
 }

 .content-txt {
   float: left;
   position: absolute;
   bottom: 100px;
   -webkit-animation: content-s 7.5s infinite;
   -moz-animation: content-s 7.5s infinite;
   animation: content-s 7.5s infinite;
 }

 .txt-h1 {
   font-family: Arial;
   text-transform: uppercase;
   font-size: 30px !important;
   color: #fff !important;
   text-align: left;
   margin-left: 30px !important;
   padding-bottom: 10px;
   line-height: 45px !important;
 }


 /* Switch */
 .switch {
   width: 120px;
   height: 10px;
   position: absolute;
   bottom: 50px;
   z-index: 99;
   left: 30px;
 }

 .switch>ul {
   list-style: none;
 }

 .switch>ul>li {
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background: #a9a9a9;
   float: left;
   margin-right: 0px;
   cursor: pointer;
   border: 1px solid #5f1d1d;
 }

 .switch ul {
   overflow: hidden;
 }

 .on {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: #fff;
   position: relative;
   -webkit-animation: on 30s infinite;
   -moz-animation: on 30s infinite;
   animation: on 30s infinite;
   border: 2px solid #5f1d1d;
 }

 /* 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: -420px;
   }

   10% {
     left: 0px;
   }

   30% {
     left: 0px;
   }

   40% {
     left: 0px;
   }

   50% {
     left: 0px;
   }

   60% {
     left: 0px;
   }

   70% {
     left: 0;
   }

   80% {
     left: -420px;
   }

   90% {
     left: -420px;
   }

   100% {
     left: -420px;
   }
 }

 @-moz-keyframes content-s {
   0% {
     left: -420px;
   }

   10% {
     left: 0px;
   }

   30% {
     left: 0px;
   }

   40% {
     left: 0px;
   }

   50% {
     left: 0px;
   }

   60% {
     left: 0px;
   }

   70% {
     left: 0;
   }

   80% {
     left: -420px;
   }

   90% {
     left: -420px;
   }

   100% {
     left: -420px;
   }
 }

 @keyframes content-s {
   0% {
     left: -420px;
   }

   10% {
     left: 20px;
   }

   15% {
     left: 0px;
   }

   30% {
     left: 0px;
   }

   40% {
     left: 0px;
   }

   50% {
     left: 0px;
   }

   60% {
     left: 0px;
   }

   70% {
     left: 0;
   }

   80% {
     left: -420px;
   }

   90% {
     left: -420px;
   }

   100% {
     left: -420px;
   }
 }

 @-webkit-keyframes on {

   0%,
   100% {
     margin-left: 0%;
   }

   21% {
     margin-left: 0%;
   }

   25% {
     margin-left: 15px;
   }

   46% {
     margin-left: 15px;
   }

   50% {
     margin-left: 30px;
   }

   71% {
     margin-left: 30px;
   }

   75% {
     margin-left: 45px;
   }

   96% {
     margin-left: 45px;
   }
 }

 @-moz-keyframes on {

   0%,
   100% {
     margin-left: 0%;
   }

   21% {
     margin-left: 0%;
   }

   25% {
     margin-left: 15px;
   }

   46% {
     margin-left: 15px;
   }

   50% {
     margin-left: 30px;
   }

   71% {
     margin-left: 30px;
   }

   75% {
     margin-left: 45px;
   }

   96% {
     margin-left: 45px;
   }
 }

 @keyframes on {

   0%,
   100% {
     margin-left: 0%;
   }

   21% {
     margin-left: 0%;
   }

   25% {
     margin-left: 15px;
   }

   46% {
     margin-left: 15px;
   }

   50% {
     margin-left: 30px;
   }

   71% {
     margin-left: 30px;
   }

   75% {
     margin-left: 45px;
   }

   96% {
     margin-left: 45px;
   }
 }



 nav select {
   width: 150px;
   height: 30px;
   margin-top: 25px;
   font-family: Arial;
   font-size: 14px;
   color: #666;
   border: 2px solid #aaa;
   padding-left: 10px;
 }

 nav select:focus {
   outline: none;
 }


 .container h1 {
   font-family: Arial;
   font-size: 24px;
   color: #222;
   text-transform: uppercase;
   margin: 20px 0;
 }

 .container h2 {
   font-family: arial;
   font-size: 16px;
   color: #444;
   margin-top: 10px;
 }

 .container h3 {
   font-family: arial;
   font-weight: 600;
   font-size: 30px;
   color: #333;
   text-transform: uppercase;
 }

 .code {
   width: 600px;
   height: auto;
   margin: 20px auto;
   padding: 10px 20px;
   background: #222;
   border-left: 10px solid #aaa;
   font-family: arial;
   font-size: 16px;
   color: #fff;
 }

 .code span {
   color: #89A978;
 }

 .space {
   width: 20px;
   height: 1px;
   float: left;
 }


 #credits {
   position: relative;
   width: 100%;
   margin: auto;
   bottom: 0;
   margin-bottom: 20px;
   font-family: 'Open Sans', sans-serif;
   color: #b297a2;
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
 }

 #credits a {
   color: #b297a2;
 }