

@-webkit-keyframes popbox {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237,28,36, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237,28,36, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237,28,36, 0);
    }
}

@keyframes popbox {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(237,28,36, 0.4);
        box-shadow: 0 0 0 0 rgba(237,28,36, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(237,28,36, 0);
        box-shadow: 0 0 0 10px rgba(237,28,36, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(237,28,36, 0);
        box-shadow: 0 0 0 0 rgba(237,28,36, 0);
    }
}


.neko-outlet-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6347+0,ff6347+5,ff6347+5,ff6347+42,ffffff+49,ffffff+53,ff6347+59,ff6347+100 */
    background: rgb(237,28,36); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(237,28,36) 0%, rgba(237,28,36) 5%, rgba(237,28,36) 5%, rgba(237,28,36) 42%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 53%, rgba(237,28,36) 59%, rgba(237,28,36) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(237,28,36) 0%,rgba(237,28,36) 5%,rgba(237,28,36) 5%,rgba(237,28,36) 42%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 53%,rgba(237,28,36) 59%,rgba(237,28,36) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(237,28,36) 0%,rgba(237,28,36) 5%,rgba(237,28,36) 5%,rgba(237,28,36) 42%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 53%,rgba(237,28,36) 59%,rgba(237,28,36) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c24', endColorstr='#eb1c24',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 380%;
    height: auto;
    animation: neko-outlet-button 1.3s;
    -webkit-animation: neko-outlet-button 1.3s;
}

@keyframes neko-outlet-button {

    0% {
        background-position: -600px;
    }

    100% {
        background-position: 0px;
    }
}

@-webkit-keyframes neko-outlet-button {
    0% {
        background-position: -600px;
    }

    100% {
        background-position: 0px;
    }
}
