body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #6f6f6f;
    line-height: 26px;
}

h1 {
    font-size: 55px;
    color: #6f6f6f;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

.main {
    width: 100%;
    margin: 0 auto;
}

.title {
    width: 100%;
    min-height: 150px;
    text-align: center;
    padding-top: 10px;
}

.img {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.geniusx {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    text-transform: uppercase;
    color: #23a0dc;
    font-weight: bold;
}

.subtitile {
    width: 50%;
    margin: 0 25%;
    float: left;
    padding-top: 100px;
    text-align: center;
}

.gatewaypath {
    width: 965px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.gatewayblock {
    width: 33%;
    float: left;
    text-align: center;
}

.ok {
    font-size: 20px;
    line-height: 1;
    color: #4caf50;
    margin-bottom: 5px;
    margin-top: 15px;
}

.error {
    font-size: 20px;
    line-height: 1;
    color: #bc2b21;
    margin-bottom: 5px;
    margin-top: 15px;
}

.pro_main {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #415b6a;
    padding-top: 30px;
}

.pro_msg {
    width: 100%;
    float: left;
    text-align: center;
    color: #415b6a;
    font-size: 15px;
    padding-top: 25px;
}

.pro_link {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #00a2df;
}

.pro_link a{
    color: #00a2df;
}

.submitcont {
    font-family: Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    border: 1px solid transparent;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    line-height: 35px;
    height: 40px;
    cursor: pointer;
    outline: none;
    transition: all 0.15s ease-in-out;
    box-sizing: border-box;
    background-color: #3bafda;
}

.submitcont:hover, .submitcont:focus {
    background-color: #66c1e2;
    border-color: #66c1e2;
}

.form_txtbox {
    width: 125px;
    height: 30px;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #6a7d7d;
    background-color: #ffffff;
    transition: all 0.15s ease-in-out;
}

.form_txtbox:hover {
    box-shadow: 0 0 3px #dddddd;
}

.form_txtbox:focus {
    box-shadow: 0 0 4px #dddddd;
    border: 1px solid #7f7f7f;
}

#movingBallG {
    position: relative;
    width: 256px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.movingBallLineG {
    position: absolute;
    left: 0;
    top: 8px;
    height: 4px;
    width: 256px;
    background-color: #ffffff;
}

.movingBallG {
    background-color: #349dff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -moz-animation-name: bounce_movingBallG;
    -moz-animation-duration: 1.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bounce_movingBallG;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -o-animation-name: bounce_movingBallG;
    -o-animation-duration: 1.7s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 10px;
    animation-name: bounce_movingBallG;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-moz-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 236px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 236px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 236px;
    }
    100% {
        left: 0;
    }
}

@-o-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 236px;
    }
    100% {
        left: 0;
    }
}

@keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 236px;
    }
    100% {
        left: 0;
    }
}

/* respossive */
@media screen and (max-width: 670px) {
    .img {
        width: 90%;
    }

    .img > img {
        width: 100%;
    }

    .gatewaypath {
        width: 90%;
    }

    .gatewayblock {
        width: 33%;
    }

    .gatewayblock {
        margin: 20px 0;
    }

    .subtitile {
        width: 70%;
        margin: 0 15%;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 10px;
    }

    .ok, .error {
        font-size: 9px;
    }
}