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

body
{
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    max-width: 1920px;
    margin: 0 auto;
    font-weight: 300;
}

.center
{
    text-align: center;
}

.cleaner
{
    clear: both;
}

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

.container
{
    max-width: 1160px;
    width: 100%;
    padding: 0px 0px;
    margin: 0 auto;
}

.display_mobile
{
    display: none;
}

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

.form input,
.form textarea,
.form select,
.select
{
    padding: 15px;
    width: 300px;
    color: #7c7c7c;
    margin: 0px;
    background: #fff;
    vertical-align: top;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    font-weight: 300;
}

.form textarea
{
    height: 200px;
}

.form select
{
    width: 316px;
}

.select
{
    width: 100px;
}

.select_rabat
{
    width: 170px;
}

.button
{
    display: inline-block;
    vertical-align: top;
}

.button, #_submit
{
    width: auto;
    color: #fff;
    border: 0px;
    padding: 10px 26px;
    background: #000;
    line-height: 130%;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial;
    font-weight: 600;
}

.button:hover, #_submit:hover
{
    background-color: #8c8c8c;
    color: #fff;
    transition: .3s;
}

#menu
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

#menu_gorne
{
    background: #000;
}

nav#nav li,
nav#nav_bottom li
{
    display: inline-block;
    vertical-align: top;
}

nav#nav li a,
nav#nav_bottom li a
{
    display: inline-block;
    vertical-align: top;
    line-height: 52px;
    padding: 0px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

nav#nav li a:hover,
nav#nav li a.active,
nav#nav_bottom li a:hover
{
    color: #8c8c8c;
    transition: .3s;
}

nav#nav_bottom li a
{
    text-transform: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

nav#nav_bottom li a.active
{
    font-weight: 600;
}

#menu_dolne
{
    transition: .3s;
}

#menu_dolne.menu_dolne_white
{
    background: #eee;
}

#header_stronaglowna
{
    background: url('../images/bg.jpg') top center no-repeat;
    height: 855px;
    margin-top: 52px;
}

#header_stronaglowna #logo
{
    display: inline-block;
    padding: 110px 0px 20px 70px;
}

#header_stronaglowna #text_header
{
    width: 420px;
    margin-left: 50px;
}

#header_stronaglowna #text_header p
{
    padding: 10px;
    margin-bottom: 10px;
    line-height: 150%;
    font-weight: 300;
    text-align: justify;
    box-shadow: 0px 0px 50px 20px #fff;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}

#header_stronaglowna #text_header span,
#header_podstrona span
{
    display: block;
    height: 2px;
    background: #000;
    width: 60%;
    margin: 30px auto;
}

#header_podstrona
{
    background: url('../images/bg_mini.jpg') top center no-repeat #e1e1e1;
    min-height: 439px;
    margin-top: 52px;
}

#header_podstrona #logo
{
    display: block;
    margin-left: 25px;
    text-align: center;
    padding: 55px 0px 35px 0px;
}

#header_podstrona #logo img
{
    max-width: 250px;
}

#header_podstrona #text_header
{
    width: 700px;
    float: right;
    margin-left: 50px;
/*    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
    padding-top: 80px;
    padding-bottom: 50px;
}

#header_podstrona #text_header p
{
    padding: 5px;
    margin: 40px 10px;
    line-height: 140%;
    font-weight: 300;
    text-align: justify;
    box-shadow: 0px 0px 40px 10px #fff;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    display: none;
}

#header_podstrona #text_header p:nth-of-type(1)
{
    margin: 10px 20px 40px 0px;
}

#header_podstrona #text_header p:nth-of-type(2)
{
    margin-bottom: 0px;
}

#header_podstrona #text_header p:nth-of-type(3)
{
    margin-top: 0px;
}

#header_podstrona #text_header span
{
    display: none;
}

#main
{
    padding: 20px 0px;
}

.text h3
{
    font-size: 34px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 300;
}

.text ul,
.text ol,
.text p
{
    line-height: 140%;
    font-size: 18px;
}

.text div.text_in div,
.text div.text_in > ul,
.text div.text_in > ol
{
    padding-bottom: 20px;
    column-count: 2;
    line-height: 140%;
    font-size: 18px;
}

.text ul li
{
    padding-bottom: 20px;
    background: url('../images/li.png') 0px 10px no-repeat;
    padding-left: 20px;
    overflow: hidden; /* fix for Firefox */
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.text ol 
{
    list-style-type: decimal;
    margin-left: 10px;
}

.text ol li
{
    padding-bottom: 20px;
    margin-left: 20px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.text p
{
    padding-bottom: 20px;
}

.text_in > div > p
{
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    display: inline-block;

}

#form_login
{
    text-align: center;
}

#form_login input
{
    border: 1px solid #eee;
    width: 250px;
}

#kontakt_section
{
    background: #dbdbdb;
    margin-top: 20px;
    padding-top: 20px;
}

#kontakt_section .column
{
    width: 50%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
}

#kontakt_section #text_kontakt
{
    padding-left: 0px;
}

#kontakt_section #text_kontakt p
{
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 160%;
}

#kontakt li
{
    color: red;
    padding-bottom: 10px;
}

.message p
{
    color: green;
}

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

#cookies-message
{
    background: rgba(100,100,100, .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;
}

footer
{
    background: #000;
    color: #959595;
    line-height: 52px;
    font-size: 12px;
}

footer span
{
    float: right;
}

#ikony_social
{
    text-align: center;
    margin: 5px 0px 25px;
}

#ikony_social a
{
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding-left: 50px;
    height: 41px;
    line-height: 20px;
    font-weight: 400;
    margin: 10px 40px;
    text-align: left;
}

#ikony_social a:hover
{
    opacity: .5;
    transition: .3s;
}

#ikony_social a.fb
{
    background: url('../images/fb.png') no-repeat;
}

#ikony_social a.in
{
    background: url('../images/in.png') no-repeat;
}