

/* Globalni styly */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 17px;
	line-height: 27px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	color: #000;
}

html {
	background-color: #ffffff;
}

head {
	display: none;
}

body {
	font-family: 'Roboto', 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{

}

*::-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{
    margin-bottom: 20px;
}
h1,
h1 *{
    font-size: 32px;
		font-weight: 900;
    line-height: 34px;
    font-weight: bold;
		color: #FFCF00;
}
h2,
h2 *{
    font-size: 24px;
		font-weight: 900;
    line-height: 30px;
    font-weight: bold;
		color: #FFCF00;
}
h3,
h3 *{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;

		color: #FFCF00;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 20px;
}

p{
	padding-bottom: 20px;
	font-size: 24px!important;
	font-weight: 400;
	line-height: 30px;
}
strong{
	font-size: 24px!important;
	font-weight: 700;
}
a,
a *{
	cursor: pointer;
	text-decoration: underline;
	color: rgb(57, 98, 186);
	color: rgb(57, 98, 186);
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}
.seznamStranek .slozka,
.seznamStranek .slozka *{
    text-decoration: none;
    color: black;
}


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;
	list-style-type: none;
}

.obsahovyPanel .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.obsahovyPanel .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.obsahovyPanel .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: rgb(57, 98, 186);
	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;
}
.button *{
	background-color: #868f91;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.stylBunkaStred{
    text-align: center;
}
.stylBunkaVpravo{
	text-align: right;
}

.katalog{
    width: 100%;
    /*overflow: auto;*/
}
.text.editor{
    /*min-width: 800px;*/
}


.text.editor img{
    height: auto !important;
}

.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}

.text.editor .priloha .text{
    display: none;
}

.vnitrek:after,
.obsahovyPanel:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.obsahovyPanel .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;
}

hr{
    border-bottom: 3px solid orange;
    margin: 10px auto 20px auto;
}

script{
	display: none !important;
}

.stylCervene,
.stylCervene *{
    color: #f84644 !important;
}
.stylModre,
.stylModre *{
    color: rgb(57, 98, 186) !important;
}
.stylZelene,
.stylZelene *{
    color: green !important;
}


.formularFiltry,
.komponentaZobrazeni{
    display: none;
}


.vnitrek{
	display: block;
	width: 1100px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    position: relative;
}
.vnitrekV{
	display: block;
	width: 1310px;
	max-width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
    position: relative;
		height: 360px;
}
.content .vnitrek{
	padding: 0 10px;
}
.nasesluzby .content h1{
	margin-bottom: 25px!important;
}


/* header */
header{
    background-color: #000000;
    width: 100%;
    border-bottom: 20px solid #FFCF00;
}
header .labelCenter{
	width: auto;
}
header .vnitrek{
	padding: 0px;
}
header .topPhoto{
	/*background: url(img/top.jpg) scroll no-repeat center center/contain;*/
	background: url(img/top.jpg);
	height: 533px;
	width: 100%;
	/*background-size: cover;*/
	background-attachment: fixed;
	background-position-x: center;
}
header .logoAris{
	display: block;
	padding-top: 262px;
	margin: 0 auto;
	transition: 0.8s all;
	background: url(img/aris.png) scroll no-repeat center center/contain;
	position: relative;
	top: 302px;
	width: 240px;
}
header .vnitrek.siroky{
    width: 1430px;
}
header nav{
		margin: 0 15% 0 15%;
		width: calc(70%);
    padding: 10px 0;
    transition: padding 0.2s;
		text-align: center;
}
header nav .hloubka2{
	display: none;
}
header nav > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 1;
}
header nav > ul > li{
    display: inline-block;
				padding: 2px;
}
header.nizke nav > ul > li{
		padding: 5px;
}
header nav > ul > li > .polozka{
    display: block;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 38px;
}
header nav > ul > li > .polozka:hover{
    color: #FFCF00;
}
header nav > ul > li > .polozka.vybrana{
    color: #FFCF00;
}
header nav > ul > li > .hloubka2{
    display: none;
}
header #menu{
    display: none;
}
header label[for=menu]{
    /*position: absolute;*/
    top: 140px;
    right: 10px;
    z-index: 1;
    display: none;
    cursor: pointer;
    background: url(img/menu.png) scroll no-repeat center center/contain;
    font-size: 0px;
    width: 50px;
    height: 50px;
			float: left;
			width: 33.3%;
}
header label[for=email]{
    /*position: absolute;*/
    top: 140px;
    right: 10px;
    z-index: 1;
    display: none;
    cursor: pointer;
    background: url(img/obalka2.png) scroll no-repeat center center/contain;
    font-size: 0px;
    width: 50px;
    height: 50px;
			float: left;
			width: 33.3%;
}
header label[for=telefon]{
    /*position: absolute;*/
    top: 140px;
    right: 10px;
    z-index: 1;
    display: none;
    cursor: pointer;
    background: url(img/telefon2.png) scroll no-repeat center center/contain;
    font-size: 0px;
    width: 50px;
    height: 50px;
			float: left;
			width: 33.3%;
}
@media only screen and (max-width:964px){
	header .topPhoto{
		background: url(img/auto.jpg) scroll no-repeat center center/contain;
		background-size: cover;
	}
}
@media only screen and (min-width:901px){
	header .logoAris:hover{
		/*padding-top: 300px;
	  top: 268px;
		width: 280px;*/
		transform: scale(1.2) translateY(-18px);
	}
}
@media only screen and (max-width:900px){
		header{
			border: 0px;
		}
		header .bottomLine{
			width: 100%;
			height: 20px;
			background-color: #FFCF00;
			transition: border 0.2s;
		}
		header .labelCenter{
			width: auto;
			height: 110px;
			padding-top: 40px;
		}
		header nav ul li:first-child::before{
			content: url("img/polygon.png");
			display: flex;
    	justify-content: center;
			height: 30px;
    }
    header nav{
      margin: 0;
      width: auto;
      padding: 0;
      max-height: 0px;
      overflow: hidden;
      transition: 0.4s all;
			border-bottom: 3px solid;
    }
    header nav > ul > li{
        display: block;
    		margin-bottom: 2px;
				padding: 0px;
    }
		header nav > ul > li .polozka{
			background-color: #FFCF00;
		}
		header nav > ul > li > .polozka{
        color: black;
    }
		header nav > ul > li > .polozka.vybrana{
        color: black;
				font-weight: bold;
    }
    header nav > ul > li > .polozka{
        padding: 10px;
        text-align: center;
    }
    header #menu:checked + .labelCenter + nav{
        max-height: 1000px;
    }
    header #menu:checked + .labelCenter label[for=menu]{
			background: url(img/menu2.png) scroll no-repeat center center/contain;
    }
		header #menu:checked + .labelCenter + nav + .bottomLine{
			height: 0px;
    }
    header label[for=menu],header label[for=email],header label[for=telefon]{
        display: block;
				transition: background 0.2s;
    }
		.vnitrek.kontakty{
			display: none;
		}
		header.nizke nav > ul > li{
				padding: 2px;
		}
		header .topPhoto{
			height: 295px;
		}
		header .logoAris {
			top: 80px;
		}
}
/* header */






.vnitrek.kontakty{
	height: 50px;
	text-align: right;
	padding: 10px;
}
a[href*='mailto:']{
	font-size: 24px;
	color: black;
}
.pataText a[href*='mailto:']{
	font-size: 20px!important;
	color: #FFCF00;
}
.vnitrek.kontakty .text{
	display: flex;
	justify-content: flex-end;
}
.vnitrek.kontakty p:nth-child(1)::before{
	content: url(img/obalka.png);
	vertical-align: middle;
	padding-right: 8px;
}
.vnitrek.kontakty p:nth-child(2)::before{
	content: url(img/telefon.png);
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 8px;
}

@media only screen and (max-width:680px){
	.vnitrek.kontakty .text{
		display: block;
		justify-content: flex-end;
	}
}

/*  obsahovyPanel */
.obsahovyPanel{
	padding-top: 50px;
	padding-bottom: 55px;
	/*min-height: 50vw;*/
}
.obsahovyPanel a{
	text-decoration: underline;
}
/*  obsahovyPanel */

/* pomocnaNavigace */
.pomocnaNavigace,
.pomocnaNavigace *{
    text-decoration: none;
    font-size: 13px;
    color: black;
}
.pomocnaNavigace a{
    text-decoration: underline;
}
.pomocnaNavigace .drobeckova{
    margin: 0 auto 20px auto;
    padding: 5px;
    background: rgba(0,0,0,0.05);
    display: block;
}
.pomocnaNavigace .podslozky ul{
    list-style-type: none;
    margin: 20px auto;
}
.pomocnaNavigace .podslozky img{
    display: none;
}
.pomocnaNavigace .podslozky .polozka{
    padding: 5px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 1px;
    display: block;
}
.pomocnaNavigace a.polozka:hover{
    background: rgba(0,0,0,0.1);
}
/* pomocnaNavigace */

/* footer */
footer{
	margin-top: 50px;
	min-height: 360px;
	background-color: #323232;
}
footer .horni{
    padding: 0px;
    text-align: center;
}
footer .horni table{
    width: 100%;
}
footer .horni ul{
    list-style-type: none;
}
footer .horni .polozka{
    padding-bottom: 10px;
    display: inline-block;
}
footer .horni .slozka{
    text-decoration: none;
}
footer a, footer a:hover{
    text-decoration: underline;
}
footer .spodni{
    padding: 20px 30px;
    background-color: #52B7FD;
    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/scrolltop.png) scroll no-repeat center center/90% auto;
    transition: box-shadow 0.3s;
}
footer .jmpost{
    display: block;
    line-height: 50px;
    margin: auto;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: box-shadow 0.3s;
}
footer .slozky .slozka{
	float: left;
	padding: 22px;
}
footer .slozky .slozka h2{
	display: none;
}
footer .slozky .slozka .text{
	text-align: left;
	width: 286px;
}
footer .slozky .slozka .text p{
	color: black;
	padding-bottom: 2px;
}
footer .slozky .slozka .text p strong{
	color: black;
}
footer .slozky .slozka .text p:nth-child(1) strong{
	font-size: 18px;
}
footer .komponentaSlozkyStrankovani{
	float: left;
}
footer .slozky .slozka .text .sloupcovaSazba p {
	padding-bottom: 0px;
}
footer .slozky .slozka .text .sloupcovaSazba {
	padding-bottom: 5px;
}
footer .pataText{
    padding-top: 60px;
		text-align: left;
}
footer .pataText h4{
    color: #FFCF00;
}
footer .pataText p{
    color: white;
		font-weight: 200;
		font-size: 20px!important;
		line-height: 13px;
}
footer .footerAris{
	float: left;
	width: 240px;
  padding-top: 262px;
	background-image: url(img/aris.png);
	margin: 49px;
}
footer .mapaDivTelefon{
	display: none;
	width: 400px;
	height: 360px;
}
footer .mapaDiv{
	width: 540px;
	height: 360px;
	float: left;
}
footer nav{
		margin: 0 15% 0 15%;
		width: calc(70%);
    padding: 10px 0;
    transition: padding 0.2s;
		text-align: center;
}
footer .navigacniPanel{
	width: 100%;

	background-color: #FFCF00;
}
footer nav .hloubka2{
	display: none;
}
footer nav > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 1;
}
footer nav > ul > li{
    display: inline-block;
				padding: 2px;
}
footer.nizke nav > ul > li{
		padding: 5px;
}
footer nav > ul > li > .polozka{
    display: block;
    padding: 3px 10px;
    color: #000000;
    text-decoration: none;
		font-size: 30px;
		line-height: 38px;
		text-transform: uppercase;
}
footer nav > ul > li > .polozka:hover{
    color: #ffffff;
}
footer nav > ul > li > .polozka.vybrana{
    color: #ffffff;
}
footer nav > ul > li > .hloubka2{
    display: none;
}
.mapa{
    height: 360px;
    width: 100%;
}
.final{
	background-color: #000000;
	text-align: center;
	border-top: 2px solid white;
	line-height: 30px;
}
.final *{
	color: white;
    font-size: 13px;
    text-decoration: none;
}

footer .scrolltop:hover,
footer .blindfriendly:hover,
footer .jmpost:hover{
    box-shadow: 0 0 0px 10px rgba(0,0,0,0.15);
}
@media only screen and (max-width:800px){
    footer .horni table,
    footer .horni thead,
    footer .horni tbody,
    footer .horni tfoot,
    footer .horni tr,
    footer .horni td{
        width: auto;
        display: block;
    }
}
@media only screen and (max-width:1420px){
	footer .pataStred{
	    width: 1040px;
			margin: auto;
			float: none;
	}
	.vnitrek{
		width: 1000px;
	}
}
@media only screen and (max-width:1300px){
	footer .footerAris{
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		top: -315px;
	}
	footer{
		border-top: 60px solid #FFCF00;
	}
	footer .navigacniPanel{
		display: none;
	}
	footer{
		margin-top: 190px;
	}
	footer .pataText .text{
		float: right;
		width: 345px;
    padding-right: 50px;
	}
	footer .pataText{
		padding: 20px 10px;
	}
	footer .pataText p{
		padding-bottom: 10px;
		line-height: 22px;
	}
	.vnitrekV{
		width: 980px;
	}
}
@media only screen and (max-width:1200px){
	footer .pataStred{
		padding-left: 0px;
		background: #FFE540;
		border-radius: 0px;
		margin: auto;
		float: none;
	}
	footer .slozky{
			display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}
	footer .slozky img{
		display: block;
		margin: auto;
	}
}
@media only screen and (max-width:1080px){
	footer .pataStred{
		width: 736px;
	}
}
@media only screen and (max-width:1080px){
	footer .mapaDiv{
		width: 350px;
	}
	.vnitrekV {
    width: 720px;
	}
}
@media only screen and (max-width:800px){
	footer .slozka .text table tr td:nth-child(1){
		display: none;
	}
}
@media only screen and (max-width:780px){
	footer .pataStred{
		width: 400px;
	}
}
@media only screen and (max-width:720px){
	footer .mapaDiv{
		display: none;
	}
	footer .mapaDivTelefon{
		display: block;
	}
	footer .vnitrekV{
		width: 400px;
			height: 750px
	}
	footer .pataText .text{
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:680px){
	footer .pataStred{
		width: 320px;
		text-align: center;
	}
}
/* footer */


/* cookie */
.komponentaCookieSouhlas {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.komponentaCookieSouhlas *{
	font-size: 13px;
	color: #ffffff !important;
	line-height: 17px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim{
	border: 1px solid #ffffff;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 15px;
}
.komponentaCookieSouhlas .tlacitkoSouhlasim:hover{
	box-shadow: 0 0 3px 1px rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.15);
}
/* !cookie*/


/* print */
@media print{
    header,
    footer,
    .content
    .sponzori,
		.banner,
    .cookies,
    .pomocnaNavigace,
    .formularFiltry,
    .formularRazeni,
    .tlacitkoDalsiStrana,
    iframe
	{
		display: none;
	}
	body,
	main,
	.vnitrek,
	.content,
	.obsahovyPanel,
	.katalog,
	.detail
	{
		opacity: 1 !important;
		width: auto !important;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    max-width: unset !important;
		height: auto !important;
	}
	.text.editor{
		min-width: unset!important;
	}
	header *, footer nav *, .komponentaCookieSouhlas, header nav > ul > li.vybrana{
		display: none!important;
	}
}
/* !print */

/* slozka kontakty */
.slozka100 .sloupcovaSazba{
    width: 100%;
}
.slozka100 iframe{
    width: 100%;
    min-height: 400px;
}
.kontakty .text p:nth-child(1){
	margin-right: 25px;
}
/* slozka kontakty */
