/*======================================*/
/*   NAVIGATION: Set max-width accordinly      */
/*======================================*/

@media (max-width: 1900px) {
    .bottom-section em, .bottom-section strong {
        color: white;
        font-size: 1.5rem;
        line-height: 1.6rem;
        float: left;
    }
}

@media (max-width: 992px) {
    .appstore > a > img {
        float: none;
    }

    .appstore {
        text-align: center;
    }

    .playstore {
        text-align: center;
    }

    .sub-menu {
        position: relative;
        float: left;
        padding: 10px 15px;
        width: 100%;
    }

    .caret {
        top: 10px;
    }

    .menu-item-has-children .dropdown-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .csi-logo {
        min-height: 100px;
    }

    .csi-nav {
        min-height: auto !important;
        position: absolute;
        width: 100% !important;
        margin: 0;
        z-index: 999;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        float: none;
        background: gray;
        border-radius: 0;
        border: none;
        width: 100%;
        height: 40px;
        padding: 0 0 0 23px;
        margin: 0;
        z-index: 999;
        position: absolute;
    }

    #navbar {
        margin-top: 40px;
    }

    .nav > li > ul > li:hover {
        background: gray;
    }


    #navbar li {
        width: 100%;
        float: none;
    }



    /* Second level mobile links */
    .sub-menu li {
        margin: 0;
        line-height: 1.4em;
    }

    .sub-menu a {
        color: #ffffff;
        text-decoration: none;
    }

    .sub-menu li:hover {
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
    }



    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1340px) {

    /* Navbar Fontsize */
    /* .navbar-inverse .navbar-nav>li>a{
		padding-left: 0;
		padding-right: 0;
		} */



}


@media (max-width: 1100px) {

    .bottom-section em, .bottom-section strong {
        color: white;
        font-size: 1rem;
        line-height: 1.2rem;
        float: left;
    }
}


@media (max-width: 1730px) {

    .bottom-section em, .bottom-section strong {
        color: white;
        font-size: 1.3rem;
        line-height: 1.5rem;
        float: left;
    }
}






/*======================================*/
/*   1199      */
/*======================================*/

@media (max-width:1200px) {



    .bottom-section em, .bottom-section strong {
        color: white;
        font-size: 1rem;
        line-height: 1.2rem;
        float: left;
    }

    .page-links a {
        width: 100%;
    }
}


@media (max-width:1207px) and (min-width:992px) {
    #otherServicesLink {
        margin-bottom: 6px;
        margin-top: 0;
    }
}





/*======================================*/
/*   979      */
/*======================================*/

@media (max-width:992px) {

    .csi-ib {
        width: 100%;
        margin-top: 39px;
        background: rgba(225, 225, 225, 1);
    }

    /* Homepage Hero */
    #wds_container1_0 {
        margin-top: 114px;
    }

    .csi-hero {
        margin-top: 39px;
    }


    .info-box {
        padding: 60px 0;
    }

    li.page_item_has_children {
        cursor: pointer;
    }

        li.page_item_has_children:before {
            content: ">";
            color: white;
            float: right;
            margin-right: 25px;
        }

        li.page_item_has_children ul.children {
            display: none;
        }

    .hero-bottom-links > .container-fluid > .row > a > div > h6 {
        padding-bottom: 15px;
    }

    .page-links a {
        width: 95%;
    }
}






/*======================================*/
/*   767      */
/*======================================*/

@media (max-width:768px) {
}




/*======================================*/
/*   568      */
/*======================================*/
@media (max-width: 568px) {

    p.lead {
        font-size: 3rem;
    }

    .csi-ib input, .csi-ib button {
        width: 100%;
        margin: 0;
    }

    .csi-ib button {
        margin-top: 15px;
    }
}
