    .container {

        width: 1200px !important;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .copy {
        max-width: 1000px !important;
        overflow-x: hidden !important;
    }


    .copy h1 {

        font-size: 50px;
        margin-top: 3rem;
        color: #048cbc;

    }

    .copy h2 {
        font-size: 50px;
        margin-top: 1rem;
        color: #ffffff;
    }

    .copy p {
        font-size: 20px;
        line-height: 1.8;
    }

    .copy h3 {

        font-size: 30px;
        /*   margin-top: 3rem;*/
        color: #048cbc !important;
        font-weight: bold;

    }

    .nav.LightGray {
        background: #222222;
        border-bottom: 1px solid #000000;
    }


    .nav.LightGray .link:active,
    .nav.LightGray .link:focus,
    .nav.LightGray .link:hover,
    .nav.LightGray .link:link,
    .nav.LightGray .link:visited,
    .nav.White .link:active,
    .nav.White .link:focus,
    .nav.White .link:hover,
    .nav.White .link:link,
    .nav.White .link:visited {
        color: #fff;
    }



    .nav.LightGray .link:hover {
        color: #56d3ff;
        -webkit-animation-name: fadeIncolor;
        animation-name: fadeIncolor;
        animation-duration: .5s;

    }

    @-webkit-keyframes fadeIncolor {
        from {
            color: #fff;
        }

        to {
            color: #56d3ff;
        }
    }

    @keyframes fadeIncolor {
        from {
            color: #fff;
        }

        to {
            color: #56d3ff;
        }
    }


    .hvr-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

    .hvr-fade:hover,
    .hvr-fade:focus,
    .hvr-fade:active {
        background-color: #56d3ff !important;
        color: white;
    }


    .you-can {
        font-size: 20px;
        color: #048cbc !important;
    }

    .highlight {
        position: relative;
    }

    .highlight:before {
        content: "";
        z-index: -1;
        position: absolute;
        height: 1.2em;
        top: 0em;
        background: #ffea36;
        width: 100%;


        /* IE 5-7 */


        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }


    .global-card.card-vertical {
        min-height: 400px;
    }

    .container--constraint[data-v-a4757656] {
        padding: 1rem 1rem;
    }

    .container.light[data-v-a4757656]:nth-child(1) {
        padding-top: 1rem;
    }

    .container.light[data-v-a4757656]:nth-child(3) {
        padding-bottom: : 1rem;
    }


    h1 span {
        background-size: 100% 20%;
        background-repeat: repeat-x;
        background-position: left 0% bottom 10%;
    }

    .tapered {
        background-image: linear-gradient(170deg, #d04749 0%, #d04749 30%, transparent 90%, transparent 100%);
    }

    /*.copy h3{padding-top: 3rem;}*/
    h3 img {
        margin: 0 .5rem;
        padding-bottom: .3rem;
    }

    .retailers {
        padding: 0 0 2em 0;
    }

    .copy table tr td,
    .copy table tr th:nth-child(1) {
        width: 35%;
    }

    .copy table tr td,
    .copy table tr th:nth-child(2) {
        width: 35%;
    }

    .copy table tr td,
    .copy table tr th:nth-child(3) {
        width: 20%;
    }

    .copy table tr td,
    .copy table tr th:nth-child(4) {
        width: 10% !important;
    }

    .copy table tr:last-child {
        border-bottom: none;
    }

    .happy .copy p {
        width: 63%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }


    #award {
        padding-top: 3rem;
        width: 900px !important;
        overflow: hidden;
    }

    #award .copy {
        padding-top: 3rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
    }

    #award img {
        width: 100%;
        max-width: 140px;
        min-width: 100px;
        display: block;
    }

    #award .counter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #award .counter p {
        color: #222222;
        font-size: 24px;
        margin-bottom: 0;
    }

    .incremental-counter {
        margin: 0 1rem;
    }

    .incremental-counter .num {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #222222;
        display: inline-block;
        height: 64px;
        line-height: 62px;
        margin: 0 4.5px;
        position: relative;
        text-align: center;
        top: -1px;
        width: 50px;
        font-size: 45px;
        font-size: 3.72625em;
        font-weight: 700;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
    }

    .incremental-counter .num::before {
        background: #999999;
        content: "";
        display: block;
        height: 1px;
        left: -1px;
        margin: -0.5px 0 0;
        position: absolute;
        right: -1px;
        top: 50%;
        width: auto;
    }



    #choose-app {
        padding: 3rem 0;
    }

    #choose-app .garminapp .btn-size-default {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #choose-app svg {
        width: 15px;
        height: 15px;
        margin-right: 4px;
    }

    #choose-app p {
        font-size: 18px;
    }

    .app {

        display: inline-flex;
        flex-direction: row;
        width: 100%;

    }

    .app img {
        width: 150px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    hr.vertical {
        width: 1px;
        height: 650px;
        margin-top: 10px;
    }

    .garminapp {
        width: 40%;
        margin: 0px 50px;
    }

    .garminapp p:nth-child(3) {
        height: 150px;
    }

    .garminapp div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .otherapp {
        width: 60%
    }

    .otherapp p:nth-child(3) {
        height: 150px;
    }

    .otherapp .wa_mo {

        display: flex;
        flex-direction: row;
        /* align-items: center; */
        justify-content: center;

    }

    .otherapp .wa_mo div {
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }


    #information h3 span {
        color: #000042;
        font-family: Knockout\ 30, Knockout\ 28, noto sans tc, microsoft jhenghei, sans-serif !important;
    }

    .watch {
        width: 1000px;
    }

    .watch img {
        width: 100%;
        max-width: 1000px;
        min-width: 200px;
    }




    .cta-button {

        font-size: .8rem;
    }




    #garminsports {
        width: 100%;
        position: relative;
        background-image: url(../images/g-bg.jpg);
        background-size: cover;
        background-position: right center;
        height: auto;
        padding: 2rem 0;
    }


    #garminsports .copy,
    #wakii .copy,
    #momentum .copy {
        max-width: 1400px !important;
    }

    #garminsports h2,
    #wakii h2,
    #momentum h2 {
        color: #fff !important;
        font-size: 50px !important;
    }

    #garminsports p,
    #wakii p,
    #momentum p {
        color: #fff !important;
        font-size: 20px !important;
    }

    #garminsports .wording span,
    #wakii .wording span,
    #momentum .wording span {
        color: #d2fcff;
    }

    #garminsports a {
        color: #d2fcff;
        border-bottom: 1px solid #d2fcff;
    }

    #garminsports .content,
    #momentum .content {
        display: flex;
        flex-direction: row;
        margin: 3rem auto;
        justify-content: center;
        align-items: center;
    }

    #garminsports .content .wording,
    #wakii .content .wording,
    #momentum .content .wording {
        width: 40%;
        text-align: left;
    }

    #garminsports .content .wording p,
    #wakii .content .wording p,
    #momentum .content .wording p {

        font-size: 16px !important;
    }


    #garminsports .content .wording img,
    #wakii .content .wording img,
    #momentum .content .wording img {
        height: 60px;
        width: auto;
    }

    #garminsports .content .award,
    #wakii .content .award,
    #momentum .content .award {
        width: 60%;
        margin: 0 auto;
        position: relative;
    }

    #garminsports .content .highlight2 {
        background-color: #035b7a;
        padding: 10px;
    }

    #garminsports .content .award h3,
    #wakii .content .award h3,
    #momentum .content .award h3 {
        color: #fff !important;
    }

    #garminsports .content .award img,
    #wakii .content .award img,
    #momentum .content .award img {
        width: 100%;
        padding: 0 3rem;
    }



    #wakii {
        width: 100%;
        position: relative;
        background-image: url(../images/w-bg.jpg);
        background-size: cover;
        background-position: left center;
        height: auto;
        padding: 2rem 0;
    }

    #wakii .content {
        display: flex;
        flex-direction: row-reverse;
        margin: 3rem auto;
        align-items: center;
    }

    #wakii .content .highlight2 {
        background-color: #012e3f;
        padding: 10px;
    }




    #momentum {
        width: 100%;
        position: relative;
        background-image: url(../images/m-bg.jpg);
        background-size: cover;
        background-position: right center;
        height: auto;
        padding: 2rem 0;
    }

    #momentum .content .highlight2 {
        background-color: #012e3f;
        padding: 10px;
        color: #fff;
        margin-right: 10px;
    }

    #momentum .content h4 {
        color: #fff;
    }


    #momentum .content .wording {

        text-align: left;
        /*  display: flex;*/
        flex-direction: column;
        /* align-items: center;*/
        justify-content: center;
    }



    /*注意事項*/

    #detail {
        width: 100%;
        position: relative;
        background: #000000;
        height: auto;
    }

    #detail span,
    #detail a {
        color: #56d3ff;
    }

    #detail a {
        color: #56d3ff;
        border-bottom: 1px solid #56d3ff;
    }



    #detail .container {
        padding: 50px 0;
        width: 1170px;
        margin: 0 auto;

    }

    #detail .container h2 {
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    #detail ol {
        list-style: decimal
    }

    #detail ol li {
        font-size: 16px;
        color: #ffffff;
        line-height: 2;
        margin-bottom: 8px;
        font-weight: normal;
        position: relative;
        text-align: left;
    }

    #detail ol li ol {
        list-style: lower-latin;
        padding-left: 20px
    }



    /*教練*/

    #coach {
        width: 100%;
        position: relative;
        background-image: url(../images/act-bg.jpg);
        background-size: cover;
        background-position: right center;
        height: auto;
        padding: 2rem 0;
    }

    #coach .copy {
        max-width: 1400px !important;
    }


    #coach h2 {
        color: #fff !important;
        font-size: 50px !important;
    }

    #coach p {
        color: #fff !important;
        font-size: 20px !important;
    }

    #coach .wording span {
        color: #d2fcff;
    }

    #coach a {
        color: #d2fcff;
        border-bottom: 1px solid #d2fcff;
    }

    #coach .content {
        display: flex;
        flex-direction: row;
        margin: 3rem auto;
        justify-content: center;
        align-items: center;
    }

    #coach .content .wording {
        width: 40%;
        text-align: left;
    }

    #coach .content .wording p {

        font-size: 16px !important;
    }


    #coach .content .wording img {
        height: 60px;
        width: auto;
    }

    #coach .content .award {
        width: 55%;
        margin: 0 auto;
        position: relative;
    }

    #coach .content .highlight2 {
        background-color: #035b7a;
        padding: 10px;
    }

    #coach .content .award h3 {
        color: #fff !important;
    }

    #coach .content .award img {
        width: 100%;
        padding: 0 3rem;
    }

    /*map*/
    #map {
        width: 98%;
        padding: 0 20px;
        height: 400px;
        margin: 0 auto;
    }

    #coach h4 {
        font-size: 24px !important;
        color: #fff !important;
    }

    #coach .no-free {
        margin: 30px 0;
    }

    .join {
        margin-bottom: 30px !important;
    }

    .classa {
        margin: 0 5px !important;
    }

    .school-content .content-wrapper {
        width: 100%;
        color: #fff;
        margin: 0 auto;
        background-color: #012e3f;
    }

    .school {
        padding-bottom: 4rem;
    }

    .surppot {
        width: 1200px;
        background-color: #012e3f;
        padding: 2rem 0;
        margin: 0 auto;

    }

    .surppot h3 {
        color: #ffffff;
        text-align: left;
        padding: 0 3rem;
        text-align: center;
    }

    .surppot p {
        font-size: 16px;
        color: #ffffff;
        padding: 0 3rem;
        text-align: left;

    }



    /*清單*/

    #allact {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    #act01 {
        width: 35%;
        /* max-width: 400px; */
        margin: 0 auto;
        padding: 0 10px;
    }

    #act02 {
        width: 65%;
        /*max-width: 600px;*/
        margin: 0 auto;
        padding: 0 10px;
    }

    #act01 .list,
    #act02 .list {
        margin-top: 30px;
    }

    #act01 .list h4,
    #act02 .list h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffffff;
    }

    #act01 .list td,
    #act02 .list td {
        font-size: 15px;
        line-height: 1.6em;
        padding: 10px;
        border: none;
    }

    #act01 .list table,
    #act02 .list table {
        width: 100%
    }

    #act01 .list table thead tr,
    #act02 .list table thead tr {
        background-color: #012e3f;
        text-align: center;
        color: #ffffff !important;
    }

    #act01 .list table tbody tr:nth-child(odd),
    #act02 .list table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    #act01 .list table tbody tr:nth-child(even),
    #act02 .list table tbody tr:nth-child(even) {
        background-color: #d1e5ec;
    }


    #act01 .list table tbody tr td,
    #act02 .list table tbody tr td {
        vertical-align: middle;
        border: none;
        font-weight: normal
    }

    /*#act01 .list table tbody tr td.label,
    #act02 .list table tbody tr td.label {
        width: 15%;
        min-width: 100px
    }*/



    /*清單*/


    #detail .rule-con .list {
        margin-top: 30px
    }

    #detail .rule-con .list h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffffff;
    }

    #detail .rule-con .list td {
        font-size: 15px;
        line-height: 1.6em;
        padding: 10px;
        border: none;
    }

    #detail .rule-con .list table {
        width: 100%
    }

    #detail .rule-con .list table thead tr {
        background-color: #404040;
        text-align: center;
        color: #ffffff;
    }

    #detail .rule-con .list table tbody tr:nth-child(odd) {
        background-color: #e2cba3;
    }

    #detail .rule-con .list table tbody tr:nth-child(even) {
        background-color: #f8eace;
    }


    #detail .rule-con .list table tbody tr td {
        vertical-align: middle;
        border: none;
        font-weight: normal
    }

    #detail .rule-con .list table tbody tr td.label {
        width: 15%;
        min-width: 100px
    }




    .container.light[data-v-2923f35a],
    .container.light[online] {
        width: 100% !important;
        background: #eee;
    }

    .container.light[data-v-a4757656] {
        background: #eee;
        width: 100% !important;
    }


    .copy table tr:last-child {
        border-bottom: 0 !important;
    }

    @media (max-width: 1280px) {

        .nav {
            position: relative;
            overflow-x: auto;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: none;
        }
    }

    @media (max-width: 1024px) {
        .container {
            width: 945px !important;
        }

        .copy h1 {
            font-size: 42px;
            margin-top: 3rem;
            color: #048cbc;
        }



        #garminsports h2,
        #wakii h2,
        #momentum h2 {
            color: #fff !important;
            font-size: 42px !important;
        }

        #garminsports p,
        #wakii p,
        #momentum p {
            color: #fff !important;
            font-size: 18px !important;
        }

        #garminsports .content .award,
        #wakii .content .award,
        #momentum .content .award {
            width: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        #garminsports .content .award img,
        #wakii .content .award img,
        #momentum .content .award img {
            width: 100%;
            max-width: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            height: auto;
            padding: 0;
        }

        .surppot {
            width: 90%;

        }
    }


    @media (max-width: 768px) {
        .container {
            width: 600px !important;
        }

        .incremental-counter .num {

            color: #222222;

            height: 62px;
            line-height: 62px;
            margin: 0 4.5px;

            top: -1px;
            width: 48px;
            font-size: 45px;
        }

        .happy .copy p {
            width: 85%;
            margin: 0 auto;
            text-align: left;
            margin-bottom: 30px;
        }

        #award .counter p {
            color: #222222;
            font-size: 20px;
            margin-bottom: 0;
        }

        #award {
            padding-top: 3rem;
            width: 700px !important;
            overflow: hidden;
        }

        #award img {
            width: 100%;
            max-width: 120px;
            min-width: 90px;
            display: block;
        }

        .app {
            display: inline-flex;
            flex-direction: column;
            width: 100%;
        }

        .garminapp {
            width: 100%;
            margin: 0 auto;
        }

        hr {
            display: none;
        }

        .otherapp {
            width: 100%;
            margin: 0 auto;
            margin-top: 60px;
        }

        .otherapp p:nth-child(3) {
            height: auto;
        }


        #garminsports .content,
        #momentum .content,
        #wakii .content {
            display: flex;
            flex-direction: column;
            margin: 0 auto;

        }

        #garminsports .content .wording,
        #wakii .content .wording,
        #momentum .content .wording {
            width: 100%;
            text-align: left;
            margin: 30px auto;
        }

        #allact {
            flex-direction: column;
        }

        #act01,
        #act02 {
            width: 100%;
        }

        .classa {
            margin-bottom: 30px !important;
        }

    }

    @media (max-width: 450px) {

        .nav {

            justify-content: flex-start;

        }

        .container {
            width: 100% !important;
            padding: 0 3rem;
        }

        .copy {
            max-width: 330px !important;
            overflow-x: hidden !important;
        }

        .happy .copy p {
            width: 100%;
            margin: 0 auto;
            text-align: left;
            /* margin-bottom: 30px; */
            margin: 1rem 0;
            text-align: left;
            font-size: 18px;
        }

        #award .counter {

            margin-top: 30px;

        }



        .incremental-counter .num {
            background: #f8f8f8 none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 4px;
            color: #222222;
            display: inline-block;
            height: 70px;
            line-height: 70px;
            margin: 0 4.5px;
            position: relative;
            text-align: center;
            top: -1px;
            /* padding: 3rem 0; */
            width: 40px;
            margin: 10px 3px;
            font-size: 2.5rem;
            font-weight: 700;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
        }

        #information p {
            margin: 1rem 0;
            text-align: left;
            font-size: 18px;
        }

        #award img {
            width: 100%;
            max-width: 100px;
            min-width: 100px;
            display: block;
        }

        #award {
            padding-top: 3rem;
            width: 400px !important;
            overflow: hidden;
        }

        #award .copy {
            padding-top: 1rem;
        }

        .counter:nth-child(1) {
            width: 100%;
        }

        #award .counter {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        #award .counter p {
            margin: 10px 0;
        }

        .incremental-counter .num {
            background: #f8f8f8 none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 4px;
            color: #048cbc;
            display: inline-block;
            height: 70px;
            line-height: 70px;
            margin: 0 4.5px;
            position: relative;
            text-align: center;
            top: -1px;
            width: 40px;
            font-size: 2.5rem;
            font-weight: 700;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
        }

        #information h1 {
            width: 72%;
            margin-left: auto;
            margin-right: auto;
        }

        #choose-app p {
            font-size: 16px;
        }

        #choose-app h1 {

            margin-top: 0;
        }

        .otherapp .wa_mo div:nth-child(1) {
            margin-bottom: 30px;
        }

        .otherapp .wa_mo {
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
        }

        .otherapp .wa_mo a {
            width: 70%;
            margin: 3px auto;

        }

        #coach h2 {
            color: #fff !important;
            font-size: 42px !important;
        }

        #coach p {
            color: #fff !important;
            font-size: 16px !important;
        }



        #garminsports .content .wording,
        #wakii .content .wording,
        #momentum .content .wording {
            width: 100%;
            text-align: left;
            margin: 30px auto 0px auto;
        }

        .garminapp p:nth-child(3) {
            height: auto;
        }

        #garminsports h2 {
            color: #fff !important;
            font-size: 42px !important;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }


        #garminsports,
        #wakii,
        #momentum {
            width: 100%;
            position: relative;
            padding: 1rem 0 background-size: 120%;
            background-position: center center;
        }

        #detail .container {
            padding: 1rem 0;

        }
    }

    @media (max-width: 450px) {
        .incremental-counter .num {
            background: #f8f8f8 none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 4px;
            color: #222222;
            display: inline-block;
            height: 60px;
            line-height: 60px;
            margin: 0 4.5px;
            position: relative;
            text-align: center;
            top: -1px;
            /* padding: 3rem 0; */
            width: 24px;
            margin: 10px 3px;
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
        }

    }

    @media (max-width: 375px) {

        .copy {
            max-width: 350px !important;
            overflow-x: hidden !important;
        }

        .copy h1 {
            font-size: 40px;

        }

        


        #information h1 {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }


        #award {
            padding-top: 3rem;
            width: 360px !important;
            overflow: hidden;
            padding: 0;
        }

        #award img {
            width: 100%;
            max-width: 100px;
            min-width: 60px;
            display: block;
        }

        #garminsports h2,
        #wakii h2,
        #momentum h2 {

            font-size: 40px !important;

        }

        #garminsports h2 {
            width: 86%;
        }

        #momentum h2 {
            width: 60%;
            margin: 0 auto;
        }

        #detail ol {
            list-style: decimal;
            width: 100%;
            margin: 0 auto;
            padding: 0 2rem;
        }

        #coach h2 {
            color: #fff !important;
            font-size: 40px !important;
        }

        #coach p {
            color: #fff !important;
            font-size: 16px !important;
        }

        #act02 .list td:nth-child(2) {
            width: 40%;
        }

    }

    @media (max-width: 360px) {
        #momentum h2 {
            width: 65%;
            margin: 0 auto;
        }
    }


    @media (max-width: 320px) {

        .copy {
            max-width: 260px !important;
            overflow-x: hidden !important;
        }


        #famous-people .copy {
            max-width: 180px !important;
        }
    }


    @-webkit-keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }

    @keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }

    .flipInY {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    /*
   Animation example, for spinners
*/
    .animate-spin {
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
        display: inline-block;
    }

    @-moz-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
            -o-transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @-webkit-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
            -o-transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @-o-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
            -o-transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @-ms-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
            -o-transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    @keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
            -o-transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }


    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;

        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */

        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;

        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;

        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;

        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */

        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

    #choose-app .icon-googleplay:before {
        content: '\e804';
    }

    #choose-app .icon-apple:before {
        content: '\f179';
    }