input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner
{
    padding: 0;
    border: 0
}

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

body
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 112px;
}

.center
{
    text-align: center;
}

.cleaner
{
    clear: both;
}

.bold,
strong
{
    font-weight: bold;
}

.show_mobile
{
    display: none;
}

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

header
{
    background: #0d0d0d;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
}

header #logo
{
    padding: 15px 10px;
    display: inline-block;
    vertical-align: middle;
}

header #logo img
{
    vertical-align: top;
}

nav#menu_glowne
{
    display: inline-block;
    line-height: 82px;
    vertical-align: middle;
    width: calc(100% - 213px - 70px - 70px);
    text-align: center;
}

@media all and (min-width: 960px) {
  nav#menu_glowne
  {
      display: inline-block !important;
  }
}

nav#menu_glowne li
{
    display: inline-block;
}

nav#menu_glowne li a
{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0px 15px;
}

nav#menu_glowne li a:hover
{
    color: #777;
    transition: .3s;
}

#social
{
    float: right;
    color: #fff;
    font-size: 40px;
    line-height: 112px;
}

#social li
{
    display: inline-block;
    line-height: 82px;
    padding: 0px 0px;
}

#social li a
{
    color: #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
}

#social li a i
{
    vertical-align: middle;
}

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

#social li a#s_facebook:hover
{
    background: #3b5998;
}

#social li a#s_twitter:hover
{
    background: #55acee;
}

#social li a#s_youtube:hover
{
    background: #cd201f;
}

#social li a#s_vimeo:hover
{
    background: #1ab7ea;
}


#slider.owl-theme .owl-controls {
    top: 250px;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 60px;
    right: 60px;
}

#slider.owl-theme .owl-buttons div
{
    float: left;
    background: url('../images/slider_button.png');
    width: 93px;
    height: 93px;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
    opacity: 1;
}

#slider.owl-theme .owl-buttons .owl-next
{
    float: right;
    background-position: -93px 0px;
    margin-left: 0px;
    margin-right: -15px;
}

#slider.owl-theme .owl-buttons div:hover
{
    transition: .3s;
    opacity: .5;
}

.slider
{
    position: relative;
    height: 615px;
}

.slider .slider_in
{
    margin-left: 45%;
    padding-left: 20px;
    padding-top: 150px;
}

.slider .slider_in h2
{
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 20px;
}

.slider .slider_in h3
{
    font-size: 40px;
    font-weight: 700;
}

.slider .slider_in p
{
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px 0px 0px 0px;
    max-width: 60%;
    line-height: 130%;
}

.arrow_down
{
    text-align: center;
    margin: 20px 0px 30px 0px;
}

.arrow_down a
{
    display: inline-block;
    width: 60px;
    height: 39px;
    background: url('/images/arrow.png') no-repeat;
}

.arrow_down a:hover
{
    opacity: 0.5;
    transition: .3s;
}

.dots
{
    background: url('/images/dots.png') center no-repeat;
    height: 4px;
}

#main_out
{
    margin-top: 20px;
}

section
{
    padding: 40px;
}

section h3
{
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.aktualnosci
{
    text-align: center;
}

section p
{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
}

section.kontakt
{
    background: #000;
    color: #fff;
    padding-bottom: 10px;
}

div.wydarzenia
{
    text-align: center;
}

div.wydarzenia table
{
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    border: 3px solid #87100b;
}

div.wydarzenia table th,
div.wydarzenia table td
{
    padding: 25px;
    vertical-align: middle;
    color: #87100b;
}

div.wydarzenia table tr.mod td
{
    background: #eee;
}

div.wydarzenia table td
{
    border-bottom: 1px solid #87100b;
}

div.wydarzenia table th
{
    background: #87100b;
    color: #fff;
    font-weight: 800;
}

div.wydarzenia table img
{
    max-height: 35px;
    vertical-align: middle;
    margin: 0px 5px;
}

div.wydarzenia table a:hover
{
    opacity: .6;
    transition: .3s;
}

div.wydarzenia table td:nth-of-type(2)
{
    white-space: nowrap;
}

#youtube
{
    padding: 15px 0px;
    text-align: center;
}

#youtube a
{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

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

#youtube a span,
.galeria a span
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 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: 110%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 700;
}

#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: 20px;
    color: #fff;
}

footer
{
    background: #333;
    padding: 20px;
    color: #fff;
    line-height: 21px;
    text-align: right;
}

footer .left
{
    float: left;
}

footer img
{
    vertical-align: middle;
    margin-left: 5px;
}

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

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

#accept-cookies-checkbox
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.galeria
{
    text-align: center;
}

.galeria a
{
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    padding: 8px;
    position: relative;
}

.galeria a span
{
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.galeria a img
{
    max-width: 100%;
    vertical-align: top;
    border: 4px solid #fff;
    box-sizing: border-box;
}

.galeria a:hover img,
#foto_text a:hover img,
.galeria a.active img
{
    border: 4px solid #87100b;
    transition: .3s;
}

#foto_text
{
    background: #eee;
    padding: 30px;
    margin-top: 20px;
}

#foto_text a 
{
    max-width: 250px;
}

#foto_text a img
{
    max-width: 100%;
    vertical-align: top;
    border: 4px solid #eee;
}

#foto_text h4
{
    text-transform: uppercase;
    color: #87100b;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

#form_login 
{
    margin-top: 50px;
    text-align: center;
}

.form div
{
    padding: 5px 0;
}

.form input, .form textarea, .form select, .select
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #7c7c7c;
    margin: 0;
    padding: 8px;
    vertical-align: top;
    width: 300px;
}

.form select
{
    width: 316px;
}

.select
{
    width: 100px;
}

button
{
    background: #87100b none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 130%;
    padding: 6px 12px;
    width: auto;
    text-transform: uppercase;
}

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

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto;
}