/* $yellow: #ff0;
$white: #fff;
$green: #008000;
$twitter-blue: #1da1f2;
$bg1: rgba(153, 153, 153, 0.153);*/


@keyframes charging-1 {
    14%,100% {opacity: 1;}
}
/*@-webkit-keyframes "charging-2" {
    0%,20% {opacity: 0;}
    40%,100% {opacity: 1;}
}*/
@keyframes charging-2 {
    0%,14% {opacity: 0;}
    28%,100% {opacity: 1;}
}

@keyframes charging-3 {
    0%,28% {opacity: 0;}
    42%,100% { opacity: 1;}
}

@keyframes charging-4 {
    0%,42% {opacity: 0;}
    56%,100% {opacity: 1;}
}

@keyframes charging-5 {
    0%,56% {opacity: 0;}
    70%,100% {opacity: 1;}
}


@keyframes charging-6 {
    0%,70% {opacity: 0;}
    84%,100% {opacity: 1;}
}


@keyframes charging-7 {
    0%,84% {opacity: 0;}
    100% {opacity: 1;}
}
/*@-webkit-keyframes "fadeIn" {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes "fadeIn" {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}*/

.outer {
    border: 0px solid #333;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    
}
/*.outer:after {
        display: block;
        position: absolute;
        top: 19px;
        left: 127px;
        z-index: -1;
        content: "";
        width: 4px;
        height: 30px;
        background: #333;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }*/
.inner {
    background:url("../image/main/direct.png") no-repeat center center;
    height: 100%;
    opacity: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-animation: charging-1 3s infinite;
    animation: charging-1 3s infinite;
    border-radius: 2px;
    
}
.inner:nth-child(2) {
        margin: 0 0px;
        -webkit-animation: charging-2 3s infinite ease-in-out;
        animation: charging-2 3s infinite ease-in-out;
    }
    .inner:nth-child(3) {
        -webkit-animation: charging-3 3s infinite;
        animation: charging-3 3s infinite;
    }
    .inner:nth-child(4) {
        margin: 0 0 0 0px;
        -webkit-animation: charging-4 3s infinite;
        animation: charging-4 3s infinite;
    }
    .inner:nth-child(5) {
        margin: 0 0 0 0px;
        -webkit-animation: charging-5 3s infinite;
        animation: charging-5 3s infinite;
    }
    .inner:nth-child(6) {
        margin: 0 0 0 0px;
        -webkit-animation: charging-6 3s infinite;
        animation: charging-6 3s infinite;
    }
    .inner:nth-child(7) {
        margin: 0 0 0 0px;
        -webkit-animation: charging-7 3s infinite;
        animation: charging-7 3s infinite;
    }




    @keyframes chargingalt-7 {
    14%,100% {opacity: 1;}
}
/*@-webkit-keyframes "charging-2" {
    0%,20% {opacity: 0;}
    40%,100% {opacity: 1;}
}*/
@keyframes chargingalt-6 {
    0%,14% {opacity: 0;}
    28%,100% {opacity: 1;}
}

@keyframes chargingalt-5 {
    0%,28% {opacity: 0;}
    42%,100% { opacity: 1;}
}

@keyframes chargingalt-4 {
    0%,42% {opacity: 0;}
    56%,100% {opacity: 1;}
}

@keyframes chargingalt-3 {
    0%,56% {opacity: 0;}
    70%,100% {opacity: 1;}
}


@keyframes chargingalt-2 {
    0%,70% {opacity: 0;}
    84%,100% {opacity: 1;}
}


@keyframes chargingalt-1 {
    0%,84% {opacity: 0;}
    100% {opacity: 1;}
}

    .inneralt {
    background:url("../image/main/directleft.png") no-repeat center center;
   
    -webkit-animation: chargingalt-1 3s infinite;
    animation: chargingalt-1 3s infinite;
    
}
    .inneralt:nth-child(2) {
        margin: 0 0px;
        -webkit-animation: chargingalt-2 3s infinite ease-in-out;
        animation: chargingalt-2 3s infinite ease-in-out;
    }
    .inneralt:nth-child(3) {
        -webkit-animation: chargingalt-3 3s infinite;
        animation: chargingalt-3 3s infinite;
    }
    .inneralt:nth-child(4) {
        margin: 0 0 0 0px;
        -webkit-animation: chargingalt-4 3s infinite;
        animation: chargingalt-4 3s infinite;
    }
    .inneralt:nth-child(5) {
        margin: 0 0 0 0px;
        -webkit-animation: chargingalt-5 3s infinite;
        animation: chargingalt-5 3s infinite;
    }
    .inneralt:nth-child(6) {
        margin: 0 0 0 0px;
        -webkit-animation: chargingalt-6 3s infinite;
        animation: chargingalt-6 3s infinite;
    }
    .inneralt:nth-child(7) {
        margin: 0 0 0 0px;
        -webkit-animation: chargingalt-7 3s infinite;
        animation: chargingalt-7 3s infinite;
    }
/*.flash {
    color: $yellow;
    position: absolute;
    top: 10px;
    left: 55px;
    font-size: 200%;
}*/
/*.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/
/*.twitter {
    background-color: $twitter-blue;
  color: $white;
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    &:hover {
        color: $twitter-blue;
        background-color: $white;
    }
}*/
    </style>
      <style type="text/css">
   

   /* .body {
      overflow: hidden;
      /* Panel animation should last 200ms */
      /*transition: transform .2s;
      -webkit-transition: -webkit-transform .2s;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height:100%;
    }*/

    /* Body animation when left panel is opened
    .body.ps-active {
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    } */

    /* Body animation when right panel is opened 
    .body.ps-active-right {
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }*/

    /* Panel styles 
    .panel {
      position: fixed;
      top: 0;
      width: 240px;
      height: 100%;
      padding: 0px;
      background-color: #333;
      color: #fff;
      box-shadow: inset 0 0 5px 5px #222;
    }*/

   /*  #left-panel {
      left: 0;

      Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel.
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    } */

    /*#right-panel {
      right: 0;

       Hide panel on the right of the page. When this panel is opened the
      class .ps-active-right will be apllied to body, and it's X translation
      will reveal the panel. 
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }*/

  