a
{
    text-decoration: none;
    color: #aa0808;
    outline: none;
}

body
{
    padding-bottom: 100px;
}

body, td
{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    position: relative;
}

h4
{
    font-weight: 900;
    font-size: 30px;
    padding-bottom: 30px;
}

h3.h3_main
{
    font-weight: 900;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.cleaner
{
    clear: both;
}

.center
{
    text-align: center;
}

.display_mobile
{
    display: none;
}

.container
{
    max-width: 1550px;
    padding: 0px 20px;
    margin: 0 auto;
}

header
{
    position: relative;
    text-align: center;
}

header #logo
{
    display: inline-block;
    padding: 45px 0px;
    max-width: 90%;
}

header #logo img
{
    width: 250px;
    max-width: 100%;
    vertical-align: top;
}

header #social
{
    position: absolute;
    top: 45px;
    right: 45px;
}

header #social a
{
    padding-left: 15px;
}

header #social a:hover img
{
    transform: scale(1.1);
    transition: .3s;
    opacity: .8;
}

footer
{
    background: #4e5761;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

#cookies
{
    clear: both;
    color: #b3b3b3;
    font-size: 12px;
    text-align: center;
    padding: 0px 10px 20px 10px;
    line-height: 120%;
}

#cookies-message
{
    background: rgba(191, 117, 56, .8);
    color: #fff;
    padding: 12px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    font-weight: 400;
}

#accept-cookies-checkbox
{
    background: #424242;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
}

#accept-cookies-checkbox:hover
{
    background: #111;
    transition: .3s;
}

#menu
{
    background: #990e0e;
    line-height: 60px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#menu nav ul
{
    position: relative;
}

#menu nav > ul
{
    border-left: 1px solid #741717;
}

#menu img
{
    vertical-align: middle;
}

#menu li
{
    display: inline-block;
    border-right: 1px solid #741717;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

#menu li a,
#menu li span
{
    padding: 0px 20px;
    display: inline-block;
    color: #fff;
}

#menu li a:hover
{
    transition: .3s;
}

#menu li.kontakt
{
    background: #444;
}

#menu li.promocje
{
    background: orangered;
}

#menu li.producenci
{
    background: #4e5761;
}

#menu li.producenci a:hover
{
    background: #6b0202;
    transition: .3s;
}

#menu li.sklepy
{
    background: #165280;
}

#menu nav ul ul
{
    display: none;
}

#menu nav ul li:hover > ul
{
    display: block;
}

#menu nav ul ul
{
    border-radius: 0px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    text-align: left;
    margin: 0px;
    background-color: #165280;
}

#menu nav ul ul li
{
    float: none;
    position: relative;
    display: block;
    margin: 0px;
    border-right: 0px;
}

#menu nav ul ul li a,
#menu nav ul ul li span
{
    padding: 6px 15px;
    margin: 0px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: block;
    line-height: 30px;
    white-space: nowrap;
}

#menu nav ul ul li a:hover,
#menu nav ul ul li span:hover,
#menu nav ul ul li:hover span
{
    transition: .3s;
    color: #fff !important;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}

#menu nav ul ul ul
{
    position: absolute;
    left: 100%;
    top:0;
}

#menu nav ul ul ul a
{
    background: rgba(255,255,255,.3);
}

#menu #home_link
{
    padding: 0px 15px;
    border-right: 1px solid #741717;
}

#menu #home_link:hover
{
    background: rgba(255,255,255,.3);
    transition: .3s;
}

#szukaj
{
    float: right;
    background: #777;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
}

#szukaj form
{
    display: none;
}

#szukaj input
{
    background: none;
    border: 0px;
    color: #fff;
    transition: .3s;
}

#szukaj button
{
    background: transparent;
    border: 0px;
    cursor: pointer;
}

#top
{
    max-height: 460px;
    height: 50vw;
    position: relative;
    margin-bottom: 40px;
}

#top a
{
    display: block;
    vertical-align: top;
    background-size: auto 100%;
    background-position: center;
    float: left;
    box-sizing: border-box;
    position: relative;
    transition: background-size 0.3s ease-in;
    color: #fff;
}

#top a#new_1
{
    height: 100%;
    width: calc(45% - 20px);
    margin-right: 20px;
}

#top a#new_3,
#top a#new_4
{
    height: calc(50% - 10px);
    width: 20%;
}

#top a#new_3
{
    margin-bottom: 10px;
}

#top a#new_4
{
    margin-top: 10px;
}


#top a#new_2
{
    height: 100%;
    width: calc(35% - 20px);
    margin-left: 20px;
    float: right;
}

#top a div
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.7) 15%,rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 50%);
}

#top a#new_3 div,
#top a#new_4 div
{
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.7) 35%,rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 70%);
}

#top a:hover
{
    background-size: auto 105%;
}

#top a:hover h3
{
    color: #dfdfdf;
    transition: .3s;
}

#top a h3
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    font-family: 'Bree Serif', serif;
}

#top a#new_1 h3
{
    font-size: 36px;
}

#top a#new_2 h3
{
    font-size: 32px;
}

#top a#new_3 h3,
#top a#new_4 h3
{
    font-size: 18px;
    padding: 15px;
    line-height: 120%;
}

.kategoria_data
{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7px 12px;
    text-transform: uppercase;
    font-weight: 900;
}

#lewa
{
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

#prawa
{
    width: calc(35% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#aktualnosci
{
    margin-right: -20px;
}

#aktualnosci h2
{
    margin: 0px 20px 20px 0px;
    padding: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
}

#aktualnosci h2 span
{
    color: red;
}

#aktualnosci a.new
{
    position: relative;
    width: calc(33.33% - 20px);
    display: inline-block;
    vertical-align: top;
    color: #fff;
    height: 250px;
    border-bottom: 130px solid #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    background-size: auto 100%;
    background-position: center;
    transition: background-size 0.3s ease-in;
}

#aktualnosci a.new h3
{
    background: #ebebeb;
    padding: 20px;
    color: #aa0808;
    font-size: 24px;
    font-family: 'Bree Serif', serif;
    min-height: 120px;
    position: absolute;
    bottom: -130px;
    padding-bottom: 50px;
    left: 20px;
    right: 0px;
    line-height: 120%;
}

#aktualnosci a.new span.data
{
    position: absolute;
    right: 20px;
    bottom: -110px;
    font-family: 'Bree Serif', serif;
    color: #111;
}

#aktualnosci a.new:hover
{
    background-size: auto 105%;
}

#aktualnosci a.new:hover h3
{
    color: #fff;
    background: #aa0808;
    transition: .3s;
}

#new
{
    max-width: 1000px;
    margin: 0 auto;
}

#new #naglowek .kategoria_data
{
    position: static;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

#new h1,
#new h2
{
    color: #000;
    font-size: 50px;
    padding: 30px 0px;
    font-family: 'Bree Serif', serif;
    line-height: 110%;
}

#new p
{
    padding-bottom: 30px;
    line-height: 130%;
}

#new #naglowek
{
    font-weight: 700;
    font-size: 24px;
}

#new #tresc
{
    margin-bottom: 30px;
    font-size: 18px;
}

#new #tresc h2
{
    font-size: 30px;
    padding-top: 0px;
}

#new ul,
#new ol
{
    padding-bottom: 30px;
    line-height: 130%;
}

#new ul li
{
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: url('../../images/pd/li.png') no-repeat;
}

.zdjecie_glowne
{
    display: inline-block;
    text-align: right;
}

.zdjecie_glowne img
{
    max-width: 100%;
}

.podpis_zdjecie_glowne
{
    font-size: 13px;
    color: #777;
    padding-top: 10px;
}

.galeria
{
    text-align: center;
}

.galeria a
{
    background: #000;
    display: inline-block;
}

.galeria a img
{
    vertical-align: top;
}

.galeria a:hover img
{
    opacity: .6;
    transition: .3s;
}

.paginate
{
    background: #fff;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.paginate a,
.paginate span
{
    display: inline-block;
    color: #4f4f4f;
    padding: 12px 15px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    margin-left: -1px;
}

.paginate a
{
    background: #fff;
    text-decoration: none;
}

.paginate .current
{
    background: #165280;
    border-color: #165280;
    color: #fff;
}

.paginate a:hover
{
    background: #4088c8;
    border-color: #4088c8;
    color: #fff;
    transition: .3s;
}

.paginate .dots
{
    border-width: 0;
    color: #000;
}

.paginate #z
{
    display: none;
    float: right;
    padding-right: 0px;
    padding-left: 0px;
}

.paginate .disabled
{
    background: #fcfcfc;
}

#obiekty a
{
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    height: 100px;
    margin: 15px 10px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 4px;
    color: #d31f24;
    border: 1px solid #eee;
}

#obiekty a:hover
{
    border-color: #000;
    transition: .3s;
}

#adresy a
{
    display: block;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

#adresy a:hover
{
    background: #eee;
    transition: .3s;
}

#adresy a img
{
    float: right;
}

#adresy a h3
{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

#adresy p
{
    color: #000;
    line-height: 130%;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

#adresy p span,
#sklep_dane p span
{
    color: #d31f24;
    font-weight: bold;
}

#adresy a > span
{
    display: block;
}

.reklama
{
    padding: 10px;
    text-align: center;
}

#sklep_dane p
{
    line-height: 150%;
    padding-bottom: 20px;
}

#sklep_dane .link_sklep
{
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

#reklama_top
{
    padding-bottom: 20px;
    text-align: center;
}

#reklama_prawa
{
    padding: 20px 0px;
    text-align: center;
}

#producenci h4
{
    background: #4e5761;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 22px;
}

#producenci_in
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#producenci_in a.producent
{
    height: 100px;
    line-height: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
    width: 20%;
    text-align: center;
    border: 3px solid #eee;
    overflow: hidden;
    padding: 5px 10px;
}

#producenci_in a.producent:hover
{
    border-color: #4e5761;
    transition: .3s;
}

#producenci_in a.producent img
{
    max-height: 100px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

#producent_opis
{
    background: #eee;
    margin-bottom: 40px;
    padding: 30px;
}

#producent_opis img
{
    float: right;
    max-width: 150px;
}

#producent_opis p
{
    color: #555;
    line-height: 150%;
}