
.bg-gray{
    color: #2A3854;
    background-color: #EDEFF2;
    padding: 5px;
}
.naglowekh1{
    font-size: 28px;
}
.container
{
    background: #fff;
}
.readmore{
    text-decoration: none;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.stopka
{
    
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2a2a2a;
    margin-left: -15px;
    margin-right: -15px;
}
.stopka-link{
    color: #959494;
}
.dark
{
    margin-left: -15px;
    margin-right: -15px;
    height: 20px;
    background: #1b1b1b;
}
.dark-top
{
    margin-left: -15px;
    margin-right: -15px;
    
    height: 15px;
    background: #1b1b1b;
}

/* 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 */

.nav-justified {/*
  background-color: #DBDBDB;
  border: 2px solid #ccc;
  border-radius: 5px;*/ 
}
.nav-justified > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Oswald', sans-serif !important;
  
  color: #ffffff;
  text-align: center;
  

    background: #9e9e9e; /* Old browsers */
    background: -moz-linear-gradient(top,  #9e9e9e 0%, #757575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#757575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9e9e9e 0%,#757575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9e9e9e 0%,#757575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9e9e9e 0%,#757575 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9e9e9e 0%,#757575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#757575',GradientType=0 ); /* IE6-9 */



}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    
  background-color: #2A3854;
  color: #ffffff;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}


@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }

}

/* 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;
  }
}


.tab-background
{
    background-color: #F7F7F7;
}