body {
    background-color: #231815;
    background-image: url(../img/back.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    line-height: 1.25;
    font-size: 12pt;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
}

a {
    color: #ffc800;
    text-decoration: none;
}

    a:hover {
        color: #eee;
    }

    a:active {
        color: #fcda2f;
    }

    a:visited {
        color: #ffd230;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #00c5ff;
    line-height: 1.75;
}

h1 {
    font-size: 32pt;
}

h2 {
    font-size: 30pt;
}

h3 {
    font-size: 27pt;
}

h4 {
    font-size: 22pt;
}

h5 {
    font-size: 18pt;
}

h6 {
    font-size: 14pt;
}

br {
    content: " ";
    display: block;
    margin: 10px 0;
    line-height: 22px;
}

p {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 15px 0;
    border-color: #ddd;
}

.flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.web-body {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: #1f1f1f 0 0 25px 5px;
}

.logo img {
    width: 100%;
    max-width: 100%;
}

.header {
    width: auto;
    z-index: 99;
    margin-top: 15px;
}

.header-align {
    align-items: center;
}

.content {
    padding: 20px 0 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .content img {
        max-width: 100%;
    }

.logo {
    width: 28%;
    text-align: center;
    margin-left: 25px;
}

    .logo img {
        max-width: 100%;
        width: 100%;
    }

.headright {
    width: 65%;
}

.homepage {
    margin: 15px 0 0 0;
    border-radius: 5px;
    height: auto;
}

.homepage-left {
    width: 62%;
    overflow: hidden;
    border-radius: 5px;
}

.homepage-right {
    width: 37%;
}

    .homepage-right img {
        width: 100%;
    }

.homepage-top-right, .homepage-bottom-right {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.homepage-top-right {
}

.homepage-bottom-right {
    margin-top: 5px;
}

.slider {
}

.contact {
    height: 100%;
    margin-top: 15px;
}

    .contact a {
        position: relative;
        padding: 7px 0 7px 65px;
        margin: 0 10px 0 0;
        line-height: 1.25;
        flex: 1;
        border-radius: 5px;
        font-size: 17px;
        color: #000;
        font-weight: bold;
    }

        .contact a:hover {
            color: #ffffff;
            text-shadow: 0 0 #000;
            font-weight: bold;
            /* border:1px solid #cb00f8; */
        }

            .contact a:hover h3 {
                color: #ffffff;
            }

        .contact a:last-child {
            margin: 0;
        }

    .contact i {
        font-size: 40px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .contact h3 {
        color: #000;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.25;
    }

.form h3 {
    text-align: center;
}

.form {
    width: auto;
    border-radius: 10px;
}

#txtUsername, #txtPassword {
    width: 20%;
}

#txtCode {
    width: 10%;
}

input[type=text], input[type=password], .button, .captcha {
    border: 1px solid #ffffff;
    line-height: 35px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
    border-radius: 3px;
    /* flex: 1; */
}

input[type=text], input[type=password] {
    background: #ffffff;
    box-shadow: #9a9a9a 0 0 15px inset;
    /* width: 100%; */
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #006cf4;
        box-shadow: #0041ad 0 0 15px inset;
        border: 1px solid #006cf4;
        color: #fff;
        outline: none;
    }

::placeholder {
    color: #000000;
    font-size: 14px;
}

#CaptchaDiv {
    background: #1f1e1e;
    color: #ffffff;
    border: 1px solid #353434;
    user-select: none;
    padding: 0;
    box-shadow: #000 0 0 15px inset;
    font-weight: bold;
    width: 10%;
}

.button {
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border: 1px solid #680080;
    flex: 1;
}

    .button:hover {
        background: #dddddd;
        box-shadow: #f1f1f1 0 0 15px inset;
        color: #111;
    }

a.button {
    color: #fff;
}

.button a:hover {
    color: #111;
}

.button:last-child {
    margin: 0;
}

.register-button {
    color: #420056;
    border: 1px solid #006ef9;
}

a.register-button {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

    a.register-button:hover {
        color: #000;
    }

.wrap-collabsible {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav {
    border: none;
}

.navbar a.active {
    color: #fff;
}

.navbar a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    height: 100%;
    line-height: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.3s;
}

    .navbar a:hover {
        color: #ffffff;
    }

.toggle, label.lbl-toggle {
    display: none;
}

.slider img {
    width: 100%;
}

.scrolltext {
    width: 100%;
    line-height: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    background: #58007d9c;
    /* border: 1px solid #ad00d4; */
}

.scrolltextinside {
    flex: 1;
    margin: 0 5px;
}

.scrolltextleft, .scrolltextright {
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.scrolltextright {
    width: 15%;
    color: #000;
    font-size: 18px;
    background-color: #00acdc;
    border-bottom-right-radius: 5px;
}

.scrolltextleft {
    width: 6%;
}

.game {
    margin-top: 20px;
}

    .game a {
        display: block;
        border-radius: 5px;
        overflow: hidden;
        line-height: 0;
        /* margin-right: 0.5%; */
    }

        .game a img {
            width: 100%;
        }

        .game a:first-child, .game a:nth-child(2) {
            width: 24%;
        }

        .game a:last-child {
            width: 49%;
            margin: 0;
        }

.color1 {
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 50%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 50%,#dbdbdb 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 50%,#dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=0 );
}

.color2, .contact a { /* border: 1px solid #65dcff; */
    background: #00c7ff;
    background: -moz-linear-gradient(top, #0098d8 0%, #00c7ff 50%, #0098d8 100%); /* background: -webkit-linear-gradient(top,  #0098d8 0%,#00c7ff 50%,#0098d8 100%); */ /* background: linear-gradient(to bottom,  #0098d8 0%,#00c7ff 50%,#0098d8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098d8', endColorstr='#0098d8',GradientType=0 );
}

    .color3, .nav a:hover, .contact a:hover, .active {
        background: #3e005e;
        background: -moz-linear-gradient(top, #3e005e 0%, #61007c 50%, #3e005e 100%);
        background: -webkit-linear-gradient(top, #3e005e 0%,#61007c 50%,#3e005e 100%);
        background: linear-gradient(to bottom, #3e005e 0%,#61007c 50%,#3e005e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e005e', endColorstr='#3e005e',GradientType=0 );
    }

.color4 {
    background: #383838;
    background: -moz-linear-gradient(top, #383838 1%, #4f4f4f 50%, #212121 100%);
    background: -webkit-linear-gradient(top, #383838 1%,#4f4f4f 50%,#212121 100%);
    background: linear-gradient(to bottom, #383838 1%,#4f4f4f 50%,#212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#212121',GradientType=0 );
}

.footer {
    text-align: center;
    padding: 15px 0;
    color: #000;
    font-weight: bold;
    text-shadow: 1px 1px #00c5ff;
}
