html, body{
    background:#000;
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;    
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow:auto !important;
}

.home-section{
    width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#real-background{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    opacity:0;

    pointer-events:none;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

@media (max-width: 500px) {
    .home-section {
        background-position: 50% 0px !important;
        background-size: auto 100%;
    }
    #real-background{
        background-position: 50% 0px !important;
        background-size: auto 100%;
    }
}

.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}

.page{
    overflow: hidden;
}
.main-nav{
    z-index: 2000;
    width: 100%;
    height: 70px;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transition: height 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -o-transition: height 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    transition: height 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
}
.full-wrapper{
    margin:0 30px;
}
.main-nav.transparent{
    background: transparent !important;
}
.main-nav.js-transparent{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav{
    display: inline-block;
    position: relative;
    float: right;
}
.inner-nav ul{
    float: right;
    margin: auto;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}
.inner-nav ul li{
    float: left;
    margin-left: 30px;
    position: relative;
}
.clearlist, .clearlist li{
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.main-nav.dark .inner-nav ul>li>a{
    height:55px;
    line-height:55px;
    color:rgba(255,255,255,.7);
}
.inner-nav ul li a{
    color: #777;
    letter-spacing: 2px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -o-transition: all 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
    transition: all 0.27s cubic-bezier(0.000,0.000,0.580,1.000);
}
.vertical-alignment-helper{
    display:table;
    height: 100%;
    width: auto;
    margin: 0px auto;
}
.modal-body{
    color: #222;
}
#interface-modal .modal-body{
    color:#FFF;
}
#interface-modal .vertical-alignment-helper {
    width: 100% !important;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
#interface-modal.modal{
    display:block !important;
}
#interface-modal .modal-dialog{
    width:100%;
}
.landing-page-heading{

}
@media (min-width: 1000px) {
    #interface-modal .modal-dialog{
        width:1000px !important;
    }
    .landing-page-heading{
        font-weight:bolder;
        font-size:50px;
    }
}
#interface-modal .modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width:inherit;
    height:inherit;
    margin: 0 auto;
}
#interface-modal{
    z-index: 1049 !important;
}
#interface-modal .modal-dialog,
#interface-modal .modal-content{
    border:none !important;
}
.options-container{
    background:rgba(200,200,200,0.2);
    padding:15px;
}
.button-style{
    padding:8px 20px;
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
}
.mb-10{
    margin-bottom: 10px;
}
.button-style .fa{
    font-size: 16px !important;
    float: left;
    margin-left: -5px;
    margin-right: 5px;
}
.landing-page-heading{
        text-align:center;
}
@media (min-width: 768px) {
    .landing-page-heading{
        margin-top:60px;
    }
    .sm-mb-15{
        margin-bottom:15px;
    }
}
@media (max-width: 768px) {
    .landing-page-heading{
        margin-bottom:30px;
    }
    .xs-mb-15{
        margin-bottom:15px;
    }
}
a{
    color: #72b9ff;
    font-weight: bold;
    text-decoration: underline;
}
.game-selection-table{

}
.game-selection-table tr{
    background:#FFF;
    color:#000;
}
.game-selection-table tr td{
    vertical-align: middle !important;
}
@media only screen and (max-device-width: 480px) {

    #intercom-container{
        display:none;
    }

}