@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;
}

h3 {
    color: #002855;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    height: 100px;
}

.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;
}

.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;
}

.button {
    background: #faa61a;
    height: 48px;
    width: 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: 70px;
    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;
}

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