html, body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fbf9fe;
	font-family: "gothambook";
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	height: 100%;
	line-height: 140%;
}

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: 20px;
	text-align: left;
	border-radius: 25px;
	border: 0;
}

textarea
{
	font-size: 20px;
}

select
{
	font-size: 20px;
}

@font-face
{
	font-family: 'gothamthin';
	src: url('gotham-thin.eot');
	src: url('gotham-thin.eot') format('embedded-opentype'),
	url('gotham-thin.woff') format('woff'),
	url('gotham-thin.ttf') format('truetype'),
	url('gotham-thin.svg#gothamthin') format('svg');
}

@font-face
{
	font-family: 'gothamlight';
	src: url('gotham-light.eot');
	src: url('gotham-light.eot') format('embedded-opentype'),
	url('gotham-light.woff') format('woff'),
	url('gotham-light.ttf') format('truetype'),
	url('gotham-light.svg#gothamthin') format('svg');
}

@font-face
{
	font-family: 'gothambold';
	src: url('gotham-bold.eot');
	src: url('gotham-bold.eot') format('embedded-opentype'),
	url('gotham-bold.woff') format('woff'),
	url('gotham-bold.ttf') format('truetype'),
	url('gotham-bold.svg#gothambold') format('svg');
}

@font-face
{
	font-family: 'gothamblack';
	src: url('gotham-black.eot');
	src: url('gotham-black.eot') format('embedded-opentype'),
	url('gotham-black.woff') format('woff'),
	url('gotham-black.ttf') format('truetype'),
	url('gotham-black.svg#gothamblack') format('svg');
}

@font-face
{
	font-family: 'gothambook';
	src: url('gotham-book.eot');
	src: url('gotham-book.eot') format('embedded-opentype'),
	url('gotham-book.woff') format('woff'),
	url('gotham-book.ttf') format('truetype'),
	url('gotham-book.svg#gothambook') format('svg');
}

img { border: 0; }

b { font-family: "gothambold"; }

.uppercase { text-transform: uppercase; }

#whitetext { color: #ffffff; }

#graytext { color: #656568; }

#browntext { color: #442714; }

#blacktext { color: #000000; }

#greentext { color: #80bd97; }

#cyantext { color: #309db3; }


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

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

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


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

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

.whitelink:hover
{
	text-decoration : none;
	color: #000000;
}

.graylink:link
{
	text-decoration : none;
	color: #656568;
}

.graylink:visited
{
	text-decoration : none;
	color: #656568;
}

.graylink:hover
{
	text-decoration : none;
	color: #cccccc;
}

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

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

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

.greenlink:link
{
	text-decoration : none;
	color: #80bd97;
}

.greenlink:visited
{
	text-decoration : none;
	color: #80bd97;
}

.greenlink:hover
{
	text-decoration : none;
	color: #000000;
}

.buttonReg
{
	background-color: white;
	color: black;
	border: 2px solid #04AA6D;
	transition-duration: 0.4s;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.buttonReg:hover
{
	background-color: #04AA6D; /* Green */
	color: white;
	cursor:pointer;
}

.toptab
{
	visibility: visible;
}



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

.yellow-hr
{
	width: 50px;
	color: #fdbd30;
	border: 0;
	background-color: #fdbd30;
	height: 1px;
}

.black-hr
{
	width: 50px;
	color: #000000;
	border: 0;
	background-color: #000000;
	height: 1px;
}

.tlacitko_green
{
	border-style:solid;
	border-color: #80bd97;

	background-color: #80bd97;
	border-width: 2px 2px 2px 2px;
	padding: 15px 15px 15px 15px;
	display: inline-block;
	font-family: "gothambold";
	font-size: 18px;
	color: #ffffff;
	border-radius: 25px;
}

.tlacitko_green:hover
{
	color: #000000;
}

.tlacitko_cyan
{
	border-style:solid;
	border-color: #309db3;
	color: #ffffff;
	background-color: #309db3;
	border-width: 2px 2px 2px 2px;
	padding: 15px 15px 15px 15px;
	display: inline-block;
	font-family: "gothambold";
	font-size: 18px;
	color: #ffffff;
	border-radius: 25px;
}

.tlacitko_cyan:hover
{
	color: #000000;
}

.top_pasek
{
	background-color: #80bd97;
	font-family: "gothambold";
	font-size: 16px;
	color: #ffffff;
}


.top_pasek2
{
	background-color: #efefef;

}

.topmenu_normal
{
	width: 100%;
	position: fixed;
	margin-top: 0px;
	z-index: 100;
	display: inline;
}

.topmenu_mobile
{
	display: none;
}

.maintab
{
	width: 100%;
	height: 100%;
	text-align: center;
}


.menutab
{
	color: #ffffff;
	background-color: #efefef;
}

.menu:link
{
	font-family: "gothambook";
	font-size: 16px;
	color: #000000;
	text-decoration : none;
}

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

.menu:hover
{
	color: #80bd97;
	text-decoration : none;
	border-bottom: 5px solid #80bd97;
}

.menu_active:link
{
	font-family: "gothambold";
	font-size: 16px;
	color: #80bd97;
	border-bottom: 5px solid #80bd97;
}

.menu_active:visited
{
	text-decoration : none;
	color: #80bd97;
	border-bottom: 5px solid #80bd97;
}

.menu_active:hover
{
	color: #cccccc;
	text-decoration : none;
	border-bottom: 5px solid #cccccc;
}

.uvod_leva
{
	float:left;
	display: inline;
	width: 450px;
	height: 240px;
	padding-top: 65px;
	padding-right: 55px;
	background-image: url('../images/uvod1.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: "gothamblack";
	font-size: 24px;
	text-align: right;
	line-height: 120%;
}

.uvod_prava
{
	float: left;
	display: inline;
	width: 450px;
}

.array
{
	width: 400px;
	height: 40px;
	background-color: #d4d7d9;
	padding-left: 20px;
}


.rozcestnik1
{
	float: left;
	display: inline;
	padding: 30px 30px 30px 180px;
	background-color: #d3f4da;
	background-image: url('../images/rozcestnik1.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	font-family: "gothamblack";
	color: #528287;
	text-align: left;
	width: 250px;
	height: 200px;
	border: 15px solid #fbf9fe;
}

.rozcestnik2
{
	float: left;
	display: inline;
	padding: 30px 30px 30px 180px;
	background-color: #eaeaea;
	background-image: url('../images/rozcestnik2.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	font-family: "gothamblack";
	color: #8c8c8c;
	text-align: left;
	width: 250px;
	height: 200px;
	border: 15px solid #fbf9fe;
}

.rozcestnik3
{
	float: left;
	display: inline;
	padding: 30px 30px 30px 180px;
	background-color: #dbf8fc;
	background-image: url('../images/rozcestnik3.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	font-family: "gothamblack";
	color: #309db3;
	text-align: left;
	width: 250px;
	height: 200px;
	border: 15px solid #fbf9fe;
}

.rozcestnik4
{
	float: left;
	display: inline;
	padding: 30px 30px 30px 180px;
	background-color: #FFFFFF;
	background-image: url('../images/rozcestnikX6.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	font-family: "gothamblack";
	color: #442714;
	text-align: left;
	width: 250px;
	height: 200px;
	border: 15px solid #fbf9fe;
}


.top_ostatni
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 700px;
	color: #000000;
}

.home_panacek
{
	float: left;
	position: absolute;
	margin-left: 800px;
	margin-top: 300px;
}

.home_certifikat_panacek
{
	float: left;
	position: absolute;
	margin-left: 500px;
	margin-top: 100px;
}

.home_certifikat_pulkruh
{
	float: left;
	position: absolute;
	margin-left: 400px;
	margin-top: -50px;
}

.home_certifikat_ziskejte
{
	float: left;
	position: absolute;
	margin-left: 700px;
	margin-top: 0px;
}

.home_certifikat_text
{
	width: 400px;
}

.whitetab
{
	background-color: #fbf9fe;
	color: #442714;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.graytab
{
	background-color: #efefef;
	color: #442714;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.malylogo
{
	height: 50px;
}

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

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

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

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

#mensi
{
	font-family: "gothambold";
	font-size: 14px;
	line-height: 120%;
}

.spodek
{
	font-family: "gothambold";
	color: #656568;
	font-size: 14px;
	background-color: #efefef;
	text-align: center;
	height: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.spodek2
{
	font-family: "gothambold";
	background-color: #656568;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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;
}

.hidden
{
	display: none;
}

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

#dropmenudiv a
{
text-decoration : none;
width: 100%;
display: block;
text-indent: 3px;
background-color: #80bd97;
color: #ffffff;
}

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