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: "PT Sans Narrow", sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 112px;
    background: url('../images/background.jpg') top center no-repeat #d9d9d9;
}

.center
{
    text-align: center;
}

.cleaner
{
    clear: both;
}

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

.show_mobile
{
    display: none;
}

.container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 5px;
}

h3,
h2
{
    text-align: center;
    font-size: 24px;
    color: #7499ae;
    padding-bottom: 20px;
}

h2
{
    font-size: 40px;
}

/* slider */

#slider_out
{
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.slider
{
    margin: 5px;
    position: relative;
    background: #000;
}

.slider img
{
    max-width: 100%;
    vertical-align: top;
}

.slider h2
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 80px 20px 20px 20px;
    background: rgba(0, 0, 0, 0) 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;
    color: #fff;
    font-size: 30px;
}

.slider a:hover h2
{
    color: #fcb712;
    transition: .3s;
}

.slider a:hover img
{
    opacity: .8;
    transition: .3s;
}

.owl-theme .owl-controls
{
    margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-page span
{
    background: #fff;
    border-radius: 8px;
    display: block;
    height: 16px;
    margin: 5px 7px;
    width: 16px;
}

.owl-theme .owl-controls .owl-page.active span
{
    background: #7499ae;
}

#slider.owl-theme .owl-buttons div
{
    background: url('../images/slider_page.png') no-repeat;
    border-radius: 0px;
    display: block;
    height: 42px;
    width: 42px;
    padding: 0px;
    margin: 5px 7px;
    opacity: 1;
    transition: .3s;
    float: left;
}

#slider.owl-theme .owl-buttons div.owl-next
{
    background-position: -42px 0px;
    float: right;
}

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

#slider.owl-theme .owl-buttons
{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -42px;
    height: 0px;
}
/* end slider */

/*scrool*/
.scrollable.default-skin
{
    padding: 0px;
}

.scrollable.default-skin .scroll-bar.horizontal
{
    height: 10px;
    background: #eee;
}

.scrollable.default-skin .scroll-bar .thumb
{
    background: #7499ae;
    border-radius: 0px;
    opacity: 1;
}
/*end.scroll*/

#menu
{
    padding-bottom: 40px;
}

#kategorie
{
    height: 300px;
    white-space: nowrap;
}

#kategorie a
{
    display: inline-block;
    margin: 10px 5px;
}

#kategorie a img
{
    vertical-align: top;
}

#kategorie a h2
{
    text-align: center;
    background: rgba(255,255,255,0.3);
    margin-top: -50px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    position: relative;
    z-index: 1000;
    padding: 0px;
}

#kategorie a:hover h2,
#kategorie a.active h2
{
    background: #7499ae;
    transition: .3s;
}

#stopka
{
    background: #7499ae;
    line-height: 50px;
    color: #fff;
    margin-top: 40px;
}

#stopka span.left
{
    float: left;
}

#stopka span
{
    float: right;
}

#stopka img
{
    vertical-align: middle;
    padding: 0px 10px;
}

#form_login 
{
    margin: 20px;
    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;
}

#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;
}