

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 16px;
	line-height: 22px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #333;
}


html {
    margin: 0 auto;
    padding: 0;
    background-color: #D6EDFA;
    background-image: url(img/background-gradient.jpg), url(img/background.jpg);
    background-repeat: repeat-x, repeat;
    background-attachment: scroll, scroll;
    background-position: top left, top left;
}

head {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #3f3f3f;
	opacity: 0;
	/*min-width: 250px;*/
	padding: 50px 10px;
	position: relative;


	-webkit-animation-name: usvit;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: usvit;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: forwards;

	-ms-animation-name: usvit;
	-ms-animation-duration: 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: forwards;

	-o-animation-name: usvit;
	-o-animation-duration: 0.5s;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: forwards;

	animation-name: usvit;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}


nav,header,footer,main,article,aside,section,figure,figcaption{
	display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
	border: 1px solid #a9a9a9;
	padding: 5px;
	margin: 0px 1px 1px 0px;
	border-radius: 5px;
}


input[type=text],
input[type=password]{

}

input[type=text]:focus,
input[type=password]:focus{

}

*::-webkit-input-placeholder {
	color: silver;
}
*:-moz-placeholder {
	color: silver;
}
*::-moz-placeholder {
	color: silver;
}
*:-ms-input-placeholder {
	color: silver;
}

h1,h2,h3,h4{
	font-weight: bold;
	padding-bottom: 10px;
}
h1{
    font-size: 30px;
    line-height: 40px;
    color: #54be3c;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
h2{
    font-size: 22px;
    line-height: 30px;
}
h3{
    font-size: 18px;
    line-height: 24px;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 20px;
}

p{
	padding-bottom: 10px;
}
a, a *{
	cursor: pointer;
    text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
    display: inline-block;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
    display: inline-block;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
    display: inline-block;
}


ul, ol{
	list-style-position: inside;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #4fc147;
	color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
	border: none;
	text-align: center;
	min-width: 100px;
	font-weight: bold;
	cursor: pointer;
    filter: brightness(100%);
	transition: filter 0.2s, box-shadow 0.2s;
	border-radius: 5px;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}
.stylBunkaVpravo{
	text-align: right;
}
.stylVelke{
	font-size: 20px;
}
em{
	font-style: italic;
}
.katalog{
    padding: 0 10px;
}
.text.editor img{
    height: auto !important;
}

.vnitrek:after,
ul:after,
.panelObsah:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.panelObsah .text:after
{
	content: ' ';
	display: block;
	clear: both;
	font-size: 0px;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
	font-weight: bold;
}

script{
	display: none !important;
}

.stylCervene,.stylCervene *{color: red !important;}
.stylModre,.stylModre *{color: #2074bd !important;}
.stylZelene,.stylZelene *{color: #4fc147 !important;}
.stylFialove,.stylFialove *{color: purple !important;}
.stylZlate, .stylZlate *{color: gold !important;}
.stylOranzove, .stylOranzove *{color: orange !important;}
.stylHnede, .stylHnede *{color: brown !important;}
.stylSede, .stylSede * {color: silver !important;}
.stylPruhledne, .stylPruhledne *{color: rgba(0,0,0,0.75) !important;}

.upozorneni{
    color: red;
    font-weight: bold;
}

.formularFiltry,
.komponentaZobrazeni{
    display: none;
}

.podbarvitZluta > *{
    background: #d5de24;
    box-shadow: 0 0 3px 3px #d5de24;
}
.podbarvitCervena > *{
    background: #ee1b27;
    box-shadow: 0 0 3px 3px #ee1b27;
}
.podbarvitModra > *{
    background: #2074bd;
    box-shadow: 0 0 3px 3px #2074bd;
}
.podbarvitZelena > *{
    background: #3bb44a;
    box-shadow: 0 0 3px 3px #3bb44a;
}



main > *:first-child {
    margin: 0 auto 50px auto;
    padding: 0 0 50px 0;

}

hr{
    display: block;
    margin: 30px auto;
    border-bottom: 3px solid #4fc147;
}
hr + hr{
    display: none;
}
form table,
.sloupcovaSazba{
    width: 100%;
    border-collapse: collapse;
}
form table td,
.sloupcovaSazba td{
    width: auto;
    vertical-align: top;
}
.sloupcovaSazba tr:not(:only-child) td:not(:only-child) {
    padding: 15px 5px 5px 5px;
    /*border: 1px solid rgba(248, 183, 37, 0.25);*/
}
.sloupcovaSazba td:empty{

}
form table input,
form table textarea{
    width: 100%;
}
form table .povinnePolickoInfo{
    display: none;
}
form table .povinnePolicko{
    width: 0px;
    overflow: hidden;
    display: inline-block;
    margin: -2px;
}

.komponentaFotogalerie .nazev{
    font-size: 11px;
    line-height: 15px;
    text-decoration: none;
}
.komponentaFotogalerie.galerie .nazev{
    display: none !important;
}
/*****************************************************************************/

.vnitrek,
.vnitrek2{
    display: block;
    width: 1040px;
	margin: auto;
	border: 5px solid #66514D;
	border-radius: 20px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
	background-color: #fef2dd;
    position: relative;
    overflow: hidden;
}
.vnitrek2{
        overflow: visible;
        border: 0px;
}
@media only screen and (max-width:1040px){
    body{
        padding: 0;
    }
    .vnitrek{
    	border: 0px none;
    	border-radius: 0px;
    	box-shadow: none;
    }
}

#blindfriendly{
    display: block;
    width: auto;
    line-height: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    right: 20px;
    padding: 0 10px 0 50px;
    color: #000;
    background: url(img/blindfriendly.png) scroll no-repeat 5px center/auto 80%;
}





/* header */
header{
    overflow: hidden;
}
header .logo{
    padding-top: 23%;
    background: #54be3c url(img/header.jpg) scroll no-repeat center top/contain;
    display: block;
}
header .nadpis{
    display: none;
}
@media only screen and (max-width:800px){
    header .logo{
        padding-top: 49.2%;
        background: #54be3c url(img/header.jpg) scroll no-repeat right top/230% auto;
    }
    header .nadpis{
        display: block;
        text-align: center;
        padding: 30px 10px 40px 10px;
        background-color: #54be3c;
        color: #feeb30;
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (max-width:500px){
    header .nadpis{
        padding: 10px;
        font-size: 18px;
        line-height: 24px;
    }
}
/* header */



/* komponentaNavigace */
header + .komponentaNavigace{
    background-color: #F8B725;
    padding: 0 10px;
    text-align: center;
}
header + .komponentaNavigace ul{
    list-style-type: none;
}
header + .komponentaNavigace li{
    display: inline-block;
}
header + .komponentaNavigace .polozka{
    display: block;
    padding: 10px 10px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.35);
    transition: background-color 0.3s;
}
header + .komponentaNavigace .polozka:hover{
    background-color: rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.25);
}
header + .komponentaNavigace .hloubka2,
header + .komponentaNavigace img{
    display: none;
}
/* komponentaNavigace */




/* nav */
nav{
    float: left;
    width: 220px;
}
nav + main + nav{
    float: right;
    display: none;
}
.homepage nav + main + nav{
    display: block;
}
.pronav {
    border: 1px solid black;
    background-color: #ffb54c;
    border: 1px solid #f09800;
    border-radius: 10px;
    margin: 20px 10px;
    padding: 0 3px 3px 3px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.25);
}
.pronav .pronadpis{
    background: url(img/menu-flower.png) scroll no-repeat 20px center;
    padding: 5px 0px 5px 45px;
    font-weight: bold;
    font-size: 11px;
}
.pronav > *{
    background-color: #fdecce;
    border-radius: 7px;
    padding: 10px;
}
.pronav > *:not(ul):not(.pronadpis){
    background-color: #fff;
    text-align: center;
    display: block;
}
.pronav:not(.nomaxheight) > *:not(ul):not(.pronadpis) img{
    max-height: 100px;
}
.pronav ul{
    list-style-type: none;
}
.pronav ul ul .polozka{
    padding-left: 20px;
}
.pronav .polozka{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 3px 3px;
    border-radius: 3px;
}
.pronav .hloubka2 .polozka{
    font-weight: normal;
}
.pronav .polozka:hover{
    background-color: rgba(255, 181, 76, 1);
}
.pronav nav .hloubka3{
    display: none;
}
.pronav .komponentaNavigace .polozka{
    padding: 10px 0 10px 50px;
    text-align: left;
}
.pronav .komponentaNavigace{
    background: url(img/tridy.png) scroll no-repeat 1% 65%/auto 90%;
}
.pronav .komponentaNavigace .polozka:hover{
    background-color: rgba(255, 181, 76, 0.25);
}

@media only screen and (max-width:1040px){
    nav + main + nav{
        display: none;
    }
}
@media only screen and (max-width:800px){
    nav{
        float: none;
        width: auto;
    }
    nav + main + nav{
        display: block;
        float: none;
    }
}
/* nav */





/* pomocnaNavigace */
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
}
.pomocnaNavigace .drobeckova .polozka{
    font-size: 11px;
}
.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 20px auto;
}
.pomocnaNavigace .podslozky img{
    display: none;
}
.pomocnaNavigace .podslozky .polozka{
    padding: 5px;
    text-decoration: none;
    background: rgba(0,0,0,0.05);
    margin-bottom: 1px;
    display: block;
}
.pomocnaNavigace .podslozky .polozka:hover{
    background: rgba(0,0,0,0.1);
}
/* pomocnaNavigace */




/* main */
main{
    width: calc(100% - 220px);
    float: left;
    margin: 20px 0px 20px 0px;
    padding: 0px 10px;
}
.homepage main{
    width: calc(100% - 440px);
}
@media only screen and (max-width:1040px){
    main{
        width: calc(100% - 220px);
        margin: 20px 0;
    }
}
@media only screen and (max-width:800px){
    main{
        width: auto !important;
        float: none;
        margin: 20px auto;
    }
}
/* main */




/* footer */
footer{
    clear: both;
    padding: 10px;
    text-align: center;
    background-image: linear-gradient(to bottom, #ffdc9d, #ffcc73);
}
footer a{
    font-size: 11px;
    text-decoration: none;
}
/* footer */



/* stranka s logem */
.slozka9 .sloupcovaSazba{
    border-collapse: separate;
}
.slozka9 .sloupcovaSazba tr:only-child td:only-child,
.slozka34 .sloupcovaSazba tr:only-child td:only-child{
    background: url(img/kontakt-budova.png) scroll no-repeat center bottom/contain;
    padding-top: 20%;
    border: 50px solid rgba(0,0,0,0);
}
.slozka9 .sloupcovaSazba tr:only-child td:only-child *,
.slozka34 .sloupcovaSazba tr:only-child td:only-child *{
    font-size: 0px;
}
/* stranka s logem */



/* slozky */
.slozka30 tr:only-child td:only-child {
    padding: 30px 0;
}
.slozka30 tr:only-child td:only-child li{
    background: url(img/masinka_samotna.png) scroll no-repeat left center/35px auto;
    padding: 15px 0 15px 50px;
    list-style-type: none;
}
.slozka30 .sloupcovaSazba li{
    background: url(img/masinka_samotna.png) scroll no-repeat left top/30px auto;
    padding: 0px 0px 20px 40px;
}
.slozka30 .sloupcovaSazba tr:nth-child(1):nth-last-child(3) td:only-child{
    background: #fff;
}
.slozka975 td:first-child{
    background: #fff;
    /*border: 10px solid #fdf1dd;*/
    vertical-align: middle;
    text-align: center;
    float: none;
    width: 100px;
}
.slozka12 .sloupcovaSazba td{
    border-bottom: 1px solid rgba(248, 183, 37, 0.25);
}
/* slozky */




/* print */
@media print{
    header,
    footer,
    nav,
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe
	{
		display: none !important;
	}
	body,
	main,
	.vnitrek,
	.panelObsah,
	.katalog,
	.detail
	{
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
	    border: 0px none;
	    box-shadow: none;
	}
	main{
        padding: 30px !important;
    }
}
/* !print */


/* pdf object */
main .forobject{
    width: 100%;
    position: relative;
    padding-top: 160%;
}
main .forobject object{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/* pdf object */



.h3virtualniprohlidka{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #54be3c;
    text-shadow: 1px 1px rgb(0 0 0 / 75%);
}
.virtualniprohlidka{
    width: 100%;
    height: 480px;
    margin-bottom: -7px;
}