.mobilelogo {
    display: none !important;
}

.btns2 {
    position: absolute;
    bottom: 0;
    padding: 5px 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .navbar-header {
        background: #2a4e0d !important;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 10px;
    }

    .weblogo {
        display: none;
    }

    .weblogocsi {
        display: none;
    }

    .mobilelogo {
        display: block !important;
        max-height: 45px;
        margin: 13px 0 0 5px;
    }

    /*	 .mobilelogocsi{display:block!important;    max-height: 45px;   margin: 3px 0 0 50px;}*/

    .navigation {
        position: absolute;
        z-index: 999999;
        background: #2a4e0d;
        width: 100%;
    }

    .sliderhighlights,
    .btnslider {
        display: none;
    }

    .profileimage {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #eventtime {
        height: auto;
    }

    .btns2 {
        width: 100%;
        position: relative;
        right: 0px;
    }

    .manage-mobile {
        display: none;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 667px) {

    .navbar-header {
        background: #2a4e0d !important;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 10px;
    }

    .weblogo {
        display: none;
    }

    .mobilelogo {
        display: block !important;
        max-height: 45px;
        margin: 13px 0 0 5px;
    }

    .navigation {
        position: absolute;
        z-index: 999999;
        background: #2a4e0d;
        width: 100%;
    }

    .sliderhighlights,
    .btnslider {
        display: none;
    }

    .profileimage {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #eventtime {
        height: auto;
    }

    .btns2 {
        width: 100%;
        position: relative;
        right: 0;
    }

    .manage-mobile {
        display: none;
    }
}

@media only screen and (min-device-width : 668px) and (max-device-width : 991px) {
    .navbar-header {
        background: #2a4e0d !important;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 10px;
    }

    .navbar.navbar-default .navbar-brand {
        left: 13px;
    }

    .navbar-nav {
        float: right;
    }

    #main-menu.navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }

    .dropdown-menu {
        font-size: 11px;
    }

    .nav>li>a {
        padding: 15px 9px;
    }

    .weblogo {
        display: none;
    }

    .mobilelogo {
        display: block !important;
        max-height: 45px;
        margin: 13px 0 0 5px;
    }

    .navigation {
        position: absolute;
        z-index: 999999;
        width: 100%;
    }

    .sliderhighlights,
    .btnslider {
        display: none;
    }

    .profileimage {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .profilebio {
        font-size: 13px;
    }

    .profilebio strong {
        font-size: 18px !important;
    }

    #eventtime {
        height: auto;
    }

    #footer {
        font-size: 13px;
    }



}

@media only screen and (min-device-width : 992px) and (max-device-width : 1170px) {}

@media only screen and (min-device-width : 1400px) and (max-device-width : 2200px) {
    .highlightbox {
        width: 58%;
        padding: 10px;
        height: 61%;
    }
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0px !important;
}

.ie6 img {
    width: 100%;
}