html {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding:0;
}

.full {
    width: 100%
}

.column2 {
    width: 600px
}


.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right:10px;
}

.row {
    margin-bottom:20px
}

.column.alpha, .columns.alpha {
    margin-left:0
}

.column.omega, .columns.omega {
    margin-right:0
}

.container .one.column, .container .one.columns {
    width:40px
}

.container .two.columns {
    width:100px
}

.container .three.columns {
    width:160px
}

.container .four.columns {
    width:220px
}

.container .five.columns {
    width:280px
}

.container .six.columns {
    width:340px
}

.container .seven.columns {
    width:400px
}

.container .eight.columns {
    width:460px
}

.container .nine.columns {
    width:520px
}

.container .ten.columns {
    width:580px
}

.container .eleven.columns {
    width:640px
}

.container .twelve.columns {
    width:700px
}

.container .thirteen.columns {
    width:760px
}

.container .fourteen.columns {
    width:820px
}

.container .fifteen.columns {
    width:880px
}

.container .sixteen.columns {
    width:940px
}

.container .one-third.column {
    width:300px
}

.container .two-thirds.column {
    width:620px
}

.container .offset-by-one {
    padding-left:60px
}

.container .offset-by-two {
    padding-left:120px
}

.container .offset-by-three {
    padding-left:180px
}

.container .offset-by-four {
    padding-left:240px
}

.container .offset-by-five {
    padding-left:300px
}

.container .offset-by-six {
    padding-left:360px
}

.container .offset-by-seven {
    padding-left:420px
}

.container .offset-by-eight {
    padding-left:480px
}

.container .offset-by-nine {
    padding-left:540px
}

.container .offset-by-ten {
    padding-left:600px
}

.container .offset-by-eleven {
    padding-left:660px
}

.container .offset-by-twelve {
    padding-left:720px
}

.container .offset-by-thirteen {
    padding-left:780px
}

.container .offset-by-fourteen {
    padding-left:840px
}

.container .offset-by-fifteen {
    padding-left:900px
}

@media only screen and (min-width: 768px) and(max-width: 959px) {
    .container {
        width:768px;
    }

    .container .column, .container .columns {
        margin-left: 10px;
        margin-right:10px;
    }

    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right:10px
    }

    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left:10px
    }

    .alpha.omega {
        margin-left: 0;
        margin-right:0
    }

    .container .one.column, .container .one.columns {
        width:28px
    }

    .container .two.columns {
        width:76px
    }

    .container .three.columns {
        width:124px
    }

    .container .four.columns {
        width:172px
    }

    .container .five.columns {
        width:220px
    }

    .container .six.columns {
        width:268px
    }

    .container .seven.columns {
        width:316px
    }

    .container .eight.columns {
        width:364px
    }

    .container .nine.columns {
        width:412px
    }

    .container .ten.columns {
        width:460px
    }

    .container .eleven.columns {
        width:508px
    }

    .container .twelve.columns {
        width:556px
    }

    .container .thirteen.columns {
        width:604px
    }

    .container .fourteen.columns {
        width:652px
    }

    .container .fifteen.columns {
        width:700px
    }

    .container .sixteen.columns {
        width:748px
    }

    .container .one-third.column {
        width:236px
    }

    .container .two-thirds.column {
        width:492px
    }

    .container .offset-by-one {
        padding-left:48px
    }

    .container .offset-by-two {
        padding-left:96px
    }

    .container .offset-by-three {
        padding-left:144px
    }

    .container .offset-by-four {
        padding-left:192px
    }

    .container .offset-by-five {
        padding-left:240px
    }

    .container .offset-by-six {
        padding-left:288px
    }

    .container .offset-by-seven {
        padding-left:336px
    }

    .container .offset-by-eight {
        padding-left:384px
    }

    .container .offset-by-nine {
        padding-left:432px
    }

    .container .offset-by-ten {
        padding-left:480px
    }

    .container .offset-by-eleven {
        padding-left:528px
    }

    .container .offset-by-twelve {
        padding-left:576px
    }

    .container .offset-by-thirteen {
        padding-left:624px
    }

    .container .offset-by-fourteen {
        padding-left:672px
    }

    .container .offset-by-fifteen {
        padding-left:720px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width:300px
    }

    .container .columns, .container .column {
        margin:0
    }

    .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
        width:300px
    }

    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
        padding-left:0
    }
}

@media only screen and (min-width: 480px) and(max-width: 767px) {
    .container {
        width:420px
    }

    .container .columns, .container .column {
        margin:0
    }

    .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
        width:420px
    }
}

.container:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\20';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height:0
}

.row:after, .clearfix:after {
    clear:both
}

.row, .clearfix {
    zoom:1
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height:0
}

body {
    font-family: fira_sansbook, Verdana, Arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #666;
    margin: 0;
    line-height:1.4em;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo {
    width: 130px;
    position: absolute;
    right: 40px;
    bottom: 36px;
}

h1 {
    color: white;
    margin-top: 15em;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0.8em;
    padding-bottom: 0;
    padding-top: 2em
}

h1 em {
    font-style: normal;
    display: block;
    text-align: left;
}

h1 em strong {
    font-size: 46px;
    font-family: fira_sansbold, Verdana, Arial, helvetica, sans-serif;
    font-weight:bold
}

h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.1em;
    font-family: fira_sansbold, Verdana, Arial, helvetica, sans-serif;
    font-weight:bold
}

h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: fira_sansbook, Verdana, Arial, helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color:#333
}

p {
    font-size: 14px;
    margin-top: 0;
    padding-top:0
}

ul {
    margin-left: 0;
    padding: 0;
    list-style:none
}

/*GLOBAL MENU*/

.globalmenubutton {
    display: block;
    background-color: #81BD41;
    color: white;
    padding: 10px 10px;
    position: fixed;
    text-decoration: none;
    right: 40px;
    top: 45px;
    border-radius: 100px;
    z-index: 3;
}

.globalmenubutton::after {
    content: "MENU";
    color: white;
}

.is-red {
    
}

.globalmenubutton.is-red::after {
    content: "CLOSE";
    color: white;
}

.globalmenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    border-left: 1px solid #ccc;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    /*transition: ease-in-out 0.3s;*/
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: scroll;
    z-index: 2;
}



.gloablemenu::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.globalmenu.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;*/
}

.globalmenu.is-transitioning {
    transition: ease-in-out 0.3s;
}



.globalmenu ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 120px;
    padding: 0;
    font-weight: 300;
}

.globalmenu ul ul {
    margin-top: 0;
}

.globalmenu ul ul a {
    padding-left: 40px;
}

.globalmenu a {
    color: #333;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.globalmenu a:hover {
    background-color: #666;
    color: white;
}

.globalmenu h2 {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #efefef;
}


.hero {
    background-color: black;
    background-image: url('../images/gradient01.png'), url('../images/heroimage_studio.jpg');
    background-position: bottom right, -180px -50px;
    background-repeat: no-repeat;
    height: 550px;
    background-size: 620px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.hero p {
    color: white;
    font-size: 1.1em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1em; 
}

.hero a {
    color: #81bd41;
    text-decoration: none;
}

.hero a:hover {
    text-decoration: underline
}

.landing {
    background-image: none;
    height: auto;
}

    .landing p {
        float: left;
        font-size: 18px;
        line-height: 32px;
    }

    .landing h1 {
        margin-top: 3.5em;
        margin-bottom: 1em;
    }

    .landing .logo {
        top: 10px;
    }

.gameeng {
    background-color: #080808;
    background-image: url('../images/gradient01.png'), url('../images/heroimage_studio.jpg');
    background-blend-mode: normal, hard-light;
}


.maincontent {

    flex: 1;
}

.full {
    padding: 0;
}

.full .nine.columns {
    margin: 0;
    padding: 0;
}

.offering {
    clear: left;
    height: 448px;
}

    .sublanding {
        height: auto;
    }


.first {
    background-color: #e4e4e4
}

.second {
    background-color: #dae8cc;
}

.third {
    background-color: #f0f0ef;
}

.offering img {
    width: 100%;
    margin-bottom: -6px;
    height: 448px;
}

.offering a {
    color: white;
    text-decoration: none;
    clear: right;
    background-color: #81bd41;
    background-position: 0.5em;
    padding-left: 0.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.6em;
    border-radius: 2px;
    margin-top: 1em;
    display: inline-block;
}

.offering a:hover {
    background-color: #a2cf72;
}

.offering a.nonemaillink {
    background-image: none;
    text-align:left;
    padding-left: 0.5em
}

.innercontent {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.subcontent {
    font-size:12px
}

.subcontent ul, .subcontent h3 {
    margin-left:30px
}

.subcontent ul li {
    display: inline;
    padding-right:10px
}

.green {
    color:#81bd41
}

.grey {
    color:#999
}


.imagepanel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
    min-height: 0;
    margin-bottom: 40px;
}

    .imagepanel div {
        position: relative
    }

        .imagepanel div p {
            z-index: 1;
            position: absolute;
            font-weight: bold;
            color: white;
            font-size: 18px;
            margin-left: 20px;
            margin-top: 20px;
            margin-right: 10px;
        }

        .imagepanel div img {
            width: 100%;
            height: auto;
            margin-bottom: -5px;
        }

.imagelink:hover {
    opacity: 0.8
}

a.subhead {
    float: left;
    margin-bottom: -2em;
    padding-top: 2em;
    padding-bottom: 0.5em;
    color: #fff;
    margin-top: 3em;
    font-size: 18px;
}

p.subhead {
    float: left;
    margin-bottom: -2em;
    padding-top: 2em;
    padding-bottom: 0;
}

.detail {
    background-image: url('../images/gameengoradbg.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1250px;
    height: auto;
}

    .detail p {
        float: left;
        font-size: 18px;
        line-height: 32px;
        margin-top: 3em
    }

    .detail h1 {
        margin-top: 3.5em;
        margin-bottom: 1em;
        clear: left;
    }

    .detail .logo {
        top: 10px;
    }

.houg {
    background-image: url('../images/gameenghougbg.jpg');
}

.rorke {
    background-image: url('../images/rorkesdriftbg.jpg');
}

.errwood {
    background-image: url('../images/errwoodbg.jpg');
}

.pill {
    background-image: url('../images/gameengpillboxbg.jpg');
}

.ai {
    background-image: url('../images/aibg.jpg');
}


.articlepic {
    display: flex;
    margin-bottom: 0.5em;
}

    .articlepic div {
        margin-right: 1px;
    }

    .articlepic img {
        height: auto;
    }

    .articlepic a {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

.caption {
    font-style: italic;
    margin-bottom: 2em;
    font-size: 0.8em;
    line-height: 1.2em;
}

img + .caption {
    margin-top: 10px;
}

.intropara {
    font-size: 1em;
}

a.inlinelink {
    padding: 0;
    background-color: transparent;
    color: #81bd41;
    display: inline;
}

a.inlinelink:hover {
    color: #666;
    background-color: transparent;
}

.iframestyle {
    width: 100%;
    height: 350px
}

/* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(255,255,255,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    margin-top: 50px;
    width: 80%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 0.8em
}

.close {
    color: #fff;
    position: absolute;
    top: 8%;
    right: 12%;
    font-size: 50px;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.enlargeImage {
    cursor: pointer;
}


footer {
    color: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size:12px;
    padding-left: 50px;
    padding-right: 50px;
}

footer a {
    color: #efefef;
    text-decoration:none
}

footer a:hover {
    text-decoration:underline
}

footer a.cookieslink {
    font-size:10px
}

.regdetails {
    font-size:12px
}

.bookmark {
    background-image: none;
    background-color: none;
    padding: 0;
    margin: 0;
}

.offering a.top {
    background-image: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #81bd41;
    font-size: 80%;
    display: block;
    margin-top: 6em
}

.offering a.top:hover {
    color: #666;
}

.email {
    background-image: url('../images/email.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 1.7em;
    padding-left:1.7em;
    padding-top: 1em;
    padding-bottom: 1em
}

.footercontainer {
    background-color:#333;
    background-image: url('../images/gradient02.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 959px) {
    
}

@media only screen and (min-width: 768px) and(max-width: 959px) {
    
}


/* ipad and smaller */
@media only screen and (max-width: 1024px) {
    
    

    .full .nine.columns {
        width: 50%
    }

    .headertab p {
        width: 50%;
    }



    .container {
        margin: 0;
        width: 100%;
    }

    .offering img {
        height: auto
    }


    h1 {
        margin-top: 10em;
        line-height: 160%;
    }

    .hero {
        background-size: 450px;
        background-position: bottom right, -180px -50px;
        padding-left: 25px;

    }

    .nine:first-of-type {
        
    }

    .offering {
        height: auto;
    }

    .innercontent {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .offering a.top {
        margin-top: 1.5em;
    }

    .detail {
        background-position: left;
        background-size: 1250px;
    }
}
    
    


@media only screen and (max-width: 768px) {

} 

@media only screen and (min-width: 480px) and(max-width: 767px) {
    
}


/* phone */
@media only screen and (max-width: 480px) {
    body .landing h1 {
        padding-top: 3em;
    }

    h1  {
        padding-top: 0;
        margin-top: 7em;
    }

    body .gameeng {
        background-color: #080808;
        background-image: none, url('../images/heroimage_studio.jpg');
        background-blend-mode: hard-light;
        background-position: -90px;
        background-size: cover;
    }

    body .ai, body .errwood, body .houg, body .pill, body .rorke {
        background-size: cover;
    }
    
    body div.rorke {
        background-image: url(../images/rorkesdriftbg.jpg);
    }

    body div.houg {
        background-image: url(../images/gameenghougbg.jpg);
    }

    body div.errwood {
        background-image: url(../images/errwoodbg.jpg);
    }

    body div.pill {
        background-image: url('../images/gameengpillboxbg.jpg');
    }

    body div.ai {
        background-image: url('../images/gameengpillboxbg.jpg');
    }

    .hero {
        background-image: url('../images/gradient01.png'), url('../images/heroimage_studio_tint.jpg');
    }

    .hero .logo {
        float: none;
        right: 5px;
        opacity: 0.2;
    }

    .headertab p {
        width: 100%;
    }

    .logo {
        top: 10px;
        right: 20px;
    }

    .offering img {
        height: auto;
        width: 100%;
    }

    .full .nine.columns {
       width: 100% 
    }

    .hero {
        background-position: bottom right, -150px -10px;
    }

    

    .imagepanel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
        min-height: 0;
        margin-bottom: 40px;
    }

    .globalmenu {
        width: 100%;
    }

    body .detail {
        background-image: url("../images/gameengoradbg.jpg");
        background-position: left;
        background-blend-mode: normal;
    }

    .detail p {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 170px;
        font-size: 0.8em
    }

    .detail .logo {
        opacity: 0.2;
    }

    .subdetail .container .twelve.columns {
        width: 100%;
    }

    a.subhead {
        padding-top: 0;
        margin-bottom: 0.7em;
        padding-bottom: 0;
        margin-top: 170px; 
        font-size: 0.9em
    }

    .iframestyle {
        height: 180px;
    }

    .regdetails {
        font-size: 0.9em;
    }

    .close {
        margin-top: 12px;
        margin-right: -30px;
    }

    .modal-content {
        width: 100%
    }


}

@media only screen and (max-width: 320px) {
    .logo {
        float: none;
        margin-left: 25%;
    }

    h1 {
        margin-top: 2em;
        line-height: 160%;
    }

    .hero {
        background-size: 420px;
        background-position: bottom right, -150px -10px;
    }

    .innercontent {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    
    
}


@font-face {
    font-family: 'fira_sanslight';
    src: url('../fonts/firasans-light-webfont.eot');
    src: url('../fonts/firasans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasans-light-webfont.woff') format('woff'), url('../fonts/firasans-light-webfont.ttf') format('truetype'), url('../fonts/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: 300;
    font-style:normal
}

@font-face {
    font-family: 'fira_sansbook';
    src: url('../fonts/firasans-book-webfont.eot');
    src: url('../fonts/firasans-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasans-book-webfont.woff') format('woff'), url('../fonts/firasans-book-webfont.ttf') format('truetype'), url('../fonts/firasans-book-webfont.svg#fira_sansbook') format('svg');
    font-weight: normal;
    font-style:normal
}

@font-face {
    font-family: 'fira_sansbold';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasans-bold-webfont.woff') format('woff'), url('../fonts/firasans-bold-webfont.ttf') format('truetype'), url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: bold;
    font-style: normal
}







.hero {
  
    

    -moz-animation-name: fadeIn;
    -moz-animation-duration: 1s;
    

    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    

    animation-name: fadeIn;
    animation-duration: 1s;

    
    animation-name: fadeIn;
    animation-duration: 1s;


}


@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}


.first {
  
    

    -moz-animation-name: fadeIn2;
    -moz-animation-duration: 2s;
    

    -webkit-animation-name: fadeIn2;
    -webkit-animation-duration: 2s;
    

    animation-name: fadeIn2;
    animation-duration: 2s;

    
    animation-name: fadeIn2;
    animation-duration: 2s;


}


@keyframes fadeIn2 {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

.second {
  
    

    -moz-animation-name: fadeIn2;
    -moz-animation-duration: 3s;
    

    -webkit-animation-name: fadeIn2;
    -webkit-animation-duration: 3s;
    

    animation-name: fadeIn2;
    animation-duration: 3s;

    
    animation-name: fadeIn2;
    animation-duration: 3s;


}


@keyframes fadeIn2 {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}


.third {
  
    

    -moz-animation-name: fadeIn2;
    -moz-animation-duration: 4s;
    

    -webkit-animation-name: fadeIn2;
    -webkit-animation-duration: 4s;
    

    animation-name: fadeIn2;
    animation-duration: 4s;

    
    animation-name: fadeIn2;
    animation-duration: 4s;


}


@keyframes fadeIn2 {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}









