body {
  padding-top: 20px;
}


/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.bg_menu {
	background: url(../body/bg_menu.png) #2E73B8 repeat-x ;
	
}
.nav-justified {
  
  font-weight: 400;
  font-size:11px;
  min-height:31px;
}
.nav-justified > li {
  
 
  
}
.nav-justified > li > a {

  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 7px 2px !important;
  
}
.nav-justified > li:hover,
.nav-justified > li:active{
  background: url(../body/bg_menu_over.png) repeat-x;
}


.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active  > a:focus,
.nav-justified > li > a:hover {
  background: url(../body/bg_menu_over.png) repeat-x !important;;
  height:31px;
}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .nav-justified {
    max-height: 31px;
  }
  .nav-justified > li > a {
	  
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 992px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
