/* TRZY BARY */

.trzy-bary {
    width: 960px;
    float: left;
}

.bar {
    width: 310px;
    float: left;
}

/* BAR AKTUALNOSCI */

.aktualnosci {
    margin-right: 30px;
}

.aktualnosc-header {
    width: 172px;
    height: 51px;
    background: url('../img/header-bg.png') no-repeat top left transparent;
    padding: 30px 0 0 0px;
}

.news {
    height: 100%;
    overflow: auto;
    margin: 10px 0;
}

.news img {
    float: left;
    border: 1px solid #fff;
    margin: 0 5px 0px 0;
}

.news h2 {
    padding: 0 10px;
    background-color: #99cc33;
    margin: 0 0 5px 0;
}

.news .dalej {
    float: right;
    padding-right: 20px;
    clear: both;
}

.news-wiecej {
    margin-top: 20px;
}

.news-wiecej p {
    padding: 0 10px;
    background-color: #99cc33;
    margin: 5px;
    text-align: center;
    font-size: 14px;
}

/* BAR BUTTONY */

.buttony {
    margin-right: 8px;
}

.button1 {
    background: url('../img/header-button-1.jpg') no-repeat top left transparent;
    width: 300px;
    padding: 80px 0 0 10px;
}

.button1 p {
    display: block;
    margin: 5px 20px 0 0;
    font-size: 15px;
    height: auto;
}

.button1 h1 {
    margin: 0px 0 0 0;
}

.button2 {
    background: url('../img/header-button-2.jpg') no-repeat top left transparent;
    width: 250px;
    padding: 40px 40px 0 10px;
    margin-top: 15px;
}

.button2 p {
    display: block;
    margin: 10px 10px 0 20px;
    font-size: 15px;
    height: auto;
    text-indent: 100px;
}

.button2 h1 {
    margin: 0 0 0 120px;
}

.button3 {
    background: url('../img/header-button-3.jpg') no-repeat top left transparent;
    width: 290px;
    padding: 25px 0 0 10px;
    margin-top: 20px;
}

.button3 p {
    display: block;
    margin: 5px 0px 0 0;
    font-size: 15px;
    height: auto;
}

.button3 h1 {
    margin: 0px 0 0 0;
}

.button4 {
    background: url('../img/header-button-4.jpg') no-repeat top left transparent;
    width: 290px;
    padding: 25px 0 0 10px;
    margin-top: 20px;
}

.button4 p {
    display: block;
    margin: 5px 0px 0 0;
    font-size: 15px;
    height: auto;
}

.button4 h1 {
    margin: 0px 0 0 0;
}

/* BAR SOCIALE */

.social {
    width: 300px;
}

.social h1 {
    font-size: 28px;
}

.fb-like-box {
    width: 300px;
    height: 350px;
    background-color: white;
}

.social-header {
    height: 51px;
    background: url('../img/header-bg.png') no-repeat top left transparent;
    padding-top: 30px;
}

.social p {
    padding-bottom: 20px;
}

.social .twitter-follow-button {
    margin-bottom: 10px;
}

/* TRZY BARY - koniec */