#page {
    overflow-x: hidden;
}

#TopHeader {
    height: 600px;
    width: 100%;
    display: block;
    border-bottom: 30px solid #023c64;
    overflow: hidden;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
}

#TopHeader img {
    min-height: 100%;
    min-width: 100%;
    max-width: 250%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#TopHeader .dark-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: block;
    position: absolute;
    z-index: 2;
}

#TopHeader .container {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#TopHeader .BlockMain {
    height: 174px;
    display: block;
    width: 100%;
    background: white;
}

#TopHeader .BlockMain .row {
    height: 100%;
}

#TopHeader .BlockMain .TopContact {
    background: #f2f2f2;
    display: none;
    width: 100%;
    height: 100px;
}

#TopHeader .BlockMain .TopContact .fw-iconbox {
    padding: 25px;
}

#TopHeader .BlockMain .TopContact .fw-iconbox-image {
    font-size: 50px;
    color: #8ac5ef;
    margin-right: 30px;
}

#TopHeader .BlockMain .TopContact .fw-iconbox-aside * {
    font-size: 16px;
}

#TopHeader .BlockMain .TopContact .fw-iconbox-aside h3 {
    font-weight: normal;
    color: #555;
    margin-bottom: 0;
    margin-top: 8px;
}

#TopHeader .BlockMain .TopContact .fw-iconbox-aside p {
    font-weight: bold;
    color: #023c64;
}

#TopHeader .BlockMain .Logo {
    background: #07558c;
    color: white;
    height: 100%;
    text-align: center;
    display: block;
}

#TopHeader .BlockMain .Logo h1 {
    color: #8ac5ef;
    padding-top: 45px;
    font-size: 30px;
    font-weight: 600;
}

#TopHeader .BlockMain .Logo h2 {
    font-weight: 300;
    font-size: 30px;
}

#TopHeader .Header {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 130px;
}

#TopHeader .Header h1 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

#TopHeader .BlockMain .Menu {
    background: white;
    height: 75px;
}

#TopHeader .BlockMain .Menu nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Ubuntu;
    font-size: 16px;
}

#TopHeader .BlockMain .Menu nav a {
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
}

#TopHeader .BlockMain .Menu nav li.active a {
    color: #07558c;
}

#NaszaOferta {
    padding-top: 120px;
    color: #555;
    position: relative;
}

#NaszaOferta h1 {
    font-size: 24px;
    color: #0090f4;
    font-weight: 300;
}

#NaszaOferta .fw-special-subtitle {
    font-size: 36px;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
}

#NaszaOferta p {
    font-size: 16px;
    color: #555;
    padding-bottom: 20px;
}

#NaszaOferta .fw-col-sm-6 {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    min-height: 350px;
    overflow: hidden;
    padding: 40px;
}

#NaszaOferta .fw-col-sm-6 img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 40px;
}

#NaszaOferta .fw-col-sm-6 h2 {
    font-size: 22px;
    font-weight: bold;
}

#NaszaOferta .fw-col-sm-6 .fw-special-subtitle {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    text-transform: none;
    max-width: 60%;
    margin: auto;
}

#NaszaOferta #LogoGfx {
    display: none;
    background: #07558c;
    text-align: center;
    width: 260px;
    height: 260px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 1130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#NaszaOferta #LogoGfx h1 {
    color: #8ac5ef;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    padding-top: 100px;
}

#NaszaOferta #LogoGfx h2 {
    color: white;
    font-size: 25px;
    font-weight: normal;
}

#NaszaOferta .fw-row:last-of-type {
    margin-bottom: 60px;
}

#Dlaczego {
    background: #f2f2f2;
    padding-top: 100px;
    color: #555;
    font-size: 16px;
}

#Dlaczego .row {
    background: url("./img/cmen.png") no-repeat bottom right;
    background-size: 200px;
}

#Dlaczego h1 {
    font-size: 24px;
    color: #0090f4;
    font-weight: 300;
}

#Dlaczego .fw-special-subtitle {
    font-size: 36px;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
}

#Dlaczego .fw-iconbox-image {
    font-size: 40px;
}

#Dlaczego .fw-iconbox-image * {
    color: #0090f4;
}

#Dlaczego .fw-iconbox-aside * {
    font-size: 14px;
}

#Dlaczego .fw-iconbox-aside .fw-iconbox-title h3 {
    text-transform: uppercase;
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#Dlaczego .fw-call-to-action {
    background: #07558c;
    color: white;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 15px;
    margin-top: 170px;
}

#Dlaczego .fw-call-to-action * {
    font-size: 16px;
    text-align: center;
}

#Dlaczego .fw-row:last-of-type .fw-col-xs-12 {
    padding: 0;
}

#Dlaczego .fw-action-btn {
    display: none;
}

#Dlaczego .fw-action-content h2 {
    display: inline-block;
}

#Dlaczego .fw-action-content p {
    display: inline-block;
    font-weight: 300;
    margin: 0;
}

#Kontakt {
    background: #07558c;
    position: relative;
}

#Kontakt #FooterContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
}

#Kontakt .contentHtml {
    padding-top: 30px;
    font-size: 16px;
}

#Kontakt .contentHtml .copyright {
    border-top: 1px solid #0090f4;
    padding: 10px;
    font-size: 14px;
}

#Kontakt .contentHtml .copyright a {
    color: #16bae1;
}

#Kontakt .contentHtml h2 {
    font-size: 24px;
    font-weight: 300;
}

#Kontakt .contentHtml .fw-special-subtitle {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#Kontakt .KontaktData {
    background: #023c64;
    color: white;
}

#Kontakt .KontaktData .fw-iconbox {
    padding-left: 40px;
}

#Kontakt .KontaktData .fw-iconbox-image {
    color: #0090f4;
    font-size: 60px;
}

#Kontakt .KontaktData .fw-iconbox-aside {
    padding-left: 30px;
}

#Kontakt .KontaktData .fw-iconbox-aside h3 {
    font-weight: 300;
    padding-top: 10px;
}

#Kontakt .KontaktData .fw-iconbox-aside p {
    font-weight: bold;
}

#Kontakt .KontaktData .fw-iconbox-aside * {
    font-size: 16px;
}

#Kontakt .Img {
    display: block;
    background: black;
    min-height: 860px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#Kontakt .Img img {
    position: absolute;
    max-width: 150%;
    min-height: 100%;
}

#Kontakt .form {
    padding-left: 15px;
}

#Kontakt .form .line {
    margin-bottom: 8px;
}

#Kontakt .form .line input {
    border: none;
    padding: 10px;
    width: 90%;
}

#Kontakt .form .line textarea {
    width: 90%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

#Kontakt .form .line input.submit {
    background: #0090f4;
    color: white;
    width: 150px;
    padding: 10px;
}

#Kontakt span.wpcf7-not-valid-tip {
    color: pink;
}

#Kontakt #text-6 {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

#Kontakt #text-6 div.textwidget {
    padding: 0;
}

#Kontakt div.validation-errors {
    font-size: 12px;
}

#Kontakt #text-6 h4 {
    border: none;
    display: none;
}

#Kontakt #text-6 input[placeholder] {
    color: #343434;
    font-size: 14px;
}

#Kontakt #text-6 input.wpcf7-submit {
    background: #0090f4;
    color: white;
    width: 150px;
}

#SinglePageContent {
    padding-top: 30px;
    padding-bottom: 50px;
}

#SinglePageContent h1 {
    font-size: 30px;
    color: #0090f4;
    font-weight: 300;
}

#SinglePageContent .fw-row {
    margin-bottom: 30px;
}

#SinglePageContent .fw-special-subtitle {
    font-size: 36px;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#SinglePageContent h3 {
    color: #0090f4;
    font-size: 30px;
}

@media (min-width: 992px) {
    #TopHeader .BlockMain .TopContact {
        display: block;
    }

    #TopHeader .BlockMain .Menu {
        padding-top: 8px;
    }

    #TopHeader .Header h1 {
        font-size: 60px;
    }

    #Dlaczego .row {
        background-size: 540px;
    }

    #Dlaczego .fw-call-to-action {
        margin-top: 0px;
    }

    #NaszaOferta #LogoGfx {
        display: block;
    }

    #NaszaOferta .fw-col-sm-6:first-child {
        border-left: none;
    }

    #NaszaOferta .fw-row:last-of-type .fw-col-sm-6 {
        border-bottom: 0;
    }

    #NaszaOferta .fw-col-sm-6 {
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (max-width: 992px) {
    #Kontakt .container-fluid {
        padding: 0;
    }
    
    #Kontakt .col-lg-12 {
        background: #023c64;
    }

    #FooterContent .contentHtml {
        background: #0f6ab8;
    }
}