.nav-tabs > li > a,
.nav-pills > li > a {
    font-size: 1.2em;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
   color: #FFF;
   background-color: 800000;
font-size: 1.2em;
  }
.banneritem,
.banneritem .clr{
   display: inline;
}
ul.threecoldrop li ul.nav-child {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
	hr {
  display: none;
}
	
/*.visible-phone /*- visible for 767px screens and below*/
/*.visible-tablet /* - visible for 979px to 768pox screens*/
/*.visible-desktop/* - visible for 980px screens and up*/
/*.hidden-phone/* - hidden for 767px screens and below*/
/*.hidden-tablet/* - hidden for 979px to 768pox screens*/
/*.hidden-desktop/*