/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
#contact-window{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .btn-filled:visited, .navbar .btn-filled:active{
    color: white;
}

#contact-message{
    width: 100%;
    min-height: 150px;
    padding-top: 10px;
    padding-left: 10px;
}

.cookie-pasek
{
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 42px;
    background: rgba(0,0,0,0.5);
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: center;
    z-index: 1000;
    color: white;
}

.cookie-pasek .cookie-text
{
    width: 757px;
    margin: 0 auto;
}

.politics{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
    background: white;
    color: black;
}

.politics .list-politics{
    margin-top: 25px;
    margin-bottom: 25px;
}

.politics .list-politics .upper-list>li>div{
    font-weight: 700;
}

.politics .list-politics .upper-list li{
    padding-left: 10px;
}

.politics h4{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cookie-pasek .cookie-text span
{
    float: left;
    margin-right: 20px;
    padding-top: 3px;
    font-size: 14px;
}

.cookie-pasek .cookie-text .button
{
    float: left;
}

.button {
    padding: 3px 14px;
    margin-right: 10px;
    float: right;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    box-shadow:0 1px rgba(255, 255, 255, 0.4) inset,0 1px 3px rgba(0, 0, 0, 0.35),0 -32px 16px -16px rgba(0, 0, 0, 0.45) inset;\-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button.blue {
    text-shadow: 0 1px 0 #011e73;
    border: 1px solid #06223d;
    background: #025bb4;
}

.button.blue:hover {
    background: #024b94;
}

@media (min-width: 1200px){
    .politics{
        width: 1120px !important;
    }

}

@media (min-width: 992px){
    .politics {
        width: 920px !important;
    }
}
