.homepage-block {
    position: relative;
    height: 100%;
}

.screen-container {
    position: relative;
    left: 0;
    top: -0%;
    height: 100%;
    /* margin: 0 50px; */
    -webkit-user-select: none;
}

.screen {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.white-screen {
    background: #FFFFFF;
}

.gray-screen {
    background: #F9F9F9;
}

.mainscreen {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('mainscreen-bg.png') no-repeat;
}

.stage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    /* background: url('mainscreen-bg.png') no-repeat; */
}

.stage.active {
    display: block;
}

.stage-1 {
}

.stage-1 .outer {
    width: 444px;
    height: 444px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -562px;
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: 50%;
    margin-top: -222px;
}

.stage-1 .checkpoint {
    display: inline-block;
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    /* background: rgba(36, 18, 18, 1); */
    /* box-shadow: 0px 0px 2px 2px #383A33; */
    background: #181E25;
}

.stage-1 .checkpoint .point-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    overflow: hidden;
    background: #363636 url('sprite-index-points.png') no-repeat;
}

.stage-1 .point-security .point-wrapper {
    background-position: 0px -100px;
}

.stage-1 .point-speed .point-wrapper {
    background-position: 0px 0px;
}

.stage-1 .point-runtime .point-wrapper {
    background-position: 0px -200px;
}

.stage-1 .point-security .blink {
    background-color: #FE4E51;
    -webkit-transition: background-color 2s;
    -moz-transition: background-color 2s;
    -ms-transition: background-color 2s;
    -o-transition: background-color 2s;
    transition: background-color 2s;
}

.stage-1 .point-speed .blink,
.stage-1 .point-runtime .blink {
    background-color: #F39700;
    -webkit-transition: background-color 2s;
    -moz-transition: background-color 2s;
    -ms-transition: background-color 2s;
    -o-transition: background-color 2s;
    transition: background-color 2s;
}

.stage-1 .checkpoint .opted {
    background-color: #8FC31F;
    -webkit-transition: background-color 2s;
    -moz-transition: background-color 2s;
    -ms-transition: background-color 2s;
    -o-transition: background-color 2s;
    transition: background-color 2s;
}

.checkpoint.point-security {
    top: 10px;
    right: 20px;
}

.checkpoint.point-speed {
    bottom: 35px;
    right: -5px;
}

.checkpoint.point-runtime {
    bottom: 90px;
    left: -35px;
}

.stage-1 .middle {
    width: 288px;
    height: 288px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -274px;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    top: 50%;
    margin-top: -144px;
}

.stage-1 .inner {
    width: 180px;
    height: 180px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -94px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 50%;
    margin-top: -90px;
}

.stage-1 .inner .wave {
    display: inline-block;
    position: relative;
    top: 46px;
    width: 75%;
    height: 70px;
    background: url('sprite-index.png');
    background-position: 0px 0px;
}

.stage-1 .inner > div {
    position: relative;
    top: 50px;
    color: #FFF;
}

.stage-1 .inner .mysite {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -69px;
}

.stage-1 .outer-points {
    width: 444px;
    height: 444px;
    background-position: 0 -562px;
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: 50%;
    margin-top: -222px;
}

.stage-1 .outer-tips {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tips {
    position: absolute;
}

.tips .demo {
    position: absolute;
    width: 165px;
    left: 66px;
    text-align: left;
    margin-top: 10px;
}

.tips .demo .title {
    display: block;
}

.tips .demo .desp {
    font-size: 12px;
    color: #FFF;
    display: block;
}

.tips .tip-block .opt {
    position: absolute;
    display: inline-block;
    background-color: #00B7EE;
    box-shadow: 0px 0px 1px beige;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 9px;
    bottom: 5px;
}

.tips .tip-block .opt-focus {
    position: absolute;
    display: inline-block;
    background-image: -moz-radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .8));
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .8));
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .8));
    margin: 67px 0 0 198px;
}

.tips .tip-block {
    background: rgba(255, 255, 255, .08);
    width: 235px;
    height: 90px;
}

.tips.security {
    top: 50%;
    margin-top: -222px;
    right: 50%;
    margin-right: -524px;
}

.tips.security .line {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 50px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0px -1458px;
    left: -85px;
    top: 0px;
}

.tips.security .demo .title {
    color: #FE4E51;
    font-size: 15px;
    font-weight: bold;
}

.tips.security .tips-icon {
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 40px;
    background: url('sprite-index.png') no-repeat;
    background-position: -36px -1046px;
    left: 15px;
    top: 15px;
}

.tips.speed {
    top: 50%;
    margin-top: 161px;
    right: 50%;
    margin-right: -544px;
}

.tips.speed .line {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 50px;
    background: url('sprite-index.png') no-repeat;
    background-position: -88px -1458px;
    left: -85px;
    top: 0px;
}

.tips.speed .tips-icon {
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 40px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0px -1006px;
    left: 15px;
    top: 15px;
}

.tips.speed .demo .title {
    color: #F39700;
    font-size: 15px;
    font-weight: bold;
}

.tips.runtime {
    top: 50%;
    margin-top: 151px;
    left: 50%;
    margin-left: -534px;
}

.tips.runtime .line {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 50px;
    background: url('sprite-index.png') no-repeat;
    background-position: -176px -1458px;
    right: -43px;
    top: -60px;
}

.tips.runtime .tips-icon {
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 40px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0px -1046px;
    left: 15px;
    top: 15px;
}

.tips.runtime .demo .title {
    color: #F39700;
    font-size: 15px;
    font-weight: bold;
}

.stage-1-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background: url('mainscreen-stage1.png') no-repeat center;
}

.stage-2 {

}

.stage-2-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    /* background: url('mainscreen-stage2.png') no-repeat center; */
}

.stage-2 .bigdata {
    position: absolute;
    width: 725px;
    height: 460px;
    left: 50%;
    margin-left: -550px;
    top: 50%;
    margin-top: -230px;
    /* border: 1px ridge; */
    background: url('mainscreen-stage2.png') no-repeat center;
    background-position: -410px -327px;
}

#nodes,
#sites,
#alerts,
#ava_alerts {
    position: relative;
    top: 2px;
}

#nodes i,
#sites i,
#alerts i,
#ava_alerts i { 
    display: inline-block;
    width: 14px;
    height: 20px;
}

.hotspot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('site-legend.png') no-repeat;
}

.hotspot-ok {
    /* background-color: #8fc31f; */
    background-position: 0 0;
}

.hotspot-warning {
    /* background-color: #f39700; */
    background-position: -13px 0;
}

.hotspot-ex {
    /* background-color: #fe4e51; */
    background-position: -26px 0;
}

.hotspot .pulse-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    animation: controller-pulse2 5s infinite linear;
    -webkit-animation: controller-pulse2 3s infinite linear;
    -moz-animation: controller-pulse2 3s infinite linear;
    -ms-animation: controller-pulse2 3s infinite linear;
    -o-animation: controller-pulse2 3s infinite linear;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
}

.hotspot .pulse-circle-second {
    animation: controller-pulse2 3s infinite 1.6s linear;
    -webkit-animation: controller-pulse2 3s infinite 1.6s linear;
    -moz-animation: controller-pulse2 3s infinite 1.6s linear;
    -ms-animation: controller-pulse2 3s infinite 1.6s linear;
    -o-animation: controller-pulse2 3s infinite 1.6s linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hotspot-ok .pulse-circle {
    -webkit-box-shadow: 0 0 8px rgba(143, 195, 31, 1), inset 0 0 5px rgba(143, 195, 31, 1);
    -moz-box-shadow: 0 0 8px rgba(143, 195, 31, 1), inset 0 0 5px rgba(143, 195, 31, 1);
    box-shadow: 0 0 8px rgba(143, 195, 31, 1), inset 0 0 5px rgba(143, 195, 31, 1);
}

.hotspot-warning .pulse-circle {
    -webkit-box-shadow: 0 0 8px rgba(243, 151, 0, 1), inset 0 0 5px rgba(243, 151, 0, 1);
    -moz-box-shadow: 0 0 8px rgba(243, 151, 0, 1), inset 0 0 5px rgba(243, 151, 0, 1);
    box-shadow: 0 0 8px rgba(243, 151, 0, 1), inset 0 0 5px rgba(243, 151, 0, 1);
}

.hotspot-ex .pulse-circle {
    -webkit-box-shadow: 0 0 8px rgba(254, 78, 81, 1), inset 0 0 5px rgba(254, 78, 81, 1);
    -moz-box-shadow: 0 0 8px rgba(254, 78, 81, 1), inset 0 0 5px rgba(254, 78, 81, 1);
    box-shadow: 0 0 8px rgba(254, 78, 81, 1), inset 0 0 5px rgba(254, 78, 81, 1);
}

.hotspot-index-0 {
    top: 43.1%;
    left: 87.2%;
}

.hotspot-index-1 {
    top: 53.1%;
    left: 85.6%;
}

.hotspot-index-2 {
    top: 27.8%;
    left: 83.9%;
}

.hotspot-index-3 {
    top: 43.1%;
    left: 77.5%;
}

.hotspot-index-4 {
    top: 48.1%;
    left: 82.3%;
}

.hotspot-index-5 {
    top: 76.1%;
    left: 83.9%;
}

.hotspot-index-6 {
    top: 12.4%;
    left: 90.2%;
}

.hotspot-index-7 {
    top: 20.2%;
    left: 53.2%;
}

.hotspot-index-8 {
    top: 35.4%;
    left: 67.7%;
}

.hotspot-index-9 {
    top: 20.1%;
    left: 72.5%;
}

.hotspot-index-10 {
    top: 32.9%;
    left: 45.1%;
}

.hotspot-index-11 {
    top: 73.6%;
    left: 56.4%;
}

.hotspot-index-12 {
    top: 43.1%;
    left: 16%;
}

.hotspot-index-13 {
    top: 55.7%;
    left: 49.9%;
}

.hotspot-index-14 {
    top: 17.4%;
    left: 11.3%;
}

.hotspot-index-15 {
    top: 20.1%;
    left: 41.9%;
}

.hotspot-index-16 {
    top: 33.1%;
    left: 79.2%;
}

.hotspot-index-17 {
    top: 22.8%;
    left: 27.3%;
}

.hotspot-index-18 {
    top: 27.8%;
    left: 61.3%;
}

.hotspot-index-19 {
    top: 53.1%;
    left: 25.8%;
}

.hotspot-index-20 {
    top: 63.4%;
    left: 90.5%;
}

.hotspot-index-21 {
    top: 40.5%;
    left: 82.4%;
}

.hotspot-index-22 {
    top: 30.4%;
    left: 75.8%;
}

.hotspot-index-23 {
    top: 33.1%;
    left: 90.5%;
}

.hotspot-index-24 {
    top: 45.5%;
    left: 64.5%;
}

.hotspot-index-25 {
    top: 40.6%;
    left: 72.5%;
}

.hotspot-index-26 {
    top: 73.6%;
    left: 32.3%;
}

.hotspot-index-27 {
    top: 45.6%;
    left: 54.9%;
}

.hotspot-index-28 {
    top: 27.9%;
    left: 71%;
}

.hotspot-index-29 {
    top: 61%;
    left: 79.2%;
}

.stage-2 .result {
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: 202px;
    top: 50%;
    margin-top: -230px;
}

.stage-2 .bg-title {
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -1386px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.stage-2 .result-content {
    height: 345px;
    margin-top: 5px;
    border-top: 3px solid #00B8EE;
    padding: 20px 20px 0;
    text-align: left;
    color: #FFF;
    font-size: 18px;
    /* text-shadow: 1px 1px 4px goldenrod; */
    background: rgba(255, 255, 255, .08);
}

.stage-2 ul {
    list-style: none;
}

.stage-2 .result-content ul li {
    padding: 12px 0;
}

.stage-2 .result-content ul li + li {
    /* margin-top: 10px; */
}

.applyforfree {
    text-align: center;
    padding: 0;
    border: 2px solid #00B8EE;
    border-radius: 32px;
    width: 220px;
    height: 55px;
    line-height: 52px;
    /* vertical-align: middle; */
    margin: 0 auto;
    margin-top: 40px;
    color: #00B8EE;
    text-shadow: none;
    font-size: 24px;
    cursor: pointer;
}

.applyforfree a {
    color: #00B8EE;
}

.applyforfree:hover {
    box-shadow: 0 0 4px #00B8EE;
}

.applyforfree:hover a {
    color: #00B8EE;
    text-shadow: 0 0 0.1px #00B8EE;
}

.stage-2 .legend {
    position: absolute;
    left: 50%;
    margin-left: -540px;
    top: 50%;
    margin-top: 190px;
    color: #FFF;
    font-size: 14px;
}

.stage-2 .legend > div {
    text-align: left;
    margin-bottom: 5px;
}

.stage-2 .legend ul li {
    float: left;
}

.stage-2 .legend ul li + li {
    margin-left: 15px;
}

.stage-2 .legend .legend-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('sprite-index.png') no-repeat;
    background-position: 0 -1445px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.stage-2 .legend .legend-icon.legend-icon-ok {
    background-position: 0 -1445px;
}

.stage-2 .legend .legend-icon.legend-icon-error {
    background-position: -26px -1445px;
}

.stage-2 .legend .legend-icon.legend-icon-warning {
    background-position: -13px -1445px;
}

.slavescreen {
    text-align: left;
}

.slavescreen > .row {
    max-width: 1150px;
    margin: 0 auto;
}

.slavescreen .title {
    color: #223344;
    font-size: 32px;
    margin: 0 0 15px 0;
}

.slavescreen .content {
    font-size: 18px;

    line-height: 36px;
}

.slavescreen .content .more {
    font-size: 13px;
    color: #8899AA;
}

.slavescreen .content .more a {
    text-decoration: none;
}

.slavescreen .content .more a:hover span {
    background-color: #00B7EE;
}

.slavescreen .content .more span {
    background-color: #8899AA;
    color: #FFF;
    border-radius: 4px;
    padding: 1px 4px;
    margin-left: 8px;
}

.slavescreen .content .aba {
    color: #666;
}

.slavescreen .content ul {
    margin-left: 20px;
    color: #00B7EE;
}

.slavescreen .content ul li {
}

.slavescreen .content ul li > div {
    margin-left: -21px;
    color: #666;
}

.screen-pagination {
    position: absolute;
    right: 10px;
    top: 40%;
    z-index: 30;
    list-style: none;
    margin: 0;
    padding: 0;
}

.screen-pagination li {
    margin-bottom: 20px;
}

.screen-pagination li a {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #7F7F7F;
    display: block;
}

.screen-pagination li a.active {
    margin-left: -1px;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #8A7D7D;
}

.slavescreen-feature-001 {

}

.slavescreen-feature-002 {

}

.slavescreen-feature-003 {

}

.slavescreen-feature-004 {

}

.goodness {

}

.goodness .points4 {

    margin: 20px auto;
    max-width: 1150px;
}

.goodness .points {
    text-align: center;
}

.goodness .points > span {
    margin-top: 10px;

    display: inline-block;
}

.goodness .goodness-title {
    text-align: center;
}

.goodness .goodness-title > h2 {
    /* margin-bottom: 40px; */
    color: #223344;
    font-size: 32px;
}

.goodness .goodness-title > div {
    line-height: 36px;
    color: #666;
    font-size: 18px;
}

.goodness .footer-screen {
    max-width: 100%;
    background: #F9F9F9;
    padding-bottom: 150px;
    margin-top: 20px;
}

.footer-screen .weixin {
    margin-left: 100px;

}

.footer-screen .list {

}

.footer-screen .list ul {
    list-style: none;
    margin-left: 60px;
}

.footer-screen ul li {
    float: left;
}

.footer-screen ul li + li {
    margin-left: 100px;
}

.footer-screen ul li .title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.footer-screen ul li span {
    font-size: 12px;
    display: block;
}

.footer-screen ul li span:hover a {
    color: #00B7F0;
}

.footer-screen ul li span a {
    display: block;
    color: #666;
    text-decoration: none;
}

.footer-screen .cs {
    margin-top: 15px;

}

.footer-screen .net-record {
    margin-top: 15px;
    font-size: 12px;
}

.footer-screen .net-record a {
    color: #666;
}

.footer-screen .net-record a:hover {
    color: #00B7F0;
}

.footer-screen .cs .qq_service {
    display: inline-block;
    width: 93px;
    height: 23px;
    background: url('index-cs.png') no-repeat;
    background-position: 0 0;
}

.footer-screen .cs .weibo_service {
    display: inline-block;
    width: 65px;
    height: 23px;
    background: url('index-cs.png') no-repeat;
    background-position: -100px 0;
}

.footer-screen .cs a {
    display: block;
    width: 100%;
    height: 100%;
}

section {
    font-size: 18px;
    color: #6A6A6A;
    text-align: center;
}

@media (min-width: 1367px) {
    section {
        padding: 220px 0;
    }

    section.goodness {
        padding: 100px 0 0 0;
    }

    section.goodness .goodness-title {
        margin-bottom: 40px;
    }

    section.goodness .footer-screen {
        padding-top: 50px;
        margin-top: 60px;
    }
}

@media (max-width: 1366px) {
    section {
        padding: 100px 0;
    }

    section.goodness {
        padding: 0 0 0;
    }

    section.goodness .footer-screen {
        padding-top: 10px;

        margin-top: 30px;
    }

    section.goodness .footer-screen .weixin img {
        height: 100px;
        width: 100px;
    }

    .goodness .points4 {
        margin: 5px auto;
    }

    .goodness .applyforfree {
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 10px 20px;
    }
}

@keyframes frisbee {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(720deg)
    }
}

@-moz-keyframes frisbee {
    from {
        -moz-transform: rotateZ(0deg);
    }
    to {
        -moz-transform: rotateZ(720deg)
    }
}

@-webkit-keyframes frisbee {
    from {
        -webkit-transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(720deg)
    }
}

@keyframes frisbee2 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes frisbee2 {
    from {
        -moz-transform: rotateZ(0deg);
    }
    to {
        -moz-transform: rotateZ(360deg)
    }
}

@-webkit-keyframes frisbee2 {
    from {
        -webkit-transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg)
    }
}

@-moz-keyframes anti-frisbee {
    from {
        -moz-transform: rotateZ(0deg);
    }
    to {
        -moz-transform: rotateZ(-1080deg)
    }
}

@-webkit-keyframes anti-frisbee {
    from {
        -webkit-transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(-1080deg)
    }
}
@keyframes anti-frisbee {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(-1080deg)
    }
}

@keyframes zoom-big {
    from {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        left: 0;
        top: 0;
    }

    to {
        width: 55px;
        height: 55px;
        border-radius: 55px;
        left: -19px;
        top: -19px;
    }
}

@-moz-keyframes zoom-big {
    from {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        left: 0;
        top: 0;
    }

    to {
        width: 55px;
        height: 55px;
        border-radius: 55px;
        left: -19px;
        top: -19px;
    }
}

@-webkit-keyframes zoom-big {
    from {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        left: 0;
        top: 0;
    }

    to {
        width: 55px;
        height: 55px;
        border-radius: 55px;
        left: -19px;
        top: -19px;
    }
}


.outer-rotate {
    animation: frisbee 2s ease-in-out 1;
    -webkit-animation: frisbee 2s ease-in-out 1;
}

.middle-rotate {
    animation: anti-frisbee 2s ease-in-out 1;
    -webkit-animation: anti-frisbee 2s ease-in-out 1;
}

.points-blink {
    animation: flash 2s linear 3;
    -webkit-animation: flash 2s linear 3;
}

.points-rotate {
    animation: frisbee2 1s linear 1;
    -webkit-animation: frisbee2 1s linear 1;
}

.opt-focus-opting {
    animation: zoom-big 1s linear 2;
    -webkit-animation: zoom-big 1s linear 2;
}

@keyframes controller-pulse2 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .95
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-moz-keyframes controller-pulse2 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-webkit-keyframes controller-pulse2 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .95
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-ms-keyframes controller-pulse2 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-o-keyframes controller-pulse2 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    80% {
        opacity: .4
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}
