/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Site Styles
================================================== */

body {
    background: #fff;
    position: relative;
}

#form1 {
    margin: 0;
    padding: 0;
}

.container {
    position: relative
}

.bottom-border {
    background: url('../Userfiles/template/BlueBorder.png') center;
    height: 179px;
    bottom: -45px;
    position: absolute;
    width: 100%;
    z-index: 200;
}

/* HEADER */
.fixed {
    width: 100%;
    top: 0;
    left: 0;
}

.header-wrap {
    background: #F8941C;
    position: fixed;
    border-bottom: 10px solid #ED3723;
    z-index: 200;
    width: 100%;
    z-index: 2900;
    -webkit-box-shadow: 0 0 40px 0 #999;
    box-shadow: 0 0 40px 0 #999;
}

.section-wrap {
    position: relative;
}

.top-image-wrap {
    height: 510px;
    background: #eee;
    position: relative;
}

.section-image {
    height: 510px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}

.section-title {
    position: relative;
    position: relative;
    z-index: 200;
    height: 510px;
}

.header-text {
    padding-top: 320px;
}

.header-text h2 {
    font-weight: 700;
}

.header-text h2 em {
    background: rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    color: #fff;
    font-style: normal;
    padding: 10px;
    display: inline-block;
}

.bottom-text-wrap {
    padding: 40px 0;
}

.bottom-text-wrap {
    padding: 40px 0;
}

/* GAME SECTION */
#game-wrap {
    padding-top: 95px;
}

#game-wrap .section-image {
    background: #171D4A;
}

#game-wrap .top-image-wrap {
    height: 610px;
}

#game-wrap .section-image {
    height: 610px;
}

#game-wrap .header-text {
    padding-top: 420px;
}

.prlx {
    height: 610px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#parallax1 img,
#parallax2 img,
#parallax3 img {
    position: relative;
    top: -25%;
}

/* ABOUT SECTION */
#about-wrap {}

#about-wrap .section-image {

    background: #015075 url(../Userfiles/template/about-header.jpg) center no-repeat;
    background-attachment: fixed;
    background-position: 0px 100px;
}

/* CAREERS SECTION */
#careers-wrap {}

#careers-wrap .section-image {
    background: #D6D58E;
}

/* #careers-wrap .section-image {
    background: url(/U/417/Userfiles/template/bbz_Office_Title.jpg) center;
    background-size: cover;
    background-attachment: fixed;
} */

/* FOOTER SECTION */
#footer-wrap {
    padding: 20px 0;
    background: #484848;
    min-height: 300px;
    color: #fff;
}

#footer-wrap a {
    color: #F8941B;

}

#footer-wrap h1,
#footer-wrap h2,
#footer-wrap h3,
#footer-wrap h4 {
    color: #fff;
}

#footer-wrap h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px
}

/* CREDITS */
.credits {
    text-align: right;
}

/* Custom Page Styles
================================================== */

.jobs {}

.jobs h4 {
    background: #F8941C;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    padding: 20px;
    margin: 0;
    cursor: pointer;
}

.jobs h4:before {
    content: "+";
    padding-right: 10px;
}

.job-info {
    background: #FDE4C6;
    padding: 20px;
    margin-bottom: 40px;
}

.jobs li {}

/* Gallery Styles */
.gal-image-wrap {
    width: 45%;
    margin-bottom: 20px;
}

.gallery-wrap img {
    display: block;
    width: 95%;
    margin: 10px;
}

.gal-image-wrap img:hover {}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


