body {
    color: #333;
    font: 300 15px/15px Roboto,Arial,Helvetica;
	height: 100%;
	background-color: #ffffff;
	background-image: url("../images/sun_opt.png"), url("../images/bg_opt.png");
	background-repeat:no-repeat, repeat;
	/*background-size: contain,				auto;*/
	background-position: center -500px,	top center;
	background-attachment: fixed,			fixed;
    -webkit-font-smoothing: antialiased;
}



a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1.2em;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{box-shadow: none;}

.topbar {     background-color: #69c4ee;	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}
.navbar-nav > li > a{font-size: 1em;padding-top:22px;padding-bottom:22px;}
.navbar-fixed-top{top: 5px;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background: none;
    color: #69c4ee;
}


#head,.carousel{margin-top: 0;}

#home{padding-top: 6em;}

/*content*/
.content.spacer{
    padding-left: 4em; padding-right: 4em;padding-bottom: 0;
    max-width:1440px;
    width:100%;
    background-color:#ecb18f;
}

/*contact*/
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/


@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}

	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#home {padding-top: 5em;}

	.content.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{    padding-top: 4em;padding-bottom: 2em;}
}

/* Navbar styling */
.transbar {
    height: 100%;
    position: absolute;
    background-color: #000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: -1;
}
.navbar-inverse {
    background:none;
    background-color:transparent;
    border:none;
    max-height:75px;
}
.navbar-inverse .navbar-nav>li>a{
    color:#fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    background-color:#69c4ee;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color:#69c4ee;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.max-nav{
    max-width:1440px;
    width:100%;
}
.nav-logo img{
    height:45px;
    transition-timing-function: ease-in;
    -webkit-transition: opacity 1s, -webkit-transform 1s; /* Safari */
    transition: opacity 1s, transform 1s;
}
.nav-logo-show{
    opacity: 1;
}
.nav-logo-hide{
    opacity: 0;
}

@media (max-width: 767px){
    .navbar-nav {
        background: #272626;
        margin-top: 0;
        opacity:0.95;
    }
    .navbar-nav > li > a {
        padding-top:10px;
        padding-bottom:10px;
    }
}
@media (min-width:768px){
    .navbar-nav {
        margin-left: -70px !important;
    }
}

@media (max-width: 766px){
    .nav-logo img {
        height: 30px;
        margin-top: 6px;
    }
}
@media (max-width: 380px){
    .nav-logo img {
        height: 30px;
        margin-top: 6px;
    }
}

@media (max-width: 994px){
    .navbar-wrapper .container {
        max-width:100%;
        width:100%
    }
}

.mobile-text{
    display:none;
}
@media (max-width: 767px) {
    .mobile-text {
        display:inline-block;
        font-size: 2rem;
        padding-left: 1rem;
    }
}
/*steam logo*/
.steamlogo-footer{
    height: 40px;
    vertical-align: middle;
    margin-top: -20px;
}

.steamlogo{
    height:32px;
    opacity:0.75;
}
@media (max-width: 1200px) {
    .steamlogo{
        height:28px;
    }
}

/* header styling */
#hero {
  height: 1320px;
  overflow: hidden;
  position: relative;
}
.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 1320px;
  position: fixed;
  z-index: -1;
}
.layer-01 {
    background-image: url('../images/parallax/parallax_gdc_logo_opt.png');
}
.layer-02 {
    background-image: url('../images/parallax/parallax_gdc_02_opt.png');
}
.layer-03 {
    background-image: url('../images/parallax/parallax_gdc_03_opt.png');
}
.layer-04 {
    background-image: url('../images/parallax/parallax_gdc_04_opt.png');
}
.layer-05 {
    background-image: url('../images/parallax/parallax_gdc_05_opt.png');
}
.layer-06 {
    background-image: url('../images/parallax/parallax_gdc_06_opt.png');
}
.layer-07 {
    background-image: url('../images/parallax/parallax_gdc_07_opt.png');
}
.plogo{
    height:450px;
}

@media (max-width: 1440px){
    .layer-01 {
        background-size: contain;
        background-position: top center;
        margin-top:20%;
    }
}
@media (max-width: 1200px){
    .layer-01 {
        margin-top:30%;
    }
}
@media (max-width: 900px){
    .layer-01 {
        margin-top:40%;
    }
}

/*hero mobile*/
.mobile-splash{
    position:relative;
}
.mobile-splash img {
    display:none;
    max-width:100%;
}
.mobile-bleed, .large-bleed{
    position: absolute;
    bottom: 0;
}
@media all and (max-width:767px) {
    #hero{
        display:none;
    }
    #hero-mobile, .mobile-splash img{
        display:inline-block;
    }
    .nav-logo-hide{
        opacity:1;
    }
}

.content{
    max-width:1440px;
    background-color:#ecb18f;
}

.bleed, .bleed img{
    text-align:center;
    max-width:1440px;
    margin:auto;
}
.bleed img{
    width:100%;
}
@media all and (max-width:480px) {
    h2.wowload{
        font-size:2.5rem;
    }
}
@media all and (max-width:360px) {
    h2.wowload{
        font-size:1.75rem;
    }
}

/*early access*/
.inline-logo {
    height: 30px;
    width: 217px;
    display: inline-block;
    margin-bottom: 8px;
}
.e-access{
    text-align: center;
    margin-bottom: 10%;
}
.img-e-access{
    max-width:100%;
}



/* video styling */
#video {
    height: 100%;
    position: relative;
}
#video .fluidbox-overlay {
 z-index: 2;
 pointer-events: none !important;
}

    #video.play .video {
        display: block;
    }

    #video.play #play {
        display: none;
    }

    #video.play .fluidbox-overlay {
        opacity: 1;
    }

    #video .video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        display: none;
        z-index: 10;
    }

    #video #play {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 150px;
        width: 150px;
        margin-left: -75px;
        margin-top: -75px;
        line-height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/play.svg");
        font-size: 0;
    }

        #video #play:active {
            background-color: black;
        }

section {
  position: relative;
  max-width: 1440px;
  margin: auto;
  margin-top: 3.5em;
  margin-bottom: 3.5em; 
}
section img {
    max-width: 100%; 
-webkit-box-shadow: 6px 6px 18px -5px #3B1E2B;
-moz-box-shadow: 6px 6px 18px -5px #3B1E2B;
box-shadow: 6px 6px 18px -5px #3B1E2B;
}

.lb-outerContainer{
    background-color: #733e44 !important;
}

section .wrap {
    text-align:left !important;
    color:#fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3%;
    z-index: 1000; 
}
section .wrap h2{
    font-weight:bold;
}
section .wrap * {
      margin: 0;
      font-size: 20px;
      line-height: 1.4; 
}

@media all and (max-width:1280px) {
    section .wrap{
        padding: 2%;
    }
}
@media all and (max-width:866px) {
    .content.spacer{
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media all and (max-width:600px) {
    section .wrap * {
        font-size: small;
    }
}



.btn-video {
    position: relative;
    display: inline-block;
    padding: 0.4em 1.5em;
    padding-bottom: 0.6em;
    outline: none;
    border-radius: 0.4em;
    border: none;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 300;
    min-width: 0;
    height: auto;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .btn-video:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .btn-video:focus {
        color: white;
    }

    .btn-video:active {
        color: white;
        background-color: transparent;
    }

    /*screenshots*/
    .screenshotcontainer{
        max-width:1440px;
    }
    .srow{
        width:100%;
    }
    .col{
        max-width:33.33%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        margin-right: -5px;
    }
    .col img{
        max-width:100%;
        -webkit-box-shadow: 6px 6px 18px -5px #3B1E2B;
        -moz-box-shadow: 6px 6px 18px -5px #3B1E2B;
        box-shadow: 6px 6px 18px -5px #3B1E2B;
    }
    .col img:hover{
        opacity:0.9;
    }
    @media all and (max-width:767px) {
    .col{
        max-width: 100%;
        float:none;
    }
}

    /*concept art*/

.gridconceptart:before, .gridconceptart:after {
    content: " ";
    display: table;
}

.gridconceptart:after {
    clear: both;
}

.griditem {
    height: 440px;
    width: 440px;
    display: inline-block;
    float: left;
}
.griditem img{
    height: 440px;
    width: 440px;
}

.gridwrap a, .gridwrap img {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

.gridwrap {
    max-width: 1440px;
    margin: auto;
    padding: 0px !important;
}

@media all and (max-width:1456px) {
    .gridwrap {
        max-width: 1320px;
        margin-top: 1em;
    }
    .griditem, .griditem img{
        height: 360px;
        width: 360px;
    }
    .gridconceptart{
        max-width: 1080px;
    }
}
@media all and (max-width:1216px) {
    .gridconceptart{
        max-width: 720px;
    }
}


@media all and (max-width:767px) {
    .gridconceptart{
        max-width: 360px;
    }
}
@media all and (max-width:427px) {
    .gridconceptart{
        max-width: 100%;
    }
    .griditem, .griditem img{
        height: auto;
        width: auto;
        max-width:100%
    }
}


    /* quotes */
    .quotes{
        padding-left: 3%;
        padding-right:3%;
        text-align: center;
        font-size:1.75em;
    }
    .quotes a{
        color:#48332c;
    }
    .quotes a:hover{
        text-decoration:none;
        color:#885442;
    }
    .quotes span.light{
        font-weight:100;
    }
    .quotes span.qt{
        margin-left:14em;
    }
@media all and (max-width:980px) {
    .quotes span.qt{
        margin-left:0em;
        float:right;
        margin-bottom:1.25em;
    }
}
@media all and (max-width:767px) {
    .quotes{
        font-size:1.5em;
    }
}

    /*newsletter*/
    #newsletter{
        padding-bottom:4em;
    }
    .btn-blue, .btn-blue:active{
        background-color:#69c4ee;
        background:#69c4ee;
    }
    .btn-blue:hover{
        background-color:#8cd2f2;
    }
    
    .mailbold{
        font-weight:bold;
    }

    /* FOOTER */
    .se-logo-footer{
        width:200px;
    }
    @media all and (max-width:520px) {
        .se-logo-footer{
            width: 100px;
        }
    }
    
.footer{background-color: #1f1f1f; color: #fff; font-size: 1em;color: #aaa; padding-bottom:1.5em;}
.footer a{color: #aaa;margin: 0 1em; line-height: 4em; }
