


/* 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: #444444;
	text-align: justify;
}

html{
    scroll-behavior: smooth;
}

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: none;
}
main a {
    text-decoration: underline;
}

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: #92BE72;
    font-size: 15px;
    font-weight: bold;
}
input[type=submit]:hover,
.button:hover,
.tlacitkoSouhlasim:hover{
    background: linear-gradient(#92BE72, #008e44);
    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;
}
.prilohaP{
	float: right;
}
.prilohaL{

}
.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-color: #009fe3;
    background-image: linear-gradient(#006fcf, #009fe3);
    min-height: 200px;
    padding: 10px 0;
    position: relative;
}
header .komponentaNavigace{
    margin: 5px 0 0 0;
}
header .komponentaNavigace li{
    display: inline-block;
}
header .komponentaNavigace .polozka{
    display: block;
    padding: 0 15px;
    color: #fff;
    text-transform: lowercase;
    font-size: 24px;
    line-height: initial;
}
header .komponentaNavigace .polozka:hover{
    text-decoration: underline;
}
header .komponentaNavigace .hloubka2{
    display: none;
}
header .socnet{
    float: right;
}
header .socnet a{
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
}
header .socnet a[href*=facebook]{
    background-image: url(img/socnet-facebook.png);
}
header .socnet a[href*=mailto]{
    background-image: url(img/socnet-email.png);
}
header .socnet a[href*=tel]{
    background-image: url(img/socnet-telefon.png);
}
@media only screen and (max-width: 700px){
    header .komponentaNavigace li{
        display: block;
    }
    header .socnet {
        float: none;
    }
    header .socnet:after {
        content: ' ';
        display: block;
        clear: both;
    }
}
/* !header */



/* slideshow */
.slideshow{
    position: relative;
}
.slideshow .logo{
    display: block;
    width: 350px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(img/gastrosimi.png);
    top: -6px;
    position: absolute;
    height: 115px;
    z-index: 1;
    max-width: 50%;
}
.slideshow .slide1{
    padding-top: 200px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75%;
    background-image: url(img/slide1.jpg);
    box-shadow: inset 30px 120px 270px -180px;
}
.homepage .slideshow .slide1{
    padding-top: 50%;
    background-position: center center;
}
/* !slideshow */







/* panelObsah */
.panelObsah{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 40vw;
}
.panelObsah .text.editor img{
    height: auto!important;
}
@media only screen and (max-width: 700px){
    body:not(.homepage) .panelObsah table,
    body:not(.homepage) .panelObsah thead,
    body:not(.homepage) .panelObsah tbody,
    body:not(.homepage) .panelObsah tfoot,
    body:not(.homepage) .panelObsah tr,
    body:not(.homepage) .panelObsah td{
		display: block;
		width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: center;
	}
}
/* !panelObsah */





/* dlazdice homepage */
.dlazdice .seznamStranek{
    display: none;
}
.dlazdice .seznamStranek.zobrazenychSlozek7{
    display: block;
    margin-top: -18%;
}
.dlazdice .seznamStranek .slozka{
    float: left;
    width: calc(100% / 7);
    padding-bottom: 10px;
}
.dlazdice .seznamStranek .slozka .nahled{
    display: block;
    padding-top: 230%;
    position: relative;
    overflow: hidden;
    background-color: #eee;
}
.dlazdice .seznamStranek .slozka .nahled img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.dlazdice .seznamStranek .slozka .nazev{
    font-size: 20px;
    line-height: 25px;
    color: #009fe3;
    font-weight: 600;
    padding: 5px;
    height: 60px;
    overflow: hidden;
    margin: 0;
}
.dlazdice .seznamStranek .slozka .text{
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding: 0 5px;
    text-align: left;
}
@media only screen and (max-width: 1000px){
    .dlazdice .seznamStranek.zobrazenychSlozek7{
        margin: 30px 0;
    }
    .dlazdice .seznamStranek .slozka{
        width: calc(100% / 4);
    }
    .dlazdice .seznamStranek .slozka .nahled{
        padding-top: 100%;
    }
    .dlazdice .seznamStranek .slozka .text{
        height: 200px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 700px){
    .dlazdice .seznamStranek .slozka{
        width: calc(100% / 3);
    }
}
@media only screen and (max-width: 500px){
    .dlazdice .seznamStranek .slozka{
        width: calc(100% / 2);
    }
}
@media only screen and (max-width: 350px){
    .dlazdice .seznamStranek .slozka{
        width: 250px;
        margin: 0 auto 20px auto;
        float: none;
    }
    .dlazdice .seznamStranek .slozka .nazev{
        height: auto;
    }
    .dlazdice .seznamStranek .slozka .text{
        height: auto;
    }
}
/* !dlazdice homepage */






/* onas */
.homepage .onas{
    background-color: #009fe3;
    padding: 50px 0;
}
.homepage .onas .komponentaSlozka{
    padding-right: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position: 98% center;
    background-image: url(img/onas.png);
}
.homepage .onas .komponentaSlozka .text *:first-child{
    color: #fff;
}
@media only screen and (max-width: 700px){
    .homepage .onas .komponentaSlozka{
        padding-right: 0;
        background-size: auto 150px;
        background-position: center bottom;
        padding-bottom: 180px;
    }
}
/* !onas */






/* reference homepage */
.reference {
    padding: 30px 0;
}
.reference .seznamStranek{
    display: none;
}
.reference .seznamStranek{
    display: block;
}
.reference .seznamStranek .slozky{
    display: table;
    width: 100%;
}
.reference .seznamStranek .slozka{
    display: table-cell;
    position: relative;
}
.reference .seznamStranek .slozka .nahled{
    display: block;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    background-color: #eee;
}
.reference .seznamStranek .slozka .nahled img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.reference .seznamStranek .slozka .nazev{
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    padding: 10px 5px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    display: block;
    width: 100%;
    text-transform: none;
}
.reference .seznamStranek .slozka .text{
    display: none
}
@media only screen and (max-width: 1000px){
    .reference .seznamStranek .slozky{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .reference .seznamStranek .slozka{
        display: block;
        margin: 5px auto;
    }
}
/* !reference homepage */




/* 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 */







/* footer */
footer .proobsah{
    background-color: #009fe3;
    padding: 30px 0 10px 0;
}
footer .proobsah *{
    color: #fff !important;
}
footer .proobsah table td:first-child{
    width: 400px;
}
footer .proobsah table td:last-child{
    width: 600px;
}
footer .proobsah table td:last-child p{
    display: inline-block;
    width: 33.33%;
    float: left;
    margin: 0;
}
footer iframe{
    width: 100%;
    height: 500px;
}
footer .odkazy{
    background-color: #232323;
    text-align: center;
    padding: 10px;
}
footer .odkazy *{
    color: #aaa;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
}
@media only screen and (max-width: 1000px){
    footer table,
    footer table thead,
    footer table tbody,
    footer table tr,
    footer table td,
    footer table p{
        display: block !important;
        width: auto !important;
        float: none  !important;
    }
    footer table p:nth-child(3n+1){
        margin-top: 15px !important;
    }
}
/* !footer */




/* 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 40px;
	background: url(img/odrazka.png) scroll no-repeat 5px center/ auto 30px;
	transition: background 0.3s;
}
.pomocnaNavigace .podslozky li a:hover{
    background: #F5F5EB url(img/odrazka.png) scroll no-repeat 5px center/ auto 30px;
    transition: background 0.1s;
}
/* !pomocnaNavigace */






@media print{
    header,
    .slideshow,
    .formular,
    footer
    {
        display: none !important;
    }
    .priloha{
        max-width: 50%;
    }
    *{
        float: none !important;
    }
}






