html, body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-color: #ffffff; */
	font-family: "robotoregular";
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	color: #666666;
	height: 100%;
	line-height: 140%;
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'lorabold';
    src: url('lora-bold.eot');
    src: url('lora-bold.eot?#iefix') format('embedded-opentype'),
         url('lora-bold.woff2') format('woff2'),
         url('lora-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('lora-regular.eot');
    src: url('lora-regular.eot?#iefix') format('embedded-opentype'),
         url('lora-regular.woff2') format('woff2'),
         url('lora-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold.eot');
    src: url('roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('roboto-bold.woff2') format('woff2'),
         url('roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular.eot');
    src: url('roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular.woff2') format('woff2'),
         url('roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"]
{
	font-size: 14px;
	color: #000000; 
	font-family: "robotobold";
	padding-left: 20px;
	height: 32px;
	text-align: left;
	border: none;
	background-color: #ffffff;
}

textarea
{
	font-size: 14px;
	color: #000000; 
	font-family: "robotobold";
	padding-left: 20px;
	padding-top: 20px;
	border: none;
	background-color: #ffffff;
}

select
{
	font-size: 16px;
}

input[type="submit"]
{
	cursor: pointer;
}

.captchaimg
{
	height: 32px;
	vertical-align: middle;
}

img { border: 0; }

ul {
	margin: 0;
	padding-left: 15px;
}

b { font-family: "robotobold"; font-weight: normal;}

#blacktext { color: #000000; }

#whitetext { color: #ffffff; }

#redtext { color: #ef4857; }

#bluetext { color: #0f5baa; }

#lightbrowntext { color: #dd9a4c;}
#darkbrowntext { color: #532f03; }

h1
{
	font-family: "lorabold";
	font-size: 30px;
}

h2
{
	font-family: "lorabold";
	font-size: 24px;
}

h3
{
	font-family: "lorabold";
	font-size: 20px;
}


.meganadpis 
{
	font-family: "lorabold";
	font-size: 60px;
	line-height: 120%;
}


.nadpis 
{
	font-family: "lorabold";
	font-size: 44px;
	line-height: 120%;
}

.podnadpis 
{
	font-family: "lorabold";
	font-size: 30px;
	line-height: 120%;
}

.normal
{
	font-size: 18px;
}

.mensi
{
	font-size: 16px;
	line-height: 180%;
}

a:link
{
	text-decoration : none;
	color: #666666;
}

a:visited
{
	text-decoration : none;
	color: #666666;
}

a:hover
{
	text-decoration : none;
	color: #aaaaaa;
}

.blacklink:link
{
	text-decoration : none;
	color: #000000;
}

.blacklink:visited
{
	text-decoration : none;
	color: #000000;
}

.blacklink:hover
{
	text-decoration : none;
	color: #aaaaaa;
}

.redlink:link
{
	text-decoration : underline;
	color: #ef4857; 
}

.redlink:visited
{
	text-decoration : underline;
	color: #ef4857; 
}

.redlink:hover
{
	text-decoration : underline;
	color: #dddddd;
}

.orangelink:link
{
	text-decoration : underline;
	color: #f7931d; 
}

.orangelink:visited
{
	text-decoration : underline;
	color: #f7931d; 
}

.orangelink:hover
{
	text-decoration : underline;
	color: #dddddd;
}

.menu:link
{
	text-decoration : none;
	color: #ffffff;
}

.menu:visited
{
	text-decoration : none;
	color: #ffffff;
}

.menu:hover
{
	text-decoration : none;
	color: #aaaaaa;
}

.menu_active:link
{
	text-decoration : none;
	color: #ffffff;
	font-family: "robotobold"; 
}

.menu_active:visited
{
	text-decoration : none;
	color: #ffffff;
	font-family: "robotobold"; 
}

.menu_active:hover
{
	text-decoration : none;
	color: #aaaaaa;
	font-family: "robotobold"; 
}

.maintab
{
	width: 100%;
	height: 100%;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url('../images/pozadi.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
}

.maintab2
{
	color: #666666;
	text-align: center;
/*	filter: drop-shadow(0 0 1rem #dddddd);	*/
	box-shadow: 0 0 1em #aaaaaa;
	width: 80%;
	max-width: 1400px;
}

.menutab
{
	width: 900px;
	background-color: #ef4857;
	color: #b61b28;
	height: 50px;
	font-size: 16px;
}


.toptab
{
	background-image: url('../images/polopruhledny_white.png');
	background-repeat: repeat;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.toptab_mobile
{
	display:none;
}

.whitepaddingtab
{
	background-image: url('../images/polopruhledny_white.png');
	background-repeat: repeat;
	text-align: justify;
	padding-left: 150px;
	padding-right: 150px;
}

.whitetab
{
	background-image: url('../images/polopruhledny_white.png');
	background-repeat: repeat;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}


.ultralightbrowntab
{
	background-color: #edd1ac;
	color: #532f03;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

.lightbrowntab
{
	background-color: #dd9a4c;
	color: #532f03;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

.darkbrowntab
{
	background-color: #775227;
	color: #ffffff; 
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

.redtab
{
	background-color: #ef4857;
	color: #b61b28;
	text-align: center;	
	padding-left: 50px;
	padding-right: 50px;
}

.kluktab
{
	background-image: url('../images/kluktab.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000000;
	height: 450px;
	padding-left: 20px;
	padding-right: 20px;
}

.tlacitko_gray
{
	border-style:solid;
	border-color: #666666;
	border-radius: 10px;
	color: #ffffff; 
	background-color: #666666;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: 36px;
}

.tlacitko_red
{
	border-style:solid;
	border-color: #ef4857; 
	border-radius: 10px;
	color: #ffffff; 
	background-color: #ef4857; 
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: 16px;
}

.tlacitko_orange
{
	border-style:solid;
	border-color: #f7931d; 
	border-radius: 10px;
	color: #ffffff; 
	background-color: #f7931d; 
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: 16px;
}

.tlacitko_blue
{
	border-style:solid;
	border-color: #0f5baa; 
	border-radius: 10px;
	color: #ffffff; 
	background-color: #0f5baa; 
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: 16px;
}

.tlacitkotruhlice
{
	width:195px;
}

.spodek
{
	background-color: #ef4857;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #b61b28;
	font-family: "robotobold"; 
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pergamen
{
	display: inline-table;
	border-style: none;
	padding-top: 70px;
	color: #5c3f26;
	width: 300px;
	height: 500px;
	background-image: url('../images/pergamen.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: contain;
}

.mobilelogo
{
	display: none;
}

.orange-hr
{
	color: #f7931d; 
	border: 0;
	background-color: #f7931d; 
	height: 2px;
}

.white-hr
{
	color: #ffffff; 
	border: 0;
	background-color: #ffffff; 
	height: 2px;
}

.opacityit
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.grayscaleit
{
	filter: grayscale(0%);
}

.grayscaleit:hover
{
	filter: grayscale(100%);
}

.galeriediv
{
	float: left;
	display: inline-block;
	width: 230px;
	height: 350px;
	text-align: center;
	border-style: none;
}

.nodesktop
{
	display: none;
}

.hidden
{
	display: none;
}

.visible
{
	display: run-in;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#dropmenudiv
{
/* position: absolute; */
font-family: "lorabold";
position: fixed;
padding-top: 50px; 
padding-bottom: 50px; 
margin-top: -5px; 
margin-left: 10px; 
background-color: #ef4957; 
text-decoration : none;
font-size: 50px;
text-align: left;
color: #ffffff;
line-height:100px;
z-index: 300;
}

#dropmenudiv a
{
text-decoration : none;
width: 600px;
display: block;
text-indent: 3px;
background-color: #ef4957; 
color: #ffffff;
border-bottom: 1px solid #a40d1c;
padding-left: 80px; 
}

#dropmenudiv a:hover
{
text-decoration : none;
background-color: #f7931d; 
}

