.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}

.bg-pattern-1 {
    background: url('../images/pattern-1.png') repeat center !important;
}
.bg-pattern-2 {
    background: url('../images/pattern-2.png') repeat center !important;
}

.bgcolor-3 {
    background: #080808;
}
#map {
    width: 100%;
    height: 380px;
}

.sticky-navigation .navbar-header {
    padding-top: 0px;
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}
.navbar-header img {
    max-height: 62px;
}

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#pliki h6 {
    margin-top: 10px;
}

.kontakt-list {
    color: #ffffff;
}

.form-control:focus {
    border-color: #29166f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41,22,111,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(41,22,111,.6);
}
.contact-form .input-box, .contact-form .textarea-box {
    width: 100%;
}

.copyright
{
    font-size: 12px;
}