/*! 
Theme Name:     Halfbrick
Theme URI:      http://halfbrick.com
Description:    Halfbrick Studios Website Theme
Author:         Halfbrick
Version:        1.0.2
Tags: 
*/

.clear {
    clear: both
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@font-face {
    font-family: 'halfbrickia';
    src: url("fonts/halfbrickia-webfont.eot");
    src: url("fonts/halfbrickia-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/halfbrickia-webfont.woff2") format("woff2"), url("fonts/halfbrickia-webfont.woff") format("woff"), url("fonts/halfbrickia-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    zoom: 1;
    font-family: 'halfbrick-icons';
    src: url("fonts/halfbrick-icons.eot?#iefix") format("embedded-opentype"), url("fonts/halfbrick-icons.woff") format("woff"), url("fonts/halfbrick-icons.ttf") format("truetype"), url("fonts/halfbrick-icons.svg#halfbrick-icons") format("svg")
}
.link-more-news,
#subscribe input[type="submit"],
#page-contact .button,
#page-contact form input[type="submit"] {
    color: #333;
    background: #4efc83;
    background: -moz-linear-gradient(top, #4efc83 0%, #42ec76 100%);
    background: -webkit-linear-gradient(top, #4efc83 0%, #42ec76 100%);
    background: linear-gradient(to bottom, #4efc83 0%, #42ec76 100%);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    line-height: 1;
    text-shadow: none;
    padding: 0.9375em 1.40625em;
    text-transform: none;
    font-size: 18px;
    outline: 0 !important;
    margin: 0;
    -webkit-transition: transform 0.1s ease-out;
    -ms-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out
}
.link-more-news:hover,
.link-more-news:focus,
#subscribe input[type="submit"]:hover,
#subscribe input[type="submit"]:focus,
#page-contact .button:hover,
#page-contact .button:focus,
#page-contact form input[type="submit"]:hover,
#page-contact form input[type="submit"]:focus {
    -webkit-transform: scale(1.05, 1);
    -ms-transform: scale(1.05, 1);
    -moz-transform: scale(1.05, 1);
    transform: scale(1.05, 1);
    background: #4efc83
}
.link-more-news:active,
#subscribe input[type="submit"]:active,
#page-contact .button:active,
#page-contact form input[type="submit"]:active {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    background: #40e873
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
video {
    width: 100%;
    height: auto;
    z-index: 0
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
::-moz-selection {
    background: #d2ff84;
    color: #111;
    text-shadow: none
}
::selection {
    background: #d2ff84;
    color: #111;
    text-shadow: none
}
.left {
    float: left
}
.right {
    float: right
}
.center {
    text-align: center
}
iframe {
    min-height: 300px;
    width: 100%
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 105rem;
    *zoom: 1
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}
.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table
}
.row .row:after {
    clear: both
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}
.row .row.collapse:after {
    clear: both
}
.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}
[class*="column"]+[class*="column"]:last-child {
    float: right
}
[class*="column"]+[class*="column"].end {
    float: left
}
@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}
@media only screen and (min-width: 48em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}
@media only screen and (min-width: 60em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}
.clear {
    clear: both
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font: 16px "Open Sans", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background: #fafafa;
    color: #333;
    height: 100%;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent
}
html {
    background: #f6f6f6;
    -webkit-text-size-adjust: 100%
}
body {
    max-width: 1440px;
    margin: 0 auto
}
.hidden-small {
    display: none !important
}
.hidden-medium {
    display: inline-block !important
}
#sidebar,
.post-info {
    font-size: 14px
}
.reset,
ul.metadata,
ul.metadata li {
    margin: 0;
    padding: 0
}
.ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}
.small,
small {
    font-size: 12px !important
}
.lazy {
    display: none
}
iframe[id^="oauth2relay"] {
    left: -9999px !important
}
#site-nav ul,
.mean-nav ul,
#submenu ul,
#social-icons,
.blank-list,
.screenshots ul,
.details,
.in-news ul,
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#site-nav ul li,
.mean-nav ul li,
#submenu ul li,
#social-icons li,
.blank-list li,
.screenshots ul li,
.details li,
.in-news ul li,
#footer ul li {
    margin: 0;
    padding: 0
}
a {
    color: #0093d3;
    text-decoration: none
}
a:hover {
    color: #3ac3ff
}
.title,
h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.post-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 28px
}
.title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.page-title a,
.post-title a {
    color: #222
}
.title a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.page-title a:hover,
.post-title a:hover {
    color: #0093d3
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-top: 0px;
    margin-bottom: 16px;
    font-weight: 700
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}
p {
    margin: 16px 0
}
p:first-child {
    margin-top: 0
}
p:last-child {
    margin-bottom: 0
}
hr {
    border: none;
    background: url(//assets.halfbrick.com/hb/v2/images/hr.png) no-repeat 50% 50%;
    background-size: 144px 32px;
    height: 32px;
    padding-top: 12px
}
pre,
code {
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    font-family: "andale mono", "lucida console", monospace
}
blockquote {
    border-left: 6px #ddd solid;
    font-style: italic;
    color: #666;
    font-size: 16px;
    margin: 0.46875em 0;
    padding-left: 0.46875em
}
cite {
    color: #999;
    font-size: 12px
}
table {
    font-size: 14px;
    margin: 24px 0
}
table,
td,
th {
    vertical-align: middle
}
th,
td {
    text-align: left;
    font-weight: 400;
    padding: 0 5px
}
th {
    border-bottom: 1px solid;
    font-weight: 700
}
ul,
ol {
    padding: 0;
    list-style: disc;
    margin: 0.9375em 0 0.9375em 1.875em
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
.section ul li,
.section ol li {
    padding-bottom: 6px
}
dl {
    margin: 29px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif
}
dt,
dd {
    font-size: 14px
}
dt {
    font-weight: 700;
    margin-top: 24px
}
dt:first-child {
    margin: 0
}
dd {
    margin-left: 0
}
small {
    font-size: 12px
}
strong {
    font-weight: 700
}
em {
    font-style: italic
}
.hidden {
    display: none
}
.crop {
    overflow: hidden
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}
.table {
    display: table;
    margin: 0 auto
}
.alignleft,
.alignright,
.aligncenter {
    margin: 10px 0 24px 0
}
.alignleft {
    float: left !important;
    margin-right: 15px
}
.alignright {
    float: right !important;
    margin-left: 15px
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
    font-size: 12px !important;
    color: #333;
    margin-top: 10px
}
.gallery .gallery-caption {
    margin-left: 0 !important;
    font: 12px "Open Sans", sans-serif !important;
    line-height: 1.45
}
.entry-content img,
.comment-content img,
.post-content img,
.widget img,
#latest-posts img {
    max-width: 100%
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important
}
#hero-download {
    position: absolute;
    bottom: 0.9375em;
    left: 0;
    width: 100%;
    text-align: center
}
#slide-wrap .button {
    padding: 0;
    background: none;
    border: none;
    outline: none !important
}
#hero-download .button,
#slide-wrap .button b {
    color: #fff;
    text-transform: none;
    text-shadow: none;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    padding: 0.625em 1.40625em;
    padding-bottom: 0.78125em;
    background: #fb7636;
    background: -moz-linear-gradient(top, #fb7636 0%, #ea4f04 100%);
    background: -webkit-linear-gradient(top, #fb7636 0%, #ea4f04 100%);
    background: linear-gradient(to bottom, #fb7636 0%, #ea4f04 100%);
    border: 1px solid #e04c04;
    border-radius: 4px;
    outline: none !important;
    display: inline-block
}
#hero-download .button .icon-download,
#slide-wrap .button b .icon-download {
    margin-right: 0.46875em
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'halfbrick-icons';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    line-height: 1em;
    margin-left: 0.2em
}
.button [class^="icon-"]:before {
    margin-left: 0
}
.app-icon {
    display: block
}
.app-icon img {
    height: 44px;
    max-height: 44px;
    width: auto
}
.android #slide-wrap a.app-icon.apple,
.ios #slide-wrap a.app-icon.google {
    display: none
}
#slide-wrap a.app-icon.button b {
    display: none
}
.ios #slide-wrap a.app-icon.apple b,
.android #slide-wrap a.app-icon.google b {
    display: block
}
.ios #slide-wrap a.app-icon.apple img,
.android #slide-wrap a.app-icon.google img {
    display: none
}
.icon-pinterest-1:before {
    content: '\31'
}
.icon-rss:before {
    content: '\52'
}
.icon-star:before {
    content: '\2605'
}
.icon-star-empty:before {
    content: '\2606'
}
.icon-heart-empty:before {
    content: '\2661'
}
.icon-heart:before {
    content: '\2665'
}
.icon-check:before {
    content: '\2713'
}
.icon-cancel:before {
    content: '\2715'
}
.icon-cancel-circle:before {
    content: '\2716'
}
.icon-help-circled:before {
    content: '\e704'
}
.icon-info-circled:before {
    content: '\e705'
}
.icon-tag:before {
    content: '\e70c'
}
.icon-comment:before {
    content: '\e718'
}
.icon-location:before {
    content: '\e724'
}
.icon-down-open:before {
    content: '\e75c'
}
.icon-left-open:before {
    content: '\e75d'
}
.icon-right-open:before {
    content: '\e75e'
}
.icon-up-open:before {
    content: '\e75f'
}
.icon-spin2:before {
    content: '\e831'
}
.icon-download:before {
    content: '\f02e'
}
.icon-doc-alt:before {
    content: '\f0f6'
}
.icon-desktop:before {
    content: '\f108'
}
.icon-tablet:before {
    content: '\f10a'
}
.icon-mobile:before {
    content: '\f10b'
}
.icon-reply:before {
    content: '\f112'
}
.icon-facebook:before {
    content: '\f300'
}
.icon-twitter-bird:before {
    content: '\f303'
}
.icon-youtube:before {
   font-family: FontAwesome;
   content: '\f16a';  
}
.icon-googleplus:before {
    content: '\f309'
}
.icon-attach:before {
    content: '\e800'
}
.pagination .button {
    background: #ddd
}
.pagination .button:hover,
.pagination .button:focus {
    background: #e3e3e3
}
.pagination .button:active {
    background: #ddd
}
.intro {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 300;
    color: #666 !important
}
.page-title {
    margin: 0;
    padding: 1.875em 0;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    background-color: #2A3C60;
    background-image: url(//assets.halfbrick.com/hb/v2/images/page-title-jj.jpg) no-repeat 85% 50%;
    background-size: cover
}
.page-title a {
    color: #fff !important;
    text-shadow: none
}
.page-title .row {
    padding-left: 0.9375em
}
.page-title h1,
.page-title h2 {
    font-weight: 300;
    font-size: 38px;
    text-align: center;
    margin: 0;
    font-family: "halfbrickia", "Open Sans", sans-serif
}
.page-title a:hover {
    color: #111
}
#about .page-title {
    background: #ef6523 url(//assets.halfbrick.com/hb/v2/images/hb-pattern.jpg) 50% 0% no-repeat;
    background-size: 100% auto
}
.page-content {
    padding: 0.9375em 0;
    padding-bottom: 1.875em
}
.metadata {
    font-size: 12px;
    color: #ed6829;
    text-transform: uppercase
}
.metadata a {
    color: #333
}
.metadata a:hover {
    color: #111
}
ul.metadata {
    list-style: none
}
ul.metadata {
    display: inline-block;
    margin: 0;
    margin-bottom: 6px;
    width: 100%;
    line-height: 1
}
ul.metadata li {
    text-align: left;
    float: left;
    background: none;
    margin-right: 10px
}
ul.metadata li.last,
ul.metadata li:last-child {
    margin-right: 0
}
ul.metadata li:first-child {
    margin-left: 0
}
ul.metadata li.author {
    color: #666;
    text-transform: none
}
ul.metadata li.comments {
    float: right
}
ul.metadata li.comments a {
    color: #999
}
ul.metadata li.comments a:hover {
    color: #111
}
.newsroom ul.metadata {
    margin: 0
}
ul.metadata.vertical li.comments {
    float: none
}
.page-content {
    min-height: 500px;
    padding: 0.9375em 0
}
.post-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}
.post-gallery li {
    display: inline-block;
    padding: 0.46875em;
    margin: 0.46875em 0.3125em;
    border: 1px solid #ddd
}
.post-gallery li:hover {
    border: 1px solid #aaa
}
.post-gallery li img {
    max-width: 110px !important
}
.post-gallery li small {
    display: block;
    line-height: 1.2;
    padding-bottom: 3px
}
@media only screen and (max-width: 32em) {
    .hidden-medium {
        display: none !important
    }
}
@media only screen and (min-width: 48em) and (max-width: 60em) {
    .hidden-small {
        display: block !important
    }
    .hidden-medium {
        display: none !important
    }
}
@media only screen and (min-width: 48em) {
    .post-gallery li img {
        max-width: 100% !important
    }
    #hero-download {
        display: none
    }
    .metadata {
        font-size: 13px
    }
}
button,
.button,
input[type=submit] {
    display: inline-block;
    line-height: 1;
    border-radius: 4px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 16px;
    cursor: pointer;
    line-height: 1;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0 !important;
    padding: 0.9375em 1.40625em;
    background: #4efc83;
    background: -moz-linear-gradient(top, #4efc83 0%, #42ec76 100%);
    background: -webkit-linear-gradient(top, #4efc83 0%, #42ec76 100%);
    background: linear-gradient(to bottom, #4efc83 0%, #42ec76 100%)
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    color: #333;
    -webkit-transform: scale(1.05, 1);
    -ms-transform: scale(1.05, 1);
    -moz-transform: scale(1.05, 1);
    transform: scale(1.05, 1);
    
}
button:active,
.button:active,
input[type=submit]:active {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    
}
#searchform {
    position: relative
}
#searchform .icon-search:before {
    content: '';
    display: none
}
#searchform input#s {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    padding: 6px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid #bbb;
    box-shadow: inset 1px 1px 2px #ddd
}
#searchform #search_button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 10px;
    background: none;
    text-shadow: none;
    color: #999 !important;
    border: none;
    font-size: 1.3em;
    display: none
}
#searchform #search_button:focus,
#searchform #search_button:active {
    color: #111 !important
}
.large-9 #searchform input#s {
    width: 100%
}
.post-content {
    position: relative
}
.post-content #slide-wrap {
    background: transparent !important;
    line-height: 1.6
}
.post-content #slide-wrap #sliderNew,
.post-content #slide-wrap #sliderUpdate {
    background: transparent !important;
    max-height: 100% !important;
    text-align: center
}
.post-content #slide-wrap #sliderNew .swipe-wrap>.active,
.post-content #slide-wrap #sliderUpdate .swipe-wrap>.active {
    box-shadow: none
}
.post-content #slide-wrap p {
    font-size: 0.9em
}
.post-content #slide-wrap h3 a {
    text-decoration: none;
    color: #111
}
.post-content #slide-wrap h3 span {
    color: #999
}
.post-content .slider-nav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 12px
}
.post-content .slider-nav button {
    background: #666;
    color: #fff;
    padding: 10px;
    line-height: 0.6;
    height: auto;
    width: auto;
    font-weight: normal;
    text-shadow: none;
    border-radius: 5px !important
}
.post-content .slider-nav button:hover {
    background: #333
}
.post-content .slider-nav button:active {
    background: #111
}
.post-content .slider-nav button.active {
    background: #EB6326;
    height: auto;
    width: auto;
    font-weight: normal
}
.post-content .slider-nav button.active {
    font-weight: bold
}
input[type=text].wpcf7-quiz {
    width: 40px !important
}
@media only screen and (min-width: 48.063em) {
    .hidden-small {
        display: inline-block !important
    }
    .content {
        padding: 0.9375em 0
    }
    .page-content {
        padding: 1.875em 0
    }
    .page-title {
        background-size: cover;
        padding: 3.28125em 0;
        background-position: 50% 50%
    }
    .page-title h1,
    .page-title h2 {
        text-align: left;
        margin: 0;
        font-size: 38px
    }
    h1.post-title {
        margin-bottom: 16px
    }
    ul.metadata li.comments {
        margin-bottom: 0
    }
    ul.metadata.vertical li.comments {
        margin-bottom: 0.9375em
    }
    #searchform .icon-search:before {
        content: '\e801';
        display: block
    }
    #searchform input#s {
        width: 98%
    }
    .app-icon img {
        height: 50px;
        max-height: 50px
    }
    .pagination {
        padding: 0;
        padding-bottom: 0.9375em
    }
    #comments h3 {
        padding-left: 0
    }
}
@media only screen and (min-width: 60em) {
    .page-title {
        padding: 3.75em 0
    }
    #searchform #search_button {
        display: block
    }
    .app-icon img {
        height: 60px;
        max-height: 60px
    }
    #slide-wrap .button {
        background: none;
        border-radius: 0;
        border: none
    }
    .hidden-large {
        display: none !important
    }
}
header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative
}
#site-title {
    float: left;
    margin: 0;
    font-size: 0;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 1.875em !important;
    padding-bottom: 0
}
#site-nav ul {
    float: right
}
#site-nav ul ul {
    list-style: none;
    position: absolute;
    z-index: 1002;
    margin: 0;
    top: 50px;
    left: -9999px;
    background: #111
}
#site-nav li {
    float: left;
    position: relative
}
#site-nav li:hover ul {
    left: 0;
    width: 200px;
    display: none
}
#site-nav li:hover ul a {
    white-space: nowrap;
    width: 100%;
    display: block;
    text-shadow: none;
    float: none;
    -webkit-tap-highlight-color: none
}
#site-nav li:hover ul a:hover,
#site-nav li:hover ul:active {
    color: #111
}
#site-nav li a {
    padding: 15px 15px;
    float: left;
    line-height: 25px;
    color: #333;
    text-decoration: none;
    display: block;
    width: auto;
    font-weight: 400
}
#site-nav li a:hover,
#site-nav li a:active {
    color: #ed6829;
    font-weight: 400
}
#site-nav li.current-menu-item>a,
#site-nav li.current_page_parent>a {
    color: #fff;
    color: #ed6829;
    background: none
}
#site-nav li.current-menu-item>a.current-menu-item li a,
#site-nav li.current-menu-item>a.current_page_parent li a,
#site-nav li.current_page_parent>a.current-menu-item li a,
#site-nav li.current_page_parent>a.current_page_parent li a {
    background: transparent
}
#social-icons {
    float: right;
    margin-left: 10px
}
#social-icons li {
    float: left
}
#social-icons li a {
    float: left;
    text-decoration: none;
    color: #999;
    font-size: 1.6em;
    padding: 6px 5px;
    line-height: 25px
}
#social-icons li a:before {
    margin: 0
}
#social-icons li a:hover {
    color: #fff
}
#social-icons li a.icon-twitter-bird:hover {
    background: #32ccfe
}
#social-icons li a.icon-twitter-bird:active {
    background: #01befc
}
#social-icons li a.icon-facebook:hover {
    background: #3b5997
}
#social-icons li a.icon-facebook:active {
    background: #263960
}
#social-icons li a.icon-googleplus:hover {
    background: #f23c26
}
#social-icons li a.icon-googleplus:active {
    background: #d8230d
}
#social-icons li a.icon-youtube:hover {
   background: #f23c26
}
#social-icons li a.icon-youtube:active {
   background: #d8230d
}
a.meanmenu-reveal {
    display: none
}
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999;
    background: #fff
}
.mean-container .mean-bar #site-title {
    display: inline-block;
    padding-left: 6px;
    float: left
}
.mean-container #social-icons {
    margin-right: 60px;
    margin-left: 0
}
.mean-container #social-icons li a {
    font-size: 1.2em;
    padding: 15px 6px
}
.mean-container a.meanmenu-reveal {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: #eee;
    border-left: 1px solid #ddd;
    padding: 17px 13px;
    height: 21px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0 !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    text-indent: -9999em;
    line-height: 20px;
    font-size: 1px;
    display: block;
    font-family: sans-serif;
    font-weight: 700;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #111;
    height: 3px;
    margin-top: 3px
}
.mean-container a.meanmenu-reveal.meanclose {
    background: #111
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #111;
    margin-top: 0;
    background: #eee
}
.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 96%;
    padding: 0.9375em 2%;
    text-align: left;
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase
}
.mean-container .mean-nav ul li a:hover {
    background: #333;
    color: #fff
}
.mean-container .mean-nav ul li.current-menu-item>a,
.mean-container .mean-nav ul li.current_page_parent>a {
    background: #ed6829;
    color: #fff
}
.mean-container .mean-nav ul li .sub-menu li a {
    font-size: 12px;
    padding-left: 4%;
    width: 94%
}
.mean-container .mean-nav ul li .sub-menu li.current-menu-item>a,
.mean-container .mean-nav ul li .sub-menu li.current_page_parent>a {
    background: transparent;
    color: #fff
}
.mean-container .mean-nav #menu-primary-nav,
.mean-container .mean-nav #menu-games-nav {
    visibility: visible
}
.mean-container .mean-nav #menu-primary-nav li a,
.mean-container .mean-nav #menu-games-nav li a {
    width: 100%
}
.mean-container .mean-nav #menu-primary-nav li.current-menu-item>a,
.mean-container .mean-nav #menu-primary-nav li.current_page_parent>a,
.mean-container .mean-nav #menu-games-nav li.current-menu-item>a,
.mean-container .mean-nav #menu-games-nav li.current_page_parent>a {
    color: #ed6829;
    background: transparent
}
.mean-container .mean-nav #menu-primary-nav {
    width: 40%;
    float: left
}
.mean-container .mean-nav #menu-primary-nav li a {
    color: #111;
    padding: 0.9375em 0.9375em
}
.mean-container .mean-nav #menu-primary-nav li a:hover {
    background: #ddd
}
.mean-container .mean-nav #menu-primary-nav li a.current-menu-item>a,
.mean-container .mean-nav #menu-primary-nav li a.current_page_parent>a {
    background: #ddd
}
.mean-container .mean-nav #menu-games-nav {
    float: left;
    width: 60%;
    display: block;
    background: #111
}
.mean-container .mean-nav #menu-games-nav li a {
    font-size: 14px;
    padding: 14px;
    text-transform: none
}
.mean-container .mean-nav #menu-games-nav li a.current-menu-item>a,
.mean-container .mean-nav #menu-games-nav li a.current_page_parent>a {
    background: #222;
    color: #fff
}
.mean-container .mean-nav #menu-games-nav:before {
    content: "Our Games";
    font-size: 10px;
    margin: 14px 14px;
    margin-bottom: 0;
    display: block;
    color: #ed6829;
    text-transform: uppercase;
    width: 90%;
    border-bottom: 1px solid #333
}
#submenu {
    background: #222;
    box-shadow: inset 1px 4px 9px -6px #000
}
#submenu ul {
    margin: 0 auto;
    margin-top: -1px
}
#submenu ul li {
    float: left
}
#submenu ul li a {
    float: left;
    padding: 0.46875em 0.46875em;
    color: #fff
}
#submenu ul li a:hover,
#submenu ul li a:focus,
#submenu ul li a:active {
    background: #333
}
#submenu ul li a.active {
    background: #ed6829;
    color: #fff;
    font-weight: 700
}
#submenu ul li:last-child a {
    border: none
}
#blog-menu {
    background: transparent;
    box-shadow: none
}
#blog-menu ul {
    margin-top: -40px;
    text-align: center
}
#blog-menu ul li {
    display: inline-block
}
#blog-menu ul li a {
    display: inline-block;
    z-index: 1000;
    padding: 7px 7px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px 0 0 4px;
    text-shadow: none;
    color: #fff;
    border: none
}
#blog-menu ul li a.active {
    background: #ed6829;
    color: #fff
}
#blog-menu ul li a:hover,
#blog-menu ul li a:active {
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.8)
}
#blog-menu ul li:last-child a {
    margin-left: -3px;
    border-radius: 0 4px 4px 0
}
@media only screen and (max-width: 32em) {
    #social-icons li a {
        padding: 15px 15px
    }
}
@media only screen and (min-width: 48em) {
    #page-header {
        padding: 0 0.46875em;
        background: transparent;
        border: none
    }
    #page-header #head-section {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 0.9375em
    }
    #site-nav #menu-primary-nav {
        visibility: visible
    }
    #site-nav ul {
        float: left;
        margin-left: 0.9375em
    }
    #site-nav ul li a {
        padding: 15px 11px;
        font-size: 16px
    }
    #site-nav #nav-support {
        display: none
    }
    .menu-games-nav-container,
    #menu-games-nav {
        display: none;
        font-size: 0
    }
    header {
        padding: 0.9375em 0;
        padding: 0;
        background: transparent;
        border: none
    }
    #social-icons {
        margin-left: 5px
    }
    #social-icons li a {
        font-size: 20px;
        padding: 15px 10px
    }
    #blog-menu ul {
        margin-top: -36px;
        margin-left: 0.9375em;
        text-align: left
    }
    #blog-menu ul li a {
        margin: 0;
        padding: 10px 0.46875em;
        border-bottom: none;
        border-radius: 4px 0 0 0;
        font-weight: 400;
        opacity: 1;
        position: relative
    }
    #blog-menu ul li a.active {
        background: #fafafa;
        color: #111;
        border: none;
        margin-top: 0;
        font-weight: 700
    }
    #blog-menu ul li a.active:active {
        margin-top: 0;
        margin-left: 0
    }
    #blog-menu ul li a:active {
        font-weight: normal
    }
    #blog-menu ul li:last-child a {
        border-radius: 0 4px 0 0
    }
}
@media all and (max-width: 1085px) and (min-width: 970px) {
    #nav-careers {
        display: none
    }
}
@media only screen and (min-width: 60em) {
    #site-title {
        padding: 0.9375em;
        padding-top: 26px;
        padding-left: 0;
        padding-right: 0
    }
    #site-nav ul {
        float: left;
        margin-left: 0.9375em
    }
    #site-nav ul li a {
        padding: 32px 24px;
        font-size: 16px
    }
    #site-nav #nav-support {
        display: block
    }
    #blog-menu ul li a b {
        display: block
    }
    #social-icons {
        margin-top: 14px;
        margin-left: 10px
    }
    #social-icons li a {
        font-size: 24px;
        padding: 15px 15px
    }
}
.widget h3 {
    font-weight: 300
}
.press-list a:before {
    padding-right: 5px;
    margin-left: 0;
    font-size: 1.1em
}
.press-list .metadata {
    padding-left: 24px
}
#sidebar {
    position: relative;
    padding: 1.875em
}
#sidebar h3 {
    margin-bottom: 0.46875em;
    font-weight: 300;
    font-size: 20px
}
#sidebar li {
    line-height: 1.3
}
#sidebar a.rss-link {
    color: #ed6829
}
#sidebar a.rss-link:hover {
    color: #f18958
}
#sidebar .affix {
    position: fixed;
    top: 0;
    width: 21.679%
}
#sidebar .postdate {
    color: #999;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-top: 6px
}
#sidebar .press-list li {
    padding: 0.46875em 0;
    display: block;
    border-bottom: 1px solid #ddd
}
#sidebar .press-list li a {
    display: block;
    padding-bottom: 2px
}
#sidebar .press-list li a:hover,
#sidebar .press-list li a:focus {
    text-decoration: underline
}
#sidebar .press-list li .metadata {
    padding-left: 22px
}
#sidebar .widget {
    padding-bottom: 1.875em
}
#sidebar .widget.widget-recent-posts h3 {
    margin-bottom: 6px
}
#sidebar .widget.widget-recent-posts ul li {
    padding: 0.9375em 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative
}
#sidebar .widget.widget-recent-posts ul li a:hover,
#sidebar .widget.widget-recent-posts ul li a:focus {
    text-decoration: underline
}
#sidebar .widget.widget-recent-posts ul li:last-child {
    border-bottom: none
}
#sidebar .widget.widget-monthly-posts li {
    color: #ddd;
    padding: 0.46875em;
    float: left
}
#sidebar .widget.widget-monthly-posts li a:hover,
#sidebar .widget.widget-monthly-posts li a:focus {
    text-decoration: underline
}
#sidebar .widget.widget-post-categories h3 {
    margin-bottom: 6px
}
#sidebar .widget.widget-post-categories .cat-item {
    margin-bottom: 6px
}
h3 {
    font-weight: 300
}
#sidemenu li a {
    padding: 6px 0.46875em;
    padding: 6px 0;
    font-size: 14px;
    display: block
}
#sidemenu li.current_page_item a {
    color: #111;
    font-weight: 700
}
@media only screen and (min-width: 48em) {
    #sidebar.sidebar-page,
    #sidebar.sidebar-blog {
        padding-top: 0
    }
    .widget-recent-posts ul li {
        padding: 0.9375em 0
    }
    #news #sidebar {
        margin-top: 1.875em
    }
}
#footer {
    text-align: center;
    position: relative;
    background: #111 url("//assets.halfbrick.com/hb/v2/images/blackboard.jpg") repeat-x 50% 0%;
    background-size: 720px 400px;
    padding: 1.875em 0
}
#footer .scientist,
#footer .king {
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 0
}
#footer .scientist {
    background-image: url(//assets.halfbrick.com/hb/v2/images/scientist@2x.png);
    background-size: 106px 112px;
    height: 112px;
    width: 106px;
    right: 0
}
#footer .king {
    background-image: url(//assets.halfbrick.com/hb/v2/images/king@2x.png);
    background-size: 131px 132px;
    height: 132px;
    width: 131px;
    left: -40px
}
#footer a {
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}
#footer a.totop {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    background: #222;
    color: #999;
    margin: 0.9375em auto
}
#footer a.totop:hover,
#footer a.totop:focus {
    background: #333
}
#footer a.totop:active {
    background: #fff;
    color: #111
}
#footer .easter-egg img {
    height: 40px;
    width: auto
}
#footer .easter-egg:hover img {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    transform: rotate(20deg)
}
#footer .easter-egg:active img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95)
}
#footer .author {
    font-size: 12px;
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
    color: #666
}
#footer .author a {
    color: #999;
    text-decoration: none
}
#footer .author a:hover {
    color: #fff
}
#footer .columns {
    text-align: center;
    margin-bottom: 0.9375em
}
#footer .columns.six {
    text-align: center
}
#footer .columns h3,
#footer .columns h4,
#footer .columns h4 a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.46875em;
    font-weight: 300
}
#footer .columns h3 {
    font-size: 20px;
    font-weight: 300
}
#footer .columns .social-icons {
    margin-top: 0.46875em
}
#footer .columns .social-icons li {
    margin-right: 0.46875em;
    float: left
}
#footer .columns .social-icons li a {
    float: left;
    font-size: 1.5em;
    line-height: 1;
    padding: 10px 6px;
    border-radius: 35px;
    background: #222;
    text-align: center;
    color: #999
}
#footer .columns .social-icons li a:hover,
#footer .columns .social-icons li a:focus {
    background: #333
}
#footer .columns .social-icons li a.icon-facebook:hover {
    background: #3b5997 !important
}
#footer .columns .social-icons li a.icon-twitter-bird:hover {
    background: #32ccfe !important
}
#footer .columns .social-icons li a.icon-googleplus:hover {
    background: #f23c26 !important
}
#footer .columns .social-icons li a.icon-youtube:hover {
   background: #f23c26 !important
}
#footer .columns ul {
    margin-bottom: 0.9375em
}
#footer .columns ul li a {
    display: block;
    line-height: 1;
    text-decoration: none;
    color: #999;
    -webkit-tap-highlight-color: none;
    padding: 8px 0;
    font-size: 14px
}
#footer .columns ul li a:hover,
#footer .columns ul li a:focus,
#footer .columns ul li a:active {
    color: #fff;
    font-weight: bold
}
#footer .columns ul:hover li a {
    color: #666
}
#footer .columns ul:hover li a:hover,
#footer .columns ul:hover li a:focus,
#footer .columns ul:hover li a:active {
    color: #fff
}
#footer[data-theme="orange"] {
    background-color: #ed6829;
    color: #fff
}
#footer[data-theme="orange"] .columns h4 {
    color: #fff
}
#footer[data-theme="orange"] .columns ul li a {
    color: #fff
}
@media only screen and (min-width: 48.063em) {
    #footer .columns {
        text-align: left
    }
    #footer .columns ul li a {
        padding: 5px 0
    }
}
@media only screen and (min-width: 60em) {
    #footer {
        padding: 1.875em 0;
        padding-bottom: 1.875em
    }
    #footer .table {
        display: block;
        margin: 0
    }
}
#games .page-title {
    background: #5b4538 url(//assets.halfbrick.com/hb/v2/images/page-title-canyon.jpg) no-repeat 15% 50%
}
#games #games-listing {
    background: #111;
    margin-top: -1px
}
#games #games-listing li {
    display: block;
    text-align: center;
    cursor: pointer
}
#games #games-listing li .thumb {
    line-height: 0 !important
}
#games #games-listing li h3 {
    padding: 0;
    margin: 0;
    margin-top: 0.9375em;
    font-size: 24px
}
#games .games-list {
    padding-bottom: 0
}
#games .games-list .columns {
    padding-bottom: 0.9375em;
    margin-bottom: 0.9375em
}
#games .games-list .columns.spacer {
    display: none
}
#games .games-list .box {
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 6px
}
#games .games-list .box:hover {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb
}
#games .games-list a.thumb {
    color: #111;
    line-height: 0;
    display: block
}
#games .games-list a.thumb img {
    width: 100% !important
}
#games .games-list a.thumb img.publish {
    width: auto !important;
    position: absolute;
    top: 1px;
    right: 16px;
    z-index: 1000;
    width: 125px;
    max-width: 125px !important;
    height: auto
}
#games .games-list .download-badges {
    padding: 0 0.9375em
}
#games .games-list .download-badges a img {
    height: auto;
    width: 31% !important;
    display: inline-block;
    margin-right: 1%
}
#games .games-list .download-badges a.icon-apple img {
    width: 35% !important
}
#games .games-list .inner {
    margin-top: 0;
    font-size: 14px;
    padding: 0.9375em;
    line-height: 1.5;
    min-height: 160px
}
#games .games-list .inner h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 0.46875em;
    padding: 0
}
#tabs {
    margin: 0 auto;
    width: 100%;
    padding: 0
}
#tabs li {
    list-style: none
}
#tabs li a.tab {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #111;
    background: #ddd;
    border-bottom: 1px solid #ccc
}
#tabs li a.tab i {
    float: right;
    font-size: 10px;
    color: #999;
    margin-top: 3px
}
#tabs li a.tab:hover,
#tabs li a.tab:focus,
#tabs li a.tab:active {
    background: #eee
}
#tabs li a.tab:active {
    padding-bottom: 10px;
    text-shadow: none !important;
    box-shadow: none !important
}
#tabs li a.tab.active {
    background: #fafafa;
    color: #111;
    border: none
}
#tabs section {
    display: none;
    float: left;
    overflow: hidden;
    width: 100%;
    padding: 0;
    min-height: 50px;
    background: #fafafa
}
#tabs section.is-open {
    margin-bottom: 15px
}
#tabs section h3 {
    margin-bottom: 0.5em
}
.no-js #tabs section {
    display: block
}
.rating-small {
    position: absolute;
    bottom: 6px;
    right: 6px;
    height: 60px;
    width: auto
}
#game.fruit-ninja-vr #hero-download .button {
    display: none
}
#game.fruit-ninja-vr .rating-small {
    height: 36px
}
#game.fruit-ninja-vr .section#media {
    background: #141515
}
#game.fruit-ninja-vr .section#media h3 {
    color: rgba(255, 255, 255, 0.6)
}
#game .featured-image {
    text-align: center;
    background: #ed6829;
    min-height: 100px
}
#game .featured-image div {
    height: auto;
    padding: 0;
    line-height: 0
}
#game img {
    max-width: 100%
}
#game .game-description {
    position: relative
}
#game .game-description h1 {
    margin-top: 0
}
#game .game-description h4 {
    font-weight: normal;
    font-size: 24px;
    color: #555
}
#game .game-description img {
    max-width: 100%
}
#game .game-description .game-icon {
    border-top: 1px solid #ddd;
    padding-top: 0.9375em
}
#game .game-description .game-icon img {
    max-height: 60px;
    padding: 0;
    margin: 0 auto
}
#game .game-description .game-icon .icon {
    display: none
}
#game .game-description .game-icon a {
    font-size: 20px;
    color: #999;
    display: inline-block;
    padding: 3px;
    color: #fff;
    margin: 0 3px;
    margin-bottom: 12px;
    border-radius: 4px
}
#game .game-description .game-icon a.website {
    font-size: 14px;
    padding: 10px;
    color: #333;
    font-weight: bold
}
#game .game-description .game-icon a.icon-facebook {
    background: #3b5997
}
#game .game-description .game-icon a.icon-facebook:hover {
    color: #fff;
    background: #2d4372
}
#game .game-description .game-icon a.icon-twitter-bird {
    background: #32ccfe
}
#game .game-description .game-icon a.icon-twitter-bird:hover {
    color: #fff;
    background: #01befc
}
#game .game-description .game-icon a:hover {
    color: #111
}
#game .game-description .game-info {
    font-size: 12px;
    margin-top: 0.9375em
}
#game .game-description .game-info h5 {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-top: 0.9375em
}
#game .game-description .game-info li {
    margin-bottom: 0.46875em;
    padding-left: 0 !important;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #888
}
#game .mime-applicationzip small {
    display: none
}
#game .hgn-list {
    margin-left: 0
}
#game .hgn-list li {
    display: block;
    margin-bottom: 0.46875em;
    margin-left: 30px
}
#game .hgn-list li:before {
    display: inline-block;
    background: url(//assets.halfbrick.com/hb/v2/images/star-yellow.png);
    background-size: 24px 24px;
    content: '';
    height: 24px;
    width: 24px;
    margin-right: 6px;
    margin-top: -1px;
    margin-left: -30px;
    float: left;
    clear: both
}
#game .grey {
    line-height: 1.4;
    color: #888;
    font-size: 13px
}
#game .featured-image {
    background: #000;
    position: relative
}
#game .screenshots {
    text-align: center;
    margin: 0
}
#game .screenshots a {
    display: block
}
#game .screenshots a.icon-attach:before {
    display: none
}
#game .reviews blockquote {
    background: #111 url(//assets.halfbrick.com/hb/v2/images/blackboard.jpg) 50% 50%;
    padding: 0.9375em;
    color: #eee;
    box-shadow: 1px 1px 2px #999;
    border: 0;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0.9375em
}
#game .reviews .author {
    text-align: center;
    color: #111;
    margin-bottom: 0.9375em
}
#game .reviews .author a {
    color: #111;
    font-size: 14px
}
#game .reviews .author a:hover {
    color: #0093d3
}
#game.jetpack-joyride .reviews blockquote {
    background: #c5cbd9 url(//assets.halfbrick.com/hb/v2/images/games/jetpack-joyride/review.jpg) no-repeat bottom center;
    padding-top: 18px;
    padding-bottom: 1.875em;
    color: #111;
    border: 1px solid #AEB4C2;
    box-shadow: 1px 1px 3px #222
}
#game.fruit-ninja .reviews blockquote {
    background: #4c2818 url(//assets.halfbrick.com/hb/v2/images/games/fruit-ninja/review.jpg) no-repeat bottom center !important;
    color: #fff;
    border: 1px solid #130B07
}
#game.fruit-ninja .reviews a {
    color: #fff
}
#game.fish-out-of-water .reviews blockquote {
    background: #9FE1FE;
    color: #111;
    border: none
}
#game.fish-out-of-water .reviews a {
    color: #fff
}
#game .media .columns {
    padding-bottom: 0.9375em
}
#game .media ul {
    margin: 0
}
#game .media ul li {
    display: block;
    float: none;
    margin-bottom: 0.23438em
}
#game .media ul li.mime-imagejpeg a.icon-attach:before,
#game .media ul li.mime-imagepng a.icon-attach:before {
    content: '';
    display: none
}
#game .media ul li.mime-imagejpeg img,
#game .media ul li.mime-imagepng img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}
#more-games {
    background: #171715 url(//assets.halfbrick.com/hb/v2/images/blackboard.jpg) repeat 50% 0%;
    background-size: 720px 400px;
    padding: 0.9375em 0;
    color: #eee;
    text-align: center
}
#more-games h2 {
    text-align: center;
    margin-bottom: 0.9375em;
    color: #999;
    font-weight: 300
}
#more-games h2 span {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    background: url(//assets.halfbrick.com/hb/v2/images/halfbrick-white@2x.png) no-repeat 0 60%;
    background-size: 116px 24px;
    text-indent: -9999px;
    width: 116px
}
#more-games ul {
    margin: 0 auto;
    width: 264px
}
#more-games ul li {
    float: left;
    text-align: center
}
#more-games ul li a {
    display: block;
    color: #eee;
    width: 100px;
    height: 140px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
#more-games ul li a img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.form-skater {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee
}
.form-skater p {
    margin: 0;
    margin-bottom: 6px
}
.form-skater input,
.form-skater button {
    float: left
}
.form-skater input {
    height: 35px;
    width: 100%;
    padding: 6px;
    margin-bottom: 6px
}
.form-skater button {
    width: 100%;
    white-space: nowrap
}
@media only screen and (min-width: 321px) {
    #more-games ul {
        width: 100%
    }
}
@media only screen and (min-width: 48.063em) {
    #tabs {
        width: 100%;
        position: relative;
        margin-top: -37px
    }
    #tabs li {
        display: inline
    }
    #tabs li a.tab {
        display: inline-block;
        z-index: 1000;
        margin: 0;
        margin-top: 2px;
        border-radius: 4px;
        color: #333;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 16px;
        cursor: pointer;
        line-height: 1;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        outline: 0 !important;
        padding: 0.9375em 1.40625em;
        background: #4efc83;
        background: -moz-linear-gradient(top, #4efc83 0%, #42ec76 100%);
        background: -webkit-linear-gradient(top, #4efc83 0%, #42ec76 100%);
        background: linear-gradient(to bottom, #4efc83 0%, #42ec76 100%);
        padding: 10px 0.46875em;
        border-bottom: none;
        border-radius: 3px 3px 0 0;
        font-weight: 400
    }
    #tabs li a.tab:hover,
    #tabs li a.tab:focus {
        color: #333;
        -webkit-transform: scale(1.05, 1);
        -ms-transform: scale(1.05, 1);
        -moz-transform: scale(1.05, 1);
        transform: scale(1.05, 1);
        background: #4efc83
    }
    #tabs li a.tab:active {
        -webkit-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
        -moz-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95);
        background: #40e873
    }
    #tabs li a.tab i {
        display: none
    }
    #tabs li a.tab:active {
        margin-top: 2px;
        border-top: none;
        border-bottom: none
    }
    #tabs li a.tab.active {
        background: #fafafa;
        color: #111;
        border: none;
        margin-top: -1px;
        font-weight: 700
    }
    #tabs li a.tab.active:active {
        margin-top: 0;
        margin-left: 0
    }
    #tabs section {
        top: 42px;
        left: 0;
        margin: 0;
        padding: 0
    }
    #tabs section.is-open {
        margin-bottom: 0
    }
    #tabs section h3 {
        margin-bottom: 1em
    }
    #games .page-title {
        background-position: 50% 50%
    }
    #games .games-list a p {
        padding: 16px;
        padding-bottom: 0
    }
    #game {
        position: relative
    }
    #game h1 {
        margin-top: 0
    }
    #game .game-description {
        padding: 1.875em 0
    }
    #game .game-description .game-icon {
        display: block;
        text-align: center;
        border: none;
        padding-top: 0
    }
    #game .game-description .game-icon .icon {
        max-height: 100px;
        display: block;
        margin-bottom: 0.46875em
    }
    #game .game-description .game-icon p {
        margin: 0
    }
    #game .game-description .game-icon p img {
        margin-top: 0.9375em
    }
    #game .game-description .game-icon .columns {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #game .game-description .game-icon a {
        font-size: 24px;
        padding: 3px;
        margin-bottom: 0
    }
    #game .game-description .game-info {
        margin-top: 1.875em
    }
    #game .game-description .game-info li {
        display: block;
        padding-left: 0 !important
    }
    #game .game-description .game-info h5 {
        margin-top: 0
    }
    #game .rating-small {
        height: 70px
    }
    #game.fruit-ninja-vr .rating-small {
        height: 50px
    }
    #game .game-description,
    #game .screenshots,
    #game .reviews,
    #game .more-games,
    #game .media {
        padding: 1.875em 0;
        margin: 0
    }
    #game .screenshots li {
        margin-bottom: 0.9375em
    }
    #game .screenshots li a {
        display: block
    }
    #game .screenshots li a img {
        max-width: 100%
    }
    #game .media .columns {
        padding-bottom: 0
    }
    #game .media ul li {
        float: left
    }
    #game .media em {
        color: #999
    }
    #more-games ul li a {
        width: 120px;
        height: 145px
    }
    #more-games ul li a img {
        width: 100px
    }
    .form-skater input {
        width: 68%;
        margin-right: 6px;
        margin-bottom: 0
    }
    .form-skater button {
        width: 30%
    }
}
@media only screen and (min-width: 60em) {
    #game .screenshots li {
        padding-left: 0 !important
    }
    #games .games-list .columns.spacer {
        display: block
    }
    .form-skater input {
        width: 78%
    }
    .form-skater button {
        width: 20%
    }
}
.block-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}
.block-grid li {
    display: inline-block
}
.block-grid li>div {
    margin: 0.46875em;
    position: relative
}
.block-grid li>div>a img {
    z-index: 1;
    width: 100%;
    height: auto
}
.block-grid li>div .inner {
    z-index: 10
}
.block-grid.block-3 li,
.block-grid.block-4 li {
    width: 100%
}
.no-js .unveil {
    display: none
}
.modal .icon {
    width: 80px
}
.listing-featured h1,
.listing-featured h2,
.listing-section h1,
.listing-section h2 {
    text-transform: uppercase;
    font-family: "halfbrickia", "Open Sans", sans-serif;
    font-weight: normal !important
}
.listing-featured h1 span,
.listing-featured h2 span,
.listing-featured h3 span,
.listing-featured p span,
.listing-section h1 span,
.listing-section h2 span,
.listing-section h3 span,
.listing-section p span {
    white-space: nowrap
}
.listing-featured .label,
.listing-section .label {
    position: absolute;
    top: 0;
    right: -1px;
    width: 77px !important;
    height: auto;
    border-radius: 0 !important
}
.listing-featured .button,
.listing-section .button {
    color: #fff;
    text-transform: none;
    text-shadow: none;
    background: #fb7636;
    background: -moz-linear-gradient(top, #fb7636 0%, #ea4f04 100%);
    background: -webkit-linear-gradient(top, #fb7636 0%, #ea4f04 100%);
    background: linear-gradient(to bottom, #fb7636 0%, #ea4f04 100%);
    border: 1px solid #8D3E18;
    outline: none;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}
.listing-featured .button span,
.listing-section .button span {
    margin-right: 3px;
    display: inline-block
}
.listing-featured {
    color: #fff;
    background: #5DBACC
}
.listing-featured h1 {
    font-size: 34px;
    margin-bottom: 0.3125em
}
.listing-featured.dan-the-man {
    background: #5dbacc url(//assets.halfbrick.com/hb/v2/images/games/dan-the-man/featured-bg.jpg) no-repeat center center;
    background-size: cover
}
.listing-featured.fruit-ninja {
    background: #563665 url(//assets.halfbrick.com/hb/v2/images/games/fruit-ninja/featured-bg.jpg) no-repeat center center;
    background-size: cover
}
.listing-featured .row>div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding: 0.9375em
}
.listing-featured .l,
.listing-featured .r {
    float: left;
    width: 100%
}
.listing-featured .l {
    text-align: center
}
.listing-featured .l img {
    width: 95%;
    height: auto
}
.listing-featured p {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 0.9375em
}
.listing-featured a.more {
    color: #fff;
    white-space: nowrap
}
.listing-featured a.more:hover {
    text-decoration: underline
}
.listing-featured .button {
    margin-right: 0.9375em
}
.listing-section {
    text-align: center;
    padding-top: 1.875em;
    padding-bottom: 1.875em
}
.listing-section h2 {
    font-size: 28px;
    line-height: 1.2
}
.listing-section p {
    line-height: 1.45;
    display: block;
    margin-bottom: 0.46875em;
    color: #444
}
.listing-section ul li {
    position: relative;
    line-height: 0
}
.listing-section ul li h3 {
    padding: 0;
    margin-bottom: 0.46875em;
    font-weight: 700;
    font-size: 20px
}
.listing-section ul li>div {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block
}
.listing-section ul li>div:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.listing-section ul li>div:hover:after {
    opacity: 0.9
}
.listing-section ul li img {
    line-height: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.listing-section ul li a {
    overflow: hidden
}
.listing-section ul li .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    pointer-events: pass-through;
    padding: 0.46875em;
    padding-top: 6px;
    color: #fff;
    border-radius: 0 0 6px 6px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%)
}
.listing-section ul li .inner a.link-more {
    color: #fff;
    padding: 6px;
    margin-top: 3px
}
#game .section .text-center h2,
#game .section .text-center h3 {
    text-align: center
}
@media only screen {
    .block-grid.block-3 li,
    .block-grid.block-4 li {
        width: 49%
    }
    .block-grid.medium-block-3 {
        width: 32%
    }
    .listing-featured .row>div {
        width: 49%
    }
    .listing-featured .listing-featured-logo {
        margin-top: -26px;
        margin-bottom: -40px
    }
}
@media only screen and (max-width: 32em) {
    .block-grid {
        margin: 0
    }
    .block-grid.block-3 li,
    .block-grid.block-4 li {
        width: 49%;
        width: 90%
    }
    .listing-featured .row>div {
        width: 100%;
        text-align: center
    }
    .listing-featured .listing-featured-logo {
        margin: 0;
        margin-bottom: -20px
    }
    .listing-featured p {
        display: none
    }
}
@media only screen and (min-width: 48.063em) {
    .block-grid li>div {
        margin: 0.46875em
    }
    .block-grid.block-3 li {
        width: 32%
    }
    .block-grid.block-3 li:nth-child(3n+1) {
        clear: left !important;
        clear: both
    }
    .block-grid.block-4 li {
        width: 32%
    }
    .listing-featured h1 {
        font-size: 46px
    }
    .listing-featured .row>div {
        width: 49%
    }
    .listing-section h2 {
        font-size: 38px
    }
    .listing-section ul li>div:hover {
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    .modal .icon {
        width: 90px
    }
}
@media only screen and (min-width: 60em) {
    .block-grid {
        margin: 0
    }
    .block-grid li>div {
        margin: 0.9375em
    }
    .block-grid.block-3 li {
        width: 24%
    }
    .block-grid.block-4 li {
        width: 24%
    }
    .listing-featured h1 {
        font-size: 50px
    }
    .listing-featured p {
        font-size: 18px;
        line-height: 1.4
    }
    .modal .icon {
        width: 90px
    }
}
@-webkit-keyframes bounce-in {
    0% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        z-index: 1
    }
}
@-moz-keyframes bounce-in {
    0% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        z-index: 1
    }
}
@keyframes bounce-in {
    0% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        z-index: 1
    }
}
@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        -moz-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1
    }
}
@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        -moz-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1
    }
}
@keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        -moz-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1
    }
}
.canAnim .listing-featured .r {
    opacity: 0;
    -webkit-animation: slide-up 0.4s 0.4s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    -moz-animation: slide-up 0.4s 0.4s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    animation: slide-up 0.4s 0.4s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    z-index: -1
}
.canAnim .listing-featured .l img {
    opacity: 0;
    -webkit-animation: bounce-in 0.4s 0.1s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    -moz-animation: bounce-in 0.4s 0.1s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    animation: bounce-in 0.4s 0.1s cubic-bezier(0.5, -0.5, 0.5, 1.5) forwards;
    z-index: -1
}
.button.apple,
.button.google,
.button.amazon,
.button.xbox,
.button.xbox360,
.button.steam,
.button.kinect {
    display: none !important;
    z-index: 999
}
.ios .listing-featured .modal-link,
.ios .listing-section .modal-link,
.android .listing-featured .modal-link,
.android .listing-section .modal-link,
.amazon .listing-featured .modal-link,
.amazon .listing-section .modal-link {
    display: none !important
}
.ios .listing-featured .button.xbox,
.ios .listing-featured .button.xbox360,
.ios .listing-featured .button.kinect,
.ios .listing-section .button.xbox,
.ios .listing-section .button.xbox360,
.ios .listing-section .button.kinect,
.android .listing-featured .button.xbox,
.android .listing-featured .button.xbox360,
.android .listing-featured .button.kinect,
.android .listing-section .button.xbox,
.android .listing-section .button.xbox360,
.android .listing-section .button.kinect,
.amazon .listing-featured .button.xbox,
.amazon .listing-featured .button.xbox360,
.amazon .listing-featured .button.kinect,
.amazon .listing-section .button.xbox,
.amazon .listing-section .button.xbox360,
.amazon .listing-section .button.kinect {
    display: inline-block !important
}
.ios .button.apple,
.android .button.google,
.amazon .button.amazon {
    display: inline-block !important
}
#news .page-title {
    padding-bottom: 3.28125em;
    background: url(//assets.halfbrick.com/hb/v2/images/page-title-jj.jpg) no-repeat 85% 50%;
    background-size: cover !important
}
#news article {
    padding: 0;
    margin-bottom: 0.9375em
}
#news article .post-title {
    margin-top: 0 !important
}
#news article .post-title.no-thumb {
    margin-top: 0.46875em
}
#news article p {
    margin-bottom: 16px
}
#news .news-items {
    padding-top: 0
}
#news .news-item article,
#news .news-items article {
    background: transparent !important
}
#news .news-item article .post-content,
#news .news-items article .post-content {
    padding: 0.9375em
}
#news .news-item article .post-info,
#news .news-items article .post-info {
    padding: 0;
    background: #FBFBFB;
    line-height: 0
}
#news .news-item article .post-info img,
#news .news-items article .post-info img {
    width: 100% !important
}
#news .box {
    display: block;
    position: relative;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: visible;
    background: #fff;
    color: #111;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#news .box .box-padding {
    padding: 0.9375em
}
#news .box:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 0.1;
    pointer-events: none;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#news .news-items {
    padding: 0.9375em 0
}
#news .news-items article {
    cursor: pointer;
    position: relative
}
#news .news-items article .box:hover:after {
    opacity: 0.9
}
#news .news-items article .post-info {
    border-radius: 6px 6px 0 0;
    overflow: hidden
}
#news .news-items article .post-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}
#news .news-items article p {
    margin: 0
}
#news.newsroom article,
#news.newsroom section {
    padding: 0
}
#news.newsroom .box:hover:after {
    opacity: 0.9
}
#news .news-item .large-9 {
    padding: 0
}
#news .news-item article {
    margin: 0
}
#news .news-item article .box {
    padding: 0;
    border-radius: 0
}
#news .news-item article .post-info img {
    border-radius: 0;
    width: 100% !important
}
#news .news-item footer {
    margin-top: 0.46875em;
    padding-top: 0.46875em
}
#news .back-button {
    display: none
}
#news .in-news {
    padding-top: 0.9375em
}
#news .in-news article {
    padding-bottom: 0;
    padding-top: 0.9375em
}
#news .in-news article h2 {
    margin-bottom: 0.23438em;
    font-size: 14px;
    color: #ed6829;
    font-weight: 400
}
#news .in-news li {
    padding: 1.875em 0;
    border-bottom: 1px solid #fafafa;
    background: url("//assets.halfbrick.com/hb/v2/images/icon-newspaper.png") no-repeat 0 30px;
    background-size: 26px 25px;
    padding-left: 35px;
    font-size: 12px;
    color: #666;
    cursor: pointer
}
#news .in-news li a {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    display: block;
    line-height: 1.2;
    padding-bottom: 0.3125em
}
#news .in-news li a:hover {
    color: #0093d3;
    text-decoration: none
}
#news .in-news li:hover a {
    color: #0093d3
}
#news .in-news li ul li {
    border-bottom: 1px solid #ddd
}
#news .in-news ul li:last-child {
    border-bottom: none
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
#news article h2,
#news article h3,
#news article h4,
#news article h5,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}
.post-content h3,
#news article h3,
.page-content h3 {
    font-size: 20px
}
.post-content h4,
#news article h4,
.page-content h4 {
    font-size: 20px;
    color: #ed6829;
    margin-top: 1.875em
}
.post-content h5,
#news article h5,
.page-content h5 {
    font-size: 20px
}
.post-content .post-title,
#news article .post-title,
.page-content .post-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin: 0.46875em 0
}
.post-content img,
.post-content .wp-caption,
#news article img,
#news article .wp-caption,
.page-content img,
.page-content .wp-caption {
    width: auto !important;
    max-width: 100%;
    height: auto
}
.post-content p a:hover,
.post-content li a:hover,
#news article p a:hover,
#news article li a:hover,
.page-content p a:hover,
.page-content li a:hover {
    text-decoration: underline
}
.post-content ul li,
#news article ul li,
.page-content ul li {
    padding-bottom: 3px
}
.post-content a.button,
#news article a.button,
.page-content a.button {
    text-decoration: none !important
}
#newsroom {
    padding-top: 0.46875em
}
#newsroom>.columns {
    margin: 0.9375em 0
}
#newsroom h2 img {
    height: 40px;
    width: auto;
    margin-bottom: -10px
}
#newsroom article>.columns {
    line-height: 1
}
#newsroom article .post-title.no-thumb {
    padding-top: 0 !important
}
#newsroom article p {
    margin: 0 !important
}
#newsroom article .date {
    padding-bottom: 0
}
.page-title.bva {
    background-image: url("https://assets.halfbrick.com/hb/v2/images/page-title-bva.jpg");
    background-position: center left
}
.press-packs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 625px;
    padding-top: 8px;
    overflow-y: auto;
    border: 1px solid #ddd;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3)
}
.press-packs a {
    display: block;
    padding: 12px 0;
    margin: 0 12px;
    border-bottom: 1px solid #ddd
}
.press-packs a:hover {
    background: #f7f7f7
}
.press-packs a:hover h4 {
    color: #0093d3
}
.press-packs a:active {
    background: #f2f2f2
}
.press-packs h4 {
    margin-bottom: 3px;
    font-size: 18px;
    color: #111;
    font-weight: normal
}
.press-packs .press-icon {
    float: left;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 5px;
    height: 38px;
    vertical-align: middle;
    width: auto
}
.desc {
    margin-top: -0.46875em;
    font-size: 14px;
    color: #666
}
.subscribe-button-inner {
    margin-bottom: -10px !important
}
#instafeed,
#youtubefeed {
    list-style: none;
    margin: 0;
    padding: 0
}
#instafeed li,
#youtubefeed li {
    float: left;
    line-height: 0
}
#youtubefeed li {
    position: relative;
    float: none;
    padding-bottom: 0.9375em;
    line-height: 1;
    font-weight: bold;
    font-size: 14px
}
#youtubefeed li b {
    position: absolute;
    top: 50%;
    left: 125px;
    margin-top: -45px;
    content: ' ';
    background: url("https://assets.halfbrick.com/hb/v2/images/icon-social-youtube.png") no-repeat;
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
    z-index: 999;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.1s linear
}
#youtubefeed li img {
    margin-bottom: 4px
}
#youtubefeed li a {
    color: #111
}
#youtubefeed li a:hover b {
    opacity: 0.9;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}
#newsroom-subscribe {
    background: #171715 url("//assets.halfbrick.com/hb/v2/images/blackboard.jpg") no-repeat 50% 0%;
    padding: 0.9375em;
    color: #fff;
    margin-top: 0.9375em
}
#newsroom-subscribe strong {
    font-size: 20px
}
#newsroom-subscribe input {
    padding: 8px;
    margin-top: 0.46875em;
    margin-bottom: 0.46875em;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    width: 75%
}
#newsroom-subscribe input[type=submit] {
    padding: 8px 16px;
    border-radius: 0 5px 5px 0;
    margin-left: -6px;
    width: 25%;
    border-left: 1px solid #666
}
#comments {
    padding: 0;
    padding-bottom: 0.9375em;
    padding-top: 1.875em;
    margin: 0 0.9375em
}
#comments h3 {
    padding-left: 0.46875em;
    font-size: 20px !important;
    margin-top: 0
}
@media only screen and (min-width: 48em) and (max-width: 60em) {
    #news .news-items article:nth-child(3):after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
}
@media only screen and (min-width: 48em) {
    #news .page-title {
        padding: 2.8125em 0 !important
    }
    #news article {
        padding: 0 0.46875em
    }
    #news article h2,
    #news article h1 {
        font-size: 28px;
        line-height: 1.2
    }
    #news article p {
        margin: 16px 0
    }
    #news article:hover,
    #news article:focus,
    #news article:active {
        color: #111;
        border-color: #bbb
    }
    #news article:hover h2 a,
    #news article:focus h2 a,
    #news article:active h2 a {
        color: #0093d3
    }
    #news .news-items article .post-info {
        background: #fbfbfb;
        height: 200px;
        overflow: hidden
    }
    #news .news-item footer {
        margin-top: 0.9375em;
        padding-top: 0.9375em
    }
    #news .news-items .large-9,
    #news .news-item .large-9,
    #news .in-news .large-9 {
        padding: 0.9375em;
        padding-bottom: 0
    }
    #news .back-button {
        display: block
    }
    #news .in-news h2 {
        margin-bottom: 0.23438em
    }
    #news .in-news li {
        background-position: 0.46875em 50%;
        background-size: 52px 49px;
        padding-left: 70px
    }
}
@media only screen and (min-width: 60em) {
    #news .page-title {
        padding: 3.75em 0 !important
    }
    #news .news-items article .post-info {
        border-radius: 6px 0 0 6px
    }
}
@media only screen and (min-width: 90em) {
    .news-item .post-content {
        font-size: 1.1em;
        line-height: 1.6
    }
}
.social-feeds {
    margin-top: 1.875em;
    margin-bottom: 0.9375em;
    background: #eee;
    padding: 1.875em 0.9375em;
    border: 1px solid #ddd
}
.social-feeds h2 img {
    height: 40px;
    width: auto;
    margin-bottom: -10px
}
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
    max-width: 100% !important;
    min-width: 100% !important
}
.wrapper.about-page {
    padding-top: 10px !important
}
.wrapper.about-page .entry-title a {
    display: none !important
}
#about .intro {
    color: #fff;
    background: #418ded url(//assets.halfbrick.com/hb/v2/images/page-title-mountains-large.jpg) no-repeat bottom left;
    background-size: 960px 194px;
    padding: 0.9375em 0;
    text-align: center
}
#about .intro br {
    display: none
}
#about .intro h2 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    font-weight: 300
}
#about .intro h2 a {
    color: #fff
}
#about .content {
    padding-top: 0.9375em
}
#about .content h3 {
    font-size: 20px;
    color: #ed6829
}
#about #company {
    margin: 1.875em 0
}
#about .boxes .columns {
    padding: 0;
    margin-bottom: 0.9375em
}
#about .boxes .inner {
    padding: 0.9375em;
    background: #fff;
    border: 1px solid #ddd
}
#about .boxes .inner h3 {
    margin-bottom: 0
}
#about .boxes .inner small {
    font-weight: 300;
    text-transform: uppercase;
    color: #999
}
#about .boxes .inner p {
    font-size: 14px
}
@media only screen and (min-width: 48.063em) {
    #about {
        padding-bottom: 0.9375em
    }
    #about .intro {
        background-size: 1440px 291px;
        background-position: 50% 100%
    }
    #about .intro br {
        display: block
    }
    #about .intro h2 {
        font-size: 38px;
        line-height: 1.2;
        font-weight: 300
    }
    #about .content {
        padding-top: 1.875em
    }
    #about .cols {
        columns: 20px 2;
        -webkit-columns: 20px 2;
        -moz-columns: 20px 2
    }
    #about .boxes .columns {
        padding-right: 0.9375em;
        margin-bottom: 0
    }
    #about .boxes .inner {
        padding: 0.9375em;
        margin-bottom: 0.9375em
    }
}
#latest-posts,
#subscribe,
#latest-tweet,
#featured-games {
    padding: 1.875em 0;
    text-align: center
}
#latest-posts h2,
#subscribe h2,
#latest-tweet h2,
#featured-games h2 {
    text-align: center;
    font-size: 28px;
    font-family: "halfbrickia", "Open Sans", sans-serif;
    font-weight: normal
}
#latest-posts {
    background: #e8e8e8 url("//assets.halfbrick.com/hb/v2/images/bg-hall.jpg") no-repeat 50% 100%;
    background-size: cover;
    padding: 3.75em 0
}
#latest-posts p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}
.link-more-news {
    color: #111;
    margin-top: 0.9375em;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700
}
.link-more-news:hover {
    color: #111
}
.featured-posts {
    position: relative
}
.featured-posts .columns {
    padding-top: 0.9375em;
    padding-bottom: 0.9375em
}
.featured-posts .large-4 {
    padding: 0;
    margin-bottom: 0.9375em
}
.featured-posts .box {
    display: block;
    padding: 0 !important;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #111;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.featured-posts .box:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.featured-posts .box:hover:after {
    opacity: 0.9
}
.featured-posts .box .inner {
    padding: 0.9375em
}
.featured-posts .box img {
    border-radius: 6px 6px 0 0
}
.featured-posts .box h3 {
    margin: 0;
    margin-bottom: 0.23438em;
    font-size: 20px;
    font-weight: 700
}
.featured-posts .box .link-more {
    color: #0093d3
}
#slide-wrap .steam {
    display: none
}
.medium-only,
.large-only {
    display: none
}
#social {
    background: #CD201F;
    text-align: center
}
#latest-tweet {
    padding: 0.9375em 0;
    font-weight: 400;
    color: #fff;
    background: #32ccfe;
    height: 295px;
    display: block
}
#latest-tweet h3 {
    font-size: 20px;
    font-family: "halfbrickia", "Open Sans", sans-serif;
    margin: 0;
    margin-bottom: 0.46875em;
    opacity: 0.9
}
#latest-tweet .icon-twitter-bird {
    font-size: 1.6em;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    margin-top: -6px
}
#latest-tweet:hover h3 {
    opacity: 1
}
#latest-tweet .tweet {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    padding: 0.46875em 0.9375em;
    padding-bottom: 0;
    max-width: 80%;
    margin: 0 auto
}
#latest-tweet .tweet a {
    color: #fff !important;
    text-decoration: underline
}
#latest-tweet .tweet ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#latest-tweet .tweet .user,
#latest-tweet .tweet .timePosted,
#latest-tweet .tweet .interact {
    display: none
}
#latest-tweet .tweet img {
    height: 20px
}
#latest-tweet .tweet .media img {
    display: none;
    height: 80px;
    margin-top: 6px;
    border-radius: 3px
}
#latest-video h3 {
    font-size: 1.4em;
    font-family: "halfbrickia", "Open Sans", sans-serif;
    margin: 0;
    color: #fff;
    font-weight: normal
}
#latest-video h3 img {
    height: 26px;
    width: auto;
    margin-bottom: -3px
}
#latest-video,
#latest-instagram {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 295px;
    color: #fff;
    position: relative
}
#latest-video .overlay,
#latest-instagram .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(205, 32, 31, 0.75);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    color: #fff
}
#latest-video .overlay:hover,
#latest-instagram .overlay:hover {
    background: rgba(205, 32, 31, 0.5)
}
#latest-instagram {
    background-color: #22183A;
    background-size: 100% auto
}
#latest-instagram .overlay {
    background: rgba(0, 0, 0, 0.2)
}
#latest-instagram .overlay:hover {
    background: transparent
}
#latest-instagram .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.9375em;
    width: 100%;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.7) 100%)
}
#latest-instagram .caption img {
    height: 18px;
    margin-bottom: -3px;
    margin-right: 5px
}
#latest-instagram .caption strong {
    font-weight: normal
}
.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}
#subscribe {
    background-color: #f5e3a3;
    background-size: 90% auto;
    background-size: 140% auto;
    color: #3f2a18;
    padding: 3.75em 0.9375em
}
#subscribe p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}
#subscribe input,
#subscribe input[type="submit"] {
    padding: 0.9375em;
    border: none;
    width: 100%;
    max-width: 460px;
    border-radius: 6px;
    margin: 0.46875em auto;
    margin-top: 0;
    display: inline-block
}
#subscribe input[type="submit"] {
    font-size: 16px;
    max-width: 300px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
#company {
    padding: 0;
    position: relative;
    line-height: 0;
    width: 100%;
    background: #d55d24
}
#company img {
    width: 100%;
    height: auto
}
#company #blurb {
    position: absolute;
    top: 30%;
    left: 0;
    width: 90%;
    text-align: center
}
#company #blurb h2 {
    display: inline-block;
    color: #ffc1a4;
    line-height: 1.4;
    padding: 0.46875em;
    font-weight: 300;
    background: #ed6829;
    font-size: 1.4em;
    opacity: 0.9;
    position: relative;
    left: 5%;
    color: #ed6829;
    background: #fff
}
#company #blurb h2 strong {
    color: #fff;
    font-weight: 300;
    display: inline;
    color: #ed6829
}
@media only screen and (min-width: 48em) {
    #slide-wrap .steam {
        display: block
    }
    .medium-only {
        display: block
    }
    #latest-posts,
    #subscribe,
    #latest-tweet,
    #featured-games {
        padding: 5.625em 0
    }
    #latest-posts h2,
    #subscribe h2,
    #latest-tweet h2,
    #featured-games h2 {
        font-size: 38px
    }
    #latest-posts {
        background-color: #E8E8E8;
        background-position: 50% 50%
    }
    #latest-posts p {
        margin-bottom: 0.46875em
    }
    .featured-posts .columns {
        padding: 0.23438em 0.46875em
    }
    .featured-posts .box {
        min-height: 250px
    }
    .featured-posts .box:hover {
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }
    #latest-tweet .tweet,
    #latest-video p {
        font-size: 20px
    }
    #latest-tweet .tweet {
        padding: 0;
        max-width: 94%
    }
    #subscribe {
        background-size: 110% auto
    }
    #company #blurb {
        left: 50%;
        top: 25%;
        width: auto
    }
    #company #blurb h2 {
        padding: 0.9375em;
        font-size: 1.6em;
        line-height: 1.2;
        left: -50%
    }
}
@media only screen and (min-width: 60em) {
    #slide-wrap .app-icon {
        display: block !important
    }
    .featured-posts .box {
        padding-bottom: 0;
        min-height: 286px
    }
    .featured-posts .inner {
        padding-bottom: 0.9375em
    }
    #latest-tweet .tweet .media img {
        display: block;
        height: 80px
    }
    #company {
        width: 100%
    }
    #company #blurb {
        top: 30%
    }
    #company #blurb h2 {
        font-size: 2.4em
    }
    #subscribe {
        background-size: 90% auto
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1, 0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}
#careers h2 {
    color: #333;
    text-align: left;
    margin-bottom: 0.9375em
}
#careers .intro {
    margin-bottom: 0;
    margin-top: 0.9375em
}
#careers .featured {
    border: 1px solid #f0c633;
    background: #FFF9C6;
    padding: 1.875em;
    position: relative;
    margin-bottom: 0.9375em
}
#careers .featured h4 {
    margin-top: 0
}
#careers .featured .featured-label {
    display: none
}
#careers #careers-nav {
    margin: 0;
    margin-top: 0.9375em;
    list-style: none
}
#careers #careers-nav>li {
    margin-bottom: 0.9375em
}
#careers #careers-nav>li>a {
    font-weight: bold;
    text-decoration: none
}
#careers #careers-nav a:visited {
    color: #516897
}
#careers #careers-nav ul {
    margin: 0;
    margin-top: 0.3125em;
    margin-left: 0.9375em;
    list-style: none
}
#careers .section {
    padding: 0.9375em 0;
    padding-left: 0.9375em;
    margin-top: 3.75em
}
#careers .section.section-programming {
    border-left: 10px solid #ED6829
}
#careers .section.section-design {
    border-left: 10px solid #95cb6e
}
#careers .section.section-art {
    border-left: 10px solid #77cfda;
    margin-top: 0.9375em
}
#careers .section.section-production {
    border-left: 10px solid #333
}
#careers .section.section-qa {
    border-left: 10px solid #8c729d
}
#careers .section.section-marketing {
    border-left: 10px solid #5883C1
}
#careers .section.section-data {
    border-left: 10px solid #cd3034
}
#careers .section h4 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.46875em;
    color: #111
}
#careers .section h4 a {
    color: #111
}
#careers .section em {
    color: #666
}
#careers .section em a:hover {
    text-decoration: underline
}
#careers .section .button {
    line-height: 1.3
}
#careers #sidebar {
    margin-top: 24px;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.875em
}
#careers #sidebar h3 {
    font-weight: 400
}
@media only screen and (min-width: 48.063em) {
    #careers h2 {
        text-align: left
    }
    #careers .featured .featured-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.9375em;
        font-size: 12px;
        text-transform: uppercase;
        color: #d3a128
    }
    #careers #sidebar {
        margin-top: 0;
        border: 1px solid #ddd
    }
    #careers .section h2 {
        text-align: left
    }
}
label {
    font: 700 13px "Open Sans", sans-serif;
    line-height: 1.4;
    display: inline-block
}
input[type='text'],
input[type='email'],
textarea,
select {
    border: 1px solid #aaa;
    color: #333;
    padding: 6px;
    font-size: 14px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    width: 100%;
    max-width: 340px
}
input[type='text']:focus,
input[type='email']:focus,
textarea:focus {
    border: 1px solid #111;
    outline: none;
    box-shadow: inset 0px 0px 5px rgba(18, 7, 6, 0.1)
}
input[type='text'],
input[type='number'],
input[type='email'],
textarea {
    font-size: 16px
}
#game b {
    font-weight: normal;
    color: #FF0000;
    display: none
}
#game b.show {
    display: block
}
#game b,
span.wpcf7-not-valid-tip {
    display: block;
    margin-bottom: 8px;
    font-size: 0.8em !important
}
span.wpcf7-not-valid-tip {
    background: #FF3636;
    color: #fff !important;
    margin: 3px;
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 0 0 3px 3px;
    padding: 1px 3px;
    float: right
}
form input.wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid {
    margin-bottom: 0 !important
}
.ajax-loader {
    float: left;
    margin-top: -28px !important;
    margin-left: 145px !important
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}
#focus-testing-form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px
}
#focus-testing-form em {
    font-size: 12px
}
#focus-testing-form sup {
    color: red
}
input.date {
    float: none;
    font-weight: normal;
    height: auto;
    padding: 6px;
    text-transform: none
}
span.wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-top: 6px;
    margin-bottom: 6px
}
span.wpcf7-list-item label {
    font-weight: normal;
    font-size: 16px;
    cursor: pointer
}
#focus-testing-form .button.green {
    width: 100%;
    padding: 16px
}
@media only screen and (min-width: 48.063em) {
    #focus-testing-form .button.green {
        width: auto
    }
}
@media only screen and (min-width: 60em) {
    input[type=text],
    input[type='email'],
    textarea,
    select {
        width: 340px
    }
    select {
        width: 200px
    }
    textarea {
        width: 450px
    }
}
.flex-video {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}
.flex-video.widescreen {
    padding-bottom: 56.25%
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media only screen and (max-width: 32em) {
    .flex-video {
        padding-top: 20%;
        padding-bottom: 78%
    }
}
/*! Simple Twitter button that displays tweet count */

.social {
    text-decoration: none;
    display: inline-block;
    font-size: 0.875em;
    font-family: sans-serif;
    margin-bottom: 6px
}
.social span {
    background: #333;
    color: #fff;
    display: inline-block;
    border-radius: 0.20em;
    padding: 0.5em 0.5em 0.5em 0.2em;
    line-height: 1;
    -webkit-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in
}
.social span:before {
    background-size: 28px 28px;
    background-repeat: no-repeat;
    margin-top: -7px;
    margin-bottom: -9px;
    margin-right: 0.1em;
    height: 28px;
    width: 28px;
    content: ' ';
    display: inline-block
}
.social b {
    color: #999;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 6px
}
.social.facebook span {
    background-color: #3b5997
}
.social.facebook span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNpi/P//P8NQBkwMQxyMemDUA6MeGPXA8PWAEhB3APFJIH4FxP+A+D8WTBFgoZHjC4G4FYg5aR0DjDSoibOAeCopbhhMHuAB4odALEQvD1A7D7iT6HiGwZYHdAjIfwDiu4PZAxx45K4CsQ3UE0OyHjhEbcePVmSDAVAjDwgSmQfY0dTCwPuBrgcoMeAjEAsM5ST0YqjngadD3QP3h7oHKK6VqVEKVSCxPYDYAYe6E0C8AU1s62DwQCcSWwCPB86jqR2tyEY9MOqBUQ+MemDUA6MeGPXAqAdGPTDqgYEFjKMT3aMeGPXAqAdGPUAJAAgwAO0ELMJWTmP8AAAAAElFTkSuQmCC")
}
.social.facebook:hover span,
.social.facebook:focus span {
    background-color: #2d4372
}
.social.facebook:active span {
    background-color: #1e2e4e
}
.social.twitter span {
    background-color: #32ccfe
}
.social.twitter span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABtklEQVR42u3YwSuDYQDH8XezKG27TFyUWinFwbaDdmAHU25LXGTKAXdJKW6kJCNzWqnlhH9gLLUpuSCnSSk5zFKUAw4Le30PisMy79v7vNvyfOtzXOvX1t49j6KqalWTA+QAOUAOkAPkADngvw1ohg8dsFfTgCCSeIZKBdxiBS4oXxwIw2X0gADWoegwg9/KYASryGFHxCewBpWWoWgwAC0dw4kW1Bg54ED9Lg4HlBLqcIW/9ogNHGESViMHJPGzCwRKvMYPPW2K+ApFUaw4OqEUMQYtvWNW1K9QT4k33scE2lAHBUPQ0j1sYgYA2yjVG66RRApayqJexAArBuFDCqK6hFXUJ5DGC24gqoTIJ/E0RLckckAjHiCyPnEDgBA+IKIc7GIHAEGcowAji5j1b7QdYSRgVHm0mjUgBKOLmn0e2IJRZdFg9oBaxGBE/eU8kfUihlPoaaoSjpRN2IXW5sp5qLfBhwieoKVXjJt5K2FBNxYRxR4y0FMa3nJcq9gxijPo6QTDsFTCvZAH8zhEFvkiD6U7pLEAfyVfbDnghhdd8MANp7xalAPkADlADpAD5AA5oAp8ApLonD+K3UnKAAAAAElFTkSuQmCC")
}
.social.twitter:hover span,
.social.twitter:focus span {
    background-color: #01befc
}
.social.twitter:active span {
    background-color: #0198c9
}
.modal {
    position: fixed;
    top: 50px;
    left: 2%;
    width: 96%;
    background: #fff;
    color: #444;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 10001;
    display: none
}
.modal h4 {
    margin: 0;
    margin-top: 0.46875em;
    color: #111;
    font-size: 18px
}
.modal .app-icon {
    display: inline-block;
    margin: 0.46875em;
    margin-bottom: 0
}
.modal.open {
    display: block
}
#modal-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    overflow: hidden
}
body.modal-open {
    position: relative
}
body.modal-open #modal-overlay {
    display: block
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #888;
    font-size: 26px;
    text-decoration: none;
    line-height: 1;
    padding: 12px;
    padding-top: 8px;
    cursor: zoom-out;
    text-decoration: none !important
}
.close:hover {
    color: #000
}
@media only screen and (min-width: 40em) {
    .modal {
        left: 50%;
        max-width: 480px;
        margin-left: -235px
    }
}
@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.03)
    }
    75% {
        -webkit-transform: scale(0.98)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@keyframes modalIn {
    0% {
        opacity: 0;
        transform: scale(0.8)
    }
    50% {
        opacity: 1;
        transform: scale(1.03)
    }
    75% {
        transform: scale(0.98)
    }
    100% {
        transform: scale(1)
    }
}
@-webkit-keyframes modalOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    40%,
    60% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(0.8)
    }
}
@keyframes modalOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    40%,
    60% {
        opacity: 1;
        transform: scale(1.05)
    }
    100% {
        transform: scale(0.8)
    }
}
.modal.open {
    opacity: 1;
    -webkit-animation: modalIn 0.25s cubic-bezier(0.56, 0, 0.3, 1) forwards;
    animation: modalIn 0.25s cubic-bezier(0.56, 0, 0.3, 1) forwards
}
.modal.closing {
    opacity: 0;
    -webkit-animation: modalOut 0.15s cubic-bezier(0.56, 0, 0.3, 1) forwards;
    animation: modalOut 0.15s cubic-bezier(0.56, 0, 0.3, 1) forwards
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 62px;
    font-family: Arial, Baskerville, monospace;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    transform: none !important
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.swipe {
    overflow: hidden;
    overflow: visible;
    visibility: hidden;
    position: relative
}
.swipe-wrap {
    overflow: hidden;
    overflow: visible;
    position: relative
}
.swipe-wrap div {
    float: left;
    width: 100%;
    position: relative
}
#slide-wrap {
    height: auto;
    width: 100%;
    background: #111;
    overflow: hidden;
    line-height: 0
}
#slide-wrap #slider,
#slide-wrap #slider2 {
    position: relative;
    height: auto;
    max-width: 1440px;
    max-height: 550px;
    overflow: hidden;
    margin: 0 auto;
    clear: both
}
#slide-wrap #slider .swipe-wrap div,
#slide-wrap #slider2 .swipe-wrap div {
    text-align: center;
    z-index: 997;
    cursor: pointer
}
#slide-wrap #slider .swipe-wrap div .bg-image img,
#slide-wrap #slider2 .swipe-wrap div .bg-image img {
    width: 100%
}
#slide-wrap #slider .swipe-wrap div.active,
#slide-wrap #slider2 .swipe-wrap div.active {
    z-index: 999;
    cursor: default
}
#slide-wrap #slider #slide_0,
#slide-wrap #slider2 #slide_0 {
    z-index: 25
}
#slide-wrap #slider #slide_1,
#slide-wrap #slider2 #slide_1 {
    z-index: 28
}
#slide-wrap #slider #slide_2,
#slide-wrap #slider2 #slide_2 {
    z-index: 27
}
#slide-wrap #slider #slide_3,
#slide-wrap #slider2 #slide_3 {
    z-index: 26
}
#slide-wrap #slider #slide_4,
#slide-wrap #slider2 #slide_4 {
    z-index: 25
}
#slide-wrap #slider a.bg-image,
#slide-wrap #slider2 a.bg-image {
    display: block
}
#slide-wrap #slider a.bg-image div,
#slide-wrap #slider2 a.bg-image div {
    padding: 0;
    line-height: 0
}
#slide-wrap #slider a.bg-image img,
#slide-wrap #slider2 a.bg-image img {
    max-width: 100%;
    height: auto
}
.slider-nav {
    text-align: center;
    margin: 10px 0;
    z-index: 1001;
    position: absolute;
    width: 100%;
    bottom: 0
}
.slider-nav button {
    background: transparent;
    border: none;
    border-radius: 20px;
    height: 10px;
    width: 10px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    outline: none !important;
    background: #111;
    opacity: 0.8;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none
}
.slider-nav button:hover {
    background: #fff
}
.slider-nav button.active {
    background: #fff;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
    opacity: 1
}
#slide-wrap .app-icon {
    position: absolute;
    bottom: 28px;
    right: 50%;
    margin-right: -75px;
    z-index: 2000
}
.mobile #slide-wrap .app-icon {
display: none !important;
}
#slide-wrap .app-icon img {
    height: 44px
}
#slide-wrap .app-icon.fnk2 {
    right: auto;
    left: 10px;
    bottom: 10px;
    margin-right: 0
}
#slide-wrap .app-icon.fnk2 img {
    height: 70px
}
.next-slide {
    cursor: pointer
}
#swipe-left,
#swipe-right {
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}
#swipe-left {
    height: 80px;
    left: 30px;
    margin-top: -50px
}
#swipe-right {
    height: 80px;
    right: 30px;
    margin-top: -50px
}
@media only screen and (min-width: 48.063em) {
    .slider-nav {
        bottom: 5px
    }
    #slide-wrap .app-icon {
        bottom: 10px;
        right: 10px;
        margin-right: 0
    }
    #slide-wrap .app-icon.google {
        right: 190px
    }
    #slide-wrap .app-icon img {
        height: 60px
    }
    #slide-wrap .app-icon.fnk2 {
        left: auto;
        right: 10px
    }
    #slide-wrap .app-icon.fnk2 img {
        height: 90px;
        max-height: 90px
    }
    #slide-wrap:hover #swipe-left,
    #slide-wrap:hover #swipe-right {
        opacity: 0.5
    }
    #swipe-left:hover,
    #swipe-right:hover {
        opacity: 1 !important
    }
}
@media only screen and (min-width: 60em) {
    #slider .swipe-wrap>.active {
        box-shadow: 0 0 125px #111
    }
    #slide-wrap .app-icon {
        bottom: 25px;
        right: 25px
    }
    #slide-wrap .app-icon.google {
        right: 240px
    }
}
#social-icons li a,
#site-nav li a {
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}
#latest-post .featured-post {
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
#comment-form-content textarea {
    -webkit-transition: height 0.5s cubic-bezier(0.02, 0, 0.18, 1);
    -ms-transition: height 0.5s cubic-bezier(0.02, 0, 0.18, 1);
    -moz-transition: height 0.5s cubic-bezier(0.02, 0, 0.18, 1);
    transition: height 0.5s cubic-bezier(0.02, 0, 0.18, 1)
}
.app-icon,
.button,
.icon-apple,
.icon-google,
.icon-amazon {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}
.app-icon:hover,
.app-icon:focus,
.button:hover,
.button:focus,
.icon-apple:hover,
.icon-apple:focus,
.icon-google:hover,
.icon-google:focus,
.icon-amazon:hover,
.icon-amazon:focus {
    -webkit-transform: scale(1.05, 1);
    -ms-transform: scale(1.05, 1);
    -moz-transform: scale(1.05, 1);
    transform: scale(1.05, 1)
}
.app-icon:active,
.button:active,
.icon-apple:active,
.icon-google:active,
.icon-amazon:active {
    outline: none !important;
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        -moz-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-moz-keyframes bounce {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        -moz-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        -moz-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-webkit-keyframes press {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(0.8, 0.85);
        -moz-transform: scale(0.8, 0.85);
        transform: scale(0.8, 0.85)
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        -moz-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9)
    }
}
@-moz-keyframes press {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(0.8, 0.85);
        -moz-transform: scale(0.8, 0.85);
        transform: scale(0.8, 0.85)
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        -moz-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9)
    }
}
@keyframes press {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(0.8, 0.85);
        -moz-transform: scale(0.8, 0.85);
        transform: scale(0.8, 0.85)
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        -moz-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9)
    }
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    #content a[href]:after,
    .content a[href]:after,
    #news a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    #sidebar,
    iframe,
    video {
        display: none
    }
    #menu-primary-nav {
        visibility: visible !important
    }
    #tabs li section {
        display: block !important
    }
   
}