@font-face {
	font-family: corsiva;
	src: url(../font/mtcorsiva.ttf), url(mtcorsiva.eot);
}

html	{
	background: url(../design/background.jpg) repeat-x;
	background-color: #dadbdd;
}

img {
	border: 0; 
}

hr.separator	{
	clear: both;
	visibility: hidden;
}

#stripe	{
	position: absolute;
	top: 0;
	left: -135px;
	background: url(../design/stripe.png) no-repeat top right;
	width: 1233px;
	height: 1300px;
	z-index: -1;
}

body	{
	position: relative;
	width: 910px;
	margin: 0 auto;
}

#header	{
	position: relative;
	height: 260px;
	background: url(../design/logo.png) no-repeat left bottom;
}

#header h1	{
	position: absolute;
	top: 70px;
	left: 520px;
	color: #fff;
	font-size: 36pt;
	font-family: corsiva;
}

#header h2	{
	position: absolute;
	top: 140px;
	left: 515px;
	color: #fff;
	font-size: 26pt;
	font-family: corsiva;
}

#nav	{
	background: url(../design/menu_stripe.png) repeat-x left top;
	height: 70px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 20px;
}

#banner	{
	height: 320px;
}

#content	{
	position: relative;
	margin: 30px 0 0 0;
}

#rightMenu	{
	position: relative;
	float: right;
	width: 230px;
	border-radius: 20px;
	margin-bottom: 20px;
}

#content #rightMenu .box	{
	position: relative;
	float: right;
	width: 230px;
	background-color: #ffad41;
	border-radius: 20px;
	margin-bottom: 20px;
}	

#content .box .newsBody	{
	padding: 10px 20px;
	margin: 0;
}

#content .box .newsBody:last-of-type	{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#content .box .newsBody p	{
	padding: 0;
	margin: 0;
}

#content .box .newsBody p a	{
	color: #000;
}

#content .box .newsBody p a:hover	{
	text-decoration: underline;
}

#content #info	{
	position: relative;
	background: #fff;
	width: 660px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height: 400px;
}

#content h3	{
	display: block;
	margin: 0;
	padding: 10px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: arial;
}

#content .box h3	{
	text-align: center;
	//background-color: #ff9101;
	color: #fff;
	background-image: linear-gradient(bottom, rgb(224,127,0) 30%, rgb(255,145,1) 61%);
	background-image: -o-linear-gradient(bottom, rgb(224,127,0) 30%, rgb(255,145,1) 61%);
	background-image: -moz-linear-gradient(bottom, rgb(224,127,0) 30%, rgb(255,145,1) 61%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,127,0) 30%, rgb(255,145,1) 61%);
	background-image: -ms-linear-gradient(bottom, rgb(224,127,0) 30%, rgb(255,145,1) 61%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(224,127,0)),
		color-stop(0.61, rgb(255,145,1))
	);
}

#content #info h3	{
	//background-color: #ffbf01;
	font-size: 14pt;
	padding-left: 25px;
	background-image: linear-gradient(bottom, rgb(230,170,5) 30%, rgb(255,192,1) 61%);
	background-image: -o-linear-gradient(bottom, rgb(230,170,5) 30%, rgb(255,192,1) 61%);
	background-image: -moz-linear-gradient(bottom, rgb(230,170,5) 30%, rgb(255,192,1) 61%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,170,5) 30%, rgb(255,192,1) 61%);
	background-image: -ms-linear-gradient(bottom, rgb(230,170,5) 30%, rgb(255,192,1) 61%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, rgb(230,170,5)),
		color-stop(0.61, rgb(255,192,1))
	);
}

#content .infoBody	{
	margin: 0 25px;
	padding: 15px 0;
}

#content .infoBody p	{
	text-align: justify;
}

#content .infoBody ol	{
	margin: 0;
	padding: 0 0 0 25px;
}

#content .infoBody ol li	{
	text-align: justify;
	margin: 20px 0;
}

/*tabulka*/

#content .infoBody table.edu thead tr 	{
	background-color: #ff9101;
	color: #fff;
}

#content .infoBody table.edu thead tr th	{
	padding: 6px 0;
}

#content .infoBody table.edu 	{
	width: 100%;
	border-spacing: 0;
}

#content .infoBody table.edu tbody tr 	{
	background-color: #ffad41;
}

#content .infoBody table.edu tr td	{
	padding: 5px 15px;
}

table		{
	border: 1px solid #000;
	margin: 20px 0;
	border-spacing: 0;
	width: 100%;
}

table td	, table th	{
	border: 1px solid #000;
	padding: 5px;
}

table td img	{
	float: right;
}

table th.title	{
	font-size: 16pt;
}

table td.link		{
	text-align: center;
	width: 100px;
}


#content .infoBody table.edu a	{
	color: #000;
}

#people h4	{
	margin: 0 0 15px 0;
	font-size: 20pt;
}

#people #avatar	{
	float: left;
	border: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 132px;
}

ul	{
	list-style-type: square;
}

#people	ul	{
	margin-left: 132px;
}

#people p	{
	clear: left;
}

.partners img	{
	float: left;
	margin: 0 15px 10px 0;
}

.contact	{
	list-style-type: none;
}

#google_map	{
	height: 500px;
	background-color: #555;
}

#footer	{
	position: relative;
	background-color: #fff;
	height: 230px;
	clear: left;
	text-align: center;
	width: 660px;
	padding-top: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin: 0 0 50px 0;
}

#footer img	{
	border: 0;
	width: 90%;
}

#footer p	{
	margin: 0;
}

#actualize	{
	position: absolute;
	bottom: 5px;
	right: 15px;
}

#copy	{
	position: absolute;
	bottom: 5px;
	left: 300px;
}

#map	{
	position: absolute;
	bottom: 5px;
	left: 15px;
}

/*obecne*/
a	{
	color: #ff4900;
}

a:hover	{
	font-weight: bold;
}

#ambuman	{
	width: 250px;
	margin-left: 170px;
}

#children	{
	width: 350px;
	margin-left: 130px;
}

#seminar_order {
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

#seminar_order:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
#seminar_order:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.box #seminar_order	{
	font-size: 0.9em;
	margin-top: 10px;
	padding: 5px 0;
}

#seminar_order_title	{
	text-align: center;
	font-size: 26pt;
	margin: 30px 0 0 0;
}

h4	{
	display: block;
	background-color: #FFA733;
	color: #000000;
	padding: 1px 5px;
	font-size: 14pt;
}

h5	{
	color: #000;
	font-size: 1.6em;
	margin: 0;
}

#people_img	{
	float: right;
	width: 200px;
	margin: 0 10px 0 0;
}

#students		{
	float: left;
	width: 220px;
	margin: 0 40px 20px 0;
}

#lectors_img	{
	float: right;
	width: 150px;
	margin: 0 0 20px 15px;
}

#lectors	{
	clear: both;
	display: block;
}

/*messages*/
div.message	{
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	height: 40px;
}

div.message img {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 30px;
}

div.message strong {
	position: absolute;
	top: 10px;
	left: 70px;
	font-size: 16pt;
	font-family: arial;
}

div.success	{
	border: 1px solid #249915;
	background-color: #76D772;
}

div.error	{
	border: 1px solid #D90D0D;
	background-color: #FFB0B2;
}

div.warning	{
	border: 1px solid #D97F0D;
	background-color: #F9DB6C;
}

/*form*/
form	{
	margin: 10px 0 0 0;
}

form strong	{
	color: #E80303;
}

form strong.formError	{
	position: absolute;
	left: 345px;
	top: 2px; 
}

form.login	{
	margin: 60px 0 0 0;
}

form.login div		{
	position: relative;
	width: 60%;
	height: 30px;
	margin: 0 20%;
}

form div		{
	position: relative;
	height: 30px;
	margin: 0;
}

form div	 label	{
	position: absolute;
	top: 0;
	left: 0;
}

form div	 label.radio	{
	margin-left: 50px; 
}

form div	 input[type=text], form div	 input[type=password]	{
	position: absolute;
	width: 180px;
	padding: 2px 3px;
	top: 0;
	left: 150px;
	border: 1px solid #000;
}

textarea	{
	width: auto;
}

.orderSeminar	{
	margin: 0 0 50px 0;
	padding: 10px 0;
	position: relative;
}

.orderSeminar div	{
	margin: 0;
	width: 100%;
	text-align: right;
}

.orderSeminar div input[type=submit], .orderSeminarButton	{
	position: absolute;
	top: 0;
	right: 0;
}

.orderSeminar input[type=submit], .orderSeminarButton{
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .3em 1.5em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #195ab8;
	background: #195ab8;
	background: -webkit-gradient(linear, left top, left bottom, from(#195ab8), to(#4E83CF));
	background: -moz-linear-gradient(top,  #195ab8,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E83CF', endColorstr='#4E83CF');
}

.orderSeminar input[type=submit]:hover, .orderSeminarButton:hover {
	background: #004BB8;
	background: -webkit-gradient(linear, left top, left bottom, from(#004BB8), to(#6898DE));
	background: -moz-linear-gradient(top,  #004BB8,  #004BB8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#004BB8', endColorstr='#004BB8');
}

.orderContainer div	{
	float: right;
	text-align: center;
	width: 300px;
	color: #18B612;
	font-weight: bold;
	font-family: arial;
}

/*form error*/
ul.formError	{
	background-color: #FFB0B2;
	border: 1px solid #D90D0D;
	margin: 0;
	padding: 10px 35px;
}

ul.formError li	{
	color: #D90D0D;
	font-family: arial;
	font-weight: bold;
}

table#annual_rep img {
	max-height: 40px;
}

table#annual_rep tbody td:last-of-type {
	width: 40px;
}

.gdpr-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	z-index: 1000;
  }
  
  #accept-cookies,
  #decline-cookies {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
  }
  
  #accept-cookies:hover,
  #decline-cookies:hover {
	background-color: #0056b3;
  }

  #gdprLink{
	color: yellow;
  }
  