/* ------------------------------------------------------------------------ */
/* Okapi custom changes */
/* ------------------------------------------------------------------------ */

/* Video */
/* ------------------------------------------------------------------------ */

.o-video-block {
    overflow: hidden;
    position: relative;
}

.video-overlay {
    background: url(../images/home-video-bg.jpg) no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 10;
}

.container-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container-video-bg video {
    width: 100%;
    height: auto;
}

.o-video-block .button {
    position: relative;
    z-index: 10;
}

.o-video-block .video-content {
    position: absolute;
    top: 120px;
    left: 94px;
    color: #FFF;
    max-width: 730px;
    font-family: 'Open Sans', sans-serif;
    z-index: 11;
}

.video-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.clients-grid .span {
    text-align: center;
}

.clients-grid .inner-content {
    display: table-cell;
    vertical-align: middle;
}

.clients-grid .span img {
    display: inline-block;
}

.carousel-container .inner-content {
    text-align: center !important;
}

.clients img {
    display: inline-block !important;
}

.feature_box .brad-icon {
    position: relative;
}

#feature_boxes_1 .feature_box .ss-cursor:before, #feature_boxes_1 .feature_box .ss-lock:before, #feature_boxes_1 .feature_box .ss-search:before {
    display: none;
}

#feature_boxes_1 .feature_box i {
    position: absolute;
    top: 50%;
    left: 50%;
}

#feature_boxes_1 .feature_box .ss-cursor {
    background: url(../images/key_n.png) no-repeat;
    width: 27px;
    height: 35px;
    margin: -17px 0 0 -13px;
}

#feature_boxes_1 .feature_box .ss-search {
    background: url(../images/premium_h.png) no-repeat;
    width: 42px;
    height: 39px;
    margin: -19px 0 0 -21px;
}

#feature_boxes_1 .feature_box .ss-lock {
    background: url(../images/campus_n.png) no-repeat;
    width: 58px;
    height: 31px;
    margin: -15px 0 0 -29px;
}

.proj-wrap .single-image {
    border: 1px solid #ccc;
}

#footer {
    display: none;
}

/* Mobile */
/* ========================================= */


@media (max-width: 800px) {
    .row-fluid .row-fluid {
        margin-top: 0 !important;
    }
}

@media (max-width: 600px) {

    .container-video-bg {
        background: url(../images/video_bg.png) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .container-video-bg #home-video { display : none;}

    /* content */
    /* ==================================== */
    #titlebar.style2 .titlebar-content > h1 {
        font-size: 26px !important;
    }

    #titlebar #breadcrumbs span.breadcrumb-title {
        white-space: nowrap;
    }

    #titlebar #breadcrumbs .current {
        padding: 5px 0 0;
        display: block;
        text-align: center;
    }

    .o-video-block .video-content {
        width: 100%;
        padding: 0 20px;
        top: 30px;
        left: 0;
    }

    /* footer */
    /* ==================================== */
    #copyright .copyright-text {
        float: none;
        margin: 0 0 10px;
        width: auto;
        text-align: center;
        padding: 20px 0 0;
        line-height: 1.4;
    }

    #copyright .textright {
        float: none;
        width: auto;
    }

    #copyright #footer_menu li {
        float: none;
        display: block;
        line-height: 30px;
        border: 0;
    }

    #copyright #footer_menu li a {
        display: block;
    }
}