.navbar {
    padding: 20px 0px;
}

.nav li a {
    color: #524e4e;
    font: 300 14px Lato;
}

.slogan {
    color: #524e4e;
    font: 300 30px Lato;
    margin: 210px auto;
}

a.more {
    background: #187bce;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
}

.tlo1 {
    padding: 40px 0px;
}

.tlo2 {
    padding: 40px 0px;
}

.tlo2 h1 {
    color: #f9f9f9;
    font: 300 35px Lato;
    margin: 20px 0px 40px;
}

.tlo2 p {
    color: #ffffff;
    font: 300 14px Lato;
    margin-top: 40px;
}

.wrapper.last {
    background: url(../images/footer.jpg);
    padding: 20px 0px 10px;
}

.wrapper.last p {
    color: #fff;
    font: 300 14px Lato;
}

.wrapper.nazwa {
    background: url(../images/nazwa.jpg) no-repeat top center;
    padding: 50px 0px;
}

h1.nazwa {
    color: #ffffff;
    font: 300 60px Lato;
    text-transform: uppercase;
    margin: 0px;
}

.kolor {
    color: #a69b9b;
}

.wrapper.txt {
    background: url(../images/txt.jpg) no-repeat top center;
    padding: 60px 0px;
}

.slogan p {
    color: #9ec4eb;
    font-size: 16px;
}

.slogan h1 {
    color: #fff;
    text-transform: uppercase;
}

p.foto img {
    display: inline-block;
}

.slogan2 {
    margin: 40px 0px;
}

.slogan2 h1 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 46px;
}

.slogan2 h3 {
    margin-top: 0px;
    text-transform: uppercase;
}

.blue {
    color: #187bce;
}

.box {
    background: #fff;
    padding: 40px;
}

.blueBox {
    background: url(../images/blueBox.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

#tlo2 {
    background: url(../images/tlo2.jpg) no-repeat center center;
    padding: 20px 0px;
    margin: 20px 0px;
}

#contact-form {
    position: relative;
    z-index: 1;
    margin: 20px 0px;
    padding: 0 0 0 0;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
}

.txt-form {
    display: block;
    padding-bottom: 6px;
    color: #ffffff;
}

.txt-form span {
    color: #ffffff;
}

.form-div-1,
.form-div-2,
.form-div-3 {
    float: left;
    width: 100%;
}

.form-div-1,
.form-div-2 {
    margin-right: 6px;
}

#contact-form div {
    overflow: hidden;
}

#contact-form fieldset {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    width: 100%;
    border: none;
}

#contact-form label {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    min-height: 48px;
    width: 100%;
}

#contact-form .message {
    display: block !important;
    min-height: 129px;
    width: 100%;
    margin-bottom: 10px;
}

#contact-form input,
#contact-form textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background-color: #ebeced;
    margin: 0;
    padding: 8px 15px 10px 15px;
    width: 100%;
    outline: none;
    border: none;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #949494;
}

#contact-form input {
    height: 42px;
}

#contact-form input:focus,
#contact-form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contact-form .area .error {
    float: none;
}

#contact-form textarea {
    overflow: auto;
    width: 100%;
    height: 200px;
    resize: none;
}

#contact-form .success {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    border: none;
    background: #ebeced;
    color: #c1c1c1;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}

#contact-form .error,
#contact-form .empty {
    position: absolute;
    bottom: 7px;
    left: 2px;
    display: none;
    overflow: hidden;
    padding: 1px 4px 0px 0;
    width: 100%;
    color: #ff7f66;
    text-transform: none;
    font-size: 11px;
    line-height: 1.27em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#contact-form .message .error,
#contact-form .message .empty {
    bottom: 0;
    text-align: right;
}

.btns a {
    float: left;
    margin-right: 20px;
}

.btns p {
    margin-top: 9px;
}

@media (min-width: 1200px) {
    #contact-form label {
        display: inline-block;
    }

    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 246px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 100%;
    }

    .form-div-1,
    .form-div-2 {
        margin-right: 20px;
    }

    #contact-form .error,
    #contact-form .empty {
        bottom: 0;
    }
}

#map-canvas {
    height: 300px;
    border-top: 3px solid #d80100;
    border-bottom: 3px solid #d80100;
}

p.galeria {
    text-align: center;
}

p.galeria img {
    display: inline-block;
    margin-bottom: 4px;
}

p.galeria-just {
    text-align: justify;
}

p.galeria-just img {
    display: inline-block;
    margin-bottom: 4px;
}

.galeria-just:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/*  ŚRODKOWANIE NAPISU UŻYTE PO RAZ PIERWSZY NA STRONIE GŁÓWNEJ */
.textCenter-main {
    text-align: center;
}

.marginLeft-main50 {
    margin-left: 50px;
}


.marginBottom-main40 {
    margin-bottom: 40px;
}


/* SEKCJA NADAJĄCA ZDJĘCIE JAKO TŁO NA RÓŻNYCH STRONACH */

.tlo-glowna {
    background: url(../images/tlo1.jpg) #000 no-repeat top center;
}


.tlo-pozostale {
    background: url(../images/tlo1-old.jpg) #4d4d4d no-repeat top center;
}

.tlo-pozostale-galery {
    background: url(#) #4d4d4d no-repeat top center;
}

/* WIELKOŚĆ FONTÓW */

.fontSize-16 {
    font-size: 16px;
}

.fontSize-18 {
    font-size: 18px;
}

.fontSize-20 {
    font-size: 20px;
}

/* KOLORY */
.colorWhite {
    color: #fffff2;
}

.textCenter {
    text-align: center;
}


/* Nadpisanie menu */

.navbar-nav {}

.navbar-inverse .navbar-nav>li>a {
    text-shadow: 2px 2px 8px #9d9999;
}