

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: left;
  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 */

.nav-justified {
 width:100%;
margin-top:8px; 
 
  
}


	
.nav-justified > li > a {
  text-decoration:none;

  margin-bottom: 0;
  font-family: 'HelveticaNeueCyr-Light', sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-transform:uppercase;
  border-right:1px solid #fff;

 /* background-color: #e5e5e5; 
  background-image:    -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); 
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); 
  background-image:      -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); 
  background-image:         linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); 
  background-repeat: repeat-x; 
    border-bottom: 1px solid #d5d5d5;*/
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
 background:#fff;
 border-radius:30px;
 padding:7px 0 5px 0;
 color:#bf090e;
}
.nav-justified > li:first-child > a {

}
.nav-justified > li:last-child > a {
 border-right:none;
}


.nav-justified > li > a:hover {
  text-decoration:underline;
 
  background:#fff;
 border-radius:15px;
 padding:7px 0 5px 0;
 color:#bf090e;
 text-decoration:none;
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}