body {
    font-family: Exo, Arial, Helvetica, Sans-Serif;
    font-weight: 500;
    color: #e0eaf0;

    background-color: #000;
    background-image: url(../img/background1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 130vw auto;

    margin: 0;
    padding: 0;

    line-height: 2em;
}

img {
    border: none;
}

* {
    box-sizing: border-box;
}

#background, #fb-root {
    height: 0;
}

#page {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#rebellion {
    position: absolute;
    height: 2.5em;
    width: auto;
    margin: 0.3em;
}

img.rebellion {
    height: 3em !important;
    width: auto;
    position: relative;
    top: -0.5em;
}

#social {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    line-height: normal;
	padding:1em 1em 0 0;
	z-index:1001;
}

.portrait #social {
    padding: 0.5em;
    transform-origin: top right;
    transform: scale(0.8);
}

.fb_iframe_widget_lift{
	margin-left: -180px !important;
}

/*.portrait #social iframe, .portrait #social div, .portrait #social a {
    margin-bottom: 3px;
}*/

#social iframe, #social div, #social div span {
    display: inline-block !important;
    vertical-align: top !important;
}

#social a {
    display: inline-block !important;
    vertical-align: top !important;
}

#social a img {
    height: 20px;
    width: auto;
}



.centerstake {
    position: absolute;
    left:50%;
}

#debug {
    display: none;
    position:absolute;
    font-size: 1em;
    color: #fff;
    left:0;
    top:0;
    z-index: 100000;
    background:rgba(0,0,0,0.5);
    padding: 0.5em;
}

#loading {
    font-size: 1.5em;
    position: relative;
    display: block;
    width: 10em;
    top: 3em;
    left: -5em;
    padding: 1em;
    background:#000;
    color: #fff;
    z-index: 100000;
    border: solid rgba(32, 224, 255, 0.1);
    border-width: 0.15vw;
    border-radius: 0.1vw;
    box-shadow: 0 0 0.6vw rgba(0,192,255,0.4);
    text-align: center;
    opacity: 0.7;
}

img#logo {
    display: none;
    position: absolute;
    width:20vw;
    left:-10vw;

    z-index: 1000000;
}

#menupointer {
    position: absolute;
    width: 5vw;

}

#menu {
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
}

#menu ul {
    background-color: rgba(0,192,255,0.1);
    list-style:none;
    margin: 0;
    padding: 0;
    width: 30vw;
}

.portrait #menu ul {
    background: none;
}

#menu ul.left {
    float:left;
    text-align: left;
}
#menu ul.right {
    float:right;
    text-align: right;
}

#menu ul li {
    display: inline-block;
}

#menu ul li a {
    display: block;
    font-weight: 500;
    position: relative;
    top:0;
    padding: 0.6em 1.33em 0.4em;
    color: #c0f0ff;
    text-decoration: none;

    transition: 0.3s background-color, 0.3s color, 0.45s top, 0.45s left;
    background-color: rgba(0,192,255,0);
}

.portrait #menu ul li a {
    padding: 0.3em 1em 0.2em;
}

.portrait #menu ul li {
    display: block;
}


#menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    top: -0.2em;

    background-color: rgba(0,192,255,0.2);
}

.portrait #menu ul.left li a:hover {
    top: 0;
    left: -0.2em;
}

.portrait #menu ul.right li a:hover {
    top: 0;
    left: 0.2em;
}


#content {
    position:absolute;
    box-sizing: border-box;
    width: 100vw;
    left: -50vw;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    border: solid rgba(32, 224, 255, 0.8);
    border-width: 0.15vw 0;
    border-radius: 0vw;
    box-shadow: 0 0 0.6vw rgba(0,192,255,0.8);

    overflow:hidden;
}

.scrollable {
    height: 100%;
    padding: 0.1em 1em 0;
}

section.content {
    margin: 0 auto;
    max-width: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 0.7em;
    padding: 0 2em 2em;
    color: #ccc;
    text-align: center;

    line-height: normal;
}

.footer p{
    display: block;
    clear: both;
    padding: 1em 1em 0;
    margin: 0;
}

.footer.inline {
    position: relative;
    bottom: auto;
    margin-top: 2em;
}

a {
    color: #c0f0ff;
    text-decoration: none;
    transition: 0.3s color;
}

a:hover {
    color: #ffffff;
}





.ui-scrollbar-container {
    position:relative;
    overflow: hidden;
    margin-right: -1em;
}

.ui-scrollbar-tracker {
    position:absolute;
    top: 0.3em;
    right:0.3em;
    bottom: 0.3em;
    width:0.6em;

    background-color: rgba(32, 224, 255, 0.2);
    border-radius: 0.1em;
    opacity: 0.5;

    transition: opacity 0.5s;
}

.ui-scrollbar-tracker-moving {
    opacity:1 !important;
}

.ui-scrollbar-handle {
    display:block;
    position:relative;
    width: 0.6em;
    background-color: rgba(32, 224, 255, 0.8);
    border-radius: 0.1em;
    opacity:0.5;

    transition: 0.3s background-color, 0.3s box-shadow;
}

.ui-scrollbar-handle:hover {
    opacity:1;
    box-shadow: 0 0 0.6vw rgba(0,192,255,0.8);
}

.ui-scrollbar-handle-moving {
    opacity:1;
}

.ui-scrollbar-content {
    position:relative;
    margin-right: 1rem;
    min-height: 100%;
}


#trailer {
	width: 100%;
	height: 100%;
}




#lightbox {
    display:none;
    position:fixed;
    z-index: 30000000;
    width: 100%;

    cursor:pointer;
}

#lightbox-blanker {
    position: absolute;
    background-color:#000000;
    opacity: 0.8;
    z-index: 30000001;
}

#lightbox img {
    position: absolute;
    z-index: 30000002;
    border: solid rgba(32, 224, 256, 0.8);
    border-width: 0.4vw;
    border-radius: 0.66vw;
    box-shadow: 0 0 0.6vw rgba(0,192,255,0.8);
}

.lightbox {
    cursor: zoom-in !important;
}





h2 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

h3 {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
    margin: 0.8em 0;
    margin: 1.5em 0 0;
    line-height:1.5em;
    clear: both;
}

h2 + h3{
    margin-top: 0.5em;
}

h3:first-child {
    margin-top: 0;
}

h4 {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    margin: 0.8em 0 0 0;
}

.center {
    text-align: center;
}

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

ul.platforms {
    float: left;
    position: relative;
    left: 50%;
    text-align: center;
}

ul.platforms li {
    display: block;
    float: left;
    position: relative;
    right: 50%;
    margin: 1em 2em 0;
    text-align: center;
}

ul.platforms li img {
    width: auto;
    height: 2em;
}

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

.button {
    font-size: 1em;
    font-weight: 500;
    background-color: rgba(0,96,128,0.7);
    display: inline-block;
    padding: 0.4em 2em;
    border: 0.1em solid rgba(0,192,255,0.5);
    color: #fff;
    cursor: pointer;

    margin:0.6em 0 0.3em 0;

    transition: 0.2s background-color, 0.2s box-shadow, 0.2s border-color;

    -webkit-appearance: none;
    border-radius: 0.4em;
}

.button.focus{
    padding: 0.2em 1em;
    margin-bottom:0;
    font-size:0.9em;
    text-transform: uppercase;
    background: #369FD3;
    border: 2px solid #FFF;
    border-radius: 3px;
    padding: 12px 22px 10px;
    line-height: 1.2;
}

.button[disabled] {
    background-color: #888 !important;
    color: #444;
    cursor: default;
}

.button[disabled]:hover {
    background-color: #888 !important;
    color: #444;
    cursor: default;
}

.button.primary {
    background-color: rgba(0,192,255,0.5);
}

.button:hover {
    background-color: rgba(0,192,255,0.8);
    box-shadow: 0 0 0.5em rgba(0,192,255,0.8);
    color: #fff;
}

.button.right {
    float:right;
}

.button.right:after {
    content:" ";
    clear:both;
}

.social {
    position: relative;
    left: 50%;
    float: left;
}

.social li {
    position: relative;
    display: block;
    padding: 0 15px;
    float: left;
    right: 50%;
}

.social a {
    display: block;
    margin: 0;
    width: 25px;
    height: 25px;
}

.row {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.row .column {
    position: relative;
    box-sizing: border-box;
    width: 33.3%;
    padding: 1em;

    float: left;
}

.row .column.double {
    width: 66.6%;
}

.row .column.half {
    width: 50%;
}

.row .column.third {
    width: 33.3333%;
}

.row .column.read-max {
    width: auto;
    max-width: 70%;
}

.portrait .hide-for-portrait {
    display: none;
}

.portrait .row .column.full-for-portrait {
    width: 100%;
    max-width: 100%;
}

.portrait .center-for-portrait {
    text-align: center;
}

.row:after {
    content: " ";
    clear: both;
    display: block;
}


input.button {
    font-family: inherit;
    line-height: 1.8em;
}

.checkbox {
    display: block;
	float: left;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
    border: 1px solid rgba(0,192,255,0.8);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 0.4em;
	background-color: rgba( 255, 255, 255, 0.1 );
}

.checkbox .check {
    position: absolute;
    font-size: 2em;
    top: -0.6em;
    font-weight: bold;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    background-color: rgba( 255, 255, 255, 0.1 );
    border: 0.05em solid rgba(0,192,255,0.8);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 1.2em;
    margin: 0px 0px 1em;
    padding: 0.5em;
    height: 2.4em;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;

    font-family: inherit;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0.4em;
}

.home input[type="text"] {
    text-align: center;
    border-color: #545B64;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    background-color: rgba( 255, 255, 255, 0.2 );
    border-color: rgba(0,192,255,1.0);
    outline: medium none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    box-shadow: 0px 0px 0.5em rgba(0,192,255,0.5);
    border-color: rgba(0,192,255,1.0);
}

select, .select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown {
    position: relative;
}

.dropdown:before {
    content: '▼';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2em;
    padding: 0.75em;
    font-size: 1em;
    text-align: right;
    color: rgba(64,224,255,0.5);
}

.dropdown:hover:before {
    color: rgba(64,224,255,0.8);
}

.dropdown select {
    position: relative;
}

option {
    background-color: #222;
    color: #eee;
    border-style: solid;
    border-color: rgba(0,192,255,0.5);
    border-width: 0 0.1em;
    padding: 0.1em 0.4em;
}

option:first-child {
    border-top-width: 0.1em;
    border-radius: 0.4em 0.4em 0 0;
}

option:last-child {
    border-bottom-width: 0.1em;
    border-radius: 0 0 0.4em 0.4em;
}

textarea, .textarea {
    height: 10em;
    -webkit-appearance: none;
}

label {
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: left;
}

.home label:first-of-type {
    margin: 1em auto;
}


#slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}

#slideshow li {
    position: absolute;
    display: block;
    width: 100%;
}

#slideshow li img {
    width: 100%;
    border-radius: 0em;

}

#slideshow li img.align-bottom{
    position: absolute;
    bottom: 0;
}

.slidelinks {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    z-index: 1000;
    line-height: normal;
    text-align:center;
}

.slidelinks a {
    display: inline-block;
    cursor: pointer;
    margin: 0 0.2em;
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid rgba(0,192,255,0.8);
    border-radius: 0.4em;
    background-color: #000;
}

.slidelinks a:hover {
    border-color: #80e0ff;
}

.slidelinks a.selected {
    background-color: rgba(0,144,192,1.0);;
    border-color: rgba(0,192,255,1.0);
}



.mediabox {
    display: block;
    width: 100%;
    height: 491px;
    position: relative;
    margin: 0.8vw 0 3vw 0;
    padding: 0;
    list-style: none;
}

.mediabox li {
    position: absolute;
    width: 100%;
    height: 491px;
    margin: 0;
    padding: 0;
}

.mediabox li a img {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

.mediabox li iframe {
    width: 100%;
    height: 100%;
}

.mediabox li a div {
    position: relative;
    text-align: center;
    width: 100%;
	height: 100%;
}

.mediabox li a div h6 {
    display: inline-block;
    background-color: #666;
    color: #eee;
    padding: 0.4rem 2rem;
    margin: 0 auto;
    font-size:1em;
    text-transform: uppercase;
    position: relative;
    top: -2rem;
}

.media{
    position: relative;
    width: 100%;
    height: 8.72vw;
    margin-top:0.5em;
}

ul.mediabar{
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    white-space: nowrap;
}

ul.mediabar li {
    display: block;
    width: 20%;
    float: left;
    padding: 2px;
}

ul.mediabar img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #444;
}

ul.mediabar li.selected img{
    border: 2px solid #888;
}

.media ul li div {
    position: relative;
    text-align: center;
    width: 25.6vw;
}

.media ul li div h6 {
    display: none;
    background-color: #666;
    color: #eee;
    padding: 0.2rem 1rem;
    margin: 0 auto;
    font-size: 0.6rem;
    text-transform: uppercase;
    position: relative;
    top: -1rem;
}


.hidden {
    display: none !important;
}

.error {
    display: block;
    margin: -1.5em 0.5em 1em 0.5em;

    background-color: #a00;
    color: #fff;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    padding: 0.3em 0.6em;
    border-radius: 0 0 0.5em 0.5em;
}


.response {
    font-weight: 600;
    text-align: center;
    margin: 4em 1em;
    color: #fff;
    font-size: 1.2em;
}




.box {
    padding: 2em;
    margin: 2em 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.80);
}

.box.full-width {
    width: 70%;
}

.box.text {
    background-color: rgba(0,0,0,0.80);
}

.home .awards h3 {
    text-transform: uppercase;
    line-height: 1.1;
}
.home .awards h3 span {
    font-size: .8em;

    letter-spacing: 1px;
}

.home .awards img {
    display: block;
    margin: 0;
    height: 38px;
    width: auto;
}

.home .awards blockquote {
    font-size: .8em;
    margin: 30px 0 0;
    line-height: 1.3;
}

.home .awards blockquote cite {
    display: block;
    text-decoration: underline;
    font-style: normal;
}

.home .awards ul {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    margin: 25px 0;
}

.home .awards li {
    display: block;
    margin: 15px 10px;
    float: left;
    position: relative;
    right: 50%;
}

@media screen and (max-width:1500px){
    .home .awards blockquote {
        font-size: 1em;
    }

    .home .awards ul {
        display: block;
        float: none;
        left: auto;
    }

    .home .awards li {
        display: block;
        float: none;
        right: auto;
    }

    .home .awards img {
        margin: 0 auto;
        height: auto;
        max-width: 100%;
        max-height: 38px;

    }
}

.box.with-footer{
    margin-bottom: 0;
    position: relative;
    padding: 39px 39px 111px;

}

.box-footer{
    padding: 1em;
    position: absolute;
    height: 72px;
    width: 100%;
    bottom:0;
    left: 0;
    background-color: rgba(0,0,0,0.95);
}

.box-footer:after {
    display: block;
    clear: both;
    content: '';
}

.box-footer .logos {
    position: relative;
    left: 50%;
    float: left;
}

.box-footer .logos li {
    position: relative;
    display: block;
    padding: 0 20px;
    float: left;
    right: 50%;
}

.box-footer .logos img {
    display: block;
    margin: 0;
}

.column.inline {
    display: inline-block;
    float: none;
}

.box.inline {
    display: inline-block;
    padding: 2em 4em;
	float: none;
}

.box.block {
	display: block;
	float: none;
	margin: 2em auto 0;
	padding: 2em 4em;
}

.box p {
    margin-top: 0.5em;
    color: #9AA5AB;
    line-height: 1.5em;
}

.box p.subheading {
    color: #fff;
}

.home .box p {
    font-size: 1.3em;
    margin: 0.5em 0;
}

.downloads {
    float: left;
}

.downloads li {
    display: block;
    float: left;
    margin: 1em 0.5em 1em 0;
    text-align: center;
}

.downloads li:hover img {
    border: 1px solid #888;
}

.downloads a {
    font-size: 0.8em;
}

.downloads img {
    display: block;
    margin: 0 auto;
    border: 1px solid #444;
    max-height: 110px;
    width: auto;
}

.overlay {
    margin: 4em 0 0 0;
}

.overlay.closer {
    margin: 2em 0 0 0;
}




.hide-for-load {
    display: none;
}

.answer {
    padding: 1em 1em 0;
}

.answer p{
   margin: 0;
}

form.home-signup label {
    display: block;
    width: auto;
    max-width:80%;
    margin: 0.5em auto 0;
}

form.home-signup label input{
    display: block;
    margin:0 auto 30px;
}

ul.indent {
    margin-left: 1em;
}

ul.indent ul {
    list-style: disc;
    margin-left: 1em;
}

ul.bullet {
    margin-left: 1em;
    list-style: disc;
}

.article {
    padding: 1em;
    background-color: rgba(0,0,0,0.5);
}

img.right {
    max-width: 45%;
    margin:0 0 1em 1em;
    float:right;
}

.about h1,
.about h2,
.about h3,
.about h4,
.about p {
    clear: none;
}

.about .awards {
    margin: 0 0 30px 30px;
    text-align: center;
    width: 48%;
    padding: 30px;
    float: right;
    border: 1px solid #44314b;
    background: rgba(0,0,0,.5);
}
.about .awards h4 {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #2c2e31;
}
.about .awards h4 span {
    font-size: .9em;
}
.about .awards h5 {
    border-top: 1px solid #2c2e31;
    border-bottom: 1px solid #2c2e31;
    line-height: 60px;
    text-transform: uppercase;

}
.about .awards img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}
.about .awards blockquote {
     font-size: .8em;
     margin: 30px 0 0;
     line-height: 1.3;
 }
.about .awards blockquote span {
    display: block;
    color: #9AA5AB;
    line-height: 1.3;
    margin: 5px 0;
}
.about .awards blockquote cite {
    display: block;
    color: #9AA5AB;
    margin: 6px 0 0;
    font-style: normal;
}

.about .awards blockquote cite a {
    color: #9AA5AB;
    text-decoration: underline;
}