.arrow,
.arrow:before {
    position: absolute;
    left: 50%;
}

.arrow {
    width: 40px;
    height: 40px;
    top: 100%;
    margin: -220px 0 0 -20px;
    -webkit-transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px /*#B64926*/ white solid;
    border-bottom: 2px /*#B64926*/ white solid;
}

    .arrow:before {
        content: "";
        width: 20px;
        height: 20px;
        top: 50%;
        margin: -10px 0 0 -10px;
        border-left: none;
        border-top: none;
        border-right: 1px /*#8E2800*/ white solid;
        border-bottom: 1px /*#8E2800*/ white solid;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: arrow;
    }

@keyframes arrow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-10px, -10px);
    }
}
/*canvas {
    background-color: #333333;
    width: 100vw;
    height: 100vh;
}*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/Preloader_2.gif) center no-repeat #fff;
}

.mapouter iframe {
    height: 500px;
}

.features h5 {
    margin-bottom: 20px;
}

#video-wrapper video {
    width: 100%;
}

#video-wrapper h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%);
    ;
    font-size: 90px;
    color: #fff;
}

.gmap_canvas iframe {
    pointer-events: none;
}

    .gmap_canvas iframe.clicked {
        pointer-events: auto;
    }



