body, .popover{
    /*font-family: "Roboto Condensed", Dosis, Segoe UI, Arial, Helvetica, sans-serif;*/
    font-family: "Cabin", "Roboto Condensed", sans-serif;

}
.logo-light-text{
    font-weight: 100;
    color: #2196f3;
}
.logo-thick-text{
    font-weight: 800;
    text-transform: uppercase;
    color: #fc9b36;

}
#homepage-logo{
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 999999;
    padding: 10px 5px;
    /*background: #fff;*/
}
/*Video on homepage*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    bottom: 0;
    top: 0;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-container .description .inner {
    font-size: 16px;
    width: 45%;
    margin: 0 auto;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.text-white{
    color: #fff !important;
}

.homepage-hero-module{
    overflow: hidden !important;
}
.continue-btn1 {
    box-shadow: 10px 3px 5px #000;
    color: #fff;
    border-bottom: 50px solid #b92e2f;
    border-right: 50px solid transparent;
    height: 0;
    line-height: 50px;
    padding: 0 15px 0 70px;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 9999;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: transform 1s, padding 2s, background 0.5s;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.headline{
    text-align: center;
}
#sliderHeading{
    margin-top: 0;
}

.continue-btn1:hover{
    text-shadow: none;
    letter-spacing: 5px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    color: #b92e2f;
    border-bottom: 50px solid #fff;
    padding-left: 15px;
    padding-right: 70px;
}
#continue-btn-alt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #b92e2f;
    padding: 10px 0;
    box-shadow: 10px 3px 5px #000;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    z-index: 9999999;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}


/*Grid*/
#gridView{
    min-height: 900px;
    background: #010306 url("../img/grid/gridBg.png") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
}
#homeGridFix{
    background: #010306 url("../img/grid/gridBg.png") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
}
#grid{
    height: 900px;
    background: url("../img/grid/grid.png") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
}


#fade_black {
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color:#555;
    text-align:center;
    color: white;
    font-size:13px;
}

#fade_black span {
    position:relative;
    top:50px;
    font-family:Arial;
}

#homepage {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

#homepage img {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    /*height: 750px;*/
}
#skip_intro {
    position:absolute;
    bottom:0px;
    right:2px;
}