* {
    font-weight: inherit;
    font-family: 'Roboto';
    font-style: inherit;
    font-size: 20px;
    line-height: 30px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    line-height: 28px;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
}

html {
  min-height: 100%;
  min-width: 260px;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body,html {
    
}

head {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    min-width: 260px;
    font-family: 'Roboto';
    max-width: 100vw;
}

a:hover{
    cursor: pointer;
}

form table {
    width: 100%;
}

form tr.nadpis td {
    font-weight: bold;

}

form td.popis {
    padding: 0px 10px 0px 0px;
}

form tr.odesli input,
form tr.modesli input {
    margin: 0px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    background-color: #e30000;
    color: white;
}

form input[type=text],
form input[type=password],
form input[type=number],
form textarea{
    cursor: text;
    padding-left: 10px;
}

form input[type=radio]:hover{
    cursor: pointer;
}

form textarea{
    resize: none;
}

select, label {
    vertical-align: middle;
}

input:not([type=submit]),
textarea {
    border: 1px solid #AAAAAA;
}

ul{
    /*list-style-type: none;*/
}

*::-webkit-input-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*:-moz-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*::-moz-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

*:-ms-input-placeholder {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}


/* Ytext */
.prilohaL {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}

.prilohaP {
    display: block;
    float: right;
    margin: 0px 0px 0px 10px;
}

td p:only-child .prilohaL:only-child,
td p:only-child .prilohaP:only-child {
    margin: 0px;
}

.stylBunkaStred .priloha {
    float: none;
    margin: 0px auto 0px auto;
}

.priloha .text {
    display: block;
    text-align: center;
    font-size: 12px;
}

table {
    clear: both;
}

table.zakladniTabulka td {
    padding: 0px 3px 0px 3px;
    font-size: 15px;
}

table.zakladniTabulka .popis{
    font-weight: 700;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) {
    width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

hr {
    border-bottom: 1px solid #777777;
}

ul, ol, table, hr {
    margin: 0px 0px 0px 0px;
    list-style-position: inside;
}
p {
    margin: 0px 0px 20px 0px;
}

h1, h2, h3, h4{
    padding-bottom: 20px;
}

h1{
    margin-bottom: 20px;
    padding: 0px 0px 0px 0px;
}

h1,
h1 *{
    margin: 0;
    color: #e30000;
    font-weight: 300;
    line-height: 48px;
    font-size: 2rem;
    line-height: 1.5em;
    text-transform: uppercase;
}

h2,
h2 *{
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}

h3,
h3 *{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #009EE0;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 40px;
}
.komponentaZobrazeni{
    display: none;
}

.pomocneMenu{
    display: none;
}

.formularFiltry{
    display: none;
}

.povinnePolicko,
.upozorneni,
.upozorneni a {
    color: #cc0000;
    font-weight: bold;
}

.button{
  border: none;
  color: #FFFFFF !important;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none !important;
  margin: 4px 2px;
  transition-duration: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 700;
}
.button:focus{
    outline: 0;
}

.vnitrek {
    clear: both;
    width: 1000px;
    margin: auto;
    padding: 0 10px;
}
.vnitrek:after{
    content: ' ';
    clear: both;
    display: block;
}





/******************************************************************************/
/******************************************************************************/
/******************************************************************************/



/* header */
header{
    background-color: white;
    padding: 10px 0;
    text-align: center;
}
header > *{
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    vertical-align: top;
    margin: 0 1%;
}
header .logo{
    height: 60px;
    width: 275px;
    background: url(img/vipo.png) scroll no-repeat center center/contain;
    border: 2px solid transparent;
}
header .logo:hover{
    background-color: #efefef;
}
header .slogan{
    padding: 10px 0;
}
header .socnet{
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    vertical-align: top;
}
header .socnet > *{
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    border: 10px solid transparent;
}
header .socnet .tel{
    background: url(img/tel.svg) scroll no-repeat center center/contain;
}
header .socnet .mail{
    background: url(img/mail.svg) scroll no-repeat center center/contain;
}
header .socnet .fb{
    background: url(img/fb.svg) scroll no-repeat center center/contain;
}
header .socnet > *:hover{
    background-color: #efefef;
}
/* header */



/* zelenacervena */
.zelenacervena:before{
    content: ' ';
    float: left;
    padding-top: 30px;
    width: 50%;
    background: linear-gradient(#005315 0%, #006619 100%);
}
.zelenacervena:after{
    content: ' ';
    float: right;
    padding-top: 30px;
    width: 50%;
    background: linear-gradient(#b80101 0%, #e30000 100%);
}
/* zelenacervena */




/* 2019 slideshow */
.slideshow{
	position: relative;
    margin: 0 auto 10px auto;
    clear: both;
}
body.homepage .slideshow{
    height: 30vw;
    min-height: unset;
    max-height: unset;
    background-color: #efefef;
}
.slideshow .slozky {
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
	opacity: 1;
}
.slideshow .nazev{
    /*display: table-cell;*/
    display: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px black, 0px 0px 30px black, 0px 0px 50px black, 0px 0px 30px black;
    font-size: 30px;
    line-height: 34px;
}
.slideshow .buttons{
	height: 100%;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 0.5s;
}
.slideshow:hover .buttons{
	opacity: 1;
	transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
	position: absolute;
	font-size: 20px;
	line-height: 48px;
	color: rgba(255,255,255,0.75);
    top: 100px;
	top: calc(50% - 25px);
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
	left: 20px;
	min-width: 0px;
}
.slideshow .buttons #nextSlide {
	right: 20px;
	min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}
.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}
@media only screen and (max-width:700px){
    .slideshow{
        /*min-height: 250px;*/
    }
    .slideshow .nazev{
        font-size: 17px;
        padding: 0 10px;
        line-height: inherit;
    }
}
/* 2019 slideshow */




/* nav */
nav ul{
    list-style-type: none;
    display: table;
    width: 100%;
    text-align: center;
}
nav li{
    display: table-cell;
    width: calc(100% / 6);
}
nav .polozka{
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1em;
    padding-top: 100%;
    border: 5px solid transparent;
    transition: all 0.2s;
}
nav .polozka[href*='s11']{
    background:
        url(img/menu11.svg) scroll no-repeat center 25%/75%,
        url(img/menurt.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s12']{
    background:
        url(img/menu12.svg) scroll no-repeat center 25%/75%,
        url(img/menurb.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s13']{
    background:
        url(img/menu13.svg) scroll no-repeat center 25%/75%,
        url(img/menulb.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s14']{
    background:
        url(img/menu14.svg) scroll no-repeat center 25%/75%,
        url(img/menurt.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s15']{
    background:
        url(img/menu15.svg) scroll no-repeat center 25%/75%,
        url(img/menulb.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s16']{
    background:
        url(img/menu16.svg) scroll no-repeat center 25%/75%,
        url(img/menult.svg) scroll no-repeat center top/contain;
}

nav .polozka[href*='s11']:hover,
nav .vybrana.polozka[href*='s11']{
    background:
        url(img/menu11.svg) scroll no-repeat center 25%/75%,
        url(img/menurtsel.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s12']:hover,
nav .vybrana.polozka[href*='s12']{
    background:
        url(img/menu12.svg) scroll no-repeat center 25%/75%,
        url(img/menurbsel.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s13']:hover,
nav .vybrana.polozka[href*='s13']{
    background:
        url(img/menu13.svg) scroll no-repeat center 25%/75%,
        url(img/menulbsel.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s14']:hover,
nav .vybrana.polozka[href*='s14']{
    background:
        url(img/menu14.svg) scroll no-repeat center 25%/75%,
        url(img/menurtsel.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s15']:hover,
nav .vybrana.polozka[href*='s15']{
    background:
        url(img/menu15.svg) scroll no-repeat center 25%/75%,
        url(img/menulbsel.svg) scroll no-repeat center top/contain;
}
nav .polozka[href*='s16']:hover,
nav .vybrana.polozka[href*='s16']{
    background:
        url(img/menu16.svg) scroll no-repeat center 25%/75%,
        url(img/menultsel.svg) scroll no-repeat center top/contain;
}
@media only screen and (min-width:900px){
    .homepage nav{
        margin-top: -90px;
        z-index: 2;
        position: relative;
    }
}
@media only screen and (max-width:900px){
    nav .polozka{
        font-size: 1rem;
    }
}
@media only screen and (max-width:700px){
    nav ul{
        display: block;
        width: 360px;
        margin: auto;
    }
    nav li{
        display: inline-block;
        width: 130px;
        margin-bottom: 15px;
    }
}
/* nav */




/* prefooter */
.homepage .akce{
    padding-top: 12%;
    background: url(img/akce.jpg) scroll no-repeat center center/contain;
}

.prefooter{
    margin-top: 50px;
    padding-top: 38%;
    background: url(img/prefooter1.jpg) scroll no-repeat center center/cover;
}
body:not(.homepage) .prefooter{
    background: url(img/prefooter2.jpg) scroll no-repeat center center/cover;
}
/* prefooter */






/* footer */
footer{
    position: relative;
}
footer *{
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-decoration: none;
}
footer table{
    width: 100%;
}
footer .sloupcovaSazba > tbody > tr > td{
    padding: 0;
    text-align: center;
}
footer .sloupcovaSazba > tbody > tr > td:last-child p:first-child:before{
    content: ' ';
    display: block;
    background-color: #006619;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    z-index: -1;
}
footer .sloupcovaSazba > tbody > tr > td:last-child p:first-child:after{
    content: ' ';
    display: block;
    background-color: #e30000;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    z-index: -1;
}
footer .komponentaFormular{
    margin: -20px auto;
    position: relative;
}
footer .komponentaFormular table{
    border-spacing: 10px;
    border-collapse: separate;
    background-color: #262626;
    border: 20px solid #262626;
}
footer .komponentaFormular .popis{
    display: none;
}
footer .komponentaFormular .captcha td:first-child{
    display: none;
}
footer .komponentaFormular .hodnota *{
    width: 100%;
}
footer .komponentaFormular .hodnota input[type=text],
footer .komponentaFormular .hodnota textarea{
    color: black !important;
}
footer p:empty,
footer .komponentaFormular .skryte,
footer .komponentaFormular .povinnePolickoInfo{
    display: none;
}
footer .komponentaFormular .upozorneni{
    background: red;
    padding: 10px;
    font-size: 1.2rem;
    color: white;
    line-height: 1.5rem;
    margin: 0;
}
footer .komponentaFormular p strong{
    background: #00A746;
    padding: 10px;
    font-size: 1.2rem;
    color: white;
    line-height: 1.5rem;
    display: block;
}
footer .mapa{
    width: 100%;
    height: 400px;
    background: #e9eaee url(img/mapaL.jpg) scroll no-repeat center center;
    display: block;
}
footer .odkazy{
    padding: 10px;
    background-color: #282828;
    text-align: center;
}
@media only screen and (max-width:700px){
    footer .vnitrek{
        width: auto;
        margin: auto;
        padding: 0;
    }
    footer .sloupcovaSazba > tbody > tr > td:last-child p:first-child:before,
    footer .sloupcovaSazba > tbody > tr > td:last-child p:first-child:after{
        content: '';
        display: none;
    }
    footer .sloupcovaSazba > tbody > tr > td:first-child{
        background-color: #006619;
        padding: 20px 10px;
    }
    footer .komponentaFormular {
        margin: auto;
    }
    footer .sloupcovaSazba > tbody > tr > td:last-child{
        background-color: #006619;
        padding: 20px 10px;
    }
    footer .text > table,
    footer .text > table > thead,
    footer .text > table > tbody,
    footer .text > table > tfoot,
    footer .text > table > tbody > tr,
    footer .text > table > tbody > tr > td{
        display: block;
        width: 100%;
    }
}
/* footer */





/* main */
main{
    min-height: 600px;
}
.katalog{
    padding: 50px 0px 30px 0px;
    min-height: 600px;
}
.katalog .priloha{
    width: auto !important;
    height: auto !important;
}
.katalog .priloha img{
    height: auto !important;
}
.katalog .prilohaS{
    width: 100%;
    text-align: center;
}
/* main */



/* print */
@media only print {
    body > *:not(main)
    {
        display: none;
    }
}
/* print */



.komponentaFotogalerie.galerie .polozka .nazev{
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
    height: 55px;
    color: #777;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 370px){
    .komponentaFotogalerie.galerie .polozka {
        width: 200px !important;
        margin: auto !important;
        float: none !important;
    }
}