
@font-face {
  font-family: calibri, 'Open Sans';
  src: url('calibri.ttf');
}


/* základní nastavení těla webu */
body,
html {
	font-family:  calibri, arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* pomáhá vyhlazování textů v některých prohlížečích */
	font-size: 16px;
	color: #535353;
	margin: 0 auto;
	width: 100%; /* @media specific */
	background-color: #ffffff;               	
}

#page {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: 0px, solid, blue;                                      /*help*/
}

#header-zahlavi {
	width: 99,8%;
	margin: 25px 0 20px 0;
	border: 0px, solid, blue;										/*help*/

}

#header-logo
{	width: 55%;
	height: auto;
	margin: 0px 70px 0px 15%;
	padding: 0px 0 0px 0;
	display: inline-block;
	vertical-align: top;
	border: 0px, solid, red;										/*help*/
}

#header-logo img
{
	width: 100%;
	height: auto;
	border: 0px, solid, orange;								    /*help*/
}

#header-menu
{
	width: 99,9%;
	height: auto;
	padding: 0px 0 0px 0;
	border: 0px, solid, red;										/*help*/
	
}

.komponenta-header-top{
	text-align: center;
	border: 0px, solid, red; 										/*help*/
}

.komponenta-header-top img {
	border: 1px, solid, #094200e7;									/* Nastavení barvy projektu*/
	width: 85%;
	height: auto;

}

/* Nastavení vyhledávání */

#header-search {
	width: 15%;
	margin: 3% 0 0px 0px;
	padding: 0px 0 0px 0;
	display: inline-block;
	vertical-align: top;
	border: 0px, solid, green;										/*help*/
}

#search {
	padding: 0px 0px 0px 0px	;
	margin: 0 10px 0 0;
	
}

#search input {
	height: 18px;
	line-height: 4px;
	width: 80%;
	margin: 0% 0 0 0px; 
	border: 2;
	color: #989898;
}

#advanced-search {
	padding: 0px 0 0px 0;
	text-align: center;
}


/* Horní menu */
ul#menu
{
	line-height: 25px;
	margin: 10px 0 10px 0;
	text-align: center;
}

ul#menu li {
	/*float: left;*/
	display: inline-block;
	height: 20px;
	list-style-type: none;
	text-transform: uppercase;
	font-family: calibri, arial, sans-serif;
	font-size: 20px;
	color: #535353;
	padding: 5px 20px 5px 20px;
	border-right: 2px solid #094200e7;								/* Nastavení barvy projektu*/

	
}

ul#menu li.last {
	border:none

}

ul#menu li a {
	color: #535353;
	text-decoration: none;
}	

ul#menu li a:hover {
	color: #094200e7;													/* Nastavení barvy projektu*/
	text-decoration: none;
}

.clear {
	clear: both;
}



/* Spodní menu - footer*/
#footer
{
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;         
	/*background-image: url("footer_background.png");*/
	/*background-repeat: no-repeat;*/
	/*background-position: 30% 0px;*/
}

#footer h5
{
	font-size: 23px;
	font-family: calibri, arial, sans-serif;
	font-weight: bold;
	color: #094200e7;													/* Nastavení barvy projektu*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul#menu-bottom {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px, solid, red;										/*help*/
}

ul#menu-bottom li {
	/*float: left;*/
	display: inline-block;
	width: 32%;
	height: auto;
	list-style-type: none;
	font-family: calibri, arial, sans-serif;
	font-size: 16px;
	color: #535353;
	padding: 10px 0 0 0;
	border: 0px, solid, green;										/*help*/
}

ul#menu-bottom li.third
{
	width: 33%;
	background: none;
}

ul#menu-bottom li a 
{
	color: #535353;
	text-decoration: none;
}	
ul#menu-bottom li a:hover
{
	color: #535353;
	text-decoration: underline;
}

#footer-logo 
{
	padding: 17px 0 30px 15px;
	margin: 0 0 0 0;
	height: 22px;
	background-color: #ffffff;                 
}

#footer-invisible
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: none;
}


/*Carousel na homepage*/

.box-item {
	background-color: #ffffff;
	width: 100%;
	height: auto;

}

.mainbox-item {
	background-color: #ffffff;
	/*background-image: url("mainbar-title.jpg");*/
	/*background-position: 0 0;*/
	/*background-repeat: no-repeat; */
	/*padding: 0 12px 12px 12px;*/
	/*margin: 0 0 15px 0;*/
}

.box-item.last
{
	margin: 0 0 0 0;	
	border: 0px, solid, green;										/*help*/
}

.carousel-text {
	background-image: url('play-mark.png');
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-top: 5px;
	line-height: 18px;
	font-weight: bold;
	color: #094200e7;
}

.carosousel-text a {
	display: block;
	color: #094200e7;
	text-decoration: none;	
}

.fullframe {
	width: 100%;
	height: auto;
	margin: 0px;
	border: 0px, solid, purple;                                         /*help*/
}

.fullframe-img {
	width: 47%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	border: 0px, solid, orange;                                         /*help*/
}

.fullframe-img img {
	/*position: absolute;*/	
	width: 99%;
	height: auto; 
	border: 0px, solid, orange;										/*help*/
}

.fullframe-text {
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	border: 0px, solid, red;                                         /*help*/
}

.fullframe-text-div {
	line-height: 24px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: none;
	vertical-align: top;                                      			/*help*/
}

/*.fullframe div {
	position: absolute;	
	width: 673px;
	height: 300px;
	background-image: url("filter.png");
}
	*/

.fullframe-text div h1 {
	/*padding: 0 20px 0 420px;*/
	/*padding-left: 415px;*/
	/*padding-top: 0px;*/
	/*padding-right: 20px;*/
	/*width: 315px;*/
	line-height: 24px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: none;
	vertical-align: top;
}


.fullframe div h1 a {														/* Nastavení barvy projektu*/
	color: #094200e7;
	text-decoration: none;		
	vertical-align: top;												
}


.fullframe div h1 a:hover {
	color: #094200e7;	
	text-decoration: underline;												/* Nastavení barvy projektu*/
}

.fullframe div p {
	/*padding-left: 420px;*/
	/*width: 315px;*/
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;	
	border: 0px, solid, green;												/*help*/
}


	/*
.fullframe span.play {
	position: absolute;
	margin-left: 566px;
	top: 260px;
	width: 100px;
	line-height: 33px;
	font-size: 20px;
	font-weight: normal;
	background-image: url("movie-mark.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f5f5f5;
}
	*/
/*
.fullframe span.play a {
	display: block;	
}

.fullframe span {
	color: #989898;	
}
*/
.fullframe span a {
	color: #dd4b00;
}

.fullframe span a:hover {
	color: #dd4b00;
	text-decoration: underline;		
}

.fullframe span a:visited {
	color: #dd4b00;
	text-decoration: none;		
}

.strip-par p:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Nastavení odkazů */
a {
	color: #094200e7; 												/* Nastavení barvy projektu*/
	text-decoration: none;
}

a:hover {
	color: #094200e7; 												/* Nastavení barvy projektu*/
	text-decoration: underline;
}


/* Nastavení obrázků */
img {
	border-radius: 4px; 
}

#gallery,
.gallery {
	padding: 5px 0 0 0;	
}

#gallery div,
.gallery div {
	float:left;
	padding: 0 10px 5px 0;	
}

#gallery div:nth-child(4n),
.gallery div:nth-child(4n) {
	padding-right: 0px;
}


/* Nastavení nadpisů */
h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	color: #094200e7;													/* Nastavení barvy projektu*/
	font-size: 26px;
	line-height: 28px;
	border-bottom: 5px dotted #dd4a0038; /* orámování spodního řádku u nadpisů */				/* Nastavení barvy projektu*/
}

.title {
	margin: 30px 0 10px 0;
	padding: 10px 0 10px 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	background-color: #094200e7;										/* Nastavení barvy projektu ----- Pro projekt*/
	border-radius: 4px;
	
}

.mainbox-item h2 {
	margin: 30px 0 10px 0;
	padding: 10px 0 10px 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	background-color: #094200e7;										/* Nastavení barvy projektu ----- Pro projekt*/
	border-radius: 4px;
	
}

h2 {
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0px;
	color: #094200e7;													/* Nastavení barvy projektu ----- Pro projekt*/
	font-size: 20px;
	line-height: 20px;
	
}

h2 a,
h2 a:hover {                         /* bílý nadpis a odkaz */
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	background-color: #094200e7;										/* Nastavení barvy projektu ----- Pro projekt*/
	
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 15x 0 0 0;
	padding: 15px 0 2px 0;
	color: #094200e7;	
	border: 0px solid blue;	        /* Nastavení barvy projektu*/
}


/* Nastavení jednotlivých sekcí */
#section {
	padding: 0 0 0 0;	
	margin: 20px 0 0 0;
	/*background-color: #bfbfbf;*/
}
.fullframe-img {
	width: 47%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	border: 0px, solid, orange;                                         /*help*/
}
.section-left {
	background-color: white;
	float: left;
	width: 61%;
	/*padding: 10px 0 0 0;*/
	/*margin: 0 40px 0 15px;*/
	/*min-height: 470px;*/                      /* project specific */
	/*background-image: url("line-bottom.png"); */
	/*background-repeat: no-repeat;*/ 
	/*background-position: bottom;*/  /* project specific */	
	padding: 30px 0 0 0;
	margin: 0 2% 0 2%;
	min-height: 50px;
	border: 0px solid yellow;	
}

.section-main {
	float: left;
	width: 61%;
	padding: 30px 0 0 0;
	margin: 0 2% 0 2%;
	min-height: 50px;
	border: 0px solid yellow;											/*help*/
}

.section-right {
	float: left;
	width: 31%;	
	margin: 0 2% 0 1%;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #535353;
	line-height: 24px;
	border: 0px solid green;											/*help*/
}

.clear {
	clear: both;
}

.mainlist {
	margin: 2% 0 5% 0;
	border: 0px, solid, red;												/*help*/
}

.mainlist-novinka-image {
	width: 22%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	border: 0px, solid, blue;                                         /*help*/
}

.mainlist-novinka-text-and-date {
	width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	border: 0px, solid, green;                                         /*help*/
}

.mainlist-novinka-image img {
	/*position: absolute;*/	
	width: 99%;
	height: auto; 
	border: 0px, solid, orange;										/*help*/
}

.mainlist-novinka-text-and-date-date {
	font-size: 90%;  
	font-style: italic;                                      /*help*/
}

.mainlist h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 1% 0 0 0;
	padding: 0 0 0 0;
	color: #dd4b00;	
	border: 0px solid blue;	        /* Nastavení barvy projektu*/
}

.mainlist p {
	line-height: 24px;
	font-size: 100%;
	font-weight: normal;	
	margin: 1% 0 0 0;
	text-align: justify;
	border: 0px, solid, green;												/*help*/
}



/* Design titulní stránky */
ul.simplelist {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.simplelist span.simplelist1 {
	display: block; 
	float: left; 
	text-align: right; 
	width: 150px; 
	padding-top: 4px; 
	color: #888;
	border: 0px solid blue;												/*help*/
}

ul.simplelist span.simplelist2 {
	display: block; 
	float: left; 
	width: 13%; 
	height: auto;
	margin: 0 1% 0 0;
	padding: 1% 0px 1% 0px;
	border: 0px solid green;												/*help*/
}

ul.simplelist span.simplelist2 img {
	border-radius: 2px;
	width: 99%;
	height: auto;
}

ul.simplelist span.simplelist3 {
	display: block; 
	float: left; 
	width: 85%;
	font-size: 100%;
	font-weight: bold; 
	margin: 2% 0px 0% 0px; 
	border: 0px solid purple;												/*help*/
}

ul.simplelist span.clear {
	display: block; 
	clear:both;
}

ul.simplelist span.simplelist4 {
	display: block; 
	float: left; 
	text-align: right; 
	width: 150px; 
	color: #888;
} 

ul.simplelist span.simplelist5 {
	display: block; 
	float: left; 
	padding-left: 20px; 
	font-weight: bold;
}

ul.simplelist li {
	border-bottom: 1.5px dotted #c9c9c9;
	margin: 3px;
}

ul.simplelist li:last-child {
	border-bottom: none;
}


/* ostatni */

#paging {
	text-align: center; 
	padding-top: 20px;
}

#paging a {
	padding-left: 5px; 
	padding-right: 5px;
}

#paging a.active {
	color: black;
}


.right-image img {
	width: 36%; 
	height: auto;
	float: right; 
	border-color: #e0e0e0; 
	border-style: solid; 
	border-width: 5px; 
	margin: 15px 0 10px 10px;
}

.right-image:hover img {
	border-color: #094200e7;
}






