/* CSS Document */
/* CSS Document */
/* =============== resetovani css =============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =============== Hlavni =============== */

html {height: 100%; font-size: 62.5%; color:#212121; font-family: "Open Sans", sans-serif; font-weight: 400; background-color: #404040;}
body {height: 100%; text-align: center; margin: 0; padding: 0;}
img { border:0; }

.cleaner {clear: both; height: 0; font-size: 0; visibility: hidden;}
.content {padding-left:7.083333333333333%; padding-right:7.083333333333333%;}
.vcontent {padding-top: 5em;  padding-bottom: 5em;}
.vcontent_top {padding-top: 5em;}
.vcontent_bottom {padding-bottom: 5em;}
.right {float:right;}
.left {float:left;}
.center {text-align: center;}

header {height: 30px; width: 100%; background-color: transparent;  text-align: right;}


a:link, a:visited {color: #3393d7;}
a:hover{color: #2e4b89}

strong {font-weight:bold;}
b {font-weight: bold; color: #2d2d2e }
em {font-style:italic;}
p {margin-top: 1em; margin-bottom: 1em; font-size:1.6em; line-height: 120%;}
iframe {max-width: 100%; }

h1 {font-size: 2.6em; line-height: 150%; color: #302e2f;  font-weight: 900; text-transform: uppercase;/* margin-bottom: 1em;*/ /*margin-top: 1em;*/}
h2 {color: #d62f36; font-size: 2.2em; font-weight: 700; text-transform: uppercase;}
h3 {color: #d62f36; font-size: 1.6em;  font-weight: 700; line-height: 150%; text-transform: uppercase;}

h1, h2, h3 {font-family: 'Open Sans', serif; font-weight: 900;}

ol li {margin-top: 1em; margin-bottom: 1em; font-size:1.6em; line-height: 100%;}
ul li { font-size:1.6em;  line-height: 100%; margin-top: 1em; margin-bottom: 1em;}
ul {list-style: disc; margin-left: 20px; margin-top: 1em; margin-bottom: 1em;}

.wrap {/*obal*/ text-align: left; margin: 0 auto; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background-image: url("../images/bg.png");*/ background-repeat: repeat; background-position: center;}
@media screen and (max-width: 1199px) {.wrap{width: 100%}}
@media screen and (min-width: 1200px) {.wrap{width: 1200px;}}

.blok {width: 600px; height: 500px; position: absolute; left: 50%; top: 50%; margin: -250px 0 0 -300px; background-color: white; display: block; background: rgba(255, 255, 255, 0.9);}
.page {width: 100%; background-color: transparent; }
.page p {margin-top: 1em; margin-bottom: 1em; padding: 0; line-height: 150%;}
.page h2 {margin-top: 1em; margin-bottom: 1em;}
.page .left {width: 50%;}
.page .right {width: 50%;text-align: left;}
.page img{ max-width: 100%; height: auto;}
footer {min-height: 100px; background-color: #d62f36;}
footer .vcontent {padding-top: 3em; padding-bottom: 3em;}
footer a:link, footer a:visited {color: white;}
footer a:hover{color: white;}



/* =================== navigace newww =============*/
nav.menu {
    display: block;
    background: transparent;
    width: 100%;
    padding-left: 0;
    z-index: 300;
}
nav.menu ul {
    list-style-type: none;
    margin:0;
    padding:0;
    position: absolute;
    background: transparent;
    display: none;/*skryvani menu*/
    width: 100%;
    text-align: left;
}
nav.menu ul#menu {margin-top: 10px;}
nav.menu ul li {
    width: auto;
    text-align: left;
    margin-left: 10px;
    margin-right: 0px;
}
nav.menu a {
    display: block;
    color: #474747;
    text-decoration: underline;
    font-size: 1em;
    font-weight: 400;
    line-height: 15px;
    padding: 0 5px;
    cursor: pointer;
    width: auto;
    position: relative;
    border-bottom: 2px solid transparent;

}

/*Style for dropdown links*/
nav.menu li:hover ul a {
    /*background: rgba(23,65,105,0.3);*/
    color: #2d2d2e;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    font-size: 1.2em;


}


/*Hide dropdown links until they are needed*/
nav.menu li ul {
    display: none;
    width: auto;
    padding: 0;
    /* padding-top: 17px;*/
    background: transparent;
}

/*Make dropdown links vertical*/
nav.menu li ul li {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    background-color: #f0f4f7; color: white;
}

/*Prevent text wrapping*/
nav.menu li ul li a {
    width: auto;
    min-width: 250px;
    padding: 0 20px;
    line-height: 120%;
    font-weight: 600; color: white;
}

/*Display the dropdown on hover*/
nav.menu ul li a:hover + .hidden, nav.menu .hidden:hover {
    display: block;
}



nav.menu a span {position: relative; display: block; width: 100%; text-align: left;}
nav.menu a:hover {
    color: #3393d7;
}
nav.menu ul li#activetop a {  color: #3393d7;}
/*skryvani menu */
/*Display 'show menu' link*/
.show-menu {
    display:block;
    text-decoration: none;
    color: #fff;
    background: #343741;
    text-align: left;
    font-size: 1.2em;
    font-family: sans-serif;
    line-height: 2.5em;
    width: 95%;
    /*padding: 0 15px;*/

}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Pointer on Hover, so that the user knows of an active link*/
.show-menu:hover {
    cursor:pointer;
}
.show-menu {background-image: url("../images/menu-line.png"); background-repeat: no-repeat; background-position: left 10px center; padding-left: 5%;}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
    display: block;
}
/*Center the text*/
li ul li a {
    text-align:center;
}



@media screen and (min-width: 601px) {
    nav.menu {
        background: transparent;
        position: relative;
    }
    nav.menu ul {display: block;}/*skryvani menu*/
    nav.menu ul li {
        width: auto;
        background: transparent;
        display: inline-block;
        text-align: left;

    }
    nav.menu a {
        /* line-height: 120%;*/
        padding: 0 5px;
    }
    /* skryvani menu Style 'show menu' label button and hide it by default*/
    .show-menu {
        display: none;
    }

}
@media screen and (min-width: 601px) and  ( max-width: 1024px) {
    nav.menu a {width: 100px;}
}
