/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Icons */

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

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'jobsimulator' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-stapler:before {
    content: "\e904";
}
.icon-cash-register:before {
    content: "\e905";
}
.icon-chef-hat:before {
    content: "\e903";
}
.icon-oil-gauge:before {
    content: "\e908";
}
.icon-arrow-down-12:before {
    content: "\e906";
}
.icon-arrow-up-12:before {
    content: "\e907";
}
.icon-shopping-cart:before {
    content: "\e909";
}

/* Fonts */

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

@font-face {
    font-family: 'theboldfont';
    src: url('fonts/theboldfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* General */

* {
    box-sizing: border-box;
}

::-moz-selection {
    background: #87dff6;
}

::selection { 
    background: #87dff6;
}

body {
    font-family: "ocr-b-std", "Lucida Console", Monaco, monospace;
    font-size: 16px;
    text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

section {
    padding: 30px;
    overflow: hidden;
    position: relative;
}

h1 {
    font-family: "entsans", "Arial Black", Gadget, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    margin: 65px 0;
}

h2 {
    font-family: "theboldfont", "Arial Black", Gadget, sans-serif;
    font-size: 28px;
    margin: 15px 0;
    letter-spacing: 1px;
}

p {
    margin: 0 auto 30px;
    max-width: 670px;
    line-height: 1.5;
}

section {
    overflow: hidden;
    position: relative;
}

.inner {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.button {
    border: none;
    font-family: "theboldfont", "Arial Black", Gadget, sans-serif;
    font-size: 28px;
    padding: 18px 20px 7px;
    color: #cff079;
    background: #336511;
    border-bottom: 15px solid #275315;
    display: inline-block;
    letter-spacing: 1px;
    cursor: pointer;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3);
    -webkit-clip-path: polygon(3px 3px, 100% 0, 99% 100%, 0 100%);
    clip-path: polygon(3px 3px, 100% 0, 99% 100%, 0 100%);
}

.button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 200px rgba(0,0,0,0.1);
}

.button i {
    font-size: 40px;
    vertical-align: middle;
    margin-left: 5px;
}

input[type="text"] {
    border: none;
    font-family: "ocr-b-std", "Lucida Console", Monaco, monospace;
    font-size: 16px;
    padding: 30px 20px 15px;
    max-width: 100%;
    width: 500px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 15px 0 rgba(0, 0, 0, 0.2);
    vertical-align: bottom;
    -webkit-clip-path: polygon(5px 0, 100% 3px, 99% 100%, 0 100%);
    clip-path: polygon(5px 0, 100% 3px, 99% 100%, 0 100%);
}

/* Header */

.header {
    background: #336511 url(images/common/texture.png) center center no-repeat;
    background-color: rgba(51, 101, 17, 0.75);
    background-size: cover;
    overflow: hidden;
    padding: 15px 30px 30px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    margin-bottom: -175px;
    z-index: 10;
}

.header .title {
    max-width: 100%;
    line-height: 0;
    margin: 0;
    float: left;
}

.header .developer {
    float: right;
    width: 190px;
    max-width: 40%;
    margin-top: 50px;
    opacity: 0.75;
}

.header .developer:hover {
    opacity: 1;
}

/* Hero */

.hero {
    color: #fff;
    background: #000;
    padding: 200px 30px 100px;
    text-align: left;
    margin-top: -15px;
}

.hero .video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero .video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    bottom: 0;
    z-index: 0;
}

.hero .inner {
    position: relative;
    margin-bottom: 100px;
}

.hero .button {
    padding-top: 12px;
    line-height: 44px;
    display: block;
    float: left;
    margin-bottom: 10px;

    font-size: 22px;
    padding: 12px 20px 1px;
    border-bottom: 10px solid #275315;

    clear: both;
}

.hero .office-button {
    color: #87dff6;
    background-color: #0058b2;
    border-color: #073f78;
}

.hero .kitchen-button {
    color: #ECC3C3;
    background-color: #AD2E2E;
    border-color: #6B0000;
}

.hero .buy-button {
    color: #222;
    background-color: #F7F428;
    border-color: #c7c522;
    text-shadow: 0 -2px 0 rgba(255, 255, 255, 0.3);
}

.hero .jobbot {
    width: 70%;
    position: absolute;
    right: -100px;
    top: -30px; /* Change this to -70px for single video button */
}

.hero h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* Launch Titles */

.launch {
    color: #fff;
    background: #0058b2 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
}

.launch .platforms li {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 15px 30px;
    opacity: 1;
}

.launch .platforms li:hover {
    opacity: 1;
}

.launch .platforms li:last-child {
    float: right;
}

.launch .platforms li i {
    display: block;
    padding-top: 10px;
}

.launch .platforms li i:before {
    font-size: 30px;
    content: "\e906";
}

.launch .platforms .with-info i:before {
    content: "\e907";
}

.launch .platform-info {
    line-height: 1.5;
    margin-top: 30px;
    letter-spacing: 1px;
}

.launch .platform-info a {
	font-weight: bold;
	color: #b3edff;
	text-decoration: none;
    border-bottom: 1px solid rgba(160, 223, 226, 0.57);
}

.launch .platforms img {
	padding-bottom:10px;
}

/* Accolades */

.accolades {
    color: #2b2726;
    background: #DEDDC1;
    padding-top: 50px;
    padding-bottom: 45px;
    -webkit-clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%);
    margin-top: -15px;
}

.accolades img {
    width: 230px;
    margin: 6px;
}

/* Story */

.story {
    color: #87dff6;
    background: #272727 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    margin-top: -10px;
    padding-top: 80px;
}

.story .inner {
    position: relative;
}

.story h2 {
    font-size: 92px;
}

.story p {
    width: 70%;
    max-width: 550px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 22.5px;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
    position: relative;
    z-index: 10;
}

.story .line-graph {
    position: absolute;
    right: 90%;
    top: -10px;
    z-index: 5;
    width:250px;
}

.story .office-worker {
    position: absolute;
    right: 80%;
    top: 360px;
    z-index: 3;
    width:250px;
}

.story .gourmet-chef {
    position: absolute;
    left: 93%;
    top: -30px;
    z-index: 4;
    width:230px;
}

.story .bar-graph {
    position: absolute;
    left: 75%;
    top: 240px;
    z-index: 3;
    width:250px;
}

.story .board {
    background: url(images/story/board.gif) center center no-repeat;
    width: 400px;
    height: 225px;
    margin: 50px auto 15px;
}

.story .board p {
    color: #f5f5f5;
    font-size: 13px;
    font-family: "ocr-b-std", "Lucida Console", Monaco, monospace;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    width: 250px;
    padding: 40px 0;
    max-width: none;
    text-shadow: none;
}

/* As Featured In */

.featured {
    color: #707070;
    background: #f5f5f5 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.featured img {
    margin: 15px 0;
}

/* Jobs */

.jobs {
    color: #969696;
    background: #272727 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    margin-top: -20px;
}

.jobs h2 {
    color: #fff;
}

.jobs .job {
    text-align: left;
    clear: both;
}

.jobs h3 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "theboldfont", "Arial Black", Gadget, sans-serif;
}

.jobs i {
    float: left;
    font-size: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 50px;
}

.jobs .overview {
    overflow: hidden;
}

.jobs .job-kitchen i,
.jobs .job-kitchen h3 {
    color: #EF5C5C;
}

.jobs .job-office i,
.jobs .job-office h3 {
    color: #0090ff;
}

.jobs .job-convenience i,
.jobs .job-convenience h3 {
    color: #15b100;
}

.jobs .job-automotive i,
.jobs .job-automotive h3 {
    color: #CED853;
}

.jobs .job p {
    width: auto;
    max-width: 200px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.jobs .job .description,
.jobs .job .screenshot {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px 30px;
}

/* Press Reactions */

.reviews {
    color: #171717;
    background: #fff;
    -webkit-clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%);
    margin-top: -15px;
}

.reviews .screenshot {
	display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px 60px;
}

.reviews .reviewers {
    text-align: left;
}

.reviews .reviewers li {
    display: block;
    width: 50%;
    float: left;
    clear: left;
    padding: 0 50px 0 100px;
    margin: 15px 0;
    position: relative;
}

.reviews .reviewers li:nth-child(even),
.reviews .reviewers li:nth-child(2n) {
    float: right;
    clear: right;
}

.reviews .reviewers li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 4px 15px;
    background: #fff;
}

.reviews .reviewers li blockquote {
    border-left: 4px solid #bfbfbf;
    padding-left: 20px;
    font-size: 13px;
}

.reviews .reviewers li blockquote strong {
    color: #c2272d;
    font-weight: bold;
}

.reviews .reviewers li blockquote p {
    margin-bottom: 15px;
}

.reviews .reviewers li blockquote p:last-child {
    margin-bottom: 0;
}

.reviews h3 {
    color: #444;
    font-family: "theboldfont", "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* Mailing List */

.newsletter {
    color: #fff;
    background: #336511 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    padding-bottom: 50px;
}

.newsletter .button {
    margin-top: 10px;
    color: #fff;
    background: #2b2726;
    border-color: #1c1918;
}

.merch {
    color: #444;
    background: rgb(186,255,151) url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    padding-bottom: 50px;
}

.merch .button {
    margin-top: 10px;
    color: #fff;
    background: #467340;
    border-color: #194e29;
}

.spectatormode {
    color: #fff;
    background: #0058b2 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    padding-bottom: 10px;
}

.spectatormode h3 {
    font-size: 18px;
    color:#fff;
    margin-top: 15px;

    margin-bottom:0px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;

}

.spectatormode span {
    font-size: 12px;
    color:#fff;
    font-style: italic;
}

.spectatormode img {
    margin-top:10px;
}

.infinite {
    color: #fff;
    background: #293447 url(images/common/texture.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% -10px, 100% 100%, 0 100%);
    padding-bottom: 10px;
}

.infinite h3 {
    font-size: 18px;
    color:#fff;
    margin-top: 15px;

    margin-bottom:0px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;

}


/* Press Kit */

.press {
    color: #969696;
    background: #171717;
    -webkit-clip-path: polygon(0 10px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10px, 100% 0, 100% 100%, 0 100%);
    margin-top: -10px;
    padding-bottom: 50px;
}

.press h2 {
    color: #fff;
}

.press .button {
    color: #fff;
    background-color: #0058b2;
    border-color: #073f78;
}

/* Footer */

.footer {
    color: #969696;
    background: #0e0e0e;
    padding: 20px 30px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.footer .inner {
    position: relative;
}

.footer .developer {
    width: 170px;
    vertical-align: middle;
    margin-left: 5px;
    opacity: 0.7;
}

.footer .developer:hover {
    opacity: 1;
}

.footer .mug {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .esrb {

    position: absolute;
    left: 80%;
    bottom: 0;
}


.footer .social {
    float: none;
    cursor: default;
    padding-left:30px;
}

.footer .social a {
    display: inline-block;
    padding: 8px;
    font-size: 24px;
}

.footer .social a:hover .icon-facebook {
    color: #3b5998;
}

.footer .social a:hover .icon-twitter {
    color: #55acee;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 5px);}
    50% {-webkit-transform:translate(0, -5px);}
    to {-webkit-transform: translate(0, 5px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 5px);}
    50% {-moz-transform:translate(0, -5px);}
    to {-moz-transform: translate(0, 5px);}    
}

/* Featherlight */

.featherlight-loading .featherlight-content {
    background: #336511 url(images/hero/video.jpg) no-repeat 0 0;
    width: 853px;
    height: 480px;
}

.featherlight .featherlight-content {
    overflow: visible;
}

.featherlight .featherlight-close-icon {
    font-size: 25px;
    padding: 25px;
    height: 75px;
    width: 75px;
    position: fixed;
    background: transparent;
    color: #fff;
}

/* Media Queries */

@media only screen and (max-width: 960px) {
    .hero .inner {
        margin-bottom: 50px;
    }
    
    .hero .jobbot {
        top: -50px;
    }
    
    .jobs .description {
        text-align: center;
    }
    
    .jobs i {
        float: none;
        margin: 0;
    }
    
    .jobs .overview {
        overflow: visible;
        clear: both;
        margin-top: 10px;
    }
    
    .jobs .job p {
        margin-top: 5px;
        max-width: none;
    }
}

@media only screen and (max-width: 782px) {
    .header {
        margin-bottom: -253px;
    }
    
    .header .title,
    .header .developer {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .header .title {
        width: 400px;
    }
    
    .header .developer {
        width: 190px;
        margin-top: 40px;
    }
    
    .hero {
        padding: 250px 15px 30px;
        background: url(images/hero/bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .hero .inner {
        margin-bottom: 0;
        text-align: center;
    }
    
    .hero .video video {
        display: none;
    }
    
    h1 {
        margin: 30px 0;
        line-height: 1.25;
    }
    
    .hero .jobbot {
        position: static;
        top: 0;
        right: 0;
        margin: 0 -30px 30px 30px;
        width: 100%;
        display: block;
        clear: both;
    }
    
    .hero .button {
        display: inline-block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .button2 {
        display: inline-block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .story .line-graph,
    .story .bar-graph,
    .story .office-worker,
    .story .gourmet-chef {
        display: none;
    }
    
    .jobs .job .description,
    .jobs .job .screenshots {
        width: 50%;
    }

    .reviews screenshots {
    	width: 50%;
    }
    
    .jobs .job .description {
        margin-top: 50px;
    }
    
    .jobs .job .screenshots {
        float: right;
    }

    .reviews .screenshots {
    	float: right;
    }
    
    .jobs .job .screenshot {
        float: none;
        width: 100%;
    }

    .reviews .screenshot {
    	float: none;
        width: 100%;
    }
    
    .reviews .reviewers li {
        float: none;
        clear: both;
        width: 100%;
    }
    
    .footer {
        text-align: left;
    }
    
    .footer .mug {
        display: none;
    }
    .footer .esrb {
        display: none;
    }

	iframe{ width: 100%;  }

}

@media only screen and (max-width: 600px) {
    .jobs .job .description {
        margin-top: 0;
    }

    .launch .platforms li {
        float: none;
        width: 100%;
    }
    
    .story p {
        width: auto;
        max-width: none;
    }

    .story .board
    {
        width: auto;
    }
    
    .reviews .reviewers li {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .reviews .reviewers li img {
        position: static;
    }
        
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    .story {
        padding: 30px 10px;
    }
    
    .story h2 {
        font-size: 64px;
    }
    
    .story .board {
        background-image: url(images/story/board-narrow.gif);
    }
    
    .story .board p {
        width: 180px;
        padding: 35px 0;
        letter-spacing: 0;
        font-size: 12px;
    }
    
    .jobs .job .description,
    .jobs .job .screenshots,
    .jobs .job .screenshot {
        float: none;
        width: 100%;
    }
    
    .jobs .job p {
        margin-bottom: 0;
    }

    .reviews .screenshots,
    .reviews .screenshot {
    	float: none;
    	width: 100%;
    }
    
    .featured {
        padding: 30px 15px;
    }
    
    .featured img {
        margin-top: 0;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer .social {
        display: block;
        clear: both;
        float: none;
        margin-top: 10px;
        padding: 0;
    }
}
