@import url(https://fonts.googleapis.com/css?family=Montserrat|Roboto:100,200,300,400,500,600);

body {
    background: #fff;
}

video.bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    /*min-height: 100%;*/
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.caption-font {
    font-family: 'Roboto', sans-serif;
}

.text-white {
    color: white;
}

.semi-transparent-box {
    padding: 7px;
    margin: 20px;
    color: white;
}

.font-roboto {
    font-family: 'Roboto';
    font-weight: 100;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15pt;
}

.bg-semi-transparent-01 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-semi-transparent-02 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-semi-transparent-03 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-semi-transparent-04 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-semi-transparent-05 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-semi-transparent-06 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-semi-transparent-07 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-semi-transparent-08 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-semi-transparent-09 {
    background-color: rgba(0, 0, 0, 0.9);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

p {
    font-family: 'Roboto', sans-serif;
}

.content {
    width: 100%;
    background-image: url("/images/team.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.diagonal {
    border-bottom: 800px solid rgba(0, 0, 0, 0.7);
    border-left: 120px solid transparent;
    height: 0;
    width: 70%;
}

#play-video:hover {
    color: white !important;
    text-decoration: none;
}

#parallax-scroll-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.parallax-scroll-layer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 0;
}

.section-title {
    /*color: white;*/
    color: black;
    font-size: 40pt;
}

.section-text {
    font-size: 16pt;
    /*color: #EEE;*/
    color: #111;
}

#videosList {
    /*max-width: 600px;*/
    overflow: hidden;
    width: 100%;

}

.video {
    background-image: url('/images/about-us/il.png');
    background-size: cover;
    /*min-height: 500px;*/
    height: 100%;
    width: 100%;
    /*margin-bottom: 50px;*/
}

.thevideo {
    width: 100%;
    auto: 100%;
}

/*!* Hide Play button + controls on iOS *!*/
/*video::-webkit-media-controls {*/
/*display: none !important;*/
/*}*/

/*#start-vr {*/
    /*color: black;*/
/*}*/

/*#start-vr:hover {*/
    /*color: #444;*/
    /*text-decoration: none;*/
/*}*/

.team-member-container {
    position: relative;
}

.team-member-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.team-member-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.team-member-container:hover .team-member-image {
    opacity: 0.3;
}

.team-member-container:hover .team-member-middle {
    opacity: 1;
}

.background-video-wrapper video {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.background-video-wrapper .content {
    position: fixed;
    botom: 0;
}

.text-fluffy {
    color: #555;
    font-size: 15pt;
    line-height: 1.3;
}

.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn {
    border-radius: 0;
}

.btn-transparent {
    /*border: 1px solid #EEE;*/
    border: 1px solid #222;
    background: transparent;
    color: #222;
}

.btn-transparent:hover {
    /*border: 1px solid #FFF;*/
    border: 1px solid #555;
    /*color: #FFF;*/
    background: #4C7B95;
    color: #FFF;
}

.btn-transparent-white {
    border: 1px solid #EEE;
    background: transparent;
    color: #EEE;
}

.btn-transparent-white:hover {
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
}



.modal-lg {
    max-width: 80% !important;
}

/*#vr-modal-dialog {*/
/*width: 1000px;*/
/*margin: 0 auto;*/
/*}*/

.video-section {
    position: relative;
    width: 100%;
    max-height: 95vh;
    overflow: hidden;
}

#video-elem {
    width: 100%;
}

/*video::-webkit-media-controls {*/
/*display: none !important;*/
/*}*/

.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /*opacity: 0;*/
    /*transition: opacity 0.3s ease;*/
}

.video-overlay:hover {
    /*opacity: 1;*/
}

.video-overlay h1 {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    /*text-transform: uppercase;*/
    /*font-size: 3em;*/
    /*color: #000;*/
    /*text-align: center;*/
}

#intro-section {
    background: transparent;
    height: calc(100vh - 73px);
    pointer-events: none;
}

.no-pointer-events {

    pointer-events: none;
}

@media screen and (max-width: 768px) {
    #contact-email {
        font-size: 4vw;
    }
}

@media screen and (max-width: 600px) {
    #play-showreel-label {
        font-size: 9vw;
    }
}

#play-showreel-label {
    white-space: nowrap;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.tech-container .caption {
    color: white;
    /*color: #222;*/
}

.tech-desc {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
    padding-bottom: 4vh;
}

.tech-desc p {
    /*color: #333;*/
    color: white;
}

@media screen and (max-width: 991px) {
    .tech-desc {
        margin-bottom: 50px;
    }

    /*.solution-image {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*}*/
    /*.solution-content {*/
    /*z-index: 200;*/
    /*}*/
}

@media screen and (min-width: 992px) {
    .tech-container .caption {
        margin-top: 0;
        margin-bottom: 4vh;
    }

    .tech-container-left {
        margin-top: 10vh;
        margin-bottom: 3vh;
        padding-bottom: 10vh;
    }

    .tech-container-left .tech-desc {
        position: relative;
        left: 2vw;
        padding: 40px 6vw 30px 30px !important;
        /*z-index: -1;*/
    }

    .tech-container-left .tech-content {
        position: relative;
        top: 10vh;
        right: 2vw;
    }

    .tech-container-right {
        margin-top: 10vh;
        margin-bottom: 10vh;
        padding-top: 10vh;
    }

    .tech-container-right .tech-content {
        position: relative;
        left: 2vw;
        z-index: 1;
    }

    .tech-container-right .tech-desc {
        position: relative;
        top: -10vh;
        right: 2vw;
        /*color: white;*/
        color: #333;
        padding: 40px 30px 30px 6vw !important;
        z-index: 0;
    }
}

.bg-primary {
    background-color: #5891b3!important;
    /*background-color: #ECECEC!important;*/
    color: #333!important;
}

.text-primary {
    color: #4C7B95 !important;
}

.bg-secondary {
    background-color: #ECECEC!important;
    /*background-color: #34AB68 !important;*/
}

.solution-container {
    background-color: #FFF;
    padding: 0;/*2vh 1vw;*/
    margin-bottom: 30px;
}
.solution-content {
    padding: 0 1vw 2vh 1vw;
}


a.anchor {
    display: block;
    position: relative;
    top: -72px;
    visibility: hidden;
}

.promo-title {
    font-size: 30px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .promo-title {
        font-size: 64px;
        font-weight: 600;
    }
}


.video-section {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.video-section video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bg-video {
    width: 100%;
    height: auto;
}

.video-overlay {
/ / background-color: rgba(0, 0, 0, 0.4);
}
.video-overlay h1 {
    font-size: 34pt;
}
.video-overlay .content {
    background: transparent;
}