

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 22px;
	line-height: 30px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #333;
}

html {
	background-color: #ffffff;
}

head {
	display: none;
}

.font{
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #3f3f3f;
	opacity: 0;
	min-width: 250px;


	-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;
}


input[type=text],
input[type=password]{

}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input[type=button]:focus,
input[type=submit]:focus,
a:focus{
	outline: 3px dotted #333;
}


*::-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;
    font-weight: normal;
}
h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}
h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}
h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}
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;
}
main a{

}
a:hover{
	text-decoration: underline;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
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;
}
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;
}


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: #228AE3;
	color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
	border: none;
	text-align: center;
	min-width: 100px;
	font-weight: bold;
	cursor: pointer;
    filter: brightness(100%);
	border-radius: 5px;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}

.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{
    color: #CC6600 !important;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}


.vnitrek{
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
}

.uzky{
    width: 1000px;
}


/*****************************************************************************/

body{
    background: #6fbb01 url(img/background.jpg) scroll no-repeat center top/100% auto;
}
@media only screen {
    body{
        background-size: 150% auto;
    }
}



/* logo */
header .logo{
    display: block;
    padding-top: 20%;
}
@media only screen and (max-width:800px){
    header .logo{
        padding-top: 32%;
    }
}
/* logo /*



/* promenu */
.promenu{
    background-color: #FF4848;
    border-radius: 10px;
    padding: 10px;
}
.promenu .tel{
    float: right;
    padding: 10px 10px !important;
    font-size: 26px;
}
.promenu li{
    display: inline-block;
    position: relative;
}
.promenu .tel,
.promenu .polozka{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.promenu .tel:hover,
.promenu .polozka:hover{
    color: #FF4848;
    background-color: #fff;
}
.promenu img,
.promenu .hloubka2{
    display: none;
}
.promenu .roleta{
    position: absolute;
    max-width: none;
    width: 200px;
    padding-top: 10px;
}
.promenu .roleta .hloubka1{
    padding: 10px;
    background: #FF4848;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.promenu .roleta li{
    display: block;
}
.promenu .roleta li:not(:last-child){
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.promenu .roleta .polozka{
    padding: 10px;
    text-transform: none;
}
@media only screen {
    .promenu .roleta{
        display: none !important;
    }
    .promenu li{
        display: block;
        text-align: center;
    }
    .promenu .tel{
        float: none;
        text-align: center;
    }
}
/* promenu */





main{
    margin: 5% auto;
}
.katalog{
    background-color: rgba(255,255,255,0.85);
    padding: 4% 8%;
}
body:not(.homepage) .katalog{
    min-height: 35vw;
}
.homepage .pomocnaNavigace{
    display: none;
}
.homepage main a[href*='s18CZ']{
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #666;
}




/* proonas */
.proonas .viceinformaci{
    display: none;
}
/* proonas */





/* dlazdice */
.dlazdiceleva{
    background: rgba(255,255,255,0.85) url(img/dlazdice-akce.png) scroll no-repeat center 14% !important;
    height: 500px;
    width: calc(50% - 20px);
    text-decoration: none;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.35);
    position: relative;
    float: left;
    margin: 0 10px;
}
.dlazdice:after{
    content: ' ';
    clear: both;
    display: block;
}
.dlazdiceleva > .nazev{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 175px;
    text-align: center;
    color: #00CC00;
    text-decoration: none;
    font-size: 40px;
    padding: 30px 0;
}
.dlazdiceleva > .viceinformaci{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: center;
    color: #33ACFF;
    text-decoration: underline;
    font-size: 24px;
}
.dlazdiceleva > .seznamStranek{
    position: absolute;
    top: 260px;
    right: 30px;
    bottom: 70px;
    left: 30px;
    overflow: hidden;
}
.dlazdiceleva .prepinacStranek{
    display: none;
}
.dlazdiceleva .slozka{
    display: block;
    padding: 0 10px;
}
.dlazdiceleva .slozka:hover{
    background-color: rgba(0,0,0,0.1);
}
.dlazdiceleva .slozka,
.dlazdiceleva .slozka *{
    text-decoration: none;
}
.dlazdiceleva .nazev{
    font-weight: bold;
}
.dlazdiceleva:hover{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
}
@media only screen and (max-width:800px){
    .dlazdiceleva{
        width: auto;
        float: none;
        margin: 10px 0;
    }
}
/* dlazdice */




/* proalbum */
.proalbum{
    padding: 90px 0;
}
.proalbum h2{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.proalbum .prepinacStranek{
    display: none;
}
.proalbum .slozka{
    display: block;
    float: left;
    text-decoration: none;
    width: 50%;
    position: relative;
}
.proalbum .vnitrek > .seznamStranek:first-child .slozka{
    width: 100%;
}
.proalbum .slozka > div{
    top: 0px;
    padding-top: 75%;
    position: relative;
}
.proalbum .slozka > div .nahled {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.35);
}
.proalbum .slozka:hover > div .nahled{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
}
.proalbum .slozka .nazev{
    text-align: center;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
@media only screen {
    .proalbum .seznamStranek{
        width: auto;
        float: none;
    }
    .proalbum .slozka{
        float: none;
        width: 500px !important;
        padding: 5px 0;
        margin: auto;
    }
    .proalbum .slozka .nazev {
        bottom: 25px;
    }
}
/* proalbum */





/* pomocnaNavigace */
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
}
.pomocnaNavigace .drobeckova .polozka{
    text-decoration: none;
}
.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 */




/* omluvenka */
.odkazomluvenka{
    display: none;
}
.slozka54 form td *{
    width: 100%;
}

.slozka54 form table,
.slozka54 form thead,
.slozka54 form tbody,
.slozka54 form tr,
.slozka54 form td,
.slozka54 form td *:not(span){
    display: block;
    width: 100%;
}

/* omluvenka */








/* footer */
footer{
    background-color: #FF4848;
}
footer *:empty{
    display: none;
}
footer .horni{
    padding: 80px 10px 70px 10px;
    text-align: center;
    box-shadow: inset 0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
footer .horni table{
    width: 100%;
}
footer .horni table *{
    color: #fff !important;
}
footer .horni ul{
    list-style-type: none;
}
footer .horni .polozka{
    padding-bottom: 10px;
    display: inline-block;
}
footer .horni a{
    text-decoration: none;
}
footer .horni a:hover{
    text-decoration: underline;
}
footer .spodni{
    padding: 20px 30px;
    background-color: #FAEA1C;
    box-shadow: inset 0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
footer .spodni:after{
    content: ' ';
    display: block;
    clear: both;
}
footer .scrolltop{
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(img/icons8-level-up-48.png) scroll no-repeat center center/90% auto;
}
footer .blindfriendly{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(img/icons8-visualy-impaired-64.png) scroll no-repeat center center/90% auto;
}
footer .jmpost{
    display: block;
    line-height: 50px;
    margin: auto;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #FF4848;
    text-decoration: none;
    font-size: 13px;
}
footer .scrolltop:hover,
footer .blindfriendly:hover,
footer .jmpost:hover{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
}
footer iframe{
    width: 500px;
    height: 300px;
}
@media only screen {
    footer .horni table,
    footer .horni thead,
    footer .horni tbody,
    footer .horni tfoot,
    footer .horni tr,
    footer .horni td{
        width: auto;
        display: block;
    }
}
/* footer */





/* print */
@media print{
    header,
    .omluvenka,
    footer,
    .content > *:not(main),
    .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;
	}
	main{
        padding: 30px !important;
    }
}
/* !print */






/* kontakty */
.kontakty .editor iframe{
    width: 100%;
    height: 600px;
    margin: 50px auto;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.48);
}
/* kontakty */
