.fa,
.fa-stack {
    display: inline-block
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa,
.fas {
    font-weight: 900
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

article section.game h3 a.button .fa-chevron-circle-left,
article section.game h3 a.button .fa-chevron-circle-right,
article section.games h3 a.button .fa-chevron-circle-left,
article section.games h3 a.button .fa-chevron-circle-right,
article section.page h3 a.button .fa-chevron-circle-left,
article section.page h3 a.button .fa-chevron-circle-right {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    margin: -5px 0 0
}

article section.games h3 a.button .fa-chevron-circle-right,
article section.game h3 a.button .fa-chevron-circle-right,
article section.page h3 a.button .fa-chevron-circle-right {
    margin-left: 5px
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #333
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    overflow-x: hidden
}

body .hide {
    display: none !important
}

body>iframe {
    position: absolute;
    left: -3000px;
    top: -3000px;
    display: block;
    height: 1px;
    width: 1px;
    border: 0;
    opacity: 0
}

.loading-indicator {
    min-height: 19px;
    background: url("data:image/gif;base64,R0lGODlhEAALAPQAAP///xaKtd3t89Po8Ov0+BuMthaKtUCfwozF2m210L/e6jWZvlmrypTJ3HG30cPg6zibvxmLtl2ty+jz99vs8/T5+0mjxd7u9PP4+rzd6ajT4s7m7+/2+QAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAAPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IENhbid0IGNvbm5lY3QgdG8gbG9jYWwgTXlTUUwgc2VydmVyIHRocm91Z2ggc29ja2V0ICcvdmFyL3J1bi9teXNxbGQvbXlzcWxkLnNvY2snICgyKSBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+CjxiciAvPgo8Yj5XYXJuaW5nPC9iPjogIG15c3FsX3F1ZXJ5KCkgWzxhIGhyZWY9J2Z1bmN0aW9uLm15c3FsLXF1ZXJ5Jz5mdW5jdGlvbi5teXNxbC1xdWVyeTwvYT5dOiBBIGxpbmsgdG8gdGhlIHNlcnZlciBjb3VsZCBub3QgYmUgZXN0YWJsaXNoZWQgaW4gPGI+L2hvbWUvYWpheGxvYWQvd3d3L2xpYnJhaXJpZXMvY2xhc3MubXlzcWwucGhwPC9iPiBvbiBsaW5lIDxiPjY4PC9iPjxiciAvPgo8YnIgLz4KPGI+V2FybmluZzwvYj46ICBteXNxbF9xdWVyeSgpIFs8YSBocmVmPSdmdW5jdGlvbi5teXNxbC1xdWVyeSc+ZnVuY3Rpb24ubXlzcWwtcXVlcnk8L2E+XTogQ2FuJ3QgY29ubmVjdCB0byBsb2NhbCBNeVNRTCBzZXJ2ZXIgdGhyb3VnaCBzb2NrZXQgJy92YXIvcnVuL215c3FsZC9teXNxbGQuc29jaycgKDIpIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4KPGJyIC8+CjxiPldhcm5pbmc8L2I+OiAgbXlzcWxfcXVlcnkoKSBbPGEgaHJlZj0nZnVuY3Rpb24ubXlzcWwtcXVlcnknPmZ1bmN0aW9uLm15c3FsLXF1ZXJ5PC9hPl06IEEgbGluayB0byB0aGUgc2VydmVyIGNvdWxkIG5vdCBiZSBlc3RhYmxpc2hlZCBpbiA8Yj4vaG9tZS9hamF4bG9hZC93d3cvbGlicmFpcmllcy9jbGFzcy5teXNxbC5waHA8L2I+IG9uIGxpbmUgPGI+Njg8L2I+PGJyIC8+CjxiciAvPgo8Yj5XYXJuaW5nPC9iPjogIG15c3FsX3F1ZXJ5KCkgWzxhIGhyZWY9J2Z1bmN0aW9uLm15c3FsLXF1ZXJ5Jz5mdW5jdGlvbi5teXNxbC1xdWVyeTwvYT5dOiBDYW4ndCBjb25uZWN0IHRvIGxvY2FsIE15U1FMIHNlcnZlciB0aHJvdWdoIHNvY2tldCAnL3Zhci9ydW4vbXlzcWxkL215c3FsZC5zb2NrJyAoMikgaW4gPGI+L2hvbWUvYWpheGxvYWQvd3d3L2xpYnJhaXJpZXMvY2xhc3MubXlzcWwucGhwPC9iPiBvbiBsaW5lIDxiPjY4PC9iPjxiciAvPgo8YnIgLz4KPGI+V2FybmluZzwvYj46ICBteXNxbF9xdWVyeSgpIFs8YSBocmVmPSdmdW5jdGlvbi5teXNxbC1xdWVyeSc+ZnVuY3Rpb24ubXlzcWwtcXVlcnk8L2E+XTogQSBsaW5rIHRvIHRoZSBzZXJ2ZXIgY291bGQgbm90IGJlIGVzdGFibGlzaGVkIGluIDxiPi9ob21lL2FqYXhsb2FkL3d3dy9saWJyYWlyaWVzL2NsYXNzLm15c3FsLnBocDwvYj4gb24gbGluZSA8Yj42ODwvYj48YnIgLz4K") no-repeat center center
}

.holder {
    position: relative
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    font-size: 160%;
    font-weight: 400;
    height: auto
}

.select2-container--default .select2-results>.select2-results__options {
    text-align: left;
    font-size: 130%
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0092c3
}

section.offScreenNavigation {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 45px;
    left: -200px;
    z-index: 0;
    background: #252525;
    width: 200px;
    color: #fff;
    transition: left 0.2s
}

section.offScreenNavigation ul {
    padding: 0;
    margin: 0;
    list-style: none
}

section.offScreenNavigation ul li {
    display: block;
    text-align: left;
    margin-left: -200px;
    transition: margin 0.6s
}

section.offScreenNavigation ul li a {
    display: block;
    padding: 10px 15px 10px 10px;
    text-decoration: none;
    font-size: 120%;
    color: #fff
}

section.offScreenNavigation ul li a em {
    font-style: normal;
    color: #fff;
    opacity: 0.6;
    float: right
}

section.offScreenNavigation ul li a em.fa {
    font-size: 140%
}

section.offScreenNavigation ul li a:hover {
    color: #fff;
    background-color: #1794c7
}

section.offScreenNavigation ul li a.active {
    color: #fff;
    background-color: #f07e07
}

section.offScreenNavigation ul li+li {
    border-top: 1px solid #484848
}

section.offScreenNavigation .filter ul {
    margin-bottom: 20px
}

section.offScreenNavigation .filter ul li a.active {
    color: #fff;
    background-color: #1794c7
}

section.offScreenNavigation .navigate ul li a em {
    opacity: 1
}

#offScreenNavigationTrigger {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

#offScreenNavigationTrigger+label[for="offScreenNavigationTrigger"] {
    transition: left 0.2s
}

#offScreenNavigationTrigger:checked~section.offScreenNavigation {
    left: 0
}

#offScreenNavigationTrigger:checked~section.offScreenNavigation ul li {
    margin-left: 0
}

#offScreenNavigationTrigger:checked~article {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5)
}

#offScreenNavigationTrigger:checked+label {
    left: 215px
}

#offScreenNavigationTrigger:checked+label svg.open {
    display: none
}

#offScreenNavigationTrigger:checked+label svg.close {
    display: block
}

label[for="offScreenNavigationTrigger"] {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer
}

label[for="offScreenNavigationTrigger"] svg {
    fill: #fff
}

label[for="offScreenNavigationTrigger"] svg.close {
    display: none
}

.userBox {
    display: block;
    padding: 10px 0 20px 10px
}

.userBox .user {
    display: block;
    text-align: left;
    white-space: nowrap
}

.userBox .user img {
    display: none
}

.userBox .user strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 130%;
    font-weight: 400;
    line-height: 100%
}

.userBox .user strong a {
    text-decoration: none;
    color: #fff
}

.userBox .user small {
    display: block;
    font-size: 120%;
    color: #999
}

.userBox .user button {
    border: medium none;
    border-spacing: 0;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    padding: 4px 8px;
    margin-top: 10px;
    font-size: 120%;
    outline: none;
    cursor: pointer
}

.userBox .user button+button {
    margin-left: 10px
}

.button,
button {
    font-weight: 300;
    text-decoration: none;
    color: #fff !important;
    background-color: #f07e07;
    cursor: pointer
}

.button.login,
button.login {
    border: 2px solid #f07e07 !important
}

.button.login:hover,
button.login:hover {
    background-color: #333 !important
}

.button.dashboard,
button.dashboard {
    border: 2px solid #666 !important;
    background: none
}

.button.dashboard:hover,
button.dashboard:hover {
    border-color: #fff !important
}

article {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    transition: left 0.2s
}

article header {
    zoom: 1;
    display: block;
    padding: 5px 0;
    background-color: #333
}

article header:before,
article header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

article header:after {
    clear: both
}

article header .userBox {
    display: none
}

article header h1 {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *vertical-align: auto;
    text-indent: -10000px;
    padding: 0;
    margin: 0;
    width: 188px;
    height: 50px;
    background-size: 188px 50px !important
}

article header small {
    display: block;
    padding: 10px 10px 0 10px;
    color: #333;
    line-height: 130%
}

article .filter {
    display: block;
    background-color: #1993c6
}

article .filter ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

article .filter ul li {
    -ms-flex-positive: 1;
    flex-grow: 1
}

article .filter ul li a {
    display: block;
    border: 5px solid #1993c6;
    border-left: 0;
    border-right: 0;
    color: #fff;
    font-size: 130%;
    text-decoration: none
}

article .filter ul li a span {
    display: block;
    padding: 5px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

article .filter ul li a.active,
article .filter ul li a:hover {
    border-top: 5px solid #fff;
    background-color: #fff;
    border-bottom-color: #fff
}

article .filter ul li a.active span,
article .filter ul li a:hover span {
    color: #333
}

article .filter ul li a.active span em,
article .filter ul li a:hover span em {
    color: #333
}

article .filter ul li a.active+li span,
article .filter ul li a:hover+li span {
    border-left-color: #1993c6
}

article .filter ul li:last-child span {
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

article .filter ul li.html5 a span {
    background-position: center 0
}

article .filter ul li.html5 a.active span,
article .filter ul li.html5 a:hover span {
    background-position: center -30px
}

article .filter ul li.webgl a span {
    background-position: center -61px
}

article .filter ul li.webgl a.active span,
article .filter ul li.webgl a:hover span {
    background-position: center -92px
}

article .filter ul li.android-app a span {
    background-position: center -125px
}

article .filter ul li.android-app a.active span,
article .filter ul li.android-app a:hover span {
    background-position: center -156px
}

article .filter ul li.ios-app a span {
    background-position: center -195px
}

article .filter ul li.ios-app a.active span,
article .filter ul li.ios-app a:hover span {
    background-position: center -225px
}

article .filter ul li.flash,
article .filter ul li.webgl-desktop {
    display: none
}

article .inner nav {
    display: none
}

article .comingSoonHolder {
    padding-top: 30px;
    text-align: center
}

article .comingSoonHolder svg {
    width: 150px;
    height: 150px;
    fill: #ccc
}

article .comingSoonHolder h3 {
    margin: -20px 0 40px 0 !important;
    text-align: center !important;
    color: #ccc !important
}

article section.games,
article section.game,
article section.page {
    background-color: #fff;
    padding: 10px
}

article section.games h2,
article section.games h3,
article section.game h2,
article section.game h3,
article section.page h2,
article section.page h3 {
    font-weight: 300
}

article section.games h3,
article section.game h3,
article section.page h3 {
    font-size: 2em;
    text-align: left;
    color: #333;
    margin: 10px 0 20px 0;
    white-space: nowrap
}

article section.games h3 span,
article section.game h3 span,
article section.page h3 span {
    padding: 0
}

article section.games h3 a,
article section.game h3 a,
article section.page h3 a {
    color: #333;
    text-decoration: none
}

article section.games h3 a.button,
article section.game h3 a.button,
article section.page h3 a.button {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *vertical-align: auto;
    padding: 0px 10px;
    font-size: 60%;
    line-height: 180%;
    float: right
}

article section.games h3 a.button .fa-chevron-circle-right,
article section.game h3 a.button .fa-chevron-circle-right,
article section.page h3 a.button .fa-chevron-circle-right {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle;
    margin: -5px 0 0 0
}

article section.games h3 a.button .fa-chevron-circle-left,
article section.game h3 a.button .fa-chevron-circle-left,
article section.page h3 a.button .fa-chevron-circle-left {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle;
    margin: -5px 0 0 0
}

article section.games h3 a.button em,
article section.game h3 a.button em,
article section.page h3 a.button em {
    display: none;
    font-style: normal
}

article section.games h3 a:hover,
article section.game h3 a:hover,
article section.page h3 a:hover {
    color: #333
}

article section.games h3+p,
article section.games h3+.description,
article section.game h3+p,
article section.game h3+.description,
article section.page h3+p,
article section.page h3+.description {
    margin-top: -10px !important
}

article section.games p,
article section.games .description,
article section.game p,
article section.game .description,
article section.page p,
article section.page .description {
    padding: 0;
    margin: 20px 0;
    color: #333;
    text-align: left;
    font-size: 130%;
    line-height: 140%
}

article section.games .description a,
article section.game .description a,
article section.page .description a {
    font-weight: bolder;
    color: #1993c6
}

article section.games .description p,
article section.game .description p,
article section.page .description p {
    margin: 0;
    font-size: 100%
}

article section.games>ul,
article section.game>ul,
article section.page>ul {
    zoom: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: -5px;
    padding: 0;
    list-style: none
}

article section.games>ul:before,
article section.games>ul:after,
article section.game>ul:before,
article section.game>ul:after,
article section.page>ul:before,
article section.page>ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

article section.games>ul:after,
article section.game>ul:after,
article section.page>ul:after {
    clear: both
}

article section.games>ul li,
article section.game>ul li,
article section.page>ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    float: left;
    display: block;
    width: 33.3%;
    overflow: hidden
}

article section.games>ul li a,
article section.game>ul li a,
article section.page>ul li a {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px
}

article section.games>ul li a img,
article section.game>ul li a img,
article section.page>ul li a img {
    display: block;
    width: 100%
}

article section.games>ul li a span,
article section.game>ul li a span,
article section.page>ul li a span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    margin-top: -22px;
    width: 100%;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: top 0.2s
}

article section.games>ul li a em,
article section.game>ul li a em,
article section.page>ul li a em {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 3px 5px;
    min-width: 50%;
    background: rgba(255, 200, 0, 0.9);
    color: #333;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 80%;
    transition: top 0.2s
}

article section.games>ul li a:hover span,
article section.game>ul li a:hover span,
article section.page>ul li a:hover span {
    top: 0;
    margin-top: 0;
    padding: 40% 10px 0 10px;
    white-space: normal
}

article section.games>ul li a:hover em,
article section.game>ul li a:hover em,
article section.page>ul li a:hover em {
    top: -40px
}

article section.games>ul li:first-child,
article section.game>ul li:first-child,
article section.page>ul li:first-child {
    width: 66.6%
}

article section.games>ul li:first-child span,
article section.game>ul li:first-child span,
article section.page>ul li:first-child span {
    margin-top: -26px;
    background-color: #f07e07;
    font-size: 130%
}

article section.games>ul li:first-child em,
article section.game>ul li:first-child em,
article section.page>ul li:first-child em {
    font-size: 140%
}

article section.games>ul li:first-child a:hover span,
article section.game>ul li:first-child a:hover span,
article section.page>ul li:first-child a:hover span {
    opacity: 0.8
}

article section.games>ul li:before,
article section.game>ul li:before,
article section.page>ul li:before {
    content: '';
    height: 0;
    margin-bottom: 100%;
    display: block;
    width: 100%
}

article section.games>ul li.dummy a,
article section.game>ul li.dummy a,
article section.page>ul li.dummy a {
    background-color: #eee
}

article section.games>ul:nth-of-type(even) li,
article section.game>ul:nth-of-type(even) li,
article section.page>ul:nth-of-type(even) li {
    float: right
}

article section.games>ul+h3,
article section.game>ul+h3,
article section.page>ul+h3 {
    margin-top: 30px
}

article section.games>ul.categoryView,
article section.game>ul.categoryView,
article section.page>ul.categoryView {
    margin-bottom: 20px
}

article section.games>ul.categoryView li,
article section.game>ul.categoryView li,
article section.page>ul.categoryView li {
    display: block !important
}

article section.game {
    text-align: left;
    padding: 10px
}

article section.game .branding {
    overflow: hidden
}

article section.game .branding .holder {
    display: block;
    height: 0;
    width: 100%;
    margin-bottom: 25%
}

article section.game .branding .holder .button {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 4px 10px;
    font-size: 120%
}

article section.game .branding .holder .button em {
    display: none
}

article section.game .branding .holder .exclusive {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 5px;
    background: rgba(255, 200, 0, 0.9);
    color: #333;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 130%
}

article section.game>img {
    width: 25%;
    margin: -10% 3% 10px 3%;
    float: left;
    border: 4px solid #fff
}

article section.game .details {
    padding: 0 10px
}

article section.game .details h2 {
    display: block;
    margin: 10px 0;
    padding-left: 32%;
    font-size: 200%;
    color: #333
}

article section.game .details .cta {
    clear: both;
    margin: 10px -10px 0 -10px;
    padding: 20px;
    background-color: #eee;
    text-align: center
}

article section.game .details .cta .button {
    padding: 10px 40px;
    background-color: #098500;
    font-size: 160%;
    color: #098500
}

article section.game .details .cta .button:hover {
    background-color: #18a70e
}

article section.game .details .description {
    padding-top: 10px;
    font-size: 110%
}

article section.game .details #walkthroughPlayer {
    height: 260px;
    margin-top: 30px
}

article section.game .embedCode {
    margin: 30px 0
}

article section.game .embedCode h4 {
    margin: 0 0 15px 0;
    font-size: 160%;
    color: #333;
    font-weight: 400
}

article section.game .embedCode h4.head {
    color: #0092c3
}

article section.game .embedCode ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0
}

article section.game .embedCode ul li .inner {
    background-color: #0092c3;
    padding: 10px
}

article section.game .embedCode ul li fieldset {
    position: relative;
    margin-bottom: 0;
    border: 0;
    padding: 0 0 5px 0
}

article section.game .embedCode ul li fieldset:hover textarea {
    color: #0092c3
}

article section.game .embedCode ul li fieldset label {
    display: block;
    margin-bottom: 10px;
    font-size: 130%;
    color: #fff;
    font-weight: 400
}

article section.game .embedCode ul li fieldset textarea,
article section.game .embedCode ul li fieldset input:not([type="checkbox"]) {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border: 0;
    padding: 10px;
    text-align: left;
    font-size: 130%;
    white-space: nowrap
}

article section.game .embedCode ul li fieldset textarea.url,
article section.game .embedCode ul li fieldset input:not([type="checkbox"]).url {
    font-size: 160%
}

article section.game .embedCode ul li fieldset textarea {
    resize: none;
    outline: none;
    cursor: -webkit-grab
}

article section.game .embedCode ul li fieldset input:not([type="checkbox"]) {
    background-color: #eee;
    padding: 10px
}

article section.game .embedCode ul li fieldset .clipboardHint {
    position: absolute;
    bottom: -8px;
    right: 0;
    color: #fff;
    font-weight: 400
}

article section.game .embedCode ul li.register .inner {
    background-color: #eee
}

article section.game .embedCode ul li.register fieldset {
    background: none;
    padding: 0;
    margin: 0
}

article section.game .embedCode ul li.register fieldset label {
    color: #0092c3
}

article section.game .embedCode ul li.register fieldset p {
    margin: 0 0 10px 0
}

article section.game .embedCode ul li.register fieldset .button {
    margin: 10px 0;
    display: inline-block;
    padding: 7px 10px;
    font-size: 130%
}

article section.game .embedCode ul li.iframeSettings {
    margin-top: 30px
}

article section.game .embedCode ul li.iframeSettings .inner {
    background-color: #eee
}

article section.game .embedCode ul li.iframeSettings fieldset {
    background: none;
    padding: 0;
    margin: 0 0 10px 0
}

article section.game .embedCode ul li.iframeSettings fieldset label {
    color: #333
}

article section.game .embedCode ul li.iframeSettings fieldset input {
    background-color: #fff
}

article section.game .embedCode ul li+li {
    margin-top: 30px
}

article section.game .embedCode ul li+li.register {
    margin-top: 20px
}

article section.game .embedCode ul+ul {
    margin-top: 20px
}

article section.game section.games {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: none;
    width: 100%;
    padding-bottom: 30px
}

article section.game section.games h3 {
    text-align: center
}

article section.page {
    text-align: left
}

article section.page p,
article section.page ul li {
    margin: 0 0 20px 0;
    font-size: 130%;
    line-height: 140%
}

article section.page p a,
article section.page ul li a {
    position: static;
    text-decoration: none;
    color: #333
}

article section.page p a:hover,
article section.page ul li a:hover {
    text-decoration: underline;
    color: #333
}

article section.page ul {
    margin: 0
}

article section.page ul li {
    margin-bottom: 10px;
    float: none !important;
    width: auto
}

article section.page ul li:before {
    margin: 0
}

article footer {
    display: block;
    padding: 20px 10px;
    background-color: #333
}

article footer a,
article footer {
    color: #fff
}

article footer a {
    text-decoration: underline
}

article footer p {
    margin-bottom: 10px
}

article footer p.copy {
    float: left
}

article footer p.links {
    float: right
}

article footer p.links a {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *vertical-align: auto;
    padding: 0 .7em;
    margin: 0.7em auto
}

article footer p.links a+a {
    border-left: 1px solid #6a6a6a
}

article footer p.madeWithLove {
    clear: both;
    padding-top: 10px
}

#elevio-base-menu .el-fa {
    font-size: 130% !important
}

#elevio-base-menu.wall .el-tip {
    display: inline-block !important;
    white-space: nowrap;
    font-size: 90%;
    font-weight: 300;
    min-width: 0;
    padding-right: 10px
}

#elevio-base-menu.wall ul li.active .el-tip {
    color: #333
}

@media screen and (max-width: 450px) {
    #elevio-base-menu .bottom-cta .el-fa {
        font-size: 190% !important
    }
    #elevio-base-menu.wall .el-tip {
        font-size: 110%
    }
    #elevio-base-menu.wall.expanded .el-tip {
        display: none !important
    }
}

@media only screen and (min-width: 480px) {
    article section.game .branding {
        margin-top: 30px
    }
    article section.game .branding .holder {
        margin-bottom: 20%
    }
    article section.game .branding .holder .exclusive {
        top: 20px;
        right: 20px
    }
    article section.game .branding .holder .button {
        margin: 3% 0 0 3%;
        font-size: 175%
    }
    article section.game>img {
        width: 20%
    }
    article section.game .details {
        padding: 0
    }
    article section.game .details h2 {
        font-size: 288%;
        padding-left: 26%
    }
    article section.game .details .cta {
        margin: 10px 0 0 0
    }
    article section.game .details .description {
        padding-top: 20px;
        font-size: 130%
    }
    article section.games ul li {
        width: 20%
    }
    article section.games ul li:first-child {
        width: 40%
    }
    article section.games ul li:nth-child(n+7) {
        display: block
    }
}

@media only screen and (min-width: 641px) {
    .inner {
        max-width: 1150px;
        margin: 0 auto
    }
    article header .userBox {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
    article header .userBox .user img {
        display: block;
        float: left;
        width: 38px;
        height: 58px;
        margin-right: 20px
    }
    article header h1 {
        /* margin: 10px 0; */
        width: 263px;
        height: 70px;
        background-size: 263px 70px !important
    }
    article header small {
        display: block;
        padding: 10px;
        color: #333;
        line-height: 130%;
        font-size: 110%
    }
    article .filter ul li.flash,
    article .filter ul li.webgl-desktop {
        display: block
    }
    article .inner {
        zoom: 1;
        position: relative
    }
    article .inner:before,
    article .inner:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    article .inner:after {
        clear: both
    }
    article .inner nav {
        display: block;
        width: 30%;
        margin-bottom: 30px;
        float: left
    }
    article .inner nav h2 {
        display: none
    }
    article .inner nav ul {
        display: block;
        padding: 0;
        margin: 0
    }
    article .inner nav ul li {
        display: block;
        text-align: left;
        font-weight: 400
    }
    article .inner nav ul li a {
        zoom: 1;
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        font-size: 120%;
        text-align: left
    }
    article .inner nav ul li a:before,
    article .inner nav ul li a:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }
    article .inner nav ul li a:after {
        clear: both
    }
    article .inner nav ul li a span {
        float: left;
        max-width: 150px
    }
    article .inner nav ul li a em {
        font-style: normal;
        color: #bbb;
        float: right
    }
    article .inner nav ul li a em.fa {
        font-size: 140%
    }
    article .inner nav ul li a em.fa-star {
        animation: spinStar 4s linear infinite
    }
    article .inner nav ul li a:hover {
        background-color: #333;
        color: #fff
    }
    article .inner nav ul li a:hover em {
        color: #fff
    }
    article .inner nav ul li a.active {
        background-color: #1993c6;
        color: #fff
    }
    article .inner nav ul li a.active em {
        color: #fff
    }
    article .inner nav ul li+li {
        border-top: 1px solid #e1e1e1
    }
    article section.games,
    article section.game,
    article section.page {
        float: right;
        width: 66%
    }
    article section.games h3,
    article section.game h3,
    article section.page h3 {
        margin-top: 20px;
        font-size: 290%;
        line-height: 100%;
        text-align: left
    }
    article section.games h3 a.button .fa-chevron-circle-right,
    article section.game h3 a.button .fa-chevron-circle-right,
    article section.page h3 a.button .fa-chevron-circle-right {
        margin-left: 5px
    }
    article section.games h3 a.button .fa-chevron-circle-left,
    article section.game h3 a.button .fa-chevron-circle-left,
    article section.page h3 a.button .fa-chevron-circle-left {
        margin-right: 5px
    }
    article section.games h3 a.button em,
    article section.game h3 a.button em,
    article section.page h3 a.button em {
        display: inline;
        font-size: 90%
    }
    article section.games>ul li a em,
    article section.game>ul li a em,
    article section.page>ul li a em {
        font-size: 90%
    }
    article section.games ul+h3,
    article section.game ul+h3,
    article section.page ul+h3 {
        margin-top: 50px
    }
    article section.game .embedCode ul li.register fieldset .button {
        float: right;
        margin: 0 0 0 10px
    }
    section.offScreenNavigation,
    #offScreenNavigationTrigger,
    label[for="offScreenNavigationTrigger"] {
        display: none
    }
}

@media only screen and (min-width: 700px) {
    article .inner nav {
        width: 25%
    }
    article section.games,
    article section.game,
    article section.page {
        width: 70%
    }
    article section.games .details #walkthroughPlayer,
    article section.game .details #walkthroughPlayer,
    article section.page .details #walkthroughPlayer {
        height: 365px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 961px) {
    article .inner nav {
        width: 20%
    }
    article section.games,
    article section.game,
    article section.page {
        width: 75%
    }
    article section.game {
        padding: 0
    }
}