a
{
    outline: none;
    color: #444;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

body
{
    background: #fff;
    font-family: 'Open Sans', Arial, Tahoma;
    font-size: 14px;
}

h1,
h3
{
    font-family: 'Oswald';
    font-weight: normal;
    padding: 15px;
    font-size: 24px;
    color: #fff;
    background: #273f6e;
    border-radius: 3px;
    margin-bottom: 15px;
}

h1.opcje
{
    background: #b99834;
    color: #fff;
    text-shadow: none;
}

h3
{
    background: #444;
    color: #fff;
}

strong
{
    font-weight: bold;
}

.center
{
    text-align: center;
}

.cleaner
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.display_mobile
{
    display: none;
}

.powrot
{
    text-decoration: none;
    color: #999;
}

.powrot:hover
{
    color: #273f6e;
}

#container
{
    padding: 30px 0px;
}

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

.form div
{
    padding: 5px 0px 5px 0px;
}

.success
{
    color: #85a918;
    font-family: 'Oswald';
}

#container, header
{
    margin: 0 auto;
}

#main
{
    padding-bottom: 20px;
}

header
{
    text-align: center;
    position: relative;
    font-family: 'Oswald';
    color: #fff;
    display: block;
    background: #eee;
}

header span.podtytul
{
    display: inline-block;
    padding-top: 15px;
    font-size: 21px;
    text-shadow: 1px 1px 1px #000;
}

#header_in
{
    background: #6e8c2d;
    position: relative;
    z-index: 1600;
    float: right;
    width: 202px;
    padding: 12px 12px 35px 12px;
}

#slider_out
{
    max-width: 800px;
    float: left;
    position: relative;
}

.slider-wrapper
{
    width: 100%;
}

.slider-wrapper img
{
    width: 100%;
}

#logo
{
    padding-top: 20px;
    display: inline-block;
}

#social
{
    text-align: center;
    margin-top: 20px;
}

#social ul
{
    margin: 0;
    padding: 0;
    text-align:center;
}

#social ul li
{
    display: inline-block;
    list-style-type: none;
}

#social a
{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px 0px 5px;
    padding: 4px 0;
    font-size: 30px;
    line-height: 30px;
    text-decoration:none;
    text-align: center;
    background: transparent;
    vertical-align: bottom;
    color: #6b7076;
    border: 0px solid #6b7076;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    opacity: 0.6;
    border-radius: 6px;
}

#social a:hover {
    background: #f3f3f3;
    opacity: 1;
    margin-top: -10px;
}

#social .facebook    a { color: #3b5a9b; border-color: #3b5a9b; }
#social .youtube     a { color: #ff3330; border-color: #ff3330; }

#logowanie
{
    position: absolute;
    right: 0px;
    top: 20px;
    right: 20px;
    font-size: 16px;
    background: #b99834;
    padding: 6px;
    border-radius: 6px;
    line-height: 160%;
    z-index: 2100;
}

#zalogowany
{
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: left;
    font-size: 16px;
    z-index: 2100;
}

#zalogowany div
{
    background: #b99834;
    padding: 6px;
    border-radius: 6px;
    line-height: 160%;
}

#zalogowany #witaj
{
    color: #273f6e;
    display: block;
    text-align: right;
    padding: 10px 10px 10px 10px;
    text-shadow: 0px 0px 6px #eee;
}

#logowanie a,
#zalogowany a
{
    padding: 0px 8px;
    color: #fff;
    text-decoration: none;
}

#zalogowany a
{
    display: block;
}

#logowanie a i,
#zalogowany a i
{
    padding-right: 8px;
    color: #fff;
}

#logowanie a:hover,
#logowanie a:hover i,
#zalogowany a:hover,
#zalogowany a:hover i
{
    color: #73590c;
    transition: .3s;
}

#menu
{
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
}

#menu nav
{
    clear: both;
    margin: 0px 0px;
}

#menu nav li
{
    display: inline-block;
    margin: 0px 5px;
}

#menu nav li a
{
    text-decoration: none;
    font-size: 22px;
    line-height: 60px;
    color: #b99834;
    display: inline-block;
    padding: 0px 20px;
}

#menu nav li a:hover,
#menu nav li a.active
{
    color: #fff;
    background: #b99834;
    transition: .3s;
}

#kategorie
{
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    background: #73590c;
    box-shadow: 0px 0px 16px #ddd;
}

#kategorie nav li
{
    display: inline-block;
    margin: 0px 10px;
}

#kategorie nav li a
{
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
}

#kategorie nav li a:hover,
#kategorie nav li a.active
{
    color: #fff;
    background: #b99834;
    padding-top: -20px;
    transition: .3s;
}


#bottom
{
    background: #9e2020;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 11px;
}

#stopka
{
    font-size: 11px;
    margin: 0 auto;
    padding: 12px 0 12px;
    text-align: left;
    color: #fff;
    background: #555;
    line-height: 21px;
}

#stopka span
{
    float: right;
}

#stopka img
{
    vertical-align: middle;
}

.text h1
{
    color: #fff;
    font-size: 44px;
    margin-bottom: 6px;
    margin-left: 10px;
}

h1 + h1
{
    background: #ddd !important;
    color: #000;
}

h1 + h1 + h1
{
    display: none;
}

h1 a
{
    text-decoration: none;
    color: #fff;
}

.text h1.red
{
    color: #9e2020;
}

.text h2
{
    color: #273f6e;
    font-size: 44px;
    font-family: 'Oswald';
    font-weight: normal;
    padding: 10px 10px 30px 10px;
}

.text p
{
    font-size: 16px;
    line-height: 160%;
    color: #111;
    padding: 0px 10px 20px 10px;
}

.text p strong
{
    font-weight: bold;
}

.text iframe
{
    border: 3px solid #2853a0;
}

.text > ul,
.text > ol
{
    padding-bottom: 20px;
    margin-left: 10px;
}

.text ul li
{
    font-size: 16px;
    line-height: 140%;
    padding-left: 25px;
    list-style-type: none;
    padding-bottom: 10px;
    background: url('../images/li.png') no-repeat 3px 5px;
}

.text ol > li
{
    font-size: 16px;
    line-height: 140%;
    margin-left: 25px;
    padding-bottom: 5px;
    list-style-type: decimal;
}

.text li p
{
    padding: 0px;
}

.text img,
#unia img
{
    max-width: 100%;
    height: auto !important;
}

.galeria
{
    text-align: center;
    padding-bottom: 20px;
}

.galeria a
{
    margin: 5px;
    display: inline-block;
    border: 3px solid #fff;
    height: 120px;
}

.galeria a:hover
{
    border: 3px solid #2853a0;
}

.text table,
.tabela
{
    font-size: 13px;
    border-collapse: separate;
    border-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    line-height: 140% !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 90%;
}

.text table th,
.tabela th
{
    background: #2752a0;
    color: #fff;
    padding: 10px 6px;
    margin: 2px;
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
    border-radius: 4px;
}

.text table td,
.tabela td
{
    background: #eee;
    color: #444;
    padding: 5px 10px;
    margin: 2px;
    vertical-align: middle;
}

.text table tr.mod td,
.tabela tr.mod td
{
    background: #dfdfdf;
}

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

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

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

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

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

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

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

.paginate .disabled
{
    background: #fcfcfc;
}

.oferta
{
    clear: both;
    margin: 25px 0px 25px 0px;
    background: #fff;
}

.oferta .panstwo
{
    background: #73590c;
    color: #fff;
    font-family: 'Oswald';
    line-height: 24px;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.oferta img
{
    float: left;
    margin-right: 20px;
    max-width: 100%;
}

.oferta h2
{
    font-family: 'Oswald';
    font-size: 22px;
    color: #73590c;
    text-transform: uppercase;
    margin: 20px 0px;
}

.oferta .mp
{
    font-family: 'Oswald';
    font-size: 18px;
    display: block;
    margin: 15px 0px;
    color: #d0d0d0;
}

.oferta .mp span
{
    color: #9d9d9d;
}

.oferta p
{
    font-size: 12px;
    color: #9d9d9d;
    line-height: 140%;
}

.oferta .wiecej
{
    float: right;
    background: #73590c;
    font-family: 'Oswald';
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 10px 20px;
    border-radius: 4px;
}

.oferta .wiecej:hover
{
    background: #b99834;
    transition: .3s;
}

.div_error
{
    background: #a02525;
    color: #fff;
    text-align: center;
    line-height: 300%;
    border-radius: 4px;
}

.podsumowanie
{
    font-family: "Oswald";
    font-size: 16px;
    background: #73590c;
    color: #fff;
    display: block;
    float: none;
    width: auto;
    border-radius: 4px;
    text-align: left;
    padding: 10px;
    margin: 0px 20px;
}

#fos > p
{
    font-family: "Oswald";
    font-size: 16px;
    background: #eee;
    color: #767676;
    display: block;
    float: none;
    width: auto;
    border-radius: 4px;
    text-align: left;
    padding: 10px;
    margin: 0px 20px;
    margin-bottom: 10px;
}

.rezerwacja
{
    line-height: 160%;
    border-radius: 4px;
    margin: 20px;
    padding: 20px;
    background: #eee;
}

.oplata
{
    line-height: 160%;
    border-radius: 4px;
    margin: 20px;
    padding: 20px;
    background: #767676;
    color: #fff;
}

.oplata h3
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#unia
{
    background: #f4f4f4;
    text-align: center;
    line-height: 140%;
    color: #555;
    padding: 20px;
}

#unia a
{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #273f6e;
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 6px;
}

#unia a:hover
{
    background: #000;
    transition: .3s;
}

.form .warunki
{
    padding-left: 310px;
}

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

#accept-cookies-checkbox
{
    background: #fff;
    color: #888;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

#accept-cookies-checkbox:hover
{
    color: #fff;
    transition: .3s;
    background: #333;
}

.rodo_info
{
    font-style: italic;
    color: #555;
    line-height: 130%;
    padding: 20px;
    background: #f6f6f6;
}

#news
{
    text-align: center;
    margin-bottom: 30px;
}

#news a
{
    display: flex;
    vertical-align: top;
    text-align: left;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-decoration: none;
    line-height: 140%;
}

#news a > div
{
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

#news a > div img
{
    max-width: 100%;
}

#news a:hover
{
    background: #273f6e;
    transition: .3s;
    color: #fff;
}

#news a:hover p,
#news a:hover h2
{
    color: #fff;
}

#news a > div
{
    padding: 0px 20px;
}

#news a h2
{
    padding: 0px 0px 20px 0px;
    color: #273f6e;
    line-height: 110%;
    font-size: 28px;
    font-weight: 700;
}

#news p
{
    padding-bottom: 10px;
}

#news p.wiecej
{
    color: #999;
    text-align: right;
}

#news p.data,
.text p.data
{
    color: #222;
}

.n_naglowek p
{
    font-weight: bold;
}

.text .n_img
{
    float: right;
    margin-left: 20px;
    width: 500px;
    max-width: 100%;
}

#podstrony
{
    margin-bottom: 15px;
    text-align: center;
}

#podstrony a
{
    background: #ddd;
    display: inline-block;
    padding: 10px 12px;
    color: #333;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 3px;
}

#podstrony a:hover,
#podstrony a.active
{
    background: #273f6e;
    transition: .3s;
    color: #fff;
}
