*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #30bcf1;
}
a:hover{
	color: #444;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;

}

body{
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0 0;
  	background: #04aef0;
    margin: 0;
}

#contentbg{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 30px 0;
  background: #fff;
}

#content{
  position: relative;
  margin: 0px auto 0px;

  text-align: left;
  padding: 0px 0px 0 ;


}

#obsah{
  position: relative;
  z-index: 2;
  padding: 0px 0px 0;


}

#roundheader{
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  min-height: 100px;
  margin-bottom: 0px;
}



#header{

  position: relative;

  padding: 0px 0 0 0;

  margin: 0 auto;
  z-index: 1000;
}

  #logo{
    float: left;
    display: block;
    margin: 20px 0 0;
  }


#icoline{
  position: absolute;
  right: 5px;
  top: 0px;
  padding: 2px 5px 0px 2px;
  background: url(../layout/bbg.png);

}

  .lang{
    width:24px;
    height: 24px;
    display: block;
    float: left;
    margin-left: 5px;
  }
  .lang span{display: none;}

  .lcz{background: url(../layout/flag_cz.png) 0% 0% no-repeat;}
  .len{background: url(../layout/flag_en.png) 0% 0% no-repeat;}
  .lde{background: url(../layout/flag_de.png) 0% 0% no-repeat;}
  .lru{background: url(../layout/flag_ru.png) 0% 0% no-repeat;}
  .lpl{background: url(../layout/flag_pl.png) 0% 0% no-repeat;}


#topmenu{
  margin: 30px auto 0;
  padding: 0px 0px;
  text-align: left;
  z-index: 10000;
  float: right;
	font-family: 'Open Sans Condensed', sans-serif;
}


#topmenu ul{
  list-style: none;

}
#topmenu ul li{
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
}
#topmenu ul li.first{
}
#topmenu ul li a{
  font-size: 17px;
  color: #30bcf1;
  display: block;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 6px 8px 6px;
  line-height: 22px;
  margin: 0 5px;
	border-bottom: 5px solid transparent;
}
#topmenu ul li.first a{
}
#topmenu ul li a:hover{
  text-decoration: none;

  border-bottom: 5px solid #eec230;
}
#topmenu ul li a.active{
  text-decoration: none;

  border-bottom: 5px solid #eec230;

}
#topmenu ul li a.active:hover{
  text-decoration: none;

}

#rpart{
  width: 960px;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 00px 0px;

}

.centerpanel{
  width: 940px;
  text-align: left;
  padding: 00px 0px 30px 0px;
  color: #444;
  font-size: 13px;
  margin: 0px auto;


}


#centerpanel div.sep{
  width: 100%;
  border-top: 1px solid #a62483;
}
h1{
  font-size: 35px;
  color: #30bcf1;
  font-weight: 500;
  padding: 5px 0 0px 0;
  margin: 0;
}
h1.smaller{
	font-size: 25px;
	line-height: 30px;
	color: #333;
	margin: 5px 0 10px 0;
}
.gre{
	color: #30bcf1;
}
h2{
  font-size: 30px;
  font-weight: 500;
  padding: 0px 0 7px 0px;
  margin: 10px 0 0;
  color: #30bcf1;
}
h3{
  font-size: 25px;
  font-weight: 500;
  padding: 0px 0 7px 0px;
	line-height: 130%;
  margin: 10px 0 0;
  color: #30bcf1;
}
p{
  line-height: 140%;
  padding: 0 0 8px 0;
  color: #444;
	text-align: justify;
}
p.bigger{
  font-weight: 100;
  font-size: 18px;
  color: #444;
}
.content p.zarovnatStred{
  text-align: center;
}
.content ol, .content ul{
  padding: 4px 0 8px 25px;
  color: #444;
	text-align: left;
}
.content ol li, .content ul li{
  padding: 1px 0;
}
.content ul.points{
  text-align: left;
  list-style: none;
  font-size: 15px;
  padding: 4px 0 8px 2px !important;
}
ul.points li{
  padding: 5px 0 5px 0px;

}
ul.points li span{
	border-left: 8px solid #30bcf1;
	background: #eee;
	display: block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	overflow: hidden;
	display: block;
}
ul.points li span strong.hl{
		color: #30bcf1;
		display: block;
}
.lined{
	background: url(../layout/delline.png) 50% 100% no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.content ul{
  list-style: square;
}

.c_shaded{
 /* background: url(../layout/shadedbg.png) 50% 0% no-repeat; */
}


.gallery{
margin: 0 -10px;
}

 .photo{
margin-bottom: 20px;

}
#roundfooter{
  border-top: 2px solid #003245;
  width: 100%;
  background: #04aef0 url(../layout/bg.png) 0% 100% repeat-x;

}
#roundufooter{
  background: #f4f4f4;
  border-top: 2px solid #ccc;
  min-height: 250px;
  padding: 10px 0;
  width: 100%;


}

#roundufooter h2{
  text-align: center;
  font-family: Open sans condensed;
  border-bottom: 1px solid #30bcf1;
  color: #30bcf1;
  font-weight: 500;
  line-height: 100%;
}

#footer{


  margin: 0 auto 0px;
  color: #222;

  line-height: 130%;

}
#footer p{
  color: #fff;
}

#footer .left{
  float: left;

  text-align: left;

}
#footer .right{
  float: right;
  text-align: right;

}

#copyinfo{
  border-top: 1px solid #84a0b3;
  line-height: 120%;
  font-size: 11px;
  padding: 7px 0px 0px;

  margin-bottom: 20px;
    color: #fff;
}
#flinks{
  padding: 0 0 65px 0;
  width: 100%;
}

#copyinfo a{
    color: #fff;
  text-decoration: none;
}

.upf{
  padding: 20px 0;
  color: #fff;
}
.upf strong.hl{
  font-size: 17px;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 0 0 6px;
  margin-bottom: 10px;
}
.upf ul{
  list-style: none;
}
.upf ul li{
  padding: 3px 0;
}
.upf a{
  color: #fff;
}
.upf ul li a{
  text-decoration: none;
}
.upf ul li a:hover{
  text-decoration: underline;
}
.upf p{
  line-height: 160%;
}
.eubox{
  font-size: 11px;
  padding-top: 45px;
}
.eubox img{
  margin-right: 10px;
  margin-top: 0px;
	margin-bottom: 20px;
}

form.kontakt .block{
	float: left;
	display: block;
}
form.kontakt label{
	padding: 2px 0;
	margin: 2px 0;
}
form.kontakt input.text{
	border: 1px solid #f0f0f0;
	margin: 2px 0;
	padding: 6px 5px;
	font-size: 13px;
	width: 100%;
}
form.kontakt textarea{
	width: 440px;
	padding: 2px;
	margin: 2px 0;
	height: 90px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: tahoma;
}
form.kontakt .req, form.kontakt strong{
	  color: #f7933a;
}
form.kontakt input.submit{
	margin: 3px 0 0 100px;
	padding: 5px 10px;
	font-weight:bold;
	color: #fff;
  border: none;
  font-size: 16px;
	  background: #30bcf1;
	cursor:pointer;
  font-family: 'Roboto', sans-serif;
  float: right;
}
.bigbutton{
	margin: 5px auto;
	padding: 5px 10px;
	font-weight:bold;
	color: #fff;
  border: none;
  font-size: 16px;
	  background: #30bcf1;
	cursor:pointer;
  font-family: 'Roboto', sans-serif;
}
.rembut{
	border: none;
	background: url(../layout/remove.png) 0% 0% no-repeat;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
}
.plupload_button.plupload_start{    display:none;}

form.kontakt .l{
	width: 100px;
}

blockquote{
  padding: 7px 10px;
  margin: 5px 0;
}

blockquote.err{
  border: 1px solid #fad7d7;
  background: #faf1f1;
  color: #a70806;
}
blockquote.ok{
  border: 1px solid #cde1cb;
  background: #e2f8e0;
  color: #2f8920;
  font-weight: bold;
}
.rmenu{
  padding: 0 0 15px 0;
  width: 100%;
}
.rmenu ul{
  list-style: none;
  color: #25adce;
}
.rmenu ul li{
  border-bottom: 1px solid #ddd;
}
.rmenu ul li a{
  display: block;
  padding: 5px 0 5px 35px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
}

.rmenu ul li a.active{
  color: #000;
  text-decoration: none;
}
.rmenu ul li a:hover{
  text-decoration: underline;
}

.rmenu ul li ul{
  list-style: none;
}
.rmenu ul li ul li{
  border-top: 1px solid #fff;
  border-bottom: none;
}
.rmenu ul li ul li a{
  padding: 4px 0 4px 15px;
  font-weight: normal;
}
.rmenu ul li ul li a:hover{

}

.admlink{
  position: absolute;
  left: 0;
  top: -185px;
  color: #fff;
  font-size: 10px;
}

.right{
  float: right;
}

.centered{
  text-align: center;
  padding: 10px 0;
}

.spec{
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}


.zarovnatVpravo{
  float: right;
  margin: 0 0 0 5px;
}
.zarovnatVlevo{
  float: left;
  margin: 0 5px 0 0;
}

.map{
  float: right;
}
/* ADDED STYLES */

.tbox{
  width: 100%;
  height: 467px;
}
.tbg1{
  background: #231f20 url(../layout/ilu3.jpg) 50% 50% no-repeat;
}
.tbox span{
  display: block;
  float: right;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  background: #095688;
  margin-top: 350px;
}

.k1{
  text-align: left;
  padding: 30px 0;
}
.k2{
  text-align: left;
  border-left: 2px solid #dfdfe1;
  padding: 30px 0 90px 30px;
}
.k1 strong, .k2 strong{
  font-size: 20px;
  color: #30bcf1;
}

.partner{
  margin: 30px;
}

.nltext{
  background: #d4e1ea;
  border: none;
  padding: 5px;
  margin: 0 5px;
}
.nlsub{
  background: #003245;
  color: #fff;
  border: none;
  padding: 4px 10px;
  height: 30px;
  font-family: 'Roboto', sans-serif;
}
.socrow{
  padding: 0 0 30px 0;
  text-align: right;
}
.socrow img{
  display: inline;
}
.socrow a{
  margin: 0 0 0 10px ;
}

.twcover{
  width: 100%;
  height: 200px;
  overflow:scroll;
  overflow-x: hidden;
}

.news{
  padding: 10px 20px 0 0;
}
.news .hl{
  font-size: 16px;
  color: #003245;
}
.news .hl .time{
  font-weight: 100;
}
.news .hl strong{

}
.news p{
  font-size: 12px;
}
.news .hpnewsimg{
  display: block;
  margin-bottom: 10px;
}

.fullnews{
  padding: 10px 0 100px;
  text-align: left;
}
.fullnews .hl{
  font-size: 16px;
  color: #003245;
}
.fullnews .time{
  font-weight: 100;
}
.newsimg{
  display: block;
	border-radius: 50%;

  border: 3px solid #fff;
  overflow: hidden;
  width: 90%;
  margin: -30px auto 10px;

}
.galrozc{
  text-align: left;
  width: 100%;
  text-decoration: none;

}
.galrozc .img{
  display: block;
	border-radius: 50%;
  margin: 0 auto 5px;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.galrozc .img img{
	height: 100%;
	width: auto;
}
.galrozc strong{
  display: block;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 100;

}

.docf{
  display: inline-block;
  margin: 20px;
  width: 120px;
  vertical-align: top;
}
.docf .img{
  display: block;

  margin: auto ;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.left{
  text-align: left;
}


.loginbox{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}
.logoutbut{
	margin: 0 0 0 10px;
	padding: 3px 10px;
	font-weight:bold;
	color: #fff;
  border: none;
  font-size: 13px;
	  background: #05283e;
	cursor:pointer;
  font-family: 'Roboto', sans-serif;
}

.files{
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.files th, .files td{
  border-bottom: 1px solid #bed2de;
  padding: 5px 10px;
}
.files th{
  background: #033f6f;
  color: #fff;
}
.files td{

}
.files tr.dark td{
  background: #ecf2f6;
}
.files .ra{
  text-align: right;
}
.files .ca{
	text-align: center;
}

.demobox p{
  padding-top: 10px;
}

.rozc{
  text-align: left;
  position: relative;
  height: 350px;
}
.rozc a{
  text-decoration: none;
  text-transform: uppercase;
}
.rozc p{
  text-align: justify;
  font-size: 90%;
}
.rozc a.more{
  color: #fff;
  display: block;
  float: right;
  padding: 4px 10px;
  background: url(../layout/morebg.png) 0% 0% repeat-x;
  position: absolute;
  right: 0;
  bottom: 0;
}

#roundslides{
	    margin-top: -100px;
			position: relative;

}

.mnuopener{
	display: none;
}


/* added styles */

.headerimg{
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.topilu1{
  background-image: url(../layout/topilu1.jpg);
}




.topilurow{
	margin-bottom: 50px;
  background-position: 50% 0%;
  background-repeat: no-repeat;

  margin-bottom: 1px;
	position: relative;
}

.topilurow .text{
	font-family: 'Open Sans Condensed';
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	padding-top: 200px;
	display: inline-block;
	margin: 0 auto;
	max-width: 800px;
	line-height: 130%;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
}
.topilurow .text strong{
  font-size: 55px;
  line-height: 130%;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.ilu1{
  background-image: url(../layout/ilu1.jpg?v=3);
}
.ilu2{
  background-image: url(../layout/ilu2.jpg);
}
.ilu3{
  background-image: url(../layout/ilu3.jpg);
}
.ilubox{
	width: 100%;
	background: url(../layout/ilu1.jpg?v=2) 0% 0% no-repeat;
	background-size: 100%;
	min-height: 500px;
	margin-top: -100px;
	margin-bottom: 50px;
}
.ilubox span{

}


a.ulink span.img{
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	padding: 30px 0px;
	display: block;
	margin-bottom: 5px;
}
a.ulink span.img img{
	width: 70%;
	margin: auto;
}
a.ulink{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	width: 19%;
	text-transform: uppercase;
	color: #30bcf1;
}

/* mobile devices */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){

	.mnuopener{
			display: block;
			position: absolute;
			right: 10px;
			top: 0px;
			text-decoration: none;
			font-size: 30px;
		}


			#topmenu{
				margin: 0 auto 20px	;
				padding: 0px 0px;
				text-align: left;
				z-index: 100;
				width: 100%;
				display: none;
			}

		  #topmenu ul li{

		    background: none;
				display: block;
				width: 100%;
				text-align: left;
				border-bottom: 1px solid #ccc;
		  }
		  #topmenu ul li a{
				float: none;
				width: 100%;
				display: block;
				height: auto;
				padding: 4px 0;
				margin: 0;
				font-weight: bold;
		  }
			#topmenu ul li a.active, #topmenu ul li a:hover{
				border: none;
				background: none;
				padding: 4px 0;
				margin: 0;
			}
			#topmenu ul li.first a{

			}

			.socrow{
				display: block;
				width: 100%;
				float: none;
				padding: 20px 0;
				text-align: left;
			}

			a.ulink{
				width: 30%;
				box-sizing: border-box;
				vertical-align: top;
			}

}
