#zalogowany_portal
{
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
    line-height: 130%;
    font-size: 13px;
}

#zalogowany_portal a
{
    padding: 3px 8px;
    display: inline-block;
    margin: 3px 0px;
}

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

#zalogowany_portal a img
{
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

#stopka
{
    margin-top: 20px;
    background: #6d757c;
    color: #fff;
    padding: 40px 0px;
}

#stopka .logo_stopka
{
    padding-bottom: 20px;
    height: 40px;
}

#stopka #columns
{
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #acb0b4;
}

#stopka #columns h5
{
    font-weight: 900;
    margin-bottom: 20px;
}

#stopka #columns li a
{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 400;
    transition: .3s;
    background: url('../images/li.png') no-repeat left 10px center;
    padding-left: 40px;
}

#stopka #columns li a:hover
{
    background-color: #4e5761;
}

#stopka #columns ul.nasze_serwisy img
{
    max-height: 18px;
}

#stopka #columns .column.social
{
    text-align: right;
}

#stopka #columns .column.social a
{
    display: inline-block;
    margin-left: 10px;
}

.tekst
{
    padding: 20px 0px;
}

.tekst p,
.tekst ul,
.tekst ol
{
    padding-bottom: 20px;
    line-height: 140%;
}

.tekst ul li
{
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: url('../../images/ar/li.png') 5px 0px no-repeat;
}

.tekst ul li p
{
    padding-bottom: 0px;
}

#tresc ol
{
    padding-left: 20px;
}

#tresc ol li
{
    list-style-type: decimal;
    padding-bottom: 10px;
}

#kontakt
{
    background: #ebebeb;
    padding: 50px;
    text-align: center;
    line-height: 150%;
}

#kontakt .column
{
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

#kontakt .column.mail
{
    font-size: 24px;
}

#kontakt .column:last-child
{
    border-bottom: 1px solid #ddd;
}

#adres
{
    background: #990e0e;
    color: #fff;
    padding: 50px;
    line-height: 150%;
}

#share
{
    font-size: 16px;
    text-align: left;
    padding: 0px 0px 30px 0px;
    margin-top: 20px;
}

#cennik
{
    padding: 30px;
    background: #f4f4f4;
}

#cennik h3
{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

#cennik h4
{
    background: #000;
    color: #fff;
    font-size: 26px;
    padding: 15px;
    margin-bottom: 20px;
}

#cennik table
{
    width: 100%;
    margin-bottom: 30px;
}

#cennik table th,
#cennik table td
{
    padding: 10px;
}

#cennik table th
{
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#cennik table td
{
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    width: 33%;
    line-height: 140%;
}

#cennik table tr.head td
{
    background: #ddd;
}

#cennik h5
{
    font-size: 20px;
    padding: 10px;
}

#reklama_top img,
#reklama_prawa img
{
    max-width: 100%;
}

#polecane
{
    background: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
}

#polecane h4
{
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#polecane a
{
    display: inline-block;
    padding: 10px 10px;
    vertical-align: middle;
}

/* Tooltip text */
.tooltip
{
    background: #990e0e;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.tooltip .tooltiptext
{
    visibility: hidden;
    min-width: 320px;
    background: #6c6c6c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0%;
    margin-left: -10px;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: left;
}

.tooltip:hover
{
    cursor: help;
    background: #000;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext img
{
    position: absolute;
    bottom: -10px;
    left: 20px;
}

#producenci_szukaj
{
    background: #eee;
    padding: 30px;
}

#producenci_szukaj input
{
    margin: 0px 10px;
    border: 0px;
    padding: 10px;
}

#producenci_szukaj button
{
    background: #165280;
    border: 0px;
    color: #fff;
    padding: 10px 30px;
}

#producenci_szukaj button:hover
{
    background: #990e0e;
    transition: .3s;
    cursor: pointer;
}

.autocomplete-suggestions { border: 1px solid #ddd; background: #fff; overflow: auto; color: #999 }
.autocomplete-suggestion { padding: 4px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; cursor: pointer }
.autocomplete-suggestions strong { font-weight: bold; color: #165280; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

#producent_kategorie
{
    padding-bottom: 15px;
}

#producent_kategorie div.block
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    display: block;
}

#producent_kategorie a,
#producent_kategorie span.typ
{
    display: inline-block;
    padding: 10px;
    background: #eee;
    color: #444;
    margin: 10px 20px 10px 0px;
}

#producent_kategorie a:hover
{
    background: #ddd;
    transition: .3s;
}

#producent_kategorie span.typ
{
    background: #990e0e;
    color: #fff;
}