/* responsive css*/
/* Small devices (tablets, 768px and up) */

@media (max-width: 500px) {
.nav>li.mobiledropdown {
    position: absolute;
}

.nav>li.mobiledropdown ul.dropdown-menu a{
color:#000000 !important;
}

#header .responsive_top_menu .top_menu ul.dropdown-menu li:last-child{ 
float:left !important;

}

#splash .carousel-inner .item img {
    
    min-height: 250px;
}


}
@media (min-width: 768px) and (max-width: 991px) {
    #header .bottom_menu li a {
        padding: 10px 6px!important;
    }
    #header .menu_section{
        margin: 0 -19px 0 0;
    }
    #header .navbar-header{
        margin: 0 0 0 -9px!important;
    }
    #splash .carousel-inner .carousel-caption {
        top: 0!important;
    }
    #highlights .highlight_section .highlight_content h4{
        margin: 20px 0!important;
    }
    #message .message_section .message_right li a h3{
        top: 35px!important;
    }
    #brochures .brochures_block .bx-wrapper .bx-prev{
        left: 25%!important;
    }
    #brochures .brochures_block .bx-wrapper .bx-next{
        right: 25%!important;
    }
    #footer .footer_section .cing_enq .location a{
        width: 100%!important;
    }
    #logos  .sign_up h3 a{
        margin: 20px 0 0 0!important;
    }
    #brochures .brochures_block .years #bx-pager ul li{
        margin: 0 7px!important;
    }
    #header .form_search{
        top: 92px!important;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1200px) {
    #brochures .brochures_block .bx-wrapper .bx-prev{
        left: 25%!important;
    }
    #brochures .brochures_block .bx-wrapper .bx-next{
        right: 25%!important;
    }
}

@media only screen and (max-width:1399px){
    #splash video {height:auto;}
}