
.cssslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  
}
.cssslider > input {
  display: none;
}
.cssslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.cssslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.cssslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.cssslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.cssslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.cssslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.cssslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.cssslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.cssslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.cssslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.cssslider > ul {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cssslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.cssslider > ul > li.scrollable {
  overflow-y: scroll;
}
.cssslider > .navigation {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cssslider > .navigation > div {
  margin-left: -100%;
}
.cssslider > .navigation label {
 position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
  padding: 4px;
  background: rgba(51,153,255,0.5);
}
.cssslider > .navigation label:hover:after {
  opacity: 1;
}
.cssslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: rgba(51,153,255,1);
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.cssslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cssslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.cssslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
.cssslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.cssslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.cssslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.cssslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.cssslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.cssslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.cssslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.cssslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.cssslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.cssslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.cssslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}
.cssslider > .arrows {
  position: absolute;
  display: inline-block;
  left: 2%;
  top: 50%;
  width: 94%;
  height: 36px;
  z-index: 1001;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.cssslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px rgba(51,153,255,0.4);
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.cssslider > .arrows label:hover {
   box-shadow: inset 3px -3px 0 2px rgba(51,153,255,1);
  margin: 0 0px;
}
.cssslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.cssslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.cssslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.cssslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.cssslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.cssslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.cssslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.cssslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.cssslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.cssslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.cssslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.cssslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.cssslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cssslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.cssslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.cssslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.cssslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.cssslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.cssslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.cssslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.cssslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.cssslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.cssslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.cssslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.cssslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*#region MODULES */
/*#endregion */
/*___________________________________ LAYOUT ___________________________________ */
* {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: rgba(74, 168, 0, 0.6);
}
ul,
ol {
  padding-left: 40px;
}
html,

#slider1 {

}

/*slide first */
@-webkit-keyframes frmtop {
    0%{top: -50%;position: relative;opacity: 0;}100%{top: 0%;position: relative;opacity: 1}
}
@-moz-keyframes frmtop {
    0%{top: -50%;position: relative;opacity: 0;}100%{top: 0%;position: relative;opacity: 1;}
}
@keyframes frmtop {
    0%{top: -50%;position: relative;opacity: 0;}100%{top: 0%;position: relative;opacity: 1}
}

.top-to-bottom{position: relative;top: -50%;opacity: 0;}

#slider1 > input:nth-of-type(1):checked ~ ul .top-to-bottom{
  -moz-animation: frmtop 1s forwards ease-in-out;
  -o-animation: frmtop 1s forwards ease-in-out;
  -webkit-animation: frmtop 1s forwards ease-in-out;
  animation: frmtop 1s forwards ease-in-out;
}

.bottom-to-top1{opacity: 0;}
@-webkit-keyframes frmbtmone {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmone {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmone {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
.bottom-to-top1{position: relative;top: 20%;opacity: 0;}

#slider1 > input:nth-of-type(1):checked ~ ul .bottom-to-top1{
  -moz-animation: frmbtmone 0.8s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmbtmone 0.8s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmbtmone 0.8s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmbtmone 0.8s forwards ease-in-out;animation-delay: 0.4s;
}

/*slide second */
.left-to-right2{left: -200%;position: relative;}

@-webkit-keyframes frmlfttwo {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmlfttwo {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmlfttwo {
  0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
#slider1 > input:nth-of-type(2):checked ~ ul .left-to-right2{
  -moz-animation: frmlfttwo 1s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmlfttwo 1s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmlfttwo 1s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmlfttwo 1s forwards ease-in-out;animation-delay: 0.4s;
}

.right-to-left2{left: 200%;position: relative;}

@-webkit-keyframes frmrgttwo {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmrgttwo {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmrgttwo {
  0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}

#slider1 > input:nth-of-type(2):checked ~ ul .right-to-left2{
  -moz-animation: frmrgttwo 1s forwards ease-in-out;
  -o-animation: frmrgttwo 1s forwards ease-in-out;
  -webkit-animation: frmrgttwo 1s forwards ease-in-out;
  animation: frmrgttwo 1s forwards ease-in-out;
}

.bottom-to-top2{position: relative;top: 20%;opacity: 0;}

@-webkit-keyframes frmbtmtwo {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmtwo {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmtwo {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}


#slider1 > input:nth-of-type(2):checked ~ ul .bottom-to-top2{
  -moz-animation: frmbtmtwo 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -o-animation: frmbtmtwo 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -webkit-animation: frmbtmtwo 0.8s forwards ease-in-out;animation-delay: 0.6s;
  animation: frmbtmtwo 0.8s forwards ease-in-out;animation-delay: 0.6s;
}
/*slide second */

/*slide third */
.left-to-right3{left: -200%;position: relative;}

@-webkit-keyframes frmlftthree {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmlftthree {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmlftthree {
  0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
#slider1 > input:nth-of-type(3):checked ~ ul .left-to-right3{
  -moz-animation: frmlftthree 1s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmlftthree 1s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmlftthree 1s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmlftthree 1s forwards ease-in-out;animation-delay: 0.4s;
}

.right-to-left3{left: 200%;position: relative;}

@-webkit-keyframes frmrgtthree {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmrgtthree {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmrgtthree {
  0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}

#slider1 > input:nth-of-type(3):checked ~ ul .right-to-left3{
  -moz-animation: frmrgtthree 1s forwards ease-in-out;
  -o-animation: frmrgtthree 1s forwards ease-in-out;
  -webkit-animation: frmrgtthree 1s forwards ease-in-out;
  animation: frmrgtthree 1s forwards ease-in-out;
}

.bottom-to-top3{position: relative;top: 20%;opacity: 0;}

@-webkit-keyframes frmbtmthree {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmthree {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmthree {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}


#slider1 > input:nth-of-type(3):checked ~ ul .bottom-to-top3{
  -moz-animation: frmbtmthree 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -o-animation: frmbtmthree 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -webkit-animation: frmbtmthree 0.8s forwards ease-in-out;animation-delay: 0.6s;
  animation: frmbtmthree 0.8s forwards ease-in-out;animation-delay: 0.6s;
}
/*slide third */

/*slide fourth */
.left-to-right4{left: -200%;position: relative;}

@-webkit-keyframes frmlftfour {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmlftfour {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmlftfour {
  0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
#slider1 > input:nth-of-type(4):checked ~ ul .left-to-right4{
  -moz-animation: frmlftfour 1s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmlftfour 1s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmlftfour 1s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmlftfour 1s forwards ease-in-out;animation-delay: 0.4s;
}

.right-to-left4{left: 200%;position: relative;}

@-webkit-keyframes frmrgtfour {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmrgtfour {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmrgtfour {
  0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}

#slider1 > input:nth-of-type(4):checked ~ ul .right-to-left4{
  -moz-animation: frmrgtfour 1s forwards ease-in-out;
  -o-animation: frmrgtfour 1s forwards ease-in-out;
  -webkit-animation: frmrgtfour 1s forwards ease-in-out;
  animation: frmrgtfour 1s forwards ease-in-out;
}

.bottom-to-top4{position: relative;top: 20%;opacity: 0;}

@-webkit-keyframes frmbtmfour {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmfour {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmfour {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}


#slider1 > input:nth-of-type(4):checked ~ ul .bottom-to-top4{
  -moz-animation: frmbtmfour 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -o-animation: frmbtmfour 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -webkit-animation: frmbtmfour 0.8s forwards ease-in-out;animation-delay: 0.6s;
  animation: frmbtmfour 0.8s forwards ease-in-out;animation-delay: 0.6s;
}
/*slide fourth */

/*slide fifth */
.left-to-right5{left: -200%;position: relative;}

@-webkit-keyframes frmlftfive {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmlftfive {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmlftfive {
  0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
#slider1 > input:nth-of-type(5):checked ~ ul .left-to-right5{
  -moz-animation: frmlftfive 1s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmlftfive 1s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmlftfive 1s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmlftfive 1s forwards ease-in-out;animation-delay: 0.4s;
}

.right-to-left5{left: 200%;position: relative;}

@-webkit-keyframes frmrgtfive {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmrgtfive {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmrgtfive {
  0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}

#slider1 > input:nth-of-type(5):checked ~ ul .right-to-left5{
  -moz-animation: frmrgtfive 1s forwards ease-in-out;
  -o-animation: frmrgtfive 1s forwards ease-in-out;
  -webkit-animation: frmrgtfive 1s forwards ease-in-out;
  animation: frmrgtfive 1s forwards ease-in-out;
}

.bottom-to-top5{position: relative;top: 20%;opacity: 0;}

@-webkit-keyframes frmbtmfive {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmfive {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmfive {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}


#slider1 > input:nth-of-type(5):checked ~ ul .bottom-to-top5{
  -moz-animation: frmbtmfive 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -o-animation: frmbtmfive 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -webkit-animation: frmbtmfive 0.8s forwards ease-in-out;animation-delay: 0.6s;
  animation: frmbtmfive 0.8s forwards ease-in-out;animation-delay: 0.6s;
}
/*slide fifth */

/*slide sixth */
.left-to-right6{left: -200%;position: relative;}

@-webkit-keyframes frmlftsix {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmlftsix {
    0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmlftsix {
  0%{left: -200%;position: relative;}70% {left: 10%;position: relative;}100%{left: 0%;position: relative;}
}
#slider1 > input:nth-of-type(6):checked ~ ul .left-to-right6{
  -moz-animation: frmlftsix 1s forwards ease-in-out;animation-delay: 0.4s;
  -o-animation: frmlftsix 1s forwards ease-in-out;animation-delay: 0.4s;
  -webkit-animation: frmlftsix 1s forwards ease-in-out;animation-delay: 0.4s;
  animation: frmlftsix 1s forwards ease-in-out;animation-delay: 0.4s;
}

.right-to-left6{left: 200%;position: relative;}

@-webkit-keyframes frmrgtsix {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@-moz-keyframes frmrgtsix {
    0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}
@keyframes frmrgtsix {
  0%{left: 200%;position: relative;}70% {left: -10%;position: relative;}100%{left: 0%;position: relative;}
}

#slider1 > input:nth-of-type(6):checked ~ ul .right-to-left6{
  -moz-animation: frmrgtsix 1s forwards ease-in-out;
  -o-animation: frmrgtsix 1s forwards ease-in-out;
  -webkit-animation: frmrgtsix 1s forwards ease-in-out;
  animation: frmrgtsix 1s forwards ease-in-out;
}

.bottom-to-top6{position: relative;top: 20%;opacity: 0;}

@-webkit-keyframes frmbtmsix {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@-moz-keyframes frmbtmsix {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}
@keyframes frmbtmsix {
  0%{top: 20%;opacity: 0; position: relative;}100%{top: 0%;opacity:1;  position: relative;}
}


#slider1 > input:nth-of-type(6):checked ~ ul .bottom-to-top6{
  -moz-animation: frmbtmsix 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -o-animation: frmbtmsix 0.8s forwards ease-in-out;animation-delay: 0.6s;
  -webkit-animation: frmbtmsix 0.8s forwards ease-in-out;animation-delay: 0.6s;
  animation: frmbtmsix 0.8s forwards ease-in-out;animation-delay: 0.6s;
}
/*slide sixth */