body
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

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

body a:hover
{
    color: #f58220;
    transition: .3s;
}

.display_mobile
{
    display: none;
}

.cleaner
{
    clear: both;
}

.center
{
    text-align: center;
}

.strong
{
    font-weight: 800;
}

.container
{
    width: 1200px;
    margin: 0 auto;
}

header
{
    height: 135px;
}

header #podlogo
{
    background: #676767;
    display: inline-block;
    padding: 15px 30px;
    position: absolute;
    top: 34px;
}

header #podlogo.podlogo_fixed
{
    position: fixed;
    z-index: 101;
    top: 0px;
    padding: 13px 30px 12px 30px;
}

header #podlogo.podlogo_fixed img
{
    /*height: 42px;*/
}

header #belka_gorna
{
    text-align: right;
    height: 20px;
    padding: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

header #belka_gorna #logowanie a,
header #belka_gorna #zalogowany a
{
    border-right: 1px solid #414141;
}

header #belka_gorna a#zarejestruj,
header #belka_gorna #zalogowany a.log_button
{
    border: 0px;
}

header #witaj
{
    background: #ececec;
    padding: 5px 10px;
    color: #f58220;
}

header #belka_gorna a
{
    padding: 0px 10px;
}

header .menu
{
    height: 70px;
    line-height: 70px;
    background: #f4f4f4;
}

header .menu_fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: #414141;
}

header .menu_fixed a
{
    color: #fff;
}

header .menu_fixed a.active,
header .menu_fixed a:hover
{
    color: #414141;
}

header nav
{
    margin-left: 320px;
    font-size: 18px;
}

header nav li
{
    display: inline-block;
    line-height: 70px;
}

header nav a
{
    padding: 0px 15px;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

header nav a:hover,
header nav a.active
{
    background: #e6e6e6;
}

#podtop
{
    height: 40px;
    line-height: 40px;
}

#podtop #sciezka
{
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

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

.form input,
.form textarea,
.form select,
.select,
#szukaj_input,
#newsletter_input
{
    padding: 6px;
    width: 200px;
    color: #777;
    margin: 0px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
    line-height: 130%;
    font-size: 14px;
}

.form input[type="checkbox"]
{
    margin-top: 4px;
    width: auto;
}

.select
{
    width: 100px;
}

.select_rabat
{
    width: 170px;
}

.form textarea
{
    width: 300px;
    height: 100px;
}

.form label,
.label
{
    display: inline-block;
    width: 150px;
    text-align: right;
    padding: 5px 10px 5px 0px;
    clear: both;
    color: #2752a0;
    font-size: 16px;
    vertical-align: top;
}

.label
{
    width: 100px;
}

.form input[type=submit],
.button,
#_submit,
button
{
    width: auto;
    border: 0px;
    padding: 6px 10px;
    background-color: #e6e6e6;
    color: #f58220;
    line-height: 130%;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
}

.form button
{
    margin-left: 160px;
}

a.button
{
    vertical-align: middle;
    display: inline-block;
    line-height: 140%;
    font-size: 14px;
}

.center_button
{
    text-align: center;
}

.center_button button
{
    margin: 0px;
}

.button_red,
#rezerwacja .button.button_red
{
    background: #d4373d;
    color: #fff;
}

.form input[type=submit]:hover,
.button:hover,
#_submit:hover,
button:hover
{
    background-color: #676767 !important;
    color: #fff;
    box-shadow: 0px 0px 9px -6px #fff;
    transition: .3s;
}

.szukaj_form
{
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}

.form input:hover,
.szukaj_form input#szukaj_input:hover
{
    background: #f6f6f6;
    color: #333;
    transition: .3s;
}

#slider figure
{
    width: calc(25% - 8px);
    float: left;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#slider figure figcaption
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    padding-top: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 140%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

#slider figure:hover figcaption
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: .4s;
    padding-bottom: 15px;
}

#slider figure figcaption h1
{
    font-size: 20px;
    font-weight: 700;
}

#slider figure:hover figcaption h1
{
    color: #f58220;
    transition: .4s;
}
    
#slider figure.slider-small
{
    max-width: 162px;
    float: left;
}

.pasek_srodek
{
    background: #f4f4f4;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
}

.pasek_srodek h2
{
    background: #f58220;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 30px;
    font-size: 18px;
    width: 212px;
}

.pasek_srodek ul
{
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
}

.pasek_srodek li
{
    display: inline-block;
    line-height: 70px;
}

.pasek_srodek a
{
    padding: 0px 15px;
    line-height: 70px;
    height: 70px;
    display: inline-block;
}

.pasek_srodek a:hover,
.pasek_srodek a.active
{
    background: #e6e6e6;
}

#menu_kategorie .menu_kategorie
{
    display: none;
}

#srodek
{
    width: 885px;
    float: left;
    margin-right: 15px;
}

#prawa
{
    width: 300px;
    float: left;
}

#social
{
    background: #b3b3b3;
    text-align: center;
    padding-bottom: 3px;
}

#social h2,
#kalendarz_box h2
{
    color: #fff;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

/* Style #1 for social icons starts here*/
#social ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align:center;
}

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

#social a {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 5px 5px 0;
    padding: 8px 0;
    font-size: 28px;
    line-height: 0px;
    text-decoration:none;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    border: 0px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#social a:hover { background: #ddd; }

#social .behance     a:hover { color: #2b9ad2; border-color: #2b9ad2; }
#social .blogger     a:hover { color: #ff6500; border-color: #ff6500; }
#social .deviantart  a:hover { color: #536659; border-color: #536659; }
#social .dribbble    a:hover { color: #f973a4; border-color: #f973a4; }
#social .facebook    a:hover { color: #3b5a9b; border-color: #3b5a9b; }
#social .flickr      a:hover { color: #ff0084; border-color: #ff0084; }
#social .forrst      a:hover { color: #2f713d; border-color: #2f713d; }
#social .googleplus  a:hover { color: #f63d26; border-color: #f63d26; }
#social .instagram   a:hover { color: #507ea4; border-color: #507ea4; }
#social .lastfm      a:hover { color: #da0019; border-color: #da0019; }
#social .linkedin    a:hover { color: #0072b2; border-color: #0072b2; }
#social .paypal      a:hover { color: #165c82; border-color: #165c82; }
#social .picasa      a:hover { color: #8a65a3; border-color: #8a65a3; }
#social .pinterest   a:hover { color: #cb2027; border-color: #cb2027; }
#social .skype       a:hover { color: #00aaf1; border-color: #00aaf1; }
#social .soundcloud  a:hover { color: #ff6900; border-color: #ff6900; }
#social .stumbleupon a:hover { color: #eb4823; border-color: #eb4823; }
#social .twitter     a:hover { color: #2baae1; border-color: #2baae1; }
#social .vimeo       a:hover { color: #40b2dc; border-color: #40b2dc; }
#social .youtube     a:hover { color: #ff3330; border-color: #ff3330; }
/* Style #1 ends here*/

.text h1,
#menu_kategorie h1,
h1.h1_wydarzenie,
h1.h1_kup_bilet
{
    background: #414141;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    padding: 0px 30px;
    text-transform: uppercase;
}

h1.h1_kup_bilet
{
    background: #f58220;
}

#scroll_click
{
    background: #e6e6e6;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

#scroll_click:hover
{
    background: #414141;
    color: #fff;
}

.text h2
{
    font-size: 18px;
    font-weight: 800;
    color: #f58220;
    padding-bottom: 20px;
}

.text ul,
.text ol
{
    margin-left: 25px;
    margin-bottom: 20px;
}

.text ol
{
    list-style-type: decimal;
}

.text ol li,
.text ul li
{
    margin-bottom: 5px;
}

.text ul li
{
    background: url('/images/partnerzy/albert/li.png') 0px 5px no-repeat;
    padding-left: 20px;
}

.text .no_margin li
{
    margin: 0;
}

.text li
{
    line-height: 150%;
    font-size: 16px;
}

strong
{
    font-weight: 800;
}

.text em
{
    font-style: italic;
}

.text_in
{
    padding: 25px 15px;
}

.text_in img.podstrona_img
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.text_in img
{
    max-width: 100%;
    height: auto !important;
}

.text_in .logo_in
{
    float: left;
    margin-right: 15px;
}

.text p
{
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 150%;
}

.text_in a
{
    color: #ff6800;
}

#prawa .box,
#facebook_box
{
    margin-bottom: 15px;
}

#kalendarz_box
{
    background: #f4f4f4;
    text-align: center;
}

#kalendarz_box h2
{
    padding-bottom: 12px;
    color: #414141;
}

#kalendarz .fc-content table
{
    margin-top: 5px;
}

#kalendarz .fc-content table td,
#kalendarz .fc-content table th
{
    border-color: #ff822c;
}

#kalendarz td a
{
    display: inline-block;
    height: 28px;
    width: 100%;
}

#kalendarz td a:hover
{
    background: #414141;
    color: #fff;
    transition: .3s;
}

#kalendarz .fc-day-header
{
    height: 26px;
    line-height: 26px;
}

#kalendarz .fc-day-number
{
    padding: 0px;
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
}

#kalendarz .fc-day-content
{
    display: none;
}

#kalendarz .fc-sat,
#kalendarz .fc-sun
{
    background: #fef3ec;
}

#kalendarz .fc-sat .fc-day-number,
#kalendarz .fc-sun .fc-day-number
{
    color: #ff822c;
}

#kalendarz .fc-today
{
    background: #ffb683;
}

#kalendarz .active
{
    background: #ff822c;
}

#kalendarz .active .fc-day-number
{
    color: #fff;
}

#kalendarz .fc-other-month
{
    background: #ececec;
}

#kalendarz .fc-button
{
    background: none;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}

#kalendarz .fc-button .fc-icon
{
    color: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after{
    content: " ";
}

#kalendarz .fc-icon-left-single-arrow
{
    background: url('/images/partnerzy/albert/arrow-left.png') center center no-repeat;
}

#kalendarz .fc-icon-right-single-arrow
{
    background: url('/images/partnerzy/albert/arrow-right.png') center center no-repeat;
}

#kalendarz .fc-header-center
{
    text-align: center;
    width: 200px;
    vertical-align: top;
}

#kalendarz h3
{
    color: #f58220;
}

#kalendarz h3:first-word
{
    color: #6f6f6f;
    font-size: 13px;
}

footer
{   
    clear: both;
    background: #414141;
    padding: 30px 0px 0px;
    margin-top: 10px;
}

footer h3
{
    color: #f4f4f4;
    font-size: 30px;
    padding: 10px 0px 20px;
}

footer p
{
    color: #b3b3b3;
    font-size: 18px;
    padding: 10px;
}

footer a
{
    color: #b3b3b3;
}

footer p i
{
    font-size: 22px;
    width: 30px;
    text-align: center;
}

footer p i.fa-mobile-phone,
footer p i.fa-at
{
    font-size: 23px;
}

footer li
{
    padding: 4px 5px;
    font-size: 16px;
}

footer li a
{
    color: #b3b3b3;
    text-transform: uppercase;
}

#cookies
{
    clear: both;
    color: #b3b3b3;
    font-size: 13px;
    text-align: center;
    padding: 0px 10px 20px 10px;
}

#stopka_kontakt,
#stopka_menu,
#stopka_platnosci,
#stopka_dane
{
    width: 260px;
    float: left;
    padding: 0px 20px 10px 20px;
    border-right: 1px solid #545353;
    margin-bottom: 20px;
}

#stopka_platnosci
{
    width: 240px;
    border-right: 0px;
}

#stopka_platnosci #platnosci
{
    padding: 0px;
}

#stopka_platnosci #platnosci a
{
    font-size: 12px;
    display: inline-block;
    padding-bottom: 15px;
}

#stopka_platnosci #platnosci img
{
    padding-right: 12px;
    padding-bottom: 12px;
}

#stopka_dane
{
    border-right: 0px;
    border-left: 1px solid #545353;
}

#stopka_dane h3
{
    color: #f58220;
}

#stopka_dane div
{
    border-top: 1px solid #545353;
    padding-top: 5px;
    margin-top: 5px;
}

#stopka_dane div p
{
    font-size: 13px;
    color: #888;
}

#stopka_dane p
{
    padding: 5px 10px;
    font-size: 16px;
}

#stopka
{
    background: #555;
    text-align: right;
    padding: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #b3b3b3;
}

#stopka img
{
    vertical-align: middle;
    padding: 0px 3px;
    max-height: 21px;
}

#stopka span
{
    padding: 0px 10px;
}

#stopka .left
{
    float: left;
}

#wydarzenia
{
    padding: 15px 0px;
}

#wydarzenia .wydarzenie
{
    width: 49.5%;
    float: left;
    height: 420px;
    margin-bottom: 20px;
}

#wydarzenia .wydarzenie div.event_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}

#wydarzenia .wydarzenie a
{
    display: block;
    position: relative;
}

#wydarzenia .widowisko_wydarzenie a 
{
    display: inline-block;
}

#wydarzenia .widowisko_wydarzenie .div_kup
{
    text-align: center;
    padding: 10px 0px;
}

#wydarzenia .widowisko_wydarzenie a.kup
{
    display: inline-block;
    background: #f58220;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

#wydarzenia .widowisko_wydarzenie a.kup:hover
{
    background: #414141;
}

#wydarzenia .wydarzenie h1
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    padding-top: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 140%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 800;
}

#wydarzenia .wydarzenie a:hover h1
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: .4s;
    color: #fff;
}

#wydarzenia .wydarzenie a:hover .wydarzenie_prawa_top
{
    background: #e9e9e9;
    color: #414141;
    transition: .4s;
}

#wydarzenia .wydarzenie a:hover .krotki_opis
{
    background: #f4f4f4;
    color: #414141;
    transition: .4s;
    border-bottom: 1px solid #e9e9e9;
}

.wydarzenie .kup_bilet
{
    color: transparent;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 20px;
    position: absolute;
    display: block;
    top: 60px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    background: rgba(200,200,200, 0);
}

.wydarzenie a:hover .kup_bilet
{
    background: rgba(200,200,200, 0.5);
    color: #fff;
    transition: .4s;
}

#wydarzenia .wyd-l
{
    margin-right: 1%;
}

.wydarzenie,
.widowisko
{
    padding: 0%;
}

.wydarzenie a img,
.widowisko a img
{
    width: 100%;
    display: block;
}

.wydarzenie .wydarzenie_prawa,
.widowisko .widowisko_prawa
{
    float: right;
    width: 100%;
    min-height: 80px;
}

.wydarzenie .wydarzenie_prawa_top,
.widowisko .widowisko_prawa_top
{
    padding: 8px 20px 8px 20px;
    border-bottom: 1px solid #b3b3b3;
    background: #f4f4f4;
}

.wydarzenie .krotki_opis,
.widowisko .krotki_opis
{
    line-height: 140%;
    padding-top: 10px;
    font-size: 15px;
    height: 116px;
    border-bottom: 1px solid #f4f4f4;
}

.widowisko .a_nazwa
{
    font-size: 18px;
    font-weight: 800;
}

.wydarzenie p,
.widowisko p
{
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px 0px;
    background-repeat: no-repeat;
    clear: both;
}

.wydarzenie p.w_data
{
    background-image: url('/images/kalendarz_mini.png');
    background-position: 0px 4px;
}

.wydarzenie p.w_miejsce
{
    background-image: url('/images/wybor_mini.png');
    background-position: 2px 4px;
}

.wydarzenie p.w_widowisko
{
    display: none;
}

/*dla widowiska*/
.widowisko .a_nazwa
{
    display: inline-block;
    padding-bottom: 15px;
}

.widowisko .button
{
    float: right;
}

.widowisko .widowisko_prawa
{
    height: auto;
}

.paginate
{
    background: #fff;
    padding: 20px;
    font-size: 13px;
    border-radius: 3px;
}

.paginate a,
.paginate span
{
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    padding: 9px 11px;
    vertical-align: middle;
}

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

.paginate a:hover
{
    background: #ff6800;
    color: #fff;
}

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

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

.paginate .current 
{
    background: #f58220;
    font-weight: bold;
}

.paginate .disabled 
{
    background: #000;
    display: none;
}

.menu_data
{
    padding: 0px 10px;
    color: #f58220;
}

header#h_wydarzenie
{
    height: 350px;
    padding: 0px 0px;
    background: #f4f4f4;
    margin-bottom: 15px;
}

header#h_widowisko
{
    height: 310px;
    padding: 20px 0px;
}

.h_wydarzenie,
.h_widowisko
{
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #e6e6e6;
    height: 350px;
}

.h_widowisko
{
    height: 308px;
}

.h_wydarzenie h1,
.h_widowisko h1
{
    color: #414141;
    font-weight: 300;
    font-size: 24px;
    line-height: 57px;
    padding-left: 20px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 2px #e6e6e6;
}

.h_wydarzenie_in,
.h_widowisko_in,
.h_wydarzenie h1,
.h_widowisko h1
{
    width: 420px;
}

.h_wydarzenie_in,
.h_widowisko_in
{
    height: 220px;
    color: #414141;
    padding: 10px 20px;
    text-align: left;
}

.h_wydarzenie h1,
.h_widowisko h1
{
    line-height: 130%;
    padding-top: 15px;
}

.h_wydarzenie_in span,
.h_widowisko_in span
{
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 180%;
}

.h_wydarzenie_in span a,
.h_widowisko_in span a
{
    color: #ff6800;
}

.h_wydarzenie_in p,
.h_widowisko_in p
{
    line-height: 130%;
    padding: 10px 0px;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    margin: 10px 20px 0px 0px;
}

#wydarzenie .wydarzenie
{
    padding-bottom: 20px;
}

#wydarzenie .wydarzenie .h1_wydarzenie
{
    margin-bottom: 20px;
}

#wydarzenie .wydarzenie > p
{
    padding-bottom: 15px;
}

#wydarzenie .wydarzenie div
{
    line-height: 130%;
    margin: 0px 20px;
}

#wydarzenia .wydarzenie
{
    height: auto;
}

#wydarzenia .h1_lista
{
    margin-bottom: 15px;
}

/*tylko dla widowiska*/
header#h_widowisko
{
    text-align: center;
}

.h_widowisko
{
    display: inline-block;
    width: 750px;
}

.a_wydarzenie,
.a_in_h1
{
    float: right;
    background: #f58220;
    line-height: 70px;
    height: 70px;
    padding: 0px 30px;
    color: #fff;
}

.a_wydarzenie::after
{
    content: " >";
}

.a_wydarzenie:hover,
.a_in_h1:hover
{
    background: #e6e6e6;
    color: #414141;
}

#kontakt
{
    padding: 30px;
}

#strefy_svg
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.h1_lista
{
    background: #f58220;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    color: #fff;
}

.h1_lista strong
{
    font-weight: 800;
}

.h1_lista_sz
{
    background: #e6e6e6;
    margin-top: 15px;
    color: #414141;
}

.h1_lista_g
{
    background: #789f2c;
    color: #fff;
}

.defaultTheme
{
    border:1px solid #444 !important;
    background: #e6e6e6 !important;
    box-shadow: 2px 2px 5px #999 !important; /* for Safari and Chrome */
}

/*tabela*/
.tabela
{
    font-size: 12px;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    text-align: center;
    line-height: 140% !important;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabela th
{
    background: #f58220;
    color: #fff;
    padding: 10px 6px;
    margin: 2px;
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
    border-radius: 0px;
}

.tabela td
{
    background: #f6f6f6;
    color: #444;
    padding: 8px 10px;
    margin: 2px;
    vertical-align: middle;
    border-radius: 0px;
}

.tabela img
{
    max-width: 200px;
}

.tabela_min
{
    min-width: 700px;
}

.tabela a
{
    color: #ff6800;
}

#nienumerowana .sky_form div,
#moja_rezerwacja .sky_form div
{
    width: 500px;
}

#nienumerowana .sky_form .btn,
#moja_rezerwacja .sky_form .btn
{
    margin-left: 195px;
}

.rezerwacja_form label
{
    width: 180px;
}

#nienumerowana .div_label,
#moja_rezerwacja .div_label {
    width: 345px;
    padding-left: 115px;
}

#rezerwacja
{
    line-height: 140%;
}

#rezerwacja .button,
.btn-primary,
#form_save
{
    background: #789f2c;
    color: #fff;
}

.rzad_numer
{
    font-size: 13px;
}

#fos .form
{
    padding: 15px;
}

#fos .linki_fos
{
    margin: 20px 15px 15px 15px;
}

#fos .podmenu
{
    margin-bottom: 20px;
}

#fos #remember_me
{
    margin-left: 160px;
}

#fos .div_label
{
    padding-left: 160px;
}

#fos .facebook_login
{
    background: #3b5998;
    color: #fff;
}

.fos_user_registration_register div:last-child
{
    padding-left: 160px;
}

#fos ul, #fos li
{
    display: inline-block;
}

#podstrony .podstrona
{
    width: 31.33%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}

#podstrony .podstrona img
{
    width: 100%;
    display: block;
}

#podstrony .podstrona span
{
    display: block;
    position: relative;
}

#podstrony .podstrona a h1
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    padding-top: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 140%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 22px;
    font-weight: 200;
}

#podstrony .podstrona a:hover h1
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: .4s;
    padding-bottom: 15px;
    color: #fff;
}

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

.galeria img
{
    vertical-align: top;
}

#news .news
{
    width: 49.5%;
    float: left;
    background: #f4f4f4;
    margin-bottom: 1%
}

#news .news-l
{
    margin-right: 1%
}

#news .news img
{
    float: left;
    margin-right: 15px;
}

#news .news h3
{
    font-size: 22px;
    padding-top: 10px;
}

#news .news .n_data
{
    display: inline-block;
    color: #f58220;
    padding-top: 5px;
}

#news .news p
{
    font-size: 14px;
    padding-right: 10px;
}

#news a:hover .news
{
    background: #e9e9e9;
    color: #414141;
    transition: .4s;
}

.foto_new_in
{
    float: left;
    margin-right: 15px;
}

.new_in
{
    width: 670px;
    float: left;
}

#youtube
{
    padding: 15px 0px;
}

#youtube a
{
    width: 50%;
    float: left;
    position: relative;
}

#youtube a img
{
    width: 100%;
    display: block;
}

#youtube a span
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 65px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 140%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 22px;
    font-weight: 200;
}

#youtube a:hover span
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: .4s;
    padding-bottom: 75px;
    color: #fff;
}

#newsletter
{
    background: #f4f4f4;
    line-height: 70px;
    height: 70px;
}

#newsletter h3 
{
    background: #b3b3b3;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 0 30px;
    text-transform: uppercase;
    width: 212px;
}

#newsletter div.container div
{
    display: inline-block;
    padding: 0px 20px;
}

#newsletter #newsletter_input
{
    width: 150px;
    vertical-align: middle;
}

#newsletter button
{
    line-height: 70px;
    height: 70px;
    padding: 0px 10px;
    display: inline-block;
    margin-top: -1px;
    background: #f58220;
    color: #fff;
}

.contact_box
{
    margin: 20px 0;
}
.contact_box h2,
.contact_box p
{
    padding-bottom: 0;
}

.success
{
    padding: 20px 0px;
    color: green;
}

.biletyna_currMonth {
    background: #f4f4f4 none repeat scroll 0 0;
}
.biletyna_currMonth h2 {
    background: #f58220 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 26px;
}
.biletyna_currMonth_record {
    cursor: pointer;
    padding: 10px;
}
.biletyna_currMonth_record:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}