
*{
    font-family: "Century Gothic","Microsoft yahei";
    font-weight: 300;
}
html{
    height: 100%;
}
body{
    position: relative;
    height: 100%;
    background-color: #3f69aa;
}

h1, h2, h3, h4, h5, h6{
    color: #ffffff;
}

p{
    font-weight: 300;
}

img{
    background-size: auto;
}

.error{
    border-color: red !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

.container{
    position: relative;
}

/* ------------------
    Button
-------------------- */
.btn{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: 0px solid;
    border-bottom: 2px solid;
    border-color: #007dab;
    padding: 10px 41px;
    border-radius: 5px;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 20px 0 0;
    background-color: #00b6f9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover{
    background: #007dab;
    color: #ffffff;
    text-decoration: none;
}
.btn-green{
    border-color: #260d76;
    background-color: #341496;
}
.btn-green:hover{
    background: #260d76;
}

/* ------------------
    Wrapper
-------------------- */
#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/* ------------------
    Info
--------------------*/
.info{
    position: relative;
    z-index: 999;
}

.info h1{
    font-size: 102px;
    font-weight: 700;
    margin-top: 120px;
    line-height: 100px;
    color: #f0ff79;
    text-transform: uppercase;
}

.info h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;
}

.info p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    margin: 15px 0;
}

/* ------------------
    Fighting
--------------------*/
.fighting{
    margin-top: 100px;
}

/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../images/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1200px) {

    .info h1 {
        font-size: 110px;
    }
    .info h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .fighting img{
        width: 352px;
    }

}

@media (max-width: 992px) {

    .info h1 {
        font-size: 90px;
    }
    .info h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .fighting img{
        width: 282px;
    }

}

@media (max-width: 767px) {
    .fighting {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .info {
        text-align: center;
    }
    .info h1 {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {

    .info h1 {
        font-size: 60px;
        line-height: 66px;
    }
    .info h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .info p {
        font-size: 16px;
    }

}

@media (max-width: 440px) {

    .info p br{
        display: block;
    }
    .btn{
        display: block;
        margin: 20px;
    }


}