/* Reduce the width of the footer to accomidate larger menu items */
.col-xs-3, .col-sm-3, .col-md-3 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

/* Increase sub-menu width */
.nav > ul > li div.submenu ul.sub-menu, #lang_sel li ul {
    box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
    box-sizing: border-box;
    margin-left: -17px;
    position: relative;
    width: 155%;
}
/* Increase sub-menu > to go out wider */
.nav div.submenu span.sf-sub-indicator {
    left: 185px;
}
/* Playing with the main menu */
#header.skin1 .nav, #header.skin2 #header-sidebar .nav {
background-color: #0072bc;
padding:15px;
}

/* Changing the background colour of the responsive main menu */ 
.st-menu {
    background: #0066ff;
}
  
  