@import url(https://fonts.googleapis.com/css?family=Roboto:400,300&subset=latin,latin-ext);

* { margin:0; border: none; }

body {
    background: #aaa3c4;
}
.page {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#logo {position: absolute; margin-left: -520px; padding-top: 60px}
#top {
    width: 100%;
    height: 831px;
    background: #aaa3c4 url(graphic/baner.png?v2) no-repeat top center;
    text-align: center;
    overflow: hidden;
}
    #top img {
        margin-top: 55px !important;
    }
.content {
    margin: 0 auto;
    width: 990px;
    text-align: center;
    overflow: visible;
    position: relative;
}
    .content > * {
        margin: 0 auto;
    }
.up {
    position: absolute;
    bottom: -70px;
    right: -150px;
    z-index: 2;
}
.main-menu {
    width: 100%;
    margin-top: 450px;
}
    .main-menu ul {
        list-style: none;
        width: 100%;
        display: flex;
        overflow: hidden;
        position: relative;
        padding: 0;
    }
        .main-menu ul li {
            text-align: center;
            flex: auto;
        }
            .main-menu ul li a {
                text-decoration: none;
                color: #fff;
                font-family: Roboto, Arial;
                font-size: 30px;
            }
                .main-menu ul li a:hover {
                    color: #ffc18a;

                }
.header-light {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
    .header-light h1 {
        font-family: Roboto, Arial;
        font-size: 48px;
        font-weight: 300;
        line-height: 48px;
        margin: 28px auto 25px auto;
    }
    .header-light span {
        display: block;
        width: 460px;
        height: 8px;
        background: url(graphic/ozdobnik_jasny.png) no-repeat center center;
        margin: 0 auto;
    }
    .header-light p {
        font-family: Roboto, Arial;
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
.header-dark {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
    .header-dark h1 {
        font-family: Roboto, Arial;
        font-size: 48px;
        font-weight: 300;
        line-height: 48px;
        margin: 28px auto 25px auto;
    }
    .header-dark span {
        display: block;
        width: 460px;
        height: 8px;
        background: url(graphic/ozdobnik_ciemny.png) no-repeat center center;
        margin: 0 auto;
    }
.text {
    width: 100%;
    text-align: justify;
}
    .text p {
        font-family: Roboto, Arial;
        font-size: 23px;
        margin-bottom: 33px;
    }
.text-light {
    color: #fff;
}
.text-dark {
    color: #1a1a1a;
}

#o-firmie {
    background: none;
    min-height: 775px;
}
#coaching-bg {
    background: url(graphic/coaching.png) no-repeat center top;
    content: "";
    position: absolute;
    top: -333px;
    width: 100%;
    min-height: 1270px;
    z-index: -1;
}
#coaching {
    position: relative;
    padding-top: 78px;
    min-height: 857px;
}
#szkolenia-bg {
    background: url(graphic/szkolenia.png) no-repeat center top;
    content: "";
    position: absolute;
    top: -351px;
    width: 100%;
    min-height: 1270px;
    z-index: -2;
}
#szkolenia {
    position: relative;
    min-height: 823px;
}
#negocjator {
    min-height: 826px;
}
#doradztwo-bg {
    background: url(graphic/doradztwo.png) no-repeat center top;
    content: "";
    position: absolute;
    top: -334px;
    width: 100%;
    min-height: 1355px;
    z-index: -3;
}
#doradztwo {
    position: relative;
    padding-top: 77px;
    min-height: 846px;
}

footer {
    color: #fff;
    background-color: #aaa3c4;

    padding-bottom: 25px;
}
.footer-4divs {
    overflow: hidden;
}
.footer-contact {
    width: 33.33%;
    display: inline-block;
    overflow: hidden;
    float: left;

    text-align: left;
}
    .footer-contact ul {
        list-style: none;
        padding: 0;
    }
        .footer-contact ul li {
            font-family: Roboto, Arial;
            font-size: 14px;
            color: #fff;
            padding-left: 45px;
            display: block;
            margin-bottom: 10px;
        }
    .footer-contact .contact-address {
        height: 37px;
        background: url(graphic/ikona_adres.png) no-repeat 10px center;
    }
    .footer-contact .contact-hour {
        height: 37px;
        background: url(graphic/ikona_godziny.png) no-repeat 7px center;
    }
    .footer-contact .contact-mail {
        height: 29px;
        background: url(graphic/ikona_mail.png) no-repeat 11px center;
        line-height: 29px;
    }
    .footer-contact .contact-tel {
        height: 29px;
        background: url(graphic/ikona_stacjonarny.png) no-repeat 10px center;
        line-height: 29px;
    }
    .footer-contact .contact-mob {
        height: 29px;
        background: url(graphic/ikona_komorkowy.png) no-repeat 14px center;
        line-height: 29px;
    }
    .footer-contact .map {
        text-align: center;
    }
        .footer-contact .map iframe {
            margin: 0 auto;
			width: 90%;
			height: 205px;
			border: none;
        }

footer .socials {
    text-align: center;
    overflow: hidden;
    width: 100%;
    clear: both;
}
    footer .socials ul {
        list-style: none;
        padding: 0;
        overflow: hidden;
    }
        footer .socials ul li {
            display: inline-block;
        }
            footer .socials ul li a {
                margin: 30px;
                display: block;
                line-height: 33px;
            }
footer p {
    font-family: Arial;
    font-size: 16px;
}

A.wiecej:link, A.wiecej:visited, A.wiecej:hover {
    text-decoration: none;
}

A:link, A:visited {
    color: #EEEEEE;
    text-decoration: none;
}

A:hover {
    color: #FFFFFF;
    text-decoration: none
}



A.footer:link, A.footer:visited {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 12px;
    text-decoration: none;
}

A.footer:hover {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #EEEEEE;
    line-height: 12px;
    text-decoration: none
}

p {
    margin: 0px; padding: 0px;
}
