body {
    padding-top: 80px;
    font-family: Raleway;
    color: black;
}


.page-container {
    overflow-x: hidden;
    position: relative;
    min-height: 500px;
}
.main-container {
    overflow-x: hidden;
}
nav {
    transition: 0.2s;
}

.navbar {
    margin-bottom: 0;
    background: black;
}

nav.navbar {
    font-size: 20pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar-brand > img {
    width: 300px;
    height: 25px;
    transition:  0.2s;
}

.navbar .navbar-collapse.in {
    max-height:300px!important;
    overflow-y:auto;
    overflow-x:hidden!important;
}



@media screen and (min-width: 905px) {
    .navbar.shrink {
        font-size: 10pt;
        margin-top: -20px;
        padding: top: 0;
        padding-bottom: 0;
    }

    .navbar.shrink ul.nav.navbar-nav {
        height: 40px;
    }

    .navbar-header.brand-shrink > .navbar-brand > img {
        width: 114px;
        height: 14px;
    }

    .navbar-header.brand-shrink > a {
        height: 30px;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
}


/* ODNOŚNIKI W NAWIGACJI GÓRNEJ */

.navbar .navbar-nav > li > a {
    color: white;
}

.navbar .navbar-nav > li > a:hover {
    color: red;
}

/* KONIEC ODNOSNIKOW */


/* KONIEC NAWIGACJI GÓRNEJ */

/* STOPKA */
.fotter-container {
    padding: 50px 0px;
    background: #171515;
    text-align: center;
    font-size: 14pt;
}

/* SYSTEM */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* SYSTEM KONIEC */


/* KONTENERY GLOWNE */

.text-container {
    min-height: 500px;
    background: url("/img/watermark.png") no-repeat 50% 50% fixed;
    font-size: 15pt;
    padding: 30px 10px ;
}

@media (max-width: 768px){
    .text-container {
        font-size: 10pt;
    }
}

/* KONTENERY GLOWNE KONIEC*/


/* KONTENERY */


/* - LOGO CONTAINER */

.row .logo-container {
    padding-top: 50px;
}
.row .description {
    padding-top: 50px;
    font-size: 13pt;
}

.logo-container > .description {
    font-size: 12pt;
}

.row .icons-about-us {
    padding: 50px 0;
}

.row .icons-about-us .element {
    font-size: 20pt;
}

.row .specialization {
    padding: 50px 0;
    font-size: 14pt;
}

/* KONIEC LOGO CONTAINER */


/* KONTAKT */
.contact-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
    padding: 50px 50px;
    margin: 10px;
}

.row.contact-box > div {
    margin: 50px 0;
    font-size: 14pt;
}

.contact-container > ul {
    list-style: none;
}


.contact-container > h2 {
    color: #3e81c5;
    text-align: center;
}
.main-contact-container {
    padding: 20px 40px 40px 40px;
}
.item-img {
    padding: 0;
}
.item-description {
    padding: 15px 5px;

}
@media (min-width: 768px){
    .item-description {
        padding: 10px 5px;
    }
}

@media (min-width: 991px){
.row.contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
}

@media (min-width: 991px){
    .row.category-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.category-title > h2{
    color: #3e81c5;
    font-weight: bold;
    padding: 20px;
}
.element-title {
    font-weight: bold;
    padding: 20px 0;
}

.contact-container {
    font-size: 14pt;
}

@media (max-width: 1200px){
    .contact-container {
        font-size: 13px;
    }
}

@media (max-width: 768px){
    .contact-container{
        padding: 35px;

    }
    .container-fluid {
        padding: 5px;
    }
    .main-container {
        padding: 15px;
    }
    .contact-box {
        padding: 0 15px;
    }
}

.form-style-8{
    font-family: 'Open Sans Condensed', arial, sans;

    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style-8 h2{
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
.form-style-8 textarea{
    resize:none;
    overflow: hidden;
    height: 250px;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #2CBBBB;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color:#34CACA;
}

.form-flash-msg {
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
    width: 50%;
    margin: 30px auto;
}
.form-error {
    font-size: 9pt;
    color: red;
}

/* KONTAKT - KONIEC*/


/* PRACA POCZĄTEK */


#JobForm {
    font-family: 'Open Sans Condensed', arial, sans;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
    font-weight: normal;
    font-size: 12pt;

}
#JobForm h2 {
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;

}


#JobForm textarea{
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}


}


/* PRACA KONIEC */