@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url('fonts.css');

* {
    box-sizing: border-box;
}

body {
    font: normal 1.3em/2em 'Open Sans', sans-serif;
    background: #FFF top center repeat;
    color: #181818;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
a {
    color: #181818;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #DC262C;
    text-decoration: none;
}

a.linkRed {
    color: #DC262C;
    text-decoration: underline;;
}
/* navigation */

#navbar {
    width: 100%;
    height: 2px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 105;
    background: linear-gradient(to right, transparent, transparent, #DDD);
}
nav {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    background: linear-gradient(to right, transparent, transparent, #FFF);
    /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(left, transparent 0%, #FFF 70%, #FFF 100%);*/
    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(left, transparent 0%, #FFF 70%, #FFF 100%);*/
    /* Opera */
    /*background-image: -o-linear-gradient(left, transparent 0%, #FFF 70%, #FFF 100%);*/
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.7, #FFF), color-stop(1, #FFF));*/
    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(left, transparent 0%, #FFF 70%, #FFF 100%);*/
    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to right, transparent 0%, #FFF 70%, #FFF 100%);*/
}
nav a {
    margin-right: 35px;
    line-height: 50px;
    font-size: 1.8em;
    font-family: 'Bebas Neue';
    border: none;
}

nav a.headline-1, nav a.headline-2 {
    margin-right: 25px;
    line-height: 50px;
    font-size: 1.3em;
    font-family: 'Bebas Neue';
    color: #fff;
    border: solid 2px #DC262C;
    padding: 5px 10px;
}
nav a.headline-1 {
    background: rgba(220, 38, 44,.8);
    border: solid 2px #DDD;
}
nav a.headline-2 {
    background: rgba(0,0,0,.7);
    border: solid 2px #DDD;
}

.headline-1:active, .headline-1:focus, .headline-1:hover, .headline-2:active, .headline-2:focus, .headline-2:hover  {
    border: solid 2px rgba(255,255,255,.5);
}

nav a:hover, nav a:active {
    border-bottom: solid 3px #DC262C;
}
nav span a {
    margin-right: 10px;
}
nav span a .facebook {
    color: #3a5696;
}
nav span a .twitter {
    color: #55acee;
}
nav span a .twitch {
    color: #6441a5;
}
.error {
    background: #DC262C !important;
    color: #FFF !important;
}
#logo {
    margin: 35px auto -5px;
    max-width: 360px;
    width: 50%;
}
#logo img {
    height: auto;
    width: 100%;
}
.headline1, .headline2, .headline3 {
    font-family: 'Bebas Neue';
    line-height: .9em;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.headline1 {
    font-weight: 200;
    font-size: 100px;
}
.headline2 {
    color: #DC262C;
    font-size: 155px;
}
.headline3 {
    font-weight: 700;
    font-size: 185px;
    padding-bottom: 4px;
}
.headlineSub {
    line-height: 2em;
    padding-top: 5px;
    border-top: solid 1px #222;
    width: 95%;
    text-transform: uppercase;
    color: #888;
}
.beta-subHeadline {
    line-height: 2em;
    text-transform: uppercase;
    color: #888;
    font: normal 1.3em/2em 'Open Sans', sans-serif;
}
/*sections*/

section {
    position: relative;
    z-index: 0;
}
section #header {
    min-height: 100px;
}
footer {
    padding: 25px 0;
    min-height: 100px;
    color: #888;
}
section #home {
    position: relative;
    overflow: hidden;
    background-color: #181818;
    color: #FFF;
}
section #beta {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    z-index: 1;
}
section #about {
    position: relative;
    overflow: hidden;
    color: #888;
    text-transform: uppercase;
    min-height: 530px;
    z-index: 0;
}
section #social {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
section #contact, #beta-invite {
    position: relative;
    overflow: hidden;
    background-color: #181818;
    color: #FFF;
    min-height: 600px;
}
section #home .content {
    padding: 190px 0;
    width: 70%;
    margin-top: -80px;
}
section #contact .content, #beta-invite .content {
    padding: 0;
    margin: 0 auto;
}
section #about .content {
    padding: 50px 20px;
    line-height: 2.5em;
    margin-top: -20px;
}
section #beta .content {
    margin: 0;
    text-transform: uppercase;
    padding: 25px 25px 50px;
    letter-spacing: -1px;
    font-family: 'Bebas Neue';
}
section #social .content {
    padding: 70px 0 220px;
}
section #contact {
    background: #181818 url("/images/king-floor-1.png") repeat-x bottom center;
}
.home-img {
    width: 60%;
    max-width: 815px;
    height: 1053px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background: transparent url("/images/banshee.png") no-repeat 50px 100%;
    overflow: hidden;
    background-size: 100%;
}
.home-bg-2 {
    width: 50%;
    max-width: 765px;
    height: 1053px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    background: transparent url("/images/banshee-skulls-bg.png") no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100%;
}
.home-bg {
    width: 50%;
    max-width: 765px;
    height: 815px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: transparent url("/images/banshee-bg.png") no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100%;
}
.home-top {
    width: 0;
    height: 0;
    border-bottom: 5vw solid #181818;
    border-left: 100vw solid transparent;
    background: #FFFFFF url("/images/banshee-bg.png") top center;
}
.home-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 5vw solid #FFF;
    border-left: 100vw solid transparent;
    z-index: 5;
}
.join-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: 5;

}
.beta-top {
    width: 0;
    height: 0;
    border-top: 5vw solid #181818;
    border-right: 100vw solid transparent;
}
.beta-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    border-bottom: 5vw solid #181818;
    border-right: 100vw solid transparent;
    z-index: 5;
}
.title {
    padding: 0;
    letter-spacing: -1px;
    font-family: 'Bebas Neue';
    font-weight: 300;
    line-height: 1em;
    color: #FFF;
    font-size: 85px;
    text-transform: uppercase;
}
.about-top {
    width: 0;
    height: 0;
    border-bottom: 5vw solid #181818;
    border-right: 100vw solid transparent;
    position: relative;
    z-index: 3;
    background: #FFF;
}
.about-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-top: 5vw solid #181818;
    border-right: 100vw solid transparent;
    z-index: 3;
    background: #FFFFFF url("/images/banshee-bg.png") top center;
}
#beta .container-fluid {
    background: #FFF;
}
.about-img {
    width: 75%;
    max-width: 815px;
    height: 852px;
    position: absolute;
    z-index: 5;
    bottom: -35px;
    left: -50px;
    background: transparent url("/images/bahsoul.png") no-repeat 0 100%;
    overflow: hidden;
    background-size: 100%;
}
.about-bg {
    width: 100%;
    max-width: 815px;
    height: 852px;
    position: absolute;
    z-index: 5;
    bottom: -35px;
    left: 50px;
    background: transparent url("/images/about-bg.png") no-repeat center center;
    overflow: hidden;
    background-size: 60%;
    max-height: 530px;
}
.contact-top {
    width: 0;
    height: 0;
    border-top: 5vw solid #FFF;
    border-left: 100vw solid transparent;
}
.contact-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 5vw solid #FFF;
    border-right: 100vw solid transparent;
}
.social-top {
    width: 0;
    height: 0;
    border-top: 5vw solid #181818;
    border-right: 100vw solid transparent;
}
.social-bottom {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 5vw solid #181818;
    border-right: 100vw solid transparent;
    z-index: 5;
}
.beta-headline1, .beta-headline2 {
    font-weight: 300;
    line-height: 1em;
}
.beta-headline1 {
    color: #DC262C;
    font-size: 55px;
}
.beta-headline2 {
    color: #181818;
    font-size: 85px;
}
#beta:hover {
    cursor: pointer;
}
#social .headline-text {
    position: absolute;
    text-align: right;
    top: 0;
    right: 20px;
    width: 100%;
    height: 100%;
}
.social-headline1, .social-headline2 {
    font-family: 'Bebas Neue';
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -9px;
    font-weight: 200;
}
.social-headline2 {
    color: #DC262C;
    font-weight: 300;
}
#social {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}
#social a {
    text-decoration: none;
}
#social h3 {
    text-align: center;
    font-size: 40px;
}
#social span.icon {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    line-height: 150px;
    color: #FFF;
    font-size: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    border: solid 3px transparent;
}
#social span.icon:before {
    display: block;
    content: ' ';
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: #181818;
}
#social span.icon:hover, #social span.icon.active {
    color: #FFF;
    background: #DC262C;
}
#social span.icon:hover:before, #social span.icon.active:before {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    -moz-transform: translate(-50%, -50%) scale(1.25);
    -ms-transform: translate(-50%, -50%) scale(1.25);
    -o-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
}
#social span.icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.social-text {
    padding-top: 50px;
    color: #DC262C;
    font-weight: 300;
    font-size: 85px;
}
#contact input, .modal-body input, #contact select, #contact textarea, #registrationForm input, #registrationForm select, #loginForm input, #updatePassword input, #updatePassword select {
    border: none !important;
    outline: none !important;
    height: 45px;
    color: #FFF;
    background: #313131;
    margin: 1px;
    text-transform: uppercase;
}
#contact textarea {
    height: 150px;
}
.contact-img {
    width: 60%;
    max-width: 711px;
    height: 929px;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: -25px;
    background: transparent url("/images/king.png") no-repeat 0 100%;
    overflow: hidden;
    background-size: 100%;
}
.contact-bg {
    width: 100%;
    height: 212px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: url("/images/king-floor-1.png") repeat-x;
    overflow: hidden;
    background-size: 100%;
}
#contact .line2 {
    font-weight: 200;
    color: #DC262C;
}
.contact-message {
    display: none;
    font-size: 55px;
    font-family: 'Bebas Neue';
    font-weight: 300;
}
footer .text-center {
    padding: 25px 0;
}
.modal-header {
    font-family: 'Bebas Neue';
    font-size: 26px;
    padding: 8px 15px;
    border-color: #222;
}
.modal-body {
    padding: 8px 30px 0;
}
.modal-footer {
    border: none;
    padding: 0 30px 16px;
}
.modal-open nav {
    padding-right: 17px;
}
.modal-dialog {
    padding-top: 15%;
}
.news-modal .thank-you, .forgot-pw-modal .thank-you {
    font-family: 'Bebas Neue';
    font-size: 36px;
    font-weight: 300;
    display: none;
}
.forgot-pw-modal .thank-you {
    font-size: 24px;
}
.modal-body .input {
    padding-top: 8px;
}
.btn-primary:disabled, .btn-default:disabled {
    background: #BABABA;
}
.btn-primary, .btn-default {
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #DC262C;
    border-color: #DC262C;
}
.btn-primary {
    background-color: #DC262C;
    border-color: #DC262C;
}
.btn-default:hover {
    color: #FFF;
    background: #313131;
    border-color: #313131;
}
.btn-default {
    background: #313131;
    border-color: #313131;
}
.modal-content {
    border-radius: 5px;
    opacity: 0.9;
    background-color: #181818;
    color: #FFF;
    -webkit-background-clip: inherit;
    background-clip: inherit;
}
.news-modal .close, .email-verified-modal .close, .forgot-pw-modal .close {
    font-family: 'Bebas Neue';
    float: right;
    font-size: 22px;
    color: #888;
    opacity: 0.5;
}
#beta-invite a {
    color: #FFFFFF;
}
#beta-invite a:hover {
    color: #DC262C;
    text-decoration: none;
}
#beta-invite input[type=checkbox] {
    width: 13px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.beta-message {
    display: none;
}
.beta-message .line1, .line2 {
    font-size: 55px;
    font-family: 'Bebas Neue';
    font-weight: 300;
}
.beta-message .line1 {
    padding: 20px 0 25px 0;
    display: block;
    color: #DC262C;
}
#login-form, #updatepw-form {
    padding-top: 50px;
}
