@charset "UTF-8";

* {
    font-family: 'myriad-pro-condensed', sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    background: #002855;
}

body {
    background: url('../img/polybg.jpg') center top;
}

h1 {
    color: #f6dcb3;
    font-size: 30px;
    font-width: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
}


main {
    min-height: 300px;
    padding: 15px 0 0;
}

main > div {
    margin: 0 auto;
    width: 490px;
    padding: 15px;
}

@media only screen and (max-width: 520px) {
    main > div {
        margin: 0;
        width: 100%;
        padding: 0;
    }
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 136px;
    background: #333;
    border: #FFF 2px solid;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    margin: 0 auto;
}

footer * {
    color: #FFF;
    font-size: 14px;
}

footer > div {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}

footer > div > div {
    margin: 20px 0px;
    padding: 0 34px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #3E3E3E;
    border-right: 1px solid #282828;
    float: left;
}

footer > div > div:first-child {
    border-left: 0;
}

footer > div > div:last-child {
    border-right: 0;
}

footer p {
    margin: 6px 0;
    font-size: 12px;
}

footer a {
    display: block;
    text-decoration: none;
    margin: 8px 0;
    font-size: 12px;
    line-height: 16px;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 520px) {
    footer {
        padding: 0;
    }

    footer > div {
        width: 100%;
        height: 100%;
    }

    footer > div > div {
        margin: 10px 0;
        padding: 0 10px;
        height: 120px;
    }
}

#logo-corporate {
    background: url('../img/ggs-logo.png');
    width: 149px;
    height: 64px;
    margin: 0 0 20px 0;
}


input[type="text"], input[type="password"], select {
    border-radius: 0;
    border: 2px solid #002855;
    box-sizing: border-box;
    color: #5d5d5d;
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 16px 8px 0;
    padding: 12px 20px;
    vertical-align: top;
    width: 100%;
}


.button {
    background: #faa61a;
    height: 48px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 78px 0 30px;
    white-space: nowrap;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-radius: 4px;
    min-width: 85px;
    text-decoration: none;
}

.button:hover {
    background: #ec9123;
}

.button span {
    -webkit-user-select: none;
    background-color: #ec9123;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 48px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    width: 48px;
}


.button:hover span {
    background-color: #d57a0c;
}

@media only screen and (max-width: 350px) {
    .button {
        font-size: 18px;
    }
}

.icon {
    background-image: url('../img/Sprite_Icons_64px_64px_&_48px_48px.png');
    background-position: 1px -2240px;
    background-repeat: no repeat;
}

.form-box {
    vertical-align: top;
    position: relative;
    display: inline-block;
    background: #fff;
    /*margin: 10px 5px 10px 0;*/
    padding: 15px;
    width: 460px;
    z-index: 10;
}

@media only screen and (max-width: 520px) {
    .form-box {
        padding: 5px;
        width: 90%;
        margin: 20px auto;
        display: block;
    }
}

.error-message {
    color: #d53131;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    min-height: 22px;
}


.list {
    margin: 0 auto;
    padding: 25px 0;
    width: 1000px;
}

.game-box {
    vertical-align: top;
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 10px 5px 10px 0;
    padding: 15px;
    width: 460px;
    min-height: 290px;
}

.game-box > h3 {
    color: #002855;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    height: 80px;
}

.game-box:nth-child(even) {
    margin: 10px 0 10px 5px;
}

.game-logo {
    /*text-align: center;*/
    margin: 15px 0;
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.controls {
    display: inline-block;
    /*text-align: center;*/
    margin: 25px 0 0 0;
    width: 200px;
}

/* errors */
.error-container {
    width: 900px;
}

.error-container h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;

}

.error-box {
    background: #fff;
    border: 2px solid #fff;
}

.error-box > div {
    padding: 15px 15px 0 15px;
    border: 2px solid #333;
}

.error-404 {
    background: url('../img/img_kraken_404_855x350.png') no-repeat center;
    width: 855px;
    height: 350px;
    margin: 0 auto;
}

.error-tech {
    background: url('../img/bg-maintenance.jpg') no-repeat center;
    width: 870px;
    height: 330px;
    margin: 0 auto;
}
