

body {
    background-color: #fdfaf9;
    background: url(/img/tlo.png);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* defaulty */

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .hidden-sm {
        display: none;
    }

    body {

        overflow-x: auto;
        overflow-y: auto;
        overflow-scrolling: touch;
    }

    .onlyDesktop {
        display: none;
    }

}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .hidden-lg {
        display: none;
    }

    .onlyMobile {
        display: none;
    }
}

.container {
    max-width: 1040px;
    margin: 0 auto;
}

.content {
    min-height: 400px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.nohover:hover {
    background: inherit;
    cursor: default;
}

/* layout */

.clearfix {
    clear: both;
}

.baner-large-skyscraper {
    display: none;
    width: 300px;
    height: 600px;
    background: #edabd7;
    text-align: center;
    line-height: 600px;
}

.baner-square {
    display: none;
    width: 250px;
    height: 250px;
    background: #edabd7;
    text-align: center;
    line-height: 250px;
}

.baner-medium-rectangle {
    display: none;
    width: 300px;
    height: 350px;
    background: #edabd7;
    text-align: center;
    line-height: 250px;
}

div.baner-medium-rectangle-on {
    display: block;
    width: 300px;
/ / height : 350 px;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 250px;
}

.baner-large-rectangle {
    display: none;
    width: 336px;
    height: 280px;
    background: #edabd7;
    text-align: center;
    line-height: 280px;
}

.baner-large-leaderboard {
    display: none;
    width: 970px;
    height: 90px;
    background: #edabd7;
    text-align: center;
    line-height: 90px;
}

.baner-large-billboard {
    display: none;
    width: 970px;
    height: 250px;
    background: #edabd7;
    text-align: center;
    line-height: 250px;
}

.napisReklama {
    font-size: 8px;
    letter-spacing: 20px;
    line-height: 10px;
    text-align: center;
    color: #888;
    display: block;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    div.baner-medium-rectangle-on {
        margin: 0 auto;
    }

}

.socialButtons {
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

/* biale okienko z cieniem */

.biale_cien {
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0, 0, 0, 0.2);
    padding: 15px;
}

@media (max-width: 740px) {

    .biale_cien {
        background: #fff;
        box-shadow: 0px 1px 3px rgb(0, 0, 0, 0.2);
        padding: 15px;
        width: 100%;
    }
}

.vinered {
    color: #db2017;
}

.er404 {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 80px 10px;
}

@media (max-width: 740px) {

    .er404 {
        margin-top: 70px;
        width: 100%;
    }
}

/* fonty */

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

/* przyciski */

a.button {
    display: inline-block;
    background-color: #ddd;
    color: #000000;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;

}

a.button:hover {
    background-color: #666666;
    color: #ffffff;
}

a.button-white {
    background-color: #fff;
    border: 1px solid #bbb;
}

a.button-white:hover {
    background-color: #eee;
    border: 1px solid #bbb;
    color: #000000;
}



.info_positive {
    display: block;
    background: #247814;
    color: #fffff5;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0px 5px;

    margin-bottom: 20px;
}

.info_negative {
    display: block;
    color: #e61000;
    border: 2px solid #e61000;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0px 5px;

    margin-bottom: 20px;
}


.lista .ogloszenie {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #999;
}

.lista .ogloszenie .informacje {
    padding-left: 17px;
}

.filtry .searchBoxTop {
    display: none;
}

/* lista ogloszen -- filtry */

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .filtry_mobile {
        display: block;
        padding: 10px;
        width: 100%;
    }

    .filtry_mobile .button,
    .filtry .button {
        margin-top: 10px;
        vertical-align: top;

        flex: 0 0 65px;
    }

    #filtryStart {
        background: #8C1832;
        color: #fff;
    }

    .filtry_mobile form {
    }

    .filtry {
        vertical-align: top;
        padding: 10px;
    }

    .filtry #FiltryRozsuwalne {
        display: none;
    }

    .filtry_hide {
        display: none;
    }

    .filtry .mobile_hide {
        display: none;
    }

    .filtry_ukryte {
        display: none;
    }

    .filtry_odkryte {
        display: block;
    }

    .filtry_mobile h2,
    .filtry h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .filtry #slider,
    .filtry #slider2 {
        margin: 15px;
    }

    .filtry #slider .noUi-connect,
    .filtry #slider2 .noUi-connect {
        background: #666;
    }

    .filtry .filtryBox {
        border-bottom: 2px dotted #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #ddd;
        padding: 10px;
        text-align: center;
    }

    .filtry .filtryBox h5 {
        font-size: 110%;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .filtry .filtryBox h5.desktop {
        display: none;
    }

    .filtry .filtryBox h5.mobile {
        display: box;
        width: 100%;
        cursor: pointer;
    }

    .filtry .filtryBox h5.mobile:hover {
    }

    .filtry .rangeBox input {
        width: 65px;
        text-align: center;
        margin: 0px 5px;
    }

    .filtry .searchBoxTop {
        display: inline-block;
        font-size: 12px;
        width: 70%;
        border: 1px solid #ddd;
        background: #fff;
        height: 40px;
        margin-top: 10px;
        text-align: center;
        padding-top: 5px;
        padding-left: 5px;
        white-space: nowrap;
        float: right;

    }

    .filtry .searchBoxTop input {
        height: 30px;
        font-size: 15px;
        border: none;
        width: 100%;
        padding-right: 40px;
    }

    .filtry .searchBoxTop a {
        display: inline-block;
        height: 38px;
        width: 40px;
        font-size: 23px;
        line-height: 38px;
        vertical-align: middle;
    / / background-color : #990;
        text-align: center;
        color: #222;
    / / background : #fff;
        margin-left: -43px;
        margin-top: -5px;
    }

    .filtry .searchBox input {
        width: 100%;
        padding: 3px 5px;
        font-size: 15px;
    }

    .filtry .searchBox a.maleSzukaj {
        float: right;
    }

    .filtry .filtryBox .scroll {
        line-height: 25px;
        text-align: left;
    }

    .filtry .filtryBox .scrollCenter {
        text-align: center;
    }

    .filtry .filtryBox .scrollLeft {
        text-align: left;
    }

    .filtry .filtryBox a.maleSzukaj {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 2px;
        margin-right: 2px;
        padding: 8px 10px;
        border: 1px solid #bbb;
        background: #eee;
        width: 100px;
        text-align: center;
        display: inline-block;
        color: #000;
        text-decoration: none;
    }

    .filtry .filtryBox a.maleSzukaj:hover {
        color: #ee0000;
    }

    .filtry .kategorie ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px dotted #ddd;
    }

    .filtry .kategorie a {
        display: block;
        width: 100%;
        padding: 8px 10px;
        padding-right: 6px;
        border-top: 1px dotted #ddd;
        color: #555555;
        text-decoration: none;
    }

    .filtry .kategorie a:hover {
        color: #ee0000;
        background: #f8f8f8;
    }

    .filtry .kategorie .wybrana {
        font-weight: bold;
        background: #f8f8f8;
    }

    .filtry .dolnePrzyciski {
        text-align: center;
    }

    .filtry .dolnePrzyciski .button {

        display: inline-block;
        font-size: 14px;
        margin-top: 5px;
        padding: 8px 10px;
        border: 1px solid #bbb;
        background: #eee;
        width: 100px;
        text-align: center;
        color: #000;
        text-decoration: none;
    }

    .filtry .dolnePrzyciski .button:hover {
        background-color: #666666;
        color: #ffffff;
    }

    .onlyDesktop {
        display: none;
    }

    .filtry .sortowanie select {
        width: 100%;
        padding: 3px 5px;
    }

    .filtry .filtryBox #kod,
    .filtry .filtryBox #miasto {
        vertical-align: top;
        width: 120px;
        text-align: center;
    }

    .filtry .filtryBox #kodkm,
    .filtry .filtryBox #miastokm {
        width: 75px;
        height: 31px;
        padding-left: 2px;
    }
}

/* lista ogloszen - filtry */

@media (min-width: 741px) {
    /* szerokie ekrany */
    #filtryStart,
    #filtry_hide {
        display: none;
    }

    .filtry {
        width: 250px;
        vertical-align: top;
        float: left;
        padding-left: 10px;
        display: block;
        padding-right: 10px;
        background-color: #fff;
        padding: 10px;
        box-shadow: 0px 1px 3px #ddd;
    }

    .filtry #slider,
    .filtry #slider2 {
        margin-bottom: 15px;
    }

    .filtry #slider .noUi-connect,
    .filtry #slider2 .noUi-connect {
        background: #ddd;
    }

    .filtry h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }

    .filtry .filtryBox {
        border-top: 1px dotted #ddd;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .filtry .filtryBox h5 {
        font-size: 110%;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 650;
    }

    .filtry .filtryBox h5.desktop {
        display: inherit;
    }

    .filtry .filtryBox h5.mobile {
        display: none;
    }

    .filtry .rangeBox input {
        width: 65px;
        text-align: center;
        margin: 0px 5px;
    }

    .filtry .searchBox input {
        width: 100%;
        border: 1px solid #ddd;
        padding: 3px 6px;
    }

    .filtry .filtryBox .scroll {
        width: 230px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
        overflow-scrolling: touch;
    }

    .filtry .filtryBox a.maleSzukaj {
        font-size: 11px;
        float: right;
        margin-top: 5px;

        display: inline-block;
        border: none;
        background-color: #ddd;
        color: #000000;
        text-decoration: none;
        height: 17px;
        line-height: 17px;
        padding: 0px 8px;
    }

    .filtry .filtryBox a.maleSzukaj:hover {
        background-color: #666666;
        color: #ffffff;
    }

    .filtry .kategorie ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px dotted #ddd;
    }

    .filtry .kategorie a {
        display: block;
        width: 100%;
        padding: 5px 2px;
        border-top: 1px dotted #ddd;
        color: #555555;
        text-decoration: none;
    }

    .filtry .kategorie a:hover {
        color: #ee0000;
        background: #f8f8f8;
    }

    .filtry .kategorie .wybrana {
        font-weight: bold;
        background: #f8f8f8;
    }

    .filtry .dolnePrzyciski {
        text-align: center;
    }

    .filtry .dolnePrzyciski .button {

        display: inline-block;
        border: none;
        background-color: #ddd;
        color: #000000;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
    }

    .filtry .dolnePrzyciski .button:hover {
        background-color: #666666;
        color: #ffffff;
    }

    .filtry .onlyMobile {
        display: none;
    }

    .filtry .sortowanie select {
        width: 100%;
        padding: 3px 5px;
    }

    .filtry .filtryBox #kod {
        vertical-align: top;
        width: 60px;
        text-align: center;
    }

    .filtry .filtryBox #miasto {
        vertical-align: top;
        width: 161px;
        text-align: left;
    }

    .filtry .filtryBox #kodkm {

        width: 75px;
        height: 26px;
        padding-left: 2px;
    }

    .filtry .filtryBox #miastokm {

        width: 65px;
        height: 26px;
        padding-left: 2px;
    }

}

.lokalizacjaNowa {
    display: flex;
    background: #fff;
    border: 0px solid #eee;
    margin: 15px 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    height: auto;
    padding: 10px;
    position: relative;
    z-index: 250;
}

.lokalizacjaNowa #miasto {
    width: 100%;
    padding: 5px;
}

.lokalizacjaNowa #miastokm {
    margin-left: 5px;
}

.lokalizacjaNowa .fa {
    margin: 3px;
    margin-left: 8px;

}

.lokalizacjaNowa a .fa {
    color: #666;
}

.lokalizacjaNowa a:hover .fa {
    color: #000;
}

#autoloc {
    display: none;
    position: absolute;
    top: 45px;
    width: 80%;
    background: white;
    border: 1px solid #999;
    z-index: 250;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
    max-height: 300px;
    overflow-y: auto;
}

#autoloc ul {
    z-index: 250;
    width: 100%;
    list-style: none;
    font-size: 13px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#autoloc li {
    padding-left: 15px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    display: block;
}

#autoloc b {
    color: #222;
}

#autoloc div {
    display: inline-block;
    height: 38px;
    width: 40px;
    text-align: center;
    background: white;
    border: 1px solid white;
    line-height: 38px;
    vertical-align: middle;
    margin-top: -4px;
}

#autoloc a {
    text-decoration: none;
    color: #888;
}

#autoloc a span {
    color: #000;
}

#autoloc .selected > li {
    background: #f6eed3;
    text-decoration: none;
    color: #000;
}

#autoloc a.selected div {
    border: 1px solid #ddd;

}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .lista_ofert {
        margin-left: 260px;
        margin-right: 10px;
        border-left: 0px solid #eee;
        padding-left: 10px;
    }

    .lista_ofert .ogloszenie {
        border: 0px solid #eee;
        margin: 15px 5px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        height: 240px;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        background-color: #fff;
    }

    .lista_ofert .ogloszenie:hover {
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .wyroznienie {
        background: #ffffbb;
    }

    .lista_ofert .ogloszenie .zdjecie {
        vertical-align: top;
        width: 320px;
        text-align: center;
    }

    .lista_ofert .ogloszenie .zdjecie .swiper-container {
        width: 100%;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .lista_ofert .ogloszenie .zdjecie img {
        width: 320px;
        height: 240px;
    }

    .lista_ofert .ogloszenie .informacje {
        vertical-align: top;
        padding: 15px;
        width: 430px;
    }

    .lista_ofert .ogloszenie .informacje .gora {
        height: 170px;
        display: block;
        z-index: 0;
        color: #555;
    }

    .gwiazdka_like {
        float: right;
    }

    .lista_ofert .ogloszenie .informacje .dol {
        display: flex;
        height: 25px;
        font-size: 13px;
        vertical-align: top;
        color: #666;
    }

    .lista_ofert .ogloszenie .informacje .dol .fa {
        font-size: 110%;
    }

    .lista_ofert .ogloszenie .informacje .dol ul {
        margin: 0;
        padding: 0;
    }

    .lista_ofert .ogloszenie .informacje .dol ul li {
        display: inline;
        list-style: none;
        margin-right: 10px;
    }

    .lista_ofert .ogloszenie .informacje .dol .lewa_szpalta {
        display: inline-block;
        z-index: 0;
        flex: 1 1 140px;
    }

    .lista_ofert .ogloszenie .informacje .dol .prawa_szpalta {
        width: 150px;
        text-align: right;
        z-index: 0;
        display: inline-block;
        overflow: hidden;
        height: 48px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lista_ofert .ogloszenie .informacje h3 {
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-weight: 375;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px; /* fallback */
        max-height: 75px; /* fallback */
        margin-bottom: 3px;
    }

    .lista_ofert .ogloszenie .informacje a {
        text-decoration: none;
        color: #000055;
    }

    .lista_ofert .ogloszenie .informacje a:hover {
        text-decoration: none;
        color: #dd0055;
    }

    .lista_ofert .ogloszenie .informacje .cena {
        font-size: 140%;
        font-weight: 600;
        color: #d41600;
    }

    .lista_ofert .ogloszenie .informacje .detale {
        font-size: 13px;
        color: #444444;
    }

    .lista_ofert .ogloszenie .informacje .detale ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }

    .lista_ofert .ogloszenie .informacje .detale li {
        display: inline;
        list-style-type: none;
    }

    .lista_ofert .ogloszenie .informacje .detale li.new_line {
        display: block;
    }

    .lista_ofert .ogloszenie .informacje .detale li:after {
        content: ", ";
    }

    .lista_ofert .ogloszenie .informacje .detale li:last-child:after {
        content: " ";
    }

    .lista_ofert .ogloszenie .informacje .detale .atrybut {
        font-size: 10px;
        color: #666;
    }

    .lista_ofert .ogloszenie .informacje .detale .wartosc {
        padding-left: 5px;
        font-weight: bold;
        color: #555;

    }

    .lista_ofert .ogloszenie .informacje .detale .bread,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread {
        color: #db2017;
    }

    .lista_ofert .ogloszenie .informacje .detale .bread a,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread a {
        color: #db2017;
    }

    .lista_ofert .ogloszenie .informacje .detale .bread a:hover,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread a:hover {
        color: #f42002;
        text-decoration: underline;
    }

    .lista_ofert .ogloszenie .podswietlenie1 {
        background-color: #e1ffc7;
    }

    .lista_ofert .ogloszenie .podswietlenie2 {
        background-color: #d0fff3;
    }

    .lista_ofert .ogloszenie .podswietlenie3 {
        background-color: #ddf3ff;
    }

    .lista_ofert .ogloszenie .podswietlenie4 {
        background-color: #ffe0f0;
    }

    .lista_ofert .ogloszenie .podswietlenie6 {
        background-color: #fff6ac;
    }

    .lista_ofert .ogloszenie .podswietlenie5 {
        background-image: linear-gradient(-10deg, #ffe0be, #fff8ec, #fffaf1);
    / / border-top : #ff7c01 8 px solid;
    / / border-bottom : #ff7c01 8 px solid;
    }

    .lista_ofert .ogloszenie .podswietlenie5 .gora {
    / / height : 160 px;
    }

    .lista_ofert .ogloszenie .informacje .dane {
        font-size: 12px;
        color: #444444;
        vertical-align: bottom;
    }

    .brak_wynikow {
        text-align: center;
        width: 75%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .brak_wynikow h1 {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .brak_wynikow .co_robic {
        width: 60%;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 740px) {
    /* waskie ekrany */
    .lista_ofert {
        overflow: hidden;
    }

    .lista_ofert .ogloszenie {
        margin: 20px 0px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 3px #bbb;
        background: #fff;
        width: 100%;
        border-top: 1px solid #bbb;
    }

    .wyroznienie {
        background: #ffffbb;
    }

    .lista_ofert .ogloszenie .zdjecie {
        border-bottom: 1px dotted #ddd;
        height: 240px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .lista_ofert .ogloszenie .zdjecie img {
        width: 100%;
        min-height: 240px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)

    }

    .lista_ofert .ogloszenie .zdjecie .swiper-slide,
    .lista_ofert .ogloszenie .zdjecie .swiper-lazy {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
    }

    .lista_ofert .ogloszenie .informacje {
        height: auto;
    }

    .lista_ofert .ogloszenie .informacje h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 475;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px; /* fallback */
        max-height: 50px; /* fallback */
        margin-bottom: 3px;
    }

    .lista_ofert .ogloszenie .informacje a {
        text-decoration: none;
        color: #000011;
    }

    .lista_ofert .ogloszenie .informacje a:hover {
        text-decoration: none;
        color: #f42002;
    }

    .lista_ofert .ogloszenie .informacje .detale .bread,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread {
        color: #db2017;
    }

    .lista_ofert .ogloszenie .informacje .detale .bread a,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread a {
        color: #db2017;
    }

    .lista_ofert .ogloszenie .informacje .detale .bread a:hover,
    .na_glownej .glowna_lista .ogloszenie .informacje .bread a:hover {
        color: #f42002;
        text-decoration: underline;
    }

    .lista_ofert .ogloszenie .podswietlenie1 {
        background-color: #f9fff9;
    }

    .lista_ofert .ogloszenie .podswietlenie2 {
        background-color: #fff9ff;
    }

    .lista_ofert .ogloszenie .podswietlenie3 {
        background-color: #f5faff;
    }

    .lista_ofert .ogloszenie .podswietlenie4 {
        background-color: #fff6f6;
    }

    .lista_ofert .ogloszenie .podswietlenie5 {
        background-image: linear-gradient(-10deg, #ffe0be, #fff8ec, #fffaf1);
    / / border-top : #ff7c01 8 px solid;
    / / border-bottom : #ff7c01 8 px solid;
    }

    .lista_ofert .ogloszenie .podswietlenie6 {
        background-color: #fffeee;
    }

    .lista_ofert .ogloszenie .informacje {
        vertical-align: top;
        justify-content: space-between;
        padding: 10px;
    }

    .lista_ofert .ogloszenie .informacje .gora {
        width: 100%;
        display: block;
        z-index: 0;
        color: #555;
        margin-bottom: 30px;
    }

    .gwiazdka_like {
        float: right;
    }

    .lista_ofert .ogloszenie .informacje .dol {
        width: 100%;
        display: block;
        font-size: 13px;
        vertical-align: bottom;
        color: #666;
    }

    .lista_ofert .ogloszenie .informacje .dol .fa {
        font-size: 110%;
    }

    .lista_ofert .ogloszenie .informacje .dol ul {
        margin: 0;
        padding: 0;
        min-width: 300px;
    }

    .lista_ofert .ogloszenie .informacje .dol ul li {
        display: inline;
        list-style: none;
        margin-right: 10px;
    }

    .lista_ofert .ogloszenie .informacje .lewa_szpalta {
        display: block;
        width: 100%;
    }

    .lista_ofert .ogloszenie .informacje .prawa_szpalta {
        width: 100%;
        display: block;
    }

    .lista_ofert .ogloszenie .informacje .lewa_szpalta .dol {
        margin-top: 5px;
    }

    .lista_ofert .ogloszenie .informacje .prawa_szpalta .dol {
        border-top: 1px dotted #ddd;
        margin-top: 5px;
        padding-top: 5px;
    }

    .lista_ofert .ogloszenie .informacje a {
        text-decoration: none;
        color: #000055;
    }

    .lista_ofert .ogloszenie .informacje a:hover {
        text-decoration: none;
        color: #dd0055;
    }

    .lista_ofert .ogloszenie .informacje .cena {
        font-size: 140%;
        float: right;
        margin-top: -5px;
        vertical-align: bottom;
        font-weight: 550;
        color: #db2017;

    }

    .lista_ofert .ogloszenie .informacje .detale {
        font-size: 13px;
        color: #444444;
    }

    .lista_ofert .ogloszenie .informacje .detale ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }

    .lista_ofert .ogloszenie .informacje .detale li {
        display: inline;
        list-style-type: none;
    }

    .lista_ofert .ogloszenie .informacje .detale li.new_line {
        display: block;
    }

    .lista_ofert .ogloszenie .informacje .detale li:after {
        content: ", ";
    }

    .lista_ofert .ogloszenie .informacje .detale li:last-child:after {
        content: " ";
    }

    .lista_ofert .ogloszenie .informacje .detale .atrybut {
        font-size: 10px;
        color: #666;
    }

    .lista_ofert .ogloszenie .informacje .detale .wartosc {
        padding-left: 5px;
        font-weight: bold;
        color: #555;

    }

    .lista_ofert .ogloszenie .informacje .dane {
        font-size: 12px;
        color: #444444;
        vertical-align: bottom;
    }

    .brak_wynikow {
        text-align: center;
        margin: 0 auto;
        padding-top: 40px;
    }

    .brak_wynikow h1 {
        margin: 0;
        padding: 0;
        font-size: 23px;
        font-weight: normal;
    }

    .brak_wynikow .co_robic {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

}

/* lista ogloszen - konie */

.lista_ofert .stajnie .informacje .detale .adres {
    color: #d41600;
    margin-bottom: 10px;
    margin-top: 5px;
}

.lista_ofert .stajnie .informacje .detale ul li {
    display: inline-block;
    width: 125px;
}

.lista_ofert .stajnie .informacje .detale ul li.w2x {
    width: 250px;
}

.lista_ofert .stajnie .informacje .detale li::after {
    content: "";
}

.lista_ofert .stajnie .wolne {
    display: block;
    background: #348f00;
    color: #fffbe6;
    padding: 2px 10px;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 5px;
    width: 50%;
    display: inline-block;
    text-align: center;
    box-shadow: 1px 1px 2px #666;
    border-radius: 4px;
}

.lista_ofert .stajnie .jazdy {
    display: block;
    background: #e97204;
    color: #fffbe6;
    padding: 2px 10px;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
    text-align: center;
    box-shadow: 1px 1px 2px #666;
    border-radius: 4px;
}

@media (min-width: 741px) {
    .lista_ofert .stajnie .informacje .gora {
        height: 190px;
    }
}

.stajnia .pole {
    background-color: #fff;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 17px;
    color: #222222;
    margin-top: 15px;
    max-width: 840px;
    overflow-x: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.stajnia_detale {
    display: flex;
}

.stajnia_detale .kolumna {
    flex: 1 1 300px;
    vertical-align: top;
    font-size: 14px;
}

.stajnia_detale .kolumna h5 {
    font-size: 15px;
    color: #d41639;
    margin-bottom: 5px;
}

.stajnia_detale .kolumna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stajnia_detale .kolumna ul li {
}

.stajnia_detale .kolumna ul li.ok {
    color: #000;
    font-weight: bold;
}

.stajnia_detale .kolumna ul li.not {
    color: #aaa;
}

.stajnia .mapa .mapka {
    border: 1px solid #999;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

#map_canvas {
    height: 450px;
    margin-top: 10px;
}

.lista_ofert .filtry_top {
    background-color: #fff;
    margin: 0px 5px;
    box-shadow: 0px 1px 3px #ddd;
    padding: 10px 15px;
    padding-bottom: 11px;
    display: flex;
    font-size: 80%;
    color: #777;
    font-weight: bold;
}

.lista_ofert .filtry_top .kod {
    flex: auto;
}

.lista_ofert .filtry_top select,
.lista_ofert .filtry_top input {
    height: 22px;
    border: 1px solid #ccc;
    text-align: left;
    padding: 1px 5px;
    font-weight: normal;
    color: #000;
    font-size: 125%;
}

.lista_ofert .filtry_top .kod input {
    width: 60px;
}

.lista_ofert .filtry_top .kod button {
    border: 1px solid #ccc;
    background: #fff;
    height: 22px;
    margin-top: 1px;
    vertical-align: top;
    width: 22px;
    font-weight: bold;
    color: #000;
}

.lista_ofert .filtry_top .kod button:hover {
    background: #eee;
}

.lista_ofert .filtry_top select {
    margin-top: 1px;
}

@media (max-width: 495px) {

    .lista_ofert .filtry_top .hd440 {
        display: none;
    }

    .lista_ofert .filtry_top {
        padding: 5px 5px;
        margin: 0px 10px;
    }

    .lista_ofert .filtry_top select,
    .lista_ofert .filtry_top input {
        font-size: 100%;
        padding: 1px 2px;
    }

}

@media (max-width: 740px) {

    .stajnia_detale {
        display: block;
    }

    .stajnia_detale .kolumna {
        display: inline-block;
        margin-bottom: 25px;
        margin-right: 20px;
    }

    .lista_ofert .filtry_top {
        padding: 5px 5px;
        margin: 0px 10px;
    }

}

.stajnie-specjalne {
    margin-bottom: 25px;
}

.stajnie-specjalne label {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px;

}

.stajnie-specjalne .plakietki {
    width: 100%;
    max-width: 240px;
    display: inline-block;
}

.stajniaDodaj .wolne {
    display: block;
    background: #348f00;
    color: #fffbe6;
    padding: 2px 10px;
    font-size: 15px;
    margin: 0px auto;
    text-align: center;
    box-shadow: 1px 1px 2px #666;
    border-radius: 4px;
    width: 100%;
    max-width: 240px;
    margin-bottom: 15px;
}

.stajniaDodaj .jazdy {
    display: block;
    background: #e97204;
    color: #fffbe6;
    padding: 2px 10px;
    font-size: 15px;
    margin: 0px auto;
    text-align: center;
    box-shadow: 1px 1px 2px #666;
    border-radius: 4px;
    width: 100%;
    max-width: 240px;
    margin-bottom: 15px;
}

.stajniaDodaj .bttn {
    padding: 10px 15px;
    background: #ffde3e;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 120%;
    border: 0px;
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: auto;
    margin-top: 15px;

}

.stajniaDodaj .bttn:hover {
    color: #333;
    background: #ffd42e;
}

/* strona glowna */

.na_glownej {
/ / border : 1 px solid red;
    margin: 0;
    border: 0;
    margin-bottom: 20px;
}

.na_glownej h1 {
    font-weight: normal;
    margin: 0;
    font-size: 30px;
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.na_glownej .glowna_lista {
    width: 100%;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
}

.na_glownej .glowna_lista .overscr {
    height: 350px;
    margin-top: 10px;
    z-index: 30;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));;
}

.na_glownej .overscr .glowna_link {
    width: 70px;
    height: 70px;
    line-height: 90px;
    padding-left: 5px;
    background: rgba(240, 240, 240, 0.95);
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0px -4px 10px #fff;
    margin-top: 140px;
}

.na_glownej .overscr a .glowna_link {
    color: #999;
}

.na_glownej .overscr a .glowna_link:hover {
    background: #f3f3f3;
    color: #555;
}

.na_glownej .glowna_lista .scrl {
    overflow: hidden;
}

.na_glownej .glowna_lsink {
    width: 70px;
    height: 70px;
    line-height: 90px;
    padding-left: 5px;

    margin-top: -250px;

    background: rgba(240, 240, 240, 0.95);
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0px -4px 10px #fff;
    float: right;
}

.na_glownej a .glowna_link {
    color: #999;
}

.na_glownej a .glowna_link:hover {
    background: #f3f3f3;
    color: #555;
}

.na_glownej .glowna_lista .ogloszenie {
/ / border : 1 px solid #aaa;
    margin: 10px 5px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);;
    width: 320px;
    display: inline-block;
    vertical-align: top;
    z-index: 22;
}

.na_glownej .glowna_lista .ogloszenie:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);;;
}

.na_glownej .glowna_lista .ogloszenie .zdjecie {
/ / vertical-align : top;
    margin: 0px;
}

.na_glownej .glowna_lista .ogloszenie .zdjecie img {
    width: 320px;
    height: 240px;
    display: block;
}

.na_glownej .glowna_lista .ogloszenie .informacje h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 375;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px; /* fallback */
    max-height: 50px; /* fallback */
    margin-bottom: 3px;
}

.na_glownej .glowna_lista .ogloszenie .informacje a {
    text-decoration: none;
    color: #000055;
}

.na_glownej .glowna_lista .ogloszenie .informacje a:hover {
    text-decoration: none;
    color: #dd0055;
}

.na_glownej .glowna_lista .ogloszenie .informacje {
    vertical-align: top;
    justify-content: space-between;
    padding: 10px;
    padding-top: 8px;
    background: #ffffff;
    height: 170px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .gora {
    width: 100%;
    display: block;
    z-index: 0;
    color: #555;
}

.na_glownej .glowna_lista .ogloszenie .informacje .dol {
    width: 300px;
    display: flex;
    font-size: 13px;
    vertical-align: bottom;
    color: #666;
    position: absolute;
    bottom: 20px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .dol .fa {
    font-size: 110%;
}

.na_glownej .glowna_lista .ogloszenie .informacje .dol ul {
    margin: 0;
    padding: 0;
    min-width: 300px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .dol ul li {
    display: inline;
    list-style: none;
    margin-right: 10px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .lewa_szpalta {
    flex: 1 1 110px;
    overflow: hidden;
}

.na_glownej .glowna_lista .ogloszenie .informacje .prawa_szpalta {
    display: inline-block;
}

.na_glownej .glowna_lista .ogloszenie .informacje .lewa_szpalta .dol {
    margin-top: 5px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .prawa_szpalta {
    flex: 1 0 190px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.na_glownej .glowna_lista .ogloszenie .informacje .prawa_szpalta .dol {
    border-top: 1px dotted #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

.na_glownej .glowna_lista .ogloszenie .informacje a {
    text-decoration: none;
    color: #000055;
    vertical-align: bottom;
}

.na_glownej .glowna_lista .ogloszenie .informacje a:hover {
    text-decoration: none;
    color: #dd0055;
}

.na_glownej .glowna_lista .ogloszenie .informacje .cena {
    font-size: 140%;
/ / float : right;
/ / margin-top : 20 px;
    vertical-align: bottom;
    font-weight: bold;
    color: #db2017;
    display: block;
}

.na_glownej .glowna_lista .ogloszenie .informacje .cena::after {
    clear: both;
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale {
    font-size: 13px;
    color: #444444;
    white-space: normal;

}

.na_glownej .glowna_lista .ogloszenie .informacje .detale ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale li {
    display: inline;
    list-style-type: none;
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale li.new_line {
    display: block;
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale li:after {
    content: ", ";
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale li:last-child:after {
    content: " ";
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale .atrybut {
    font-size: 10px;
    color: #666;
}

.na_glownej .glowna_lista .ogloszenie .informacje .detale .wartosc {
    padding-left: 5px;
    font-weight: bold;
    color: #555;

}

.na_glownej .glowna_lista .ogloszenie .informacje .dane {
    font-size: 12px;
    color: #444444;
    vertical-align: bottom;
}

.na_glownej .glowna_lista .ogloszenie .podswietlenie5 {
    background-image: linear-gradient(-10deg, #ffe0be, #fff8ec, #fffaf1);
/ / border-top : #ff7c01 4 px solid;
/ / border-bottom : #ff7c01 4 px solid;
}

.na_glownej .strona2 {
    text-align: center;
    line-height: 410px;
    font-size: 20px;
    color: #000;
    margin-right: 30px;
}

.na_glownej .strona2:hover {
    color: red;
}

.na_glownej .tyt {
    width: 100%;
    background: #edede6;
}

.na_glownej a.do_kat {
    text-decoration: none;

}

.na_glownej .tyt h1 {
    color: #001;
    font-size: 25px;
    font-weight: normal;
    padding: 3px;
}

.na_glownej .tyt b {
    float: right;
    margin-top: 11px;
    margin-right: 20px;
    color: #001;
}

.na_glownej .swiper-slide {
    width: 320px;
}

.na_glownej .swiper-pagination {
    display: none;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .na_glownej .glowna_lista .scrl {
        overflow-x: scroll;
    }

    .na_glownej .glowna_lista .ogloszenie {
        width: 100%;
    }

}

@media (max-width: 450px) {
    .na_glownej .swiper-slide {
        width: 100%;
        margin-left: -5px;
    }

    .na_glownej .glowna_lista .ogloszenie .zdjecie {
        border-bottom: 1px dotted #ddd;
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: block;
        position: relative;
        height: 240px;
    }

    .na_glownej .glowna_lista .ogloszenie .zdjecie img {
        display: inline;
        width: 100%;
        height: auto;
        min-height: 240px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)

    }

    .na_glownej .glowna_lista .ogloszenie .informacje .dol {
        width: 100%;
    }

    .na_glownej .glowna_lista .ogloszenie .informacje .prawa_szpalta {
    / / float : right;
        text-align: right;
    }

}

.na_glownej .username {
    display: none;
}

.powitanie {
    background: linear-gradient(#fefbda, #d5fddd);
    padding: 20px 30px;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: normal;
    hyphens: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #222;
}

.pow_white {
    background: #fff;
}

.powitanie h1 {
    font-weight: normal;
    margin: 0;
    color: #8c1832;
    padding: 0;
    font-size: 30px;
    text-align: left;
    margin-left: -2px;
}

.powitanie .close {
    float: right;
    color: #000;
}

.powitanie ul {
    margin: 0;
    margin-left: 15px;
    padding: 0;
    list-style: square;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .powitanie {
        padding: 20px 30px;
        font-size: 16px;
        margin-top: 10px;
        font-weight: lighter;
        hyphens: none;
        text-align: justify;
        border-radius: 0px;
    }

    .powitanie .close {
        margin-right: -5px;
    }

    .swiper-pagination {
        margin-bottom: -7px;
        display: block;
    }

}

/* */

/* dodaj ogloszenie */

@media (min-width: 741px) {
    /* szerokie ekrany */
    .dodaj {
        padding: 10px;
        margin-bottom: 20px;
    }

    .dodaj h1 {
        color: #333;
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 35px;
    }

    .dodaj .kategorie {
        margin-top: 10px;
    }

    .dodaj .kategorie .lista {
        width: 24%;
        display: inline-block;
        vertical-align: top;

    }

    .dodaj .kategorie .lista b {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #000;
        margin-bottom: 3px;
        display: inline-block;
    }

    .dodaj .kategorie .lista ul {
        margin: 0;
        padding: 0;

    }

    .dodaj .kategorie .lista li {
        list-style: none;
    }

    .dodaj .kategorie .lista li a {
        text-decoration: none;
        font-size: 12px;
        color: #333333;
        padding-top: 3px;
        display: block;
    }

    .dodaj .kategorie .lista li a:hover {
        color: #f1001c;
        text-decoration: underline;
    }

}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .dodaj {
        padding: 10px;
        padding-top: 15px;
    }

    .dodaj h1 {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 35px;
        font-weight: normal;
    }

    .dodaj .kategorie {
        margin-top: 10px;
    }

    .dodaj .kategorie .lista {
        display: block;
        vertical-align: top;

    }

    .dodaj .kategorie .lista b {
        font-size: 20px;
        font-weight: bold;
        margin-top: 25px;
        display: block;
        text-align: center;
        background-color: #8C1832;
        color: #fff;
        padding: 10px;
    }

    .dodaj .kategorie .lista ul {
        margin: 0;
        padding: 0;

    }

    .dodaj .kategorie .lista li {
        list-style: none;
    }

    .dodaj .kategorie .lista li a {
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        color: #333333;
        display: block;
        border: 1px solid #bbb;
        padding: 10px 15px;
        margin-top: 3px;
        min-width: 230px;
        width: 100%
    }

    .dodaj .kategorie .lista li a:hover {
        color: #f1001c;
        text-decoration: underline;
    }

}

/* formularz */

.formularz .pole {
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
}

.formularz .pole input[type=text],
.formularz .pole input[type=tel],
.formularz .pole input[type=number],
.formularz .pole input[type=email],
.formularz .pole input[type=password],
.formularz .pole textarea {
    display: block;
    padding: 3px 6px;
    font-size: 15px;
    width: 100%;
    color: #000;
}

.formularz .pole textarea {
    height: 150px;
}

.formularz .pole select {
    display: block;
    padding: 6px 3px;
    font-size: 15px;
    width: 100%;
    color: #000;
}

.formularz .pole label {
    font-size: 15px;
    color: #000;
}

.formularz .pole .error {
/ / background : #white;
    font-weight: bold;
    color: #db000d;
/ / padding : 10 px 18 px;
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.formularz .with_error {
    border: 2px solid #e61000;
    padding: 10px;
}

.formularz .pole .obo {
    color: #d18888;
    font-style: italic;
    font-family: arial, sans-serif;
    font-size: 90%;
}

.formularz .pole .dodaj-zdjecia {
    border: 1px solid #ddd;
    padding: 5px;
    min-height: 180px;
    background-color: #f9f9f9;
    fwn
}

.formularz .pole .dodaj-zdjecia .file_form {
    display: inline-block;
    height: 180px;
    width: 150px;
    vertical-align: top;
}

.formularz .pole .dodaj-zdjecia .file_form a {
    display: inline-block;
    height: 180px;
    width: 150px;
    text-align: center;
    padding-top: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.formularz .pole .dodaj-zdjecia .file_form a:hover {
    background-color: #999;
    border: 1px solid #888;
    color: #fff;
    cursor: pointer;
}

.formularz .pole .dodaj-zdjecia .fotka-load {
    display: inline-block;
    height: 180px;
    width: 150px;
    text-align: center;
    padding-top: 60px;
    border: 1px solid #ddd;
    background-color: #fff;

}

.formularz .pole .dodaj-zdjecia .fotka {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    vertical-align: top;
    height: 180px;
    min-width: 150px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding: 3px;
    background: #eee;
}

.formularz .pole .dodaj-zdjecia .fotka img {
    max-height: 170px;
    vertical-align: top;
    max-width: 250px;
}

.formularz .pole .dodaj-zdjecia .fotka .przyciski {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
}

.formularz .pole .dodaj-zdjecia .fotka .przyciski a {
    background: rgba(255, 255, 255, 0.6);
    color: #333;
    border: 1px solid #999;
    display: inline-block;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 5px;
}

.formularz .pole .dodaj-zdjecia .fotka .przyciski a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
}

.formularz .pole .submit {
    padding: 10px 15px;
    background: #ffde3e;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 120%;
    border: 0px;
}

.formularz .pole .submit:hover {
    color: #333;
    background: #ffd42e;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .formularz .pole .dodaj-zdjecia {
        min-height: 100px;
    }

    .formularz .pole .dodaj-zdjecia .file_form {
        height: 90px;
        width: 75px;
    }

    .formularz .pole .dodaj-zdjecia .file_form a {
        height: 90px;
        width: 75px;
        padding-top: 9px;
    }

    .formularz .pole .dodaj-zdjecia .fotka-load {
        height: 90px;
        width: 75px;
        padding-top: 9px;

    }

    .formularz .pole .dodaj-zdjecia .fotka {
        height: 90px;
    }

    .formularz .pole .dodaj-zdjecia .fotka img {
        max-height: 82px;
    }

    .formularz .pole .dodaj-zdjecia .fotka .przyciski {
        padding: 3px;
    }

    .formularz .pole .dodaj-zdjecia .fotka .przyciski a {
        width: 30px;
        height: 30px;
    }

    .formularz .pole textarea {
        height: 100px;
    }

}

.dodane .link {
    background: #ddd;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;

}

.dodane h2 {
    font-size: 30px;
    color: #d00;
    margin-bottom: 20px;
}

.dodane .bttn {
    border: 1px solid #bbb;
    padding: 10px;
    display: block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin-bottom: 20px;
}

/* ogloszenie_szczegoly */

.ogloszenie_flex {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 25px;
}

.ogloszenie_flex > * {
    flex: 1 100%;
}

.ogloszenie_szczegoly .bread {
    padding: 0px 10px;
    color: #555;
}

.ogloszenie_szczegoly .bottom_wroc {
    display: none;
    margin-bottom: 20px;
}

.ogloszenie_szczegoly .bread a {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 3px;
}

.ogloszenie_szczegoly .bread a:hover {
    color: #dd0000;
    text-decoration: underline;
}

.ogloszenie_szczegoly .bread .wroc a {
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
}

.ogloszenie_szczegoly .bread .wroc a:hover {
    text-decoration: none;
    color: #000;
}

.ogloszenie_szczegoly .tytul {
    padding: 0px 10px;
}

.ogloszenie_szczegoly .tytul h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    line-height: 44px;
}

.ogloszenie_szczegoly .stare_ogloszenie {
    font-size: 150%;
    background: #b1ae9e;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 10px;
}

.ogloszenie_flex .ogloszenie_lewe {
    flex: 1 auto;
}

.ogloszenie_flex .ogloszenie_prawe {
    flex: 0 0 300px;
}

.ogloszenie_flex .galeria_tlo {
    max-width: 730px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.ogloszenie_flex .top_foto {
    width: 100%;
    max-width: 730px;
    text-align: center;
    height: 500px;
}

.ogloszenie_flex .thumbs_foto {
    width: 100%;
    max-width: 730px;
    text-align: center;
    margin-top: 25px;
    height: 155px;
}

.top_foto .swiper-container {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide,
.gallery-top .swiper-lazy,
.top_foto .swiper-slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100%;
}

.gallery-thumbs {
    display: block;
    height: 155px;
    box-sizing: border-box;
    padding: 0;

}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 205px;
    overflow: hidden;
}

.gallery-thumbs .swiper-lazy {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (max-width: 740px) {
    .ogloszenie_flex {
        display: block;
    }

    .ogloszenie_flex .galeria_tlo {
        padding: 20px 0px;
    }

    .ogloszenie_flex .top_foto {
        width: 100%;
        min-width: 0;
        display: block;
        margin: 0 auto;
        text-align: center;
        height: 350px;
    }

    .ogloszenie_flex .thumbs_foto {
        width: 100%;
        min-width: 0;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        height: auto;
    }

    .top_foto .swiper-container {
        width: 100%;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbs_foto .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs {
        height: auto;
    }

    .gallery-thumbs .swiper-slide {
        height: 100px;
        width: 24%;
    }
}

.galeria {
    background: #222;
}

.galeria .top_foto {
    margin-top: 55px;
}

.galeria .top_foto .swiper-container {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.galeria .top_foto .swiper-slide {
    height: 100px;
    text-align: center;
}

@media (max-height: 340px) {
    .galeria .top_foto .swiper-slide {
        height: 250px;
    }

    .galeria .top_foto .swiper-container {
        height: 250px;
    }
}

@media (min-height: 341px) and (max-height: 375px) {
    .galeria .top_foto .swiper-slide {
        height: 310px;
    }

    .galeria .top_foto .swiper-container {
        height: 310px;
    }
}

@media (min-height: 376px) and (max-height: 420px) {
    .galeria .top_foto .swiper-slide {
        height: 350px;
    }

    .galeria .top_foto .swiper-container {
        height: 350px;
    }
}

@media (min-height: 421px) and (max-height: 470px) {
    .galeria .top_foto .swiper-slide {
        height: 400px;
    }

    .galeria .top_foto .swiper-container {
        height: 400px;
    }
}

@media (min-height: 471px) and (max-height: 520px) {
    .galeria .top_foto .swiper-slide {
        height: 450px;
    }

    .galeria .top_foto .swiper-container {
        height: 450px;
    }
}

@media (min-height: 521px) and (max-height: 570px) {
    .galeria .top_foto .swiper-slide {
        height: 500px;
    }

    .galeria .top_foto .swiper-container {
        height: 500px;
    }
}

@media (min-height: 571px) and (max-height: 670px) {
    .galeria .top_foto .swiper-slide {
        height: 550px;
    }

    .galeria .top_foto .swiper-container {
        height: 550px;
    }
}

@media (min-height: 671px) and (max-height: 770px) {
    .galeria .top_foto .swiper-slide {
        height: 650px;
    }

    .galeria .top_foto .swiper-container {
        height: 650px;
    }
}

@media (min-height: 771px) and (max-height: 870px) {
    .galeria .top_foto .swiper-slide {
        height: 750px;
    }

    .galeria .top_foto .swiper-container {
        height: 750px;
    }
}

@media (min-height: 871px) and (max-height: 970px) {
    .galeria .top_foto .swiper-slide {
        height: 850px;
    }

    .galeria .top_foto .swiper-container {
        height: 850px;
    }
}

@media (min-height: 971px) and (max-height: 1070px) {
    .galeria .top_foto .swiper-slide {
        height: 950px;
    }

    .galeria .top_foto .swiper-container {
        height: 950px;
    }
}

@media (min-height: 1071px) and (max-height: 1170px) {
    .galeria .top_foto .swiper-slide {
        height: 1050px;
    }

    .galeria .top_foto .swiper-container {
        height: 1050px;
    }
}

@media (min-height: 1171px) and (max-height: 1270px) {
    .galeria .top_foto .swiper-slide {
        height: 1150px;
    }

    .galeria .top_foto .swiper-container {
        height: 1150px;
    }
}

@media (min-height: 1271px) and (max-height: 1370px) {
    .galeria .top_foto .swiper-slide {
        height: 1250px;
    }

    .galeria .top_foto .swiper-container {
        height: 1250px;
    }
}

@media (min-height: 1371px) {
    .galeria .top_foto .swiper-slide {
        height: 1350px;
    }

    .galeria .top_foto .swiper-container {
        height: 1350px;
    }
}

.ogloszenie_szczegoly .ogloszenie_lewe .opis {
    background-color: #fff;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 17px;
    color: #222222;
    margin-top: 15px;
    max-width: 840px;
    overflow-x: hidden;
/ / border : 1 px solid #bbb;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.ogloszenie_szczegoly .ogloszenie_lewe .opis a {
    color: #444;
    text-decoration: underline;
}

.ogloszenie_szczegoly .ogloszenie_lewe .opis a:visited {
    color: #666;
    text-decoration: underline;
}

.ogloszenie_szczegoly .ogloszenie_lewe .opis a:hover {
    color: #e21400;
    text-decoration: underline;
}

.ogloszenie_szczegoly .ogloszenie_lewe .opis .sml {
    color: #888888;
    font-size: 13px;
    margin-left: -5px;
    margin-bottom: 5px;
}

.ogloszenie_szczegoly .ogloszenie_prawe > div {
    padding: 10px;
    font-size: 12px;
    color: #888888;
/ / border : 1 px solid #bbb;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.ogloszenie_szczegoly .ogloszenie_prawe > div b {
    font-size: 18px;
    display: block;
    color: #000;
    font-weight: bold;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-top: 15px;
    background-color: #fff;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ogloszenie_szczegoly .kontakt .mapka {
    border: 1px solid;
    width: 100%;
    height: 250px;
}

.ogloszenie_szczegoly .kontakt .keylike {
    border: 1px solid #999;
    padding: 15px 5px;
    margin-bottom: 5px;
    word-wrap: break-word;
    max-width: 278px;
    line-height: 22px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
}

.ogloszenie_szczegoly .kontakt .keylike b {
    text-align: center;
    color: #999999;
}

.ogloszenie_szczegoly .kontakt .keylike .inne a {
    color: #999999;
    font-weight: bold;
}

.ogloszenie_szczegoly .kontakt a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.ogloszenie_szczegoly .kontakt a:hover {
    color: #991a66;
}

.ogloszenie_szczegoly .kontakt .keylike textarea {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
    color: #000;
    height: 150px;
}

.ogloszenie_szczegoly .kontakt .keylike form {
    text-align: right;
}

.ogloszenie_szczegoly .kontakt .keylike input {
    display: inline-block;
    background-color: #ddd;
    color: #000000;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    border: 0px;
}

.ogloszenie_szczegoly .kontakt .keylike input:hover {
    background-color: #666666;
    color: #ffffff;
}

#wyslij_wiad,
#wyslij_wiad2 {
    height: 54px;
    overflow: hidden;
    display: none;
}

.ogloszenie_szczegoly .obserwuj {
    padding: 15px;
    font-size: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #fff;
/ / border : 1 px solid #bbb;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

}

.ogloszenie_szczegoly .obserwuj b.ib {
    display: inline-block;
}

.ogloszenie_szczegoly .obserwuj .duze a {
    border: 1px solid #999;
    padding: 4px 6px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.ogloszenie_szczegoly .obserwuj .duze a:hover {
    border-color: #666;
    color: #000;
    background: #eee;
}

.ogloszenie_szczegoly .obserwuj .zobacz_wszystkie {
    font-size: 12px;
    margin-top: 15px;
    text-align: right;
    color: #999999;
}

.ogloszenie_szczegoly .obserwuj .zobacz_wszystkie a {
    color: #999999;
    text-decoration: underline;
}

.ogloszenie_szczegoly .obserwuj .zobacz_wszystkie a:hover {
    color: #d00;
}

.ogloszenie_szczegoly .obserwuj .socialButtons {
    font-size: 13px;
}

.ogloszenie_szczegoly h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;

}

.ogloszenie_szczegoly .ogloszenie_prawe > .lokalizacja b {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.ogloszenie_szczegoly .volta {

    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.ogloszenie_szczegoly .kontakt .volta a {
    font-size: 12px;
    color: #999;
}

.ogloszenie_szczegoly .kontakt .volta a:hover {
    text-decoration: underline;
    color: #e61000;
}

.ogloszenie_szczegoly .dane_ogloszenia {
    display: flex;
    flex-flow: row nowrap;
}

.ogloszenie_szczegoly .detale {

    flex: 1 100%;
    margin-right: 10px;
    font-size: 16px;
    color: #222222;
    align-self: flex-start;
    background-color: #fff;
/ / border : 1 px solid #bbb;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

}

.ogloszenie_szczegoly .detale ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.ogloszenie_szczegoly .detale li {
    width: 100%;
/ / border-top : 1 px dotted #ddd;
    padding: 5px 15px;
}

.ogloszenie_szczegoly .detale li:first-child {
    border: none;
}

.ogloszenie_szczegoly .detale div {
}

.ogloszenie_szczegoly .detale .detal {
    width: 130px;
    color: #888888;
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    background: #fff;
}

.ogloszenie_szczegoly .detale .wartosc .link {
    text-decoration: underline;
    color: #000000;
}

.ogloszenie_szczegoly .detale .wartosc .link:hover {
    text-decoration: underline;
    color: #ff0000;
}

.ogloszenie_szczegoly .detale .wartosc {

    color: #222;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
}

.ogloszenie_szczegoly .prawo {

    flex: 1 100%;
    margin-right: 0px;
    align-self: flex-start;

}

.ogloszenie_szczegoly .lewo {
    flex: 1 100%;
}

.ogloszenie_szczegoly .prawo .cena,
.ogloszenie_szczegoly .lewo .cena,
.ogloszenie_szczegoly .prawo .lokalizacja {
    padding: 15px;
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 127px;
    background: #fff;
/ / border : 1 px solid #bbb;
    box-shadow: 0px 1px 3px rgb(0, 0, 0, 0.2);
}

.ogloszenie_szczegoly .lewo .cena {
}

.ogloszenie_szczegoly .prawo .cena b,
.ogloszenie_szczegoly .lewo .cena b,
.ogloszenie_szczegoly .prawo .lokalizacja b {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.ogloszenie_szczegoly .prawo .lokalizacja b {
    font-size: 30px;
}

.ogloszenie_szczegoly .informacje {
    padding: 10px;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 10px;
    background: #fff;
/ / border : 1 px solid #bbb;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.ogloszenie_szczegoly .informacje h3 {
    font-weight: normal;
    color: #666;
}

.ogloszenie_szczegoly .jedna_linia {
    width: 100%;
}

.ogloszenie_szczegoly .dwie_linie {
    flex: 1 100%;
    margin-right: 0px;
    align-self: flex-start;
}

.ogloszenie_szczegoly .jedna_linia .prawo {
    width: 100%;
    display: flex;
}

.ogloszenie_szczegoly .jedna_linia .prawo .cena,
.ogloszenie_szczegoly .jedna_linia .prawo .obserwuj {
    flex: 1 100%;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .ogloszenie_flex {
        flex-flow: row wrap;
    }

    .ogloszenie_flex .ogloszenie_lewe {
        flex: 0 0 100%;
    }

    .ogloszenie_flex .ogloszenie_prawe {
        flex: 0 0 100%;
    }

    .ogloszenie_szczegoly .tytul h1 {
        font-size: 30px;
        font-weight: normal;
        margin: 10px 0;
        padding: 0;
        line-height: 34px;
    }

    .ogloszenie_szczegoly .dane_ogloszenia {
        flex-flow: row wrap;
    }

    .ogloszenie_szczegoly .dane_ogloszenia .detale {
        flex: 0 0 100%;
        margin-top: 0px;
    }

    .ogloszenie_szczegoly .dane_ogloszenia .prawo {
        flex: 0 0 100%;
        margin-top: 0px;
    }

    .ogloszenie_szczegoly .prawo .cena b,
    .ogloszenie_szczegoly .prawo .lokalizacja b {
        display: block;
        color: #000;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .ogloszenie_szczegoly .prawo .lokalizacja b {
        font-size: 20px;
    }

    .ogloszenie_szczegoly .detale,
    .ogloszenie_szczegoly .obserwuj,
    .ogloszenie_szczegoly .prawo .cena,
    .ogloszenie_szczegoly .lewo .cena,
    .ogloszenie_szczegoly .prawo .lokalizacja,
    .ogloszenie_szczegoly .ogloszenie_lewe .opis,
    .ogloszenie_szczegoly .ogloszenie_lewe .informacje {
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 25px 10px;
        font-size: 13px;
        box-shadow: none;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .ogloszenie_szczegoly .ogloszenie_lewe .opis {
        margin-right: 0;
        font-size: 17px;
    }

    .ogloszenie_szczegoly .ogloszenie_lewe .informacje {
        font-size: 13px;
    }

    .ogloszenie_szczegoly .ogloszenie_lewe .opis .sml {
        color: #888888;
        font-size: 13px;
        margin-left: -5px;
        margin-bottom: 5px;
    }

    .ogloszenie_szczegoly .ogloszenie_prawe > div {
        border-left: none;
        border-right: none;
    }

    .ogloszenie_szczegoly .kontakt {
        margin-top: 10px;
    }

    .ogloszenie_szczegoly .ogloszenie_lewe .opis {
        padding: 25px 15px;
        line-height: 150%;
        text-align: justify;
        overflow: hidden;
        font-size: 115%;
        hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .ogloszenie_szczegoly .kontakt .keylike textarea {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #999;
        padding: 5px;
        color: #000;
        height: 150px;
        font-size: 130%;
    }

    .ogloszenie_szczegoly .bottom_wroc {
        display: block;
    }

    .ogloszenie_szczegoly .detale {

        flex: 1 100%;
        margin-right: 10px;
        border-top: 1px solid #ddd;
        font-size: 13px;
        color: #222222;
        align-self: flex-start;

    }

    .ogloszenie_szczegoly .detale ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ogloszenie_szczegoly .detale li {
        width: 100%;
        border-top: 1px dotted #ddd;
        padding: 5px 5px;
    }

    .ogloszenie_szczegoly .detale li:first-child {
        border: none;
    }

    .ogloszenie_szczegoly .detale .detal {
        width: 130px;
        color: #888888;
        vertical-align: top;
        display: inline-block;
        font-size: 13px;
    }

    .ogloszenie_szczegoly .detale .wartosc {

        color: #222;
        font-weight: bold;
        vertical-align: top;
        display: inline-block;
    }

    .ogloszenie_szczegoly .obserwuj .socialButtons {
        font-size: 11px;
    }

}

.detale_konie {
    background-color: #fff;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 17px;
    color: #222222;
    margin-top: 15px;
    max-width: 840px;
    overflow-x: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
}

.detale_konie .kolumna {
    flex: 1 1 150px;
    vertical-align: top;
    font-size: 15px;
}

.detale_konie .kolumna h5 {
    font-size: 15px;
    color: #d41639;
    margin-bottom: 5px;
}

.detale_konie .kolumna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detale_konie .kolumna ul li {
    padding: 1px 0;
}

.detale_konie .kolumna ul li.ok {
    color: #000;
}

.detale_konie .kolumna ul li.not {
    color: #aaa;
}

.detale_konie .mapa .mapka {
    border: 1px solid #999;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.detale_konie a {
    color: #000000;
    text-decoration: none;
}

.detale_konie a:hover {
    color: #d41639;
    text-decoration: underline;
}

.detale_konie i {
    color: #333;
    p
}

@media (max-width: 740px) {

    .detale_konie {
        display: block;
    }

    .detale_konie .kolumna {
        display: inline-block;
        margin-bottom: 25px;
        margin-right: 20px;
        font-size: 14px;
    }

    .detale_konie .kolumna h5 {
        font-size: 14px;
    }

}

.pagination {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.pagination .info {
    text-align: center;
    font-size: 13px;
    color: #555;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 15px;
}

.pagination ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    color: #666666;
}

.pagination ul li.disabled {
    color: #dddddd;
    border-color: #eee;
}

.pagination ul li.spacer {
    color: #666;
    background: none;
    border: none;
}

.pagination ul li.wider {
    width: 80px;
}

.pagination ul li:hover {
    background-color: #f7f7f7;
    border-color: #666;
    color: #000;
}

.pagination ul li.disabled:hover {
    background-color: #fff;
    border-color: #eee;
    color: #ddd;
    cursor: default;
}

.pagination ul li.spacer:hover {
    background-color: #fff;
    border-color: #fff;
    color: #666;
    cursor: default;
}

.pagination ul li.curr {
    color: #222;
    font-weight: bold;
    border-color: #888;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .pagination ul .onlyDesktop {
        display: none;
    }

}

.obserwowane {

    border-left: 0px;
    margin: 0 auto;
    width: 750px;

}

.obserwowane .usunObserwowane {
    border: 1px solid #EEEEEE;
    padding: 5px 15px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 350px;
    margin-bottom: 2px;
}

.obserwowane .nieaktualne {
    font-size: 15px;
    color: #ddd;
    background-color: #666;
    padding: 10px 25px;
    text-align: center;
    display: block;
}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .obserwowane h1 {
        padding: 0;
        margin: 5px;
        font-size: 35px;
    }
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .obserwowane h1 {
        padding: 0;
        margin: 5px;
        font-size: 25px;
    }

    .obserwowane {

        border-left: 0px;
        margin: 0 auto;
        width: 100%;

    }

    .obserwowane .nieaktualne {
        margin-top: -20px;
    }
}

.brakWynikow {
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.brakWynikow h1 {
    padding: 0;
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .brakWynikow h1 {
        font-size: 25px;
        line-height: normal;
    }

    .wiadomosci_lewe {
        display: none;
    }

}

.wiadomosci {
}

.wiadomosci .wiadomosci_lista a {
    color: #000;
    text-decoration: none;
}

.wiadomosci .wiadomosci_lista a > div:hover {
    background: #faffeb;
    cursor: pointer;
}

.wiadomosci .wiadomosc_w_liscie {
    display: block;
    width: 100%;
    font-size: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    height: 80px;
    overflow: hidden;
}

.wiadomosci .wiadomosc_w_liscie .miniat {
    width: 90px;
    text-align: center;
    float: left;
}

.wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info {
    vertical-align: top;
}

.wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info .user {
    font-weight: normal;
    font-size: 140%;
}

.wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info .oglo {
    font-weight: normal;
    color: #666;
    font-size: 90%;
}

.wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info .kiedy {
    float: right;
    font-weight: normal;
    display: inline-block;
    width: 80px;
    font-size: 90%;
    text-align: right;
    color: #666;
}

.wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info .kiedy i {
}

.wiadomosci .nowa {
    background-color: #fffee4;
}

.wiadomosci b.nowa {
    background-color: #ffec23;
    color: #000;
    padding: 2px 10PX;
    font-size: 90%;
    font-weight: bold;
}

.wiadomosci .usunKonwersacje {
    color: #bbb;
    float: right;
    text-decoration: none;
}

.wiadomosci .usunKonwersacje:hover {
    color: #dd0000;

}

.wiadomosci .ilosc_nowych {
    background: #d00;
    color: #fff;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    border-radius: 5px;
    display: inline-block;
}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .wiadomosci {
        padding: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .wiadomosci h1 {
        padding: 0;
        margin: 0;
        font-size: 35px;
        font-weight: normal;
    }

    .wiadomosci a.wroc {
        color: #999999;
        text-decoration: none;
    }

    .wiadomosci a.wroc:hover {
        color: #d00;
        text-decoration: underline;
    }

    .wiadomosci h1 {
        font-weight: normal;
        margin: 0;
    }

    .wiadomosci h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .wiadomosci .nowa td {
        font-weight: bold;
        color: #000000;
        text-shadow: #ccf 0px 0px 3px;
    }

    .wiadomosci .nowa h3 {
        font-weight: bold;
    }

}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .wiadomosci {
        padding: 5px;
    }

    .wiadomosci h1 {
        padding: 10;
        margin: 0;
        font-size: 23px;
        font-weight: bold;
    }

    .wiadomosci .wiadomosc_w_liscie {
    / / font-size : 80 %;
        padding-right: 5px;
    }

    .wiadomosci .ilosc_nowych {
        background: #FF5E00;
    }
}

.wiadomosci_keys {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 3px;
}

.wiadomosci_keys h1 {
    font-weight: normal;
    margin: 5px 0;
    padding: 0;
    font-size: 28px;
}

.wiadomosci_keys a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0px 0px;
    background-color: #fff;
    padding: 10px 20px;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
    vertical-align: bottom;
}

.wiadomosci_keys a:hover {
    padding-top: 9px;
    padding-bottom: 11px;
    margin-top: -5px;
    color: #d10000;
}

.wiadomosci_keys .selected {
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.wiadomosci_keys a.selected:hover {
    color: #000;
}

.wiadomosci_keys .ilosc_nowych {
    background: #d00;
    color: #fff;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    border-radius: 5px;
    display: inline-block;
}

.ogloszenie_konwersacja {
    border: 1px solid #999;
    padding: 10px;
}

.ogloszenie_konwersacja img {
    float: left;
    margin-right: 10px;
}

.ogloszenie_konwersacja a {
    color: #333;
    text-decoration: none;
}

.ogloszenie_konwersacja a:hover {
    color: #8c1832;
}

.ogloszenie_konwersacja::after {
    content: "";
    clear: both;
    display: table;
}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .nadkonwersacja {
        display: flex;
    }

    .wiadomosci_lewe {
        flex: 0 0 450px;
    / / border-right : 1 px solid #999;
        margin-right: 0px;
        min-height: 800px;
        vertical-align: top;

    }

    .wiadomosci .wiadomosc_w_liscie .wiadomosci_lista_info {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 348px;
    }

    .wiadomosci_lewe .wiadomosc_w_liscie .wiadomosci_lista_info {
        width: 298px;
    }

    .wiadomosci .wybrana {
        background: #e5eae7;
    }

    .konwersacja {
        flex: 1 1 600px;
        margin: 0;
        max-width: 600px;

    }

    .konwersacja .konwersacja_scroll {
        flex: 1 0 100px;
        max-height: 400px;
        padding: 10px;
        overflow-y: auto;
        margin: 0 auto;
    }

    .konwersacja .chmurka {
        border-radius: 2px;
        padding: 10px 15px;
        border-right: 5px;
        margin: 1px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
    }

    .konwersacja .showtime {
        margin-bottom: 35px;
    }

    .konwersacja .showtime.nasza:after {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #c9ee6e;
        bottom: -10px;
        content: '';
        position: absolute;
        right: 5px;
    }

    .konwersacja .showtime.nienasza:after {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #697b95;
        bottom: -10px;
        content: '';
        position: absolute;
        left: 5px;
    }

    .konwersacja .nienasza a {
        color: #fff;
        text-decoration: underline;
    }

    .konwersacja .nienasza a:visited {
        color: #eee;
    }

    .konwersacja .nasza a {
        color: #000;
        text-decoration: underline;
    }

    .konwersacja .nasza a:visited {
        color: #111;
    }

    .konwersacja .nienasza a:hover {
        color: #fff200;
        text-decoration: underline;
    }

    .konwersacja .nasza a:hover {
        color: #e21400;
        text-decoration: underline;
    }

    .konwersacja .nasza {
        background: #c9ee6e;
    / / border : 1 px solid #e2f3c5;
        float: right;
    }

    .konwersacja .nienasza {
        background: #697b95;
        color: #fff;
    }

    .konwersacja .showtime {

    }

    .konwersacja .nowa {
    }

    .konwersacja .odp {
        font-size: 12px;
    }

    .konwersacja .odp textarea {
        width: 100%;;
        height: 150px;
        padding: 10px;
        margin-top: 5px;

    }
}

.konwersacja::after {
    content: "#";
    color: #fff;
}

.konwersacja .btn {
    border: none;
    padding: 5px 15px;
    margin-bottom: 00px;
    background-color: #444;
    color: #eee;
    font-weight: bold;
    float: right;
    margin-top: 5px;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .konwersacja .konwersacja_scroll {
        flex: 1 0 100px;
        padding: 10px;
        overflow-y: auto;
        margin: 0 auto;
        max-height: 600px;
    }

    .konwersacja .chmurka {
        border-radius: 2px;
        padding: 10px 15px;
        border-right: 5px;
        margin: 1px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
    }

    .konwersacja .showtime {
        margin-bottom: 35px;
    }

    .konwersacja .showtime.nasza:after {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #c9ee6e;
        bottom: -10px;
        content: '';
        position: absolute;
        right: 5px;
    }

    .konwersacja .showtime.nienasza:after {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #697b95;
        bottom: -10px;
        content: '';
        position: absolute;
        left: 5px;
    }

    .konwersacja .nasza {
        background: #d9ed9a;
    / / border : 1 px solid #c9ee6e;
        float: right;
    }

    .konwersacja .nienasza {
        background: #697b95;
        color: #fff;
    }

    .konwersacja .odp {
        width: 95%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .konwersacja .odp textarea {
        width: 100%;;
        height: 150px;
        padding: 10px;
        margin-top: 5px;

    }

}

.top_oferta {
    z-index: 30;
    position: absolute;
    margin-top: -4px;
    margin-left: -3px;
    display: block;
    width: 110px;
    height: 41px;
}

.top_oferta img {
    width: auto;
    height: auto;
    display: block;
}

.lista_moje h1 {
    font-weight: normal;
    margin: 0;
    font-size: 35px;
    padding: 0;
    margin-bottom: 15px;
}

.lista_moje .ogloszenie {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
}

.lista_moje .ogloszenie:hover {
    background-color: #f9f9f9;
}

.lista_moje .ogloszenie .zdjecie {
    flex: 0 1 auto;
    width: 80px;
    margin-right: 10px;
    margin-left: 2px;
}

.lista_moje .ogloszenie .zdjecie img {
    max-width: 80px;
}

.lista_moje .ogloszenie .archiwum {
    flex: 50 1 auto;
    padding-left: 5px;
    margin-bottom: 5px;
}

.lista_moje .ogloszenie .tytul {
    flex: 50 1 auto;
    font-size: 13px;
    color: #666666;
    max-width: 594px;
}

.lista_moje .ogloszenie .tytul a {
    font-size: 15px;
    color: #000000;
    text-decoration: none
}

.lista_moje .ogloszenie .tytul a:hover {
    text-decoration: underline;
    color: #d10000;
}

.lista_moje .ogloszenie .liczba {
    flex: 0 1 auto;
    width: 105px;
    white-space: nowrap;
}

.lista_moje .ogloszenie a.promocja {
    background: linear-gradient(#87b8a9, #3b6a75);
    padding: 2px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    box-shadow: 1px 1px 2px #333;
    border-radius: 3px
}

.lista_moje .ogloszenie a.promocja:hover {
    background: linear-gradient(#57e0d0, #13bdb2);
    box-shadow: 1px 1px 2px #999;
}

.lista_moje .ogloszenie b.promocja {
    background: linear-gradient(#57e0d0, #13bdb2);
    padding: 2px 10px;
    color: #fbff9c;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    box-shadow: 1px 1px 2px #333;
    border-radius: 3px;
    cursor: default;
}

.lista_moje .ogloszenie .archiwum .liczba {
    flex: 0 1 auto;
    width: 125px;
    white-space: nowrap;
}

.lista_moje .ogloszenie .link {
    flex: 0 1 auto;
    width: 85px;
    margin-right: 2px;
    text-align: right;
    white-space: nowrap;
}

.lista_moje .ogloszenie .link a {
    font-size: 14px;
    color: #222222;
    text-decoration: none white-space : nowrap;
}

.lista_moje .ogloszenie .link a:hover {
    text-decoration: underline;
    color: #d10000;
}

.lista_moje .text-center {
    text-align: center;

}

.lista_moje .wylaczone {
    color: #999;
    background-color: #ddd;
}

.lista_moje .filtry {
    float: none;
    flex: 0 1 auto;
    width: 350px;
    box-shadow: none;
    margin-left: 0;
    padding: 0;
    padding-right: 10px;
}

.lista_moje .lista_ogloszen_obok {
    flex: 0 1 auto;
    width: 100%;
}

.lista_moje .lista_ogloszen_moje {
    display: flex;

}

.lista_moje .filtry .filtryBox {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.lista_moje .filtry .filtryBox ul {
    padding: 0;
    margin: 0;
}

.lista_moje .filtry .filtryBox li {
    list-style: none;
    padding: 5px;
    border-top: 1px solid #EEEEEE;
}

.lista_moje .filtry .filtryBox a {
    text-decoration: none;
    color: #222222;
}

.lista_moje .filtry .filtryBox .selected li {
    background: #f6f6f6;
    color: #000000;
    font-weight: bold;
}

.lista_moje .gorne_kategorie_moje {
    border-bottom: 1px solid #ddd;
}

.lista_moje .gorne_kategorie_moje a {
    border: 1px solid #ddd;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    width: 150px;
    text-align: center;
    margin-bottom: -1px;
}

.lista_moje .gorne_kategorie_moje a:hover {
    padding-top: 12px;
}

.lista_moje .gorne_kategorie_moje a.selected {
    font-weight: bold;
    color: #000000;
    padding-top: 12px;
    border-bottom: 1px solid #fff;;
}

.lista_moje .niestety {
    width: 400px;
    display: block;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #ddd;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .lista_moje {
        padding-left: 3px;
        padding-right: 3px;
    }

    .lista_moje .lista_ogloszen_moje {
        display: block;
    }

    .lista_moje .filtry {
        display: block;
        flex: none;
        width: 100%;
    }

    .lista_moje .lista_ogloszen_obok {
        display: block;
        flex: none;
    }

    .lista_moje .ogloszenie {
        display: block;
        text-align: center;
    }

    .lista_moje .ogloszenie .zdjecie {
        display: block;
        width: 100%;
    }

    .lista_moje .ogloszenie .zdjecie img {
        max-width: 1000px;
    }

    .lista_moje .ogloszenie .liczba,
    .lista_moje .ogloszenie .link {
        display: inline-block;
        width: 40%;
    }

    .lista_moje .ogloszenie .liczba {
        text-align: left;
    }

    .lista_moje .niestety {
        width: 90%;
        display: block;
        height: 150px;
        line-height: 150px;
        text-align: center;
        margin: 30px auto;
        border: 1px solid #ddd;
    }

    .lista_moje .filtryBox {
        background: none;
    }

    .lista_moje .gorne_kategorie_moje {
        display: block;
        flex: none;
        width: 100%;
        padding: 10px;

    }

    .lista_moje .gorne_kategorie_moje a {
        border: 0;
        text-align: center;
        padding: 5px;
        width: 100%;
        border-top: 1px solid #EEEEEE;
    }

    .lista_moje .gorne_kategorie_moje a.selected {
        padding: 5px;
        background: #f6f6f6;
        color: #000000;
        font-weight: bold;
    }

    .lista_moje .gorne_kategorie_moje a:hover,
    .lista_moje .gorne_kategorie_moje a.selected:hover {
        padding: 5px;
    }

    .lista_moje .gorne_kategorie_moje h5 {
        font-size: 110%;
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .lista_moje .ogloszenie .link a {
        font-size: 14px;
        padding: 5px 8px;
        line-height: 40px;
        color: #222222;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid #999;
        border-radius: 3px;

    }

    .lista_moje .ogloszenie .link a:hover {
        text-decoration: underline;
        color: #d10000;
    }

}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .konto {
        padding: 5px;
    }

    .konto h1 {
        font-weight: normal;
        font-size: 35px;
        margin: 0px 20px;
        padding: 0;
    }

    .konto h3 {
        font-weight: normal;
        font-size: 25px;
        padding: 0;

    }

    .konto ul {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        width: 200px;
        margin-bottom: 50px;

    }

    .konto a {
        display: block;
        width: 200px;
        text-align: center;
        padding: 10px 5px;
        border: 1px solid #ddd;
        color: #555555;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .konto a:hover {
        color: #ee0000;
        background: #f8f8f8;
    }

    .konto a.zwykle {
        display: inline;
        color: #339;
        text-decoration: underline;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 100%;
    }

    .konto a.zwykle:hover {
        background: none;
        color: #f00;
    }

}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .konto {
        padding: 5px;
    }

    .konto h1 {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 35px;
        font-weight: normal;
        margin-bottom: 25px;
    }

    .konto h3 {
        font-weight: normal;
        font-size: 25px;
        padding: 0;

    }

    .konto ul {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        width: 200px;
        margin-bottom: 50px;

    }

    .konto a {
        display: block;
        width: 200px;
        text-align: center;
        padding: 10px 5px;
        border: 1px solid #ddd;
        color: #555555;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .konto a:hover {
        color: #ee0000;
        background: #f8f8f8;
    }

    @media (min-width: 741px) {
        /* szerokie ekrany */
    }


    @media (max-width: 740px) {
        /* w�?skie ekrany */

    }

}

.moderacja h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;

}

.moderacja textarea {
    width: 100%;
}

.moderacja input[type=email] {
    min-width: 250px;
}

.moderacja input[type=text] {
    display: none;
}

.moderacja input[type=radio] {
    margin-bottom: 5px;
    margin-left: 20px;
}

.moderacja input[type=submit] {
    border: none;
    padding: 5px 15px;
    margin-bottom: 30px;
    float: right;
    background-color: #333333;
    color: #eee;
    font-weight: bold;
}

.moderacja .error {
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #d00;
    margin-bottom: 10px;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .moderacja {
        padding: 5px;
    }

    .moderacja h1 {
        font-weight: normal;
        font-size: 25px;
        line-height: 25px;
        margin: 0;
        margin-bottom: 10px;

    }
}

.kontakt {
    /* max-width: 600px; */
    width: 100%;
}

.kontakt h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.kontakt textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.kontakt input[type=email] {
    width: 100%;
    max-width: 450px;
    float: right;
}

.kontakt input[type=submit] {
    border: none;
    padding: 5px 15px;
    margin-bottom: 30px;
    background-color: #333333;
    color: #eee;
    font-weight: bold;
    margin-top: 10px;
}

.kontakt input[type=text] {
    display: none;
}

.kontakt .error {
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #d00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.kontakt .ok {
    display: block;
    background: #247814;
    color: #fffff5;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0px 5px;

    margin-bottom: 20px;
}

/* inne */

.e404 {

    margin: 30px auto;
    max-width: 750px;
    padding: 20px;
    text-align: center;
    font-size: 115%;

}

.e404 img {
    width: 100%;
    max-width: 350px;
}

.e404 h2 {
    margin: 0;;
    font-weight: normal;
}

.e404 hr {
    margin: 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 25px;
    width: 100%;
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #999;
}

.none {
    display: none;
}

.re_volta_bar {
    padding: 0px;
}

.re_volta_bar a {
    color: #222;
    margin-right: 25px;
}

.loginForm {
    max-width: 450px;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 55px auto;
    background: #fff;
    margin-top: 10px;
}

.loginForm h1 {
    font-weight: normal;
    font-size: 35px;
    margin: 0;
}

.loginForm .links a {
    font-size: 95%;
    color: #666;
}

.loginForm .links a:hover {
    font-size: 95%;
    color: #000;
}

.loginForm .haslo {
    color: #aaa;
    font-size: 12px;
    margin-top: 3px;
    float: right;
}

.loginForm .haslo:hover {
    color: red;
}

.loginForm .reg {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.loginForm .reg a {
    margin-top: 5px;
    padding: 10px 15px;
    background: #c5d2b5;
    color: #000000;
    text-decoration: none;
    border: 0px;
    display: inline-block;
    font-size: 14px;
}

.loginForm .reg a:hover {
    color: #333;
    background: #add269;
}

.ukryj_button {
    display: inline-block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

.ukryj_button--tak {
    color: rgba(5, 86, 15, 0.97); /*IconColor*/
    background-image: -webkit-linear-gradient(#b1e861 0%, #37a312 100%);
    background-image: linear-gradient(#b1e861 0%, #37a312 100%);
}

.ukryj_button--tak:hover {
    color: rgba(5, 86, 15, 0.97); /*IconColor*/
    background-image: -webkit-linear-gradient(#bcf767 0%, #3cb614 100%);
    background-image: linear-gradient(#bcf767 0%, #3cb614 100%);
}

.ukryj_button--nie {
    color: rgba(86, 4, 44, 0.97); /*IconColor*/
    background-image: -webkit-linear-gradient(#e85219 0%, #900809 100%);
    background-image: linear-gradient(#e85219 0%, #900809 100%);
}

.ukryj_button--nie:hover {
    background-image: -webkit-linear-gradient(#f4561a 0%, #a0090a 100%);
    background-image: linear-gradient(#f4561a 0%, #a0090a 100%);
}

.ukryj_button .fa {
    line-height: 80px;
}

.ukryj_button:active {
    /*onClick*/
    background-image: -webkit-linear-gradient(#efd800 0%, #d67000 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: none;
}

.twoj_profil .flex_half {
    display: flex;
}

.twoj_profil .flex_half .half {
    flex: 1 1 50%;
}

.twoj_profil .flex_half .half:first-child {
    margin-right: 10px;
}

.twoj_profil .flex_half .half:last-child {
    margin-left: 10px;
}

.twoj_profil .long {
    margin-top: 20px;
    margin-bottom: 10px;
}

.twoj_profil .foto {
    text-align: center;
}

.twoj_profil .foto img {
    max-height: 250px;
    max-width: 250px;
    border-radius: 250px;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .twoj_profil .flex_half {
        display: block;
    }

    .twoj_profil .flex_half .half {
        display: block;
        flex: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .twoj_profil .flex_half .half:first-child {
        margin-right: 0;
    }

    .twoj_profil .flex_half .half:last-child {
        margin-left: 0;
    }
}

.profil_usera .long {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
}

.profil_usera .avatar {
    text-align: center;
    width: 250px;
    height: 250px;
    flex: 0 0 250px;
}

.profil_usera .avatar img {
    max-height: 250px;
    max-width: 250px;
    border-radius: 250px;
}

.profil_usera .dane {
    flex: 1 1 100%;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.profil_usera .dane h1 {
    margin: 0;

}

.profil_usera h2 {
    font-size: 40px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 20px;
}

.profil_usera .dane .linki a {
    font-size: 95%;
    color: #777;
    text-decoration: none;
}

.profil_usera .dane .linki a i {
    margin-right: 6px;
}

.profil_usera .dane .linki a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.profil_usera .dane .statystyki {
    font-size: 95%;
    color: #777;
    text-decoration: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.profil_usera .opisp {
    font-size: 115%;
    color: #333333;
    padding: 20px;
    text-align: justify;
}

.profil_usera .opisp .optAdIns {
    display: none;
}

.profil_usera .mapka {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    bottom: 1px solid #eee;
}

.profil_usera .lokalizacja {
    width: 100%;
    font-size: 120%;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .profil_usera .long {
        display: block;
    }

    .profil_usera .avatar {
        margin: 0 auto;
    }

    .profil_usera .dane {
        margin: 0 auto;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
        border-left: 0;
        padding-left: 0;
    }

    .profil_usera h2 {
        font-size: 30px;
    }
}

.subskrypcja {
    padding: 20px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;

}

.subskrypcja h1 {
    padding: 0;
    margin: 0;

}

.subskrypcja .formularz {
    margin-top: 20px;
}

.subskrypcja .formularz h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.subskrypcja .formularz .pole {
    border: 1px solid #eee;
    padding: 20px;
}

.subskrypcja .formularz ul {
    width: 100%;
    margin: 5px;
}

.subskrypcja .formularz li {
    list-style: disc;
    margin-left: 10px;
}

.odswiez {
    border: #e7efd9 1px solid;
    background-color: #f7ffe8;
    padding: 10px 15px;
    font-size: 120%;
    margin-bottom: 10px;
}

.promuj .promuj_top {
    flex: 0 0 100%;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.promuj .promuj_top .ofertaMD {
    font-size: 13px;
    color: #999;
}

.promuj .promuj_top .ofertaMD a {
    color: #999;
}

.promuj .promuj_top .og�?oszenie a:hover {
    color: #333;
}

.promuj .promuj_top h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 40px;
}

.promuj .promuj_oferty {
    display: flex;
    justify-content: space-around;
}

.promuj .promuj_oferty .oferta {
    width: 25%;
    text-align: center;
    margin-top: 10px;

}

.promuj .promuj_oferty .oferta .nazwa_oferty {
    font-size: 33px;
    display: block;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fdfdfd;
    font-weight: bold;
    vertical-align: middle;
    height: 90px;
    line-height: 35px;
    padding-top: 10px;
    width: 120%;
    margin-left: -10%;
    margin-top: 5%;

}

.promuj .promuj_oferty .oferta .oferta_green {
    background: linear-gradient(#9ddc3b, #55a938);
}

.promuj .promuj_oferty .oferta .oferta_orange {
    background: linear-gradient(#fca700, #ce5300);
}

.promuj .promuj_oferty .oferta .oferta_red {
    background: linear-gradient(#E92E25, #93110C);
    height: 110px;
    padding-top: 20px;
    margin-top: 0%;
    width: 130%;
    margin-left: -15%;
    margin-bottom: -4%;
}

.promuj .promuj_oferty .oferta .one_line {
    line-height: 70px;
}

.promuj .promuj_oferty .oferta .cechy {
    margin-top: 20px;
    text-align: left;
}

.promuj .promuj_oferty .oferta .cechy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dotted #999;
}

.promuj .promuj_oferty .oferta .cechy ul li {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}

.promuj .promuj_oferty .oferta .cechy ul li.nie {
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}

.promuj .promuj_oferty .oferta .cechy .fa-check {
    color: #0aba00;
}

.promuj .promuj_oferty .oferta .cechy .fa-close {
    margin-left: 2px;
    margin-right: 5px;
}

.promuj .oferta .opcje {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #999;
    font-weight: bold;

}

.promuj .oferta .opcje .opcja {
    margin-bottom: 10px;
    padding: 15px 0px;
    text-align: center;
    background: linear-gradient(#87b8a9, #3b6a75);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);;
    display: flex;
}

.promuj .oferta .opcje .opcja .dni {
    width: 50%;
    font-size: 25px;
    color: #fff;
}

.promuj .oferta .opcje .opcja .cena {
    width: 50%;
    font-size: 25px;
    color: #ff0;
}

.promuj .oferta .opcje .opcja:hover {
    background: linear-gradient(#57e0d0, #13bdb2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.promuj .oferta .opcje a {
    text-decoration: none;
}

.promuj .podsumowanie {
    margin-bottom: 20px;
}

.promuj .podsumowanie h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.promuj .podsumowanie .dane_zamowienia {
    border-top: 1px dotted #ddd;
    margin-top: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.promuj .podsumowanie .dane_zamowienia b {
    color: #8c1832;
}

.promuj .podsumowanie .umowy {
    margin-left: 20px;
}

.promuj .podsumowanie .umowy .inp {
    display: inline-block;
    width: 20px;
}

.promuj .podsumowanie .umowy label {
    font-size: 12px;
    display: inline-block;
    max-width: 350px;
    vertical-align: top;
    margin-left: 10px;
    text-align: justify;
}

.promuj .error {
    font-weight: bold;
    background-color: #dd0200;
    color: #fdfdfd;
    padding: 5px 10px;
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.promuj .wroc {
    font-size: 12px;
    color: #777;
}

.promuj .wroc a {
    text-decoration: none;
    color: #777;
}

.promuj .wroc a:hover {
    text-decoration: none;
    color: #f00;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .promuj .promuj_top {
        padding: 0px 10px;
        font-size: 17px;
    }

    .promuj .promuj_top h1 {
        font-weight: normal;
        font-size: 30px;
    }

    .promuj .promuj_top .ofertaMD {
        font-size: 11px;
    }

    .promuj .promuj_oferty {
        display: block;
    }

    .promuj .promuj_oferty .oferta {
        width: 100%;
        margin-bottom: 20px;
    }

    .promuj .promuj_oferty .oferta h2 {
        font-size: 25px;
        height: auto;
    }

    .promuj .podsumowanie h2 {
        font-size: 22px;
    }

}

.table_platnosci {
    width: 100%;
}

.table_platnosci tr:hover {
    background-color: #fafafa;
}

.table_platnosci tr.th {
    border-bottom: 1px solid #eee;;
}

.table_platnosci tr.th:hover {
    background-color: #fff;
}

.table_platnosci td {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 7px 10px;
    font-size: 13px;
}

.table_platnosci td.r {
    text-align: right;
}

.table_platnosci td.l {
    border-right: 1px solid #eee;
}

.table_platnosci td.c {
    text-align: center;
}

.table_platnosci a {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    display: inline;
}

.table_platnosci a:hover {
    background: none;
    text-decoration: underline;
}

@media (max-width: 740px) {
    /* w�?skie ekrany */
    .table_platnosci th {
        font-size: 9px;
    }

    .table_platnosci td {
        padding: 10px 2px;
        font-size: 10px;
    }
}

.super_baner_wide {
    display: none;
    margin: 0 auto;
}

.super_baner_mob {
    display: block;
    margin: 0 auto;
}

.super_baner_mob img {
    width: 100%;
}

@media (min-width: 741px) {
    /* szerokie ekrany */
    .super_baner_wide {
        display: block;
        margin: 0 auto;
    }

    .super_baner_mob {
        display: none;
        margin: 0 auto;
    }
}

.ogloszenie_flex .Multiplex {
    mARGIN-top: 10px !important;
    mARGIN-bottom: 10px !important;

}

.pakiety {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pakiety th {
    background-color: #eee;
    padding: 2px;
    font-size: 80%;
}

.pakiety td {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 5px;
    font-size: 100%;
}

.pakiety td.green {
    font-weight: bold;
    color: #090;
}

.pakiety td.red {
    font-weight: bold;
    color: #d00;
}


.konkurs {
    background: none;
    padding: 10px;
    overflow: hidden;
    height: 510px;
}

.konkurs .napis {
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    width: 40%;
    min-width: 400px;
    text-align: center;
}

.konkurs .linkz {
    position: relative; top:-150px; margin:0 auto; text-align:center;width:400px;  background: rgba(255,255,255,0.5); padding: 15px; border-radius: 10px;
}

.konkurs .linkkey {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 12px 40px;
    font-weight: bold;
    color: #eeeeee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin-top: 5px;
}

.konkurs .linkfb {
    background: linear-gradient(#4756d1, #323383);
    margin-right: 20px;
}

.konkurs .linkig {
    background: linear-gradient(37deg, #ffd100 0%, #d10f00 30%, #a22dd1 100%);
    margin-left: 20px;
}

.konkurs .wide {
    display: block;
}
.konkurs .tall {
    display: none;
}

@media (max-width: 900px) {
    .konkurs .linkz {
        top:-120px;
        margin-bottom: -120px;
    }
}
@media (max-width: 740px) {
    /* szerokie ekrany */
    .konkurs {
        height: auto;
        max-height: none;
    }


    .konkurs .linkz {
        top:-80px;
        position: relative;margin:0 auto; text-align:center;width:100%;  background: rgba(255,255,255,1);

    }
    .konkurs .linkz .linkig {
        margin: 0px;
    }
    .konkurs .linkz .linkfb{
        margin:0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}

@media (max-width: 500px) {
    .konkurs .linkz {
        top:-60px;
    }

}

@media (max-width: 400px) {
    .konkurs .linkz {
        top:00px;
    }
    .konkurs .linkig,
    .konkurs .linkfb {
        display: block;
        max-height: none;
    }

    .konkurs .wide {
        display: none;
    }
    .konkurs .tall {
        display: block;
    }
}


.dane_kupujacego {
    max-width: 400px;
}



.dane_kupujacego .formElement {
    margin-bottom: 12px;
    margin-top: 5px;
}
.dane_kupujacego .formElement .caption{
    font-size: 75%;
    font-weight: normal;
    color: #999;
    margin-bottom: 2px;
}

.dane_kupujacego .formElement .inputFull{
    font-weight: normal;
    border: 1px solid #999;
    border-radius: 4px;
    width: 100%;
    display: flex;
    padding: 5px 8px;
    align-items: center;
    font-size: 110%;
}

.dane_kupujacego .formElement .inputFull input{
    border: none;
    flex: 1 1 100%;
}

.dane_kupujacego .inputError {
    border:2px solid red !important;
}
.dane_kupujacego .inputErrorCaption {
    display: block;
    font-size: 90%;
    color: red;
    padding-top: 3px;
}
.dane_kupujacego .inputErrorCaptionOff {
    display: none;
}


.dane_kupujacego .telefon {
    padding-left: 5px;
}



.dane_kupujacego .swiper-container {
    margin: 0 auto;
    position: unset;
}
.dane_kupujacego .swiper-slide {
    width:85px;
}


.obrazki{
    text-align: center;
    padding: 30px 0px;
}

.obrazki .napis {
    font-size: 8px;
    letter-spacing: 20px;
    line-height: 10px;
    text-align: center;
    color: #888;
    display: block;
}

.obrazki .mojeObrazki {
    max-width: 420px;
    width: 100%;
}


.mojeObrazkig  .mojeObrazki{
    max-width: 1050px;
}




.godziny {
    display: flex;
    overflow-y: auto;
}
.godziny .godzina_wrapper {
    width: 22px;
    min-height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.godziny .godzina_bar {
    display: block;
    background: #000;
    width: 18px;
    margin: 0 auto;
    height: 1px;
}
.godziny .godzina_caption {
    text-align: center;
    width: 100%;
}