﻿@font-face {
    font-family: oggMedium;
    src: url('/static/fonts/Ogg-Medium.woff') format("woff");
}
@font-face {
    font-family: shapeRegular;
    src: url('/static/fonts/Shape-Regular.woff') format("woff");
}
html, body {
    height: 100%!important;
    font-family: 'shapeRegular';
    background-color: #000;

    color: #f8f9fa;

}
a {
    color:#fff;

}
a:hover{
    color: #fff;


}
body{
    padding-top:58px!important;
}
.border-thin {
    border-color: rgba(255,255,255,0.5)!important;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #000;
    z-index: 100;
}

.roboto {
    font-family: 'Roboto' !important;
}
.shapeRegular {
    font-family: 'shapeRegular' !important;
}
h2, h4 {
    font-family: 'oggMedium'!important;
}
.contactCont a{
    color:#fff;
    font-weight:bold;
}
.justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.navbar-nav li {
    font-family: 'shapeRegular';
}
footer a {
    color: #f8f9fa !important;
    text-decoration: none;
}
    footer a:hover {
        color: #f8f9fa !important;
        xtext-decoration:dotted;
    }
.headerCont{
    height:42vh!important;
}
.headerPlayerCover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headerPlayerOverlay {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.headerPlayerButton {
    font-size: 100px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}
.headerPlayerVideo {
    height:100%;
    width:100%;
    z-index:-10;
}

.horizontalCont{
    xheight:50vh;
}


@media only screen (min-width: 416px) {
    .horizontalContInner {
        width: 100%;
        height: 30vh;
        min-height: 380px;
    }
}
@media only screen (max-width: 415px) {
    .horizontalContInner {
        width: 100%;
        height: 45vh;
        min-height: 380px;
    }
}

.bottomSpacer{
    background-color:#000;
    height:5vh;
}
.projectSlide{
    cursor:pointer;
}
.projectSlide:hover {
    -webkit-box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.05);
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
.xxxswiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.projectSlideVideoCont {
    position: relative;
    xfloat: left;
    width: 100%;
    xxheight: 20vh;
    min-height: 200px;
    opacity: 0.95;
    transition: all .2s ease-in-out;
}
.projectSlideVideoCont:hover {
    opacity: 1.0;
    xborder:solid 1px #000;
}
.projectSlidePlayerButton {
    font-size: 70px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}

.projectSlidePlayerButton:hover{

}
.projectSlideDescCont {
    width: 100% !important;
    opacity: 0.85;
}
    .projectSlideDescCont:hover {
        opacity: 1;
    }

    .projectSlideViewMoreCont {
        transition: all .2s ease-in-out;
        width: 100% !important;
        opacity: 0.60;
    }
.projectSlideViewMoreCont:hover {
        opacity: 1;
    }
.projectSlideDescCont:hover ~ .projectSlideViewMoreCont {
    opacity: 1;
}
.fillToWhite {
    transition: all .2s ease-in-out;
}

    .fillToWhite:hover {
        color: rgba(255,255,255,0.7);
    }

.fsPlayerOverlay {
    display:none;
    position: absolute;
    z-index: 200;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color:rgba(0,0,0,0.7);
}
.fsPlayerCont {

}

.fsPlayerVideo {
    width: 80vw;
    height: auto;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.absoluteCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}