


/* Globalni styly */

* {
	vertical-align: top;
	font-weight: inherit;
	font-family: 'Open Sans', sans-serif;
	font-style: inherit;
	font-size: 17px;
	line-height: 24px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	max-width: 100%;
	color: #000;
	text-align: left;
}

head {
	display: none;
}

body {
	overflow-y: scroll;

	opacity: 0;

	-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;

	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;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}


a {
    text-decoration: underline;
    color: #000;
}
main a {
    color: #2a206d;
}

form table {
	width: 100%;
}

form tr.nadpis td {
	font-weight: bold;
}

form td.popis {
	width: 33%;
	padding: 0px 10px 0px 0px;
}

form tr.odesli input,
form tr.modesli input {
	margin: 10px 10px 10px 0px;
	padding: 10px 20px 10px 20px;
}

table{
	border-collapse: collapse;
}
.sloupcovaSazba td{
    padding-right: 10px;
}

input[type=text], input[type=password], textarea, select {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	padding: 3px;
	margin: 0px 5px 5px 0px;
}

input[type=submit],
.button,
.tlacitkoSouhlasim{
	border: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    color: #ffffff;
    text-transform: uppercase;
    background: #2a206d;
    font-size: 15px;
    font-weight: bold;
}
input[type=submit]:hover,
.button:hover,
.tlacitkoSouhlasim:hover{
    background: linear-gradient(#2a206d, #0d0a21);
    transition: background 0.25s;
}

input::placeholder,
textarea::placeholder{
	color: #ddd;
}
/* Ytext */

.zakladniTabulka{
	width: 100%;
	clear: both;
}
hr {
	border-bottom: 1px solid #777777;
}
h1, h2, p, ul, ol, table, hr {
	margin: 0px 0px 10px 0px;
	list-style-position: inside;
}
h1, h1 *,
.homepage h2, .homepage h2 *{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;

}
h2, h2 *{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #009fe3;
    font-weight: 600;
}
h3, h3 *,
h4, h4 * {
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.stylVerzalky {
	text-transform: uppercase;
}
.stylBunkaVpravo {
	text-align: right;
}
.stylBunkaStred {
	text-align: center;
}
.stylVelke {
	font-size: 22px;
}
.stylCervene {
	color: #cc0000;
}
.priloha img{
    height: auto !important;
}
.prilohaP{
	float: right;
}
.prilohaL{
    float: left;
    margin: 0 10px 10px 0;
}
.priloha .text,
.obrazek .text{
	display: none;
}
.vnitrek{
	width: 1400px;
	max-width: 100%;
	margin: 0px auto;
	padding: 0 10px 0 10px;
}

.seznamStranek:after,
.vnitrek:after{
	display: block;
	content: ' ';
	clear: both;
	font-size: 0px;
}

/*----------------------------------------------------------------------------*/


/* header */
header{
    background: silver;
    min-height: 50vw;
    position: relative;
    padding-bottom: 30px;
}
header .vnitrek{
    width: 460px;
    z-index: 1;
    position: relative;
}
header .vnitrek .logo{
    display: block;
    padding-top: 64%;
    background-image: url(img/logo.png), url(img/logo-podklad.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 35%, center center;
    background-size: 90% auto, cover;
}
header .vnitrek .slogan{
    font-size: 20px;
    color: #fff;
    padding: 10px 15%;
    text-align: center;
}
header .slideshow,
header .slideshow .slide1{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
header .slideshow .slide1{
    background-image: url(img/slide1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
header .slideshow .counter{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,0.4);
    background-image: url(img/slide-counter.png);
    background-repeat: no-repeat;
    background-position: center center;
}
header .facebook{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 44px;
    z-index: 2;
    padding: 0 60px 0 10px;
    background: url(img/facebook.png) scroll no-repeat right center;
    background: url(img/facebook.png) scroll no-repeat right center/contain;
    color: #fff;
    line-height: 44px;
    text-decoration: none;
}
/* !header */





/* homepage header */
body:not(.homepage) header{
    min-height: unset;
    padding-bottom: 0;
}
body:not(.homepage) header .vnitrek .slogan,
body:not(.homepage) header .slideshow .counter{
    display: none;
}
body:not(.homepage) header .vnitrek{
    width: auto;
}
body:not(.homepage) header .vnitrek .logo{
    
    padding-top: 100px;
    background-image: url(img/logo.png), url(img/logo-podklad.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 8px center, left center;
    background-size: auto 80%, auto 96%;
}
body:not(.homepage) header .facebook {
    padding: 0 45px 0 0;
    font-size: 0px;
}
/* !homepage header */





/* nav */
nav {
    background-color: #2B2B2B;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
nav ul{
    font-size: 0px;
    text-align: center;
    margin: 0;
}
nav li{
    display: inline-block;
}
nav .polozka{
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    transition: background-color 0.2s;
    text-align: center;
}
nav .polozka:hover{
    background-color: rgba(0,0,0,0.5);
    transition: background-color 0.2s;
}
@media only screen and (max-width: 500px){
    nav li{
        display: block;
    }
}
/* !nav */



/* homepage onas */
.onas{
    width: 1050px;
    margin: 30px auto;
}
/* !homepage onas */




/* dlazdice homepage */
.dlazdice{
    padding: 0;
}
body:not(.homepage) .dlazdice{
    display: none;
}
.dlazdice .seznamStranek .slozka{
    float: left;
    width: 16.666%;
    width: calc(100% / 6);
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
}
.dlazdice .seznamStranek .slozka .nahled{
    display: block;
    padding-top: 143%;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
}
.dlazdice .seznamStranek .slozka .nazev{
    font-size: 15px;
    line-height: 20px;
    color: #009fe3;
    font-weight: 400;
    padding: 10px 10px 0 10px ;
    height: 90px;
    overflow: hidden;
    margin: 0;
    color: #000;
    text-align: center;
    transition: filter 0.3s;
}
.dlazdice .seznamStranek .slozka:hover{
    text-decoration: underline;
}
.dlazdice .seznamStranek .slozka:hover .nahled{
    filter: brightness(0.5);
    transition: filter 0.3s;
}
@media only screen and (max-width: 1000px){
    .dlazdice .seznamStranek .slozka .nazev{
        font-size: 13px;
        padding: 10px 2px 0 2px ;
    }
}
@media only screen and (max-width: 800px){
    .dlazdice .seznamStranek .slozka{
        width: 33.333%;
        width: calc(100% / 3);
    }
    .dlazdice .seznamStranek .slozka .nahled{
        padding-top: 100%;
    }
}
@media only screen and (max-width: 500px){
    .dlazdice .seznamStranek .slozka{
        width: 260px;
        margin: 10px auto 0px auto;
        float: none;
    }
    .dlazdice .seznamStranek .slozka .nahled{
        padding-top: 120%;
    }
    .dlazdice .seznamStranek .slozka .nazev{
        height: auto;
    }
}
/* !dlazdice homepage */





/* homepage nabidka */
.nabidka{
    width: 1050px;
    margin: 30px auto 60px auto;
}
.nabidka img{
    height: auto !important;
}
.nabidka a{
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}
.nabidka a:hover{
    transition: background-color 0.2s;
    background-color: #ddd;
}
@media only screen and (max-width: 800px){
    .nabidka{
        display: none;
    }
}
/* !homepage nabidka */






/* reference homepage */
.reference{
    padding: 0;
}
body:not(.homepage) .reference{
    display: none;
}
.reference .seznamStranek .slozka{
    float: left;
    width: 30%;
    width: calc(33.333% - 10px);
    margin: 0 5px 10px 5px;
    text-decoration: none;
    display: block;
}
.reference .seznamStranek .slozka .nahled{
    display: block;
    padding-top: 67%;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
}
.reference .seznamStranek .slozka .popis{
    color: #009fe3;
    font-weight: 400;
    padding: 10px 0 0 0;
    height: 82px;
    overflow: hidden;
    margin: 0;
    color: #000;
    transition: filter 0.3s;
}
.reference .seznamStranek .slozka:hover{
    text-decoration: underline;
}
.reference .seznamStranek .slozka:hover .nahled{
    filter: brightness(0.5);
    transition: filter 0.3s;
}
@media only screen and (max-width: 800px){
    .reference{
        padding: 0 10px;
    }
    .reference .seznamStranek .slozka{
        width: 320px;
        margin: 10px auto 0px auto;
        float: none;
    }
}
/* !reference homepage */




/* panelObsah */
.panelObsah{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 40vw;
}
@media only screen and (max-width: 800px){
    .sloupcovaSazba table,
    .sloupcovaSazba thead,
    .sloupcovaSazba tbody,
    .sloupcovaSazba tfoot,
    .sloupcovaSazba tr,
    .sloupcovaSazba td{
		display: block;
		width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: center;
	}
}
.formularFiltry,
.komponentaZobrazeni{
    display: none;
}
/* !panelObsah */





/* mapa */
.mapa{
    height: 600px;
    width: 100%;
    margin: 30px 0 0 0;
    border-top: 10px solid #2B2B2B;
}
/* !mapa */





/* footer */
footer{
    padding-top: 220px;
    background-color: #000;
    background-image:
        url(img/logo-footer.png),
        linear-gradient(to right, #000, #252525, #000);
    background-attachment: scroll;
    background-size: 250px auto, auto auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center 30px, left top;
}
footer .komponentaSlozka{
    padding-bottom: 30px;
}
footer .komponentaSlozka *{
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
footer .odkazy{
    border-top: 2px solid #ccc;
    background-color: #000;
    text-align: center;
    padding: 10px;
}
footer .odkazy *{
    line-height: 15px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
    color: #666;
    text-decoration: none;
}
footer .odkazy *:hover{
    text-decoration: underline;
}
/* !footer*/





/* formular */
.formular{
    margin-bottom: 40px;
}
.formular .pronadpis h2{
    color: #009fe3;
}
.formular .proobsah{
    background-color: #009fe3;
    padding: 30px 0;
}
.formular .proobsah .vnitrek{
    background-color: gold;
    height: 400px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: right center;
    background-image: url(img/formular.jpg);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.35);
}
.formular .proformular{
    width: 500px;
    height: 500px;
    margin: 0 auto;
    background-color: #009fe3;
    position: relative;
    top: -50px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.formular .komponentaFormular table{
    width: 100%;
    height: 100%;
}
.formular .komponentaFormular .popis,
.formular .komponentaFormular .povinnePolickoInfo{
    display: none;
}
.formular .komponentaFormular .hodnota{
    background-color: #424242;
}
.formular .komponentaFormular .hodnota *{
    box-shadow: none;
    padding: 5px;
    width: 300px;
    display: block;
}
.formular .komponentaFormular #idPrvku1{
    margin: 30px auto 0 auto;
}
.formular .komponentaFormular #idPrvku2{
    margin: 10px auto 0 auto;
}
.formular .komponentaFormular #idPrvku3{
    margin: 10px auto 0 auto;
}
.formular .komponentaFormular #idPrvku4{
    margin: 10px auto 30px auto;
    height: 200px;
}
.formular .komponentaFormular input[type=submit]{
    margin: 35px auto 0 auto;
    text-align: center;
    background: none;
    text-transform: none;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.75);
    font-size: 20px;
    font-weight: 300;
}
.formular .komponentaFormular .odesli *{
    background-color: #009fe3;
}
.formular .upozorneni{
    padding: 5px;
    font-size: 13px;
    background: red;
    color: #fff;
    text-align: center;
    margin: 0;
}
.formular .upozorneni + form input[type=submit]{
    margin: 20px auto 0 auto;
}
.formular .komponentaFormular > p:only-child,
.formular .komponentaFormular > p:only-child *{
    padding: 5px;
    font-size: 13px;
    color: white;
    text-align: center;
    margin: 0;
}
@media only screen and (max-width: 1000px){

    .formular .proobsah{
        padding: 30px 0;
    }
    .formular .proobsah .vnitrek{
        height: 400px;
    }
    .formular .proformular{
        height: 430px;
        top: -15px;
    }
    .formular .komponentaFormular #idPrvku4{
        height: 130px;
    }
}
@media only screen and (max-width: 1000px){
    .formular .komponentaFormular .hodnota *{
        width: 85%;
    }
}
/* !formular */












/* cookies */
.komponentaCookieSouhlas{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}
.komponentaCookieSouhlasVnitrek{
	background: rgba(0,0,0,0.85);
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
	padding: 10px;
}
.komponentaCookieSouhlasVnitrek *{
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
}
.komponentaCookieSouhlasVnitrek .tlacitkoSouhlasim{
	float: right;
}
.komponentaCookieSouhlasVnitrek:after{
	display: block;
	clear: both;
	content: ' ';
}
/* !cookies */






/* pomocnaNavigace */
.pomocnaNavigace .drobeckova:not(:empty){
	margin-bottom: 20px;
	text-align: left;
}
.pomocnaNavigace .podslozky li{
	display: block;
	list-style-type: none;
}
.pomocnaNavigace .podslozky li a{
	display: block;
	padding: 10px 0px 10px 20px;
    transition: background 0.3s;
}
.pomocnaNavigace .podslozky li a:hover{
    background-color: rgba(42, 32, 109, 0.1);
    transition: background 0.1s;
}
/* !pomocnaNavigace */






@media print{
    header,
    nav,
    iframe,
    footer
    {
        display: none !important;
    }
    .priloha{
        max-width: 50%;
    }
    *{
        float: none !important;
    }
}






