/*
 * podstawy
 */
body {
/*  min-height: 2000px;*/
/*  padding-top: 70px;*/
/*  padding-bottom: 20px;*/
  background-color: #E4E6D4;
}


/*
 * Inside-the-site menu
 */
.insite-menu {
    color: #674649;
    float: right;
    margin-bottom: 20px;
/*    width: 200px;*/
}

.insite-menu-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f5f5f5;;
    border: 1px solid #ddddee;
}

.insite-menu-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.insite-menu-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.insite-menu-item {
    color: #555555;
}

a.insite-menu-item:hover,
a.insite-menu-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.insite-menu-item.active,
a.insite-menu-item.active:hover,
a.insite-menu-item.active:focus {
    border-color: #0000ff;
}

/*
 * Navbar
 */
.navbar-tlo {
        vertical-align: top;
        background-color: #674649;
        background: url(/theme/img/a1.gif);
        background-repeat: repeat-x;
        height: 111px;
        clear: both;
        margin-bottom: -35px;
}

.navbar-dol {
        vertical-align: top;
        background-color: #674649;
        background: url(/theme/img/a3.gif);
        background-repeat: no-repeat;
        background-color: #F3FCF1;
        height: 7px;
        clear: both;
}

img.logo_gora {
        position: absolute;
        right: 20px;
        top: 28px;
        width: 169px;
        height: 169px;
}

img.napis_gora {
        position: absolute;
        left: 50px;
        top: 91px;
        width: 207px;
        height: 38px;
}

.navbar {
/*  height: 10px;*/
/*  padding-top: 10px;*/
/*  padding-bottom: 30px;*/
}

.navbar-nav {
  float: none;
  display: inline-block;
}

.navbar-toggle {
  float: left;
}

.navbar-default {
  color: #E4E6D4;
  background-color: #674649;
  border-color: #e7e7e7;
}

div.navbar-default ul.navbar-nav > li > a {
  color: #e4e6d4;
  font-weight: bold;
}

ul.dropdown-menu > li > a {
  /*color: #333333;*/
  /*color: #373e40;  /*onyx*/
  /*color: #77878b;  /* light slate gray*/
  /*color: #305252;  /*dark slate gray*/
  color: #555555;  /* defaultowy dla menu po kliknieciu*/
  font-weight: bold;
}

.navbar-default .navbar-brand {
  padding-left: 130px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
/*  color: #5e5e5e;*/
  background-color: transparent;
}

/*
 * Footer
 */
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

.footer-container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.footer-container .text-muted {
  margin: 20px 0;
}
