/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 0;
}

#cookieinfo {
    position: absolute;
/*     width:99%; */
    left:0;
    right:0;
    background-color: white; 
    border-top: 1px solid black; 
    padding:10px; 
    font-size: 12px; 
    color: black;
    bottom:0;
    
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

header {
    height:173px;
    width:100%;
}

@media (min-width: 1200px)
{
    .container {
        max-width:1200px;
    }
}

.container {
    padding:0;
}
div.path_underline {
    height: 35px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-bottom: 1px solid #bbb;
    background-color: #f4f4f4;
}

div.actual_path {
    font-size: 12px;
    color: #E40175;
    font-weight: normal;
    padding: 5px 0 0 0;
    width: 990px;
    margin: auto;
}

h1 {
    font-size: 20px;
    color: #a30407;
    margin-left: 10px;
}

.box {
    margin: 20px 0;
}

.box .box_title {
    background-color: #691779;
    color:white;
    padding: 10px;
}

.box .box-opis {
    border: 1px solid #691779;
    padding:10px;
}

.btn-primary {
    color: #fff;
    background-color: #691779;
    border-color: #691779;
}
