/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-line-scale-pulse-out,
.la-line-scale-pulse-out>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale-pulse-out {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale-pulse-out.la-dark {
    color: #333;
}

.la-line-scale-pulse-out>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale-pulse-out {
    width: 1.0256rem;
    height: 0.8205rem;
}

.la-line-scale-pulse-out>div {
    width: 0.1026rem;
    height: 0.8205rem;
    margin: 0.0513rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0.2564rem;
    /* -webkit-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -moz-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -o-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85); */
    animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
}

.la-line-scale-pulse-out>div:nth-child(3) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s;
}

.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-line-scale-pulse-out.la-sm {
    width: 0.5128rem;
    height: 0.4103rem;
    display: flex;
    margin-right: 0.2564rem;
}

.la-line-scale-pulse-out.la-sm>div {
    width: 0.0513rem;
    height: 0.4103rem;
    margin: 0.0256rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10%;
}

.la-line-scale-pulse-out.la-2x {
    width: 2.0513rem;
    height: 1.641rem;
}

.la-line-scale-pulse-out.la-2x>div {
    width: 0.2051rem;
    height: 1.641rem;
    margin: 0.1026rem;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out.la-3x {
    width: 3.0769rem;
    height: 2.4615rem;
}

.la-line-scale-pulse-out.la-3x>div {
    width: 0.3077rem;
    height: 2.4615rem;
    margin: 0.1538rem;
    margin-top: 0;
    margin-bottom: 0;
}


/*
  * Animation
  */

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@-moz-keyframes line-scale-pulse-out {
    0% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -moz-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }
}

@-o-keyframes line-scale-pulse-out {
    0% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
        -moz-transform: scaley(.3);
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}


/* 2 */

.la-ball-circus,
.la-ball-circus>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-circus {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-circus.la-dark {
    color: #333;
}

.la-ball-circus>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-circus {
    width: 16px;
    height: 16px;
}

.la-ball-circus>div {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 16px;
    width: 100%;
    height: 16px;
    height: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
    -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
    -o-animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
    animation: ball-circus-position 2.5s infinite cubic-bezier(.25, 0, .75, 1), ball-circus-size 2.5s infinite cubic-bezier(.25, 0, .75, 1);
}

.la-ball-circus>div:nth-child(1) {
    -webkit-animation-delay: 0s, -.5s;
    -moz-animation-delay: 0s, -.5s;
    -o-animation-delay: 0s, -.5s;
    animation-delay: 0s, -.5s;
}

.la-ball-circus>div:nth-child(2) {
    -webkit-animation-delay: -.5s, -1s;
    -moz-animation-delay: -.5s, -1s;
    -o-animation-delay: -.5s, -1s;
    animation-delay: -.5s, -1s;
}

.la-ball-circus>div:nth-child(3) {
    -webkit-animation-delay: -1s, -1.5s;
    -moz-animation-delay: -1s, -1.5s;
    -o-animation-delay: -1s, -1.5s;
    animation-delay: -1s, -1.5s;
}

.la-ball-circus>div:nth-child(4) {
    -webkit-animation-delay: -1.5s, -2s;
    -moz-animation-delay: -1.5s, -2s;
    -o-animation-delay: -1.5s, -2s;
    animation-delay: -1.5s, -2s;
}

.la-ball-circus>div:nth-child(5) {
    -webkit-animation-delay: -2s, -2.5s;
    -moz-animation-delay: -2s, -2.5s;
    -o-animation-delay: -2s, -2.5s;
    animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm {
    width: 8px;
    height: 8px;
}

.la-ball-circus.la-sm>div {
    width: 8px;
    height: 8px;
}

.la-ball-circus.la-2x {
    width: 32px;
    height: 32px;
}

.la-ball-circus.la-2x>div {
    width: 32px;
    height: 32px;
}

.la-ball-circus.la-3x {
    width: 48px;
    height: 48px;
}

.la-ball-circus.la-3x>div {
    width: 48px;
    height: 48px;
}


/*
 * Animations
 */

@-webkit-keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@-moz-keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@-o-keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@-webkit-keyframes ball-circus-size {
    50% {
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
}

@-moz-keyframes ball-circus-size {
    50% {
        -moz-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
}

@-o-keyframes ball-circus-size {
    50% {
        -o-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
}

@keyframes ball-circus-size {
    50% {
        -webkit-transform: scale(.3, .3);
        -moz-transform: scale(.3, .3);
        -o-transform: scale(.3, .3);
        transform: scale(.3, .3);
    }
}


/* 2 */