/*********** MAIN CSS styles ***********/
/********** Copyright © Pixio  *********/
/************* www.pixio.cz ************/

/* ----- RESET Styles ----- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, group, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.clearfix {
	clear: both;
	visibility: hidden;
}

.nixhier {
	display: none;
}

/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/* ----- MAIN Styles ----- */
.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
}

/*
.floatLeft{float: left;}
.floatRight{float: right;}
*/

body {

	font-family: Arial;
	font-size: 15px;
	background: #fff;
	
}


.wrapper {
	margin: 0 auto;
	width: 94%;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
	.wrapper {
		width: 768px;
	}
}

@media screen and (min-width: 990px) {
	.wrapper {
		width: 990px;
	}
}


/* FIRST CONTENT STYLES */
/*****************************************************************************************************************************/

.fast-links {
	padding-bottom: 20px;
	position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) 
{
	.fast-links
	{
		padding-bottom: 0px;
		margin-bottom: 0px;
		
	}
}

.fast-links .label
{
	display: block;
	padding: 10px 10px;
	color: gray;
}

.fast-links ul {
	
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    position: relative;
  
}

@media screen and (min-width: 768px) 
{
	.fast-links ul
	{
		display: flex;
    	justify-content: center;
	}
}

.fast-links ul li {
    list-style: none;
    display: block;
    padding: 0 8px;
    width: 100%;
    margin-bottom: 7px;
}

@media screen and (min-width: 768px) 
{
	.fast-links ul li {
		display: inline-block;
		width: calc((100% / 5) - 25px);
		margin-bottom: 0px;
	}
}
  
 .fast-links ul li a
 {
 	display: block;
 	width: 97%;
 	position: relative;
 	background: #faf6ed;
 	border: 3px solid #f1e0c2;
 	border-radius: 10px;
 	padding: 3px 0;
 	text-decoration: none;
 	text-align: left;
 }
 
 @media screen and (min-width: 768px) 
{
	 .fast-links ul li a
	 {
	 	height: 60px;
	 	padding: 0px 0;
	 }
}
 
  .fast-links ul li a:hover
  {
  	border-color: #e0ceaf;
  }
 
  .fast-links ul li a img
  {
  	position: absolute;
  	top: 5px;
  	right: 12px;
  	width: 20px;
  }
  
  @media screen and (min-width: 768px) 
   {
	   .fast-links ul li a img
	   {
	   		display: none
	   }
   	
   }
  
   @media screen and (min-width: 990px) 
   {
		.fast-links ul li a img
		{
			right: auto;
			top: 14px;
  			left: 12px;
			width: 30px;
			display: block;
		}
   }
  

  @media screen and (min-width: 768px) 
   {
   		.fast-links ul li:first-child a img
		  {
		  	    top: 16px;
		  }
   }
  
  .fast-links ul li strong
  {
  	  color: #1e1e1e;
  	  display: block;
  	  padding: 5px 0;
  }
  
   @media screen and (min-width: 990px) 
   {
  		.fast-links ul li strong
  		{
  			font-size: 14px;
  		}
	}
  
  .fast-links ul li span
  {
  	  color: #b29a74;
  	  display: none;
  	  padding: 2px 0;
  	  font-size: 12px;
  }
  
  @media screen and (min-width: 768px) 
   {
   		.fast-links ul li span
  		{
  			display: block;
  		}
   }
  
  .fast-links ul li .text
  {
  	position: relative;
  	left: 15px;
  }
  
  @media screen and (min-width: 768px) 
  {
  	.fast-links ul li .text
	  {
	  	position: relative;
	  	top: 12px;
	  	left: 10px;
	  }
  }
  
  @media screen and (min-width: 990px) 
  {
  	.fast-links ul li .text
	  {
	  	position: relative;
	  	top: 8px;
	  	left: 60px;
	  }
  }
 

.menu-news {
		margin-top: 40px;
		position: relative;
	}

.menu-news .wrapper .links
{
	background: #fbf1dd;
	border: 4px solid #cfbd99;
	border-radius: 10px;
	margin-bottom: 8px;
}

.menu-news .wrapper .links ul li {
	display: block;
}

.menu-news .wrapper .links ul li a {
	color: #503a0a;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	margin-right: 1px;
}

.menu-news .wrapper .links ul li a:hover {
	text-decoration: underline;
}

.menu-news .wrapper .panel {
	background: #fbf1dd;
	position: relative;
	padding: 10px 0px 10px 10px;
	z-index: 1;
	border: 4px solid #cfbd99;
	border-radius: 10px;
}

.menu-news .wrapper hr
{
	height: 0px!important;
	display: none;
}

.menu-news .wrapper .panel .pracoviste .nadpis-pracoviste {
	font-size: 14px;
	color: #4e4e4e;
	padding-left: 17px;
	background: url(img/pracoviste-arrow.png) 0px 2px no-repeat;
	position: relative;
	top: -5px;
}

.content .floatLeft .stredisko-div
{
	display: block;
	width: 243px;
	position: relative;
	cursor: pointer;
	padding: 20px 0 38px 0;
	text-indent: 15px;
	color: white;
	font-size: 13px;
	background: url(img/vyber-strediska.png) top left no-repeat;
}


#pracoviste-na-vyber 
{
	margin-top: 15px;
	position: relative;
	padding-bottom: 10px;	
	border-bottom: 1px solid #c3c47d;
}

#pracoviste-na-vyber li a
{
	padding: 10px 0 10px 15px;
	display: block;
	font-size: 14px;	
	color: #4e4e12;
	text-decoration: none;
}

#pracoviste-na-vyber li a:hover
{
	text-decoration: underline;
}

.content .floatLeft .pracoviste-menu
{
	background: #e3e4a8;
	border-radius: 10px;
	margin-top: 12px;
	z-index: 10!important;	
}


.content .floatLeft.pracoviste-menu ul
{
	padding: 10px 0;
}

.content .floatLeft .pracoviste-menu ul li a
{
	display: block;
	padding: 12px 0;
	text-indent: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #4e4e12;
	background: url(img/menu02-line.png) bottom left repeat-x;
}

.content .floatLeft .pracoviste-menu ul li
{
	background: url(img/menu02-sipky.png) 11px 7px no-repeat;
}

.content .floatLeft .pracoviste-menu ul .active
{
	background: url(img/menu02-sipky-hover.png) 11px 7px no-repeat;
}

.content .floatLeft .pracoviste-menu ul li:hover
{
	background-color: #d9da9a;	
}

.content .floatLeft .news .nadpis-news {
	display: block;
	width: 100%;
	color: #503a0a;
	font-size: 18px;
	padding: 20px 0 20px 0px;
	text-indent: 40px;
	border-bottom: 1px solid #d3be94;
	background: url(img/news_icon.png) 0px 16px no-repeat;
}

.content .floatLeft .news .news-panel {
	background: #f1e1c0;
	margin-top: 15px;
	border-radius: 10px;
	padding: 10px;
}



@media screen and (min-width: 768px) 
{
	.content .floatLeft .pracoviste-menu
	{
		background: #e3e4a8;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-top: 0px;
		z-index: 10!important;	
	}
	
	.content .floatLeft .pracoviste-menu-end
	{
		display: block;
		width: inherit;
		height: 18px;
		background: url(img/menu02_end.png) top left no-repeat;
		width: 232px;
		z-index: -1;
		bottom: -0px;
		
		margin-bottom: 20px;
		
	}
	
	.menu-news
	{
		clear: both;
		
		position: relative;
		height: 420px;
	}
	
	.menu-news .wrapper hr
	{
		height: 0px!important;
		display: block;
	}
	
	.menu-news .wrapper .links
	{
		background: none;
		border: none;
		border-radius: 0px;
		margin-bottom: 0px;
		clear: both ;
	}
		
	
	.menu-news .wrapper .links ul li 
	{
		float: left;
	}

	.menu-news .wrapper .links ul li a {
		color: #000;
		text-decoration: none;
		font-size: 19px;
		font-weight: bold;
		padding: 7px 20px 60px 20px;
		line-height: 0px;
		margin-right: 1px;
		display: inline-block;
		position: relative;
		top: 4px;
		background: url(img/header_links_hover.png) bottom center no-repeat;
	}
	
	.menu-news .wrapper .panel .news {
		width: calc(100% - 265px);
		float: right;
	}
	
	.menu-news .wrapper .links {
		width: 100%;
		margin-bottom: -4px;
		z-index: 5000;
	}
	
	.menu-news {
		position: relative;
	}
	
	.menu-news .wrapper .panel 
	{
		clear: both;
		padding: 17px 44px 17px 20px;
		margin-bottom: -210px;
	}
	
	.menu-news .wrapper .panel .pracoviste {
		width: 245px;
		float: left;
	}
	
	#pracoviste-na-vyber 
	{
	    position: absolute;
	}
}

/* ------------------------------ SCROOLER -------------------------*/
.news h4
{
	font-size: 19px;
}

#scrollbar1 {
	background: #f1e1c0;
	height: 210px;
	margin-top: 25px;
	z-index: 30;
	border-radius: 10px;
	margin-bottom: 15px;
}

#scrollbar1 .viewport {
	height: 178px;
	overflow: hidden;
	position: relative;
	left: 18px;
	top: 10px;
}

#scrollbar1 .overview {
	list-style: none;
	position: relative;
	width: 90%; 
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar1 .scrollbar {
	background: transparent url(img/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	top: 12px;
	right: 10px;
}

#scrollbar1 .track {
	background: transparent url(img/bg-scrollbar-trackend-y.png) no-repeat 0
		100%;
	height: 100%;
	width: 9px;
	position: relative;
	padding: 1px 1px;
	top: 3px;
	z-index: 3;
}

#scrollbar1 .thumb {
	background: transparent url(img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 9px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}

#scrollbar1 .thumb .end {
	background: transparent url(img/bg-scrollbar-thumb-y.png) no-repeat 50%
		0;
	overflow: hidden;
	height: 5px;
	width: 9px;
}

#scrollbar1 .viewport  ul li 
{
	clear: both;
	padding: 7px 0 9px 0;	
	position: relative;
	margin: 0;
	background: url(img/news_item_line.png) bottom left repeat-x;
}

#scrollbar1 .viewport  ul li p.title {
	float: left;
	position: relative;
	width: 80%;
	line-height: 17px;
	font-size: 14px;
	color: #4b270c;
}

#scrollbar1 .viewport  ul li em.stredisko {
	float: left;
	clear: both;
	left: 0px;
	top: 12px;
	font-size: 12px;
	display: block;
	color: #754a28;
}

#scrollbar1 .viewport  ul li span.date {
	float: left;
	width: 80px;
	background: #699500;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 30px;
	line-height: 32px;
	position: relative;
	top: 3px;
	border-radius: 6px;
	margin-right: 15px;
}

#scrollbar1 .viewport  ul li .more {
	right: 0px; 
	top: 3px;
	position: absolute;
	color: #70603e;
	font-size: 13px;
	text-decoration: none;
}

#scrollbar1 .viewport  ul li .more:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) 
{
	
	
	#scrollbar1 .viewport  ul li p.title {
		width: 100%;
		
	}
	
	#scrollbar1 .overview {
		width: calc(100% - 45px);
		position: absolute;
	}
	
	.trava-scrollbar {
		display: block;
		width: 268px;
		position: absolute;
		height: 228px;
		right: -60px;
		background: url(img/trava.png) top left no-repeat;
		top: 58px;
		z-index: -1;
	}
}

@media screen and (min-width: 990px) 
{
	
}

/* BREADCRUMBS */
/* -----------------------------------------------------------------*/

.breadcrumbs
{
  font-size: 14px;
  height: 50px;
  width: 100%;
  clear: both;

}

.breadcrumbs .wrapper
{
  position: relative;
}


.breadcrumbs .floatRight a
{
	color: #603218;
	text-decoration: none;
	padding-left: 30px!important;
	background: url(img/print-page.png) 0px 13px no-repeat;
}

.breadcrumbs li, .breadcrumbs .floatRight a
{
  display: inline-block;
  padding: 14px 0;
}

.breadcrumbs li a, .breadcrumbs
{
  color: #603218;
  text-decoration: none;
}

.breadcrumbs li.last a
{
  text-decoration: underline;
  color: #603218;
}

.breadcrumbs li.home
{
  font-weight: 600;
  background: url('img/breadcrumb-home-icon.png') 0px 13px no-repeat;
  background-size: 14px 14px;
  padding-left: 25px;
}

.breadcrumbs a:hover
{
  text-decoration: underline;
}

.breadcrumbs span
{
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -1px;
}

/* CONTENT */
/* -----------------------------------------------------------------*/

.content
{
	clear: both;
}

.content .wrapper 
{
	position: relative;
	top: -2px;
	margin-bottom: 40px;
}

.content .wrapper .page
{
	background: white;
	padding: 22px;
	border-radius: 10px;	
}

.content .wrapper .sub-page
{
	width: inherit;
	height: 25px;
	background: #7aae01;
	position: absolute;
	top: -5px;
	border-radius: 10px;
	z-index: -1;
}

.content .wrapper .floatLeft
{
	display: block;
	width: 100%;
	z-index: 200!important;
	position: relative;
	float: none;
}

@media screen and (min-width: 768px) 
{
	.content .wrapper .floatLeft
	{
		float: left;
		display: block;
		width: 232px;
		clear: both;
	}
}

.content .wrapper .floatLeft .mobile-menu
{
	display: block;
	border-bottom: 2px solid #385c00;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 12px;
	padding: 17px;
	font-weight: bold;
	color: white;
	background: #7dad1a url(img/menu.svg) center right 15px no-repeat;
	background-size: 30px auto;
	
}

.content .wrapper .floatLeft .menu
{
	display: none;
}

.content .wrapper .floatLeft .menu ul li a
{
	background: url(img/menu-01.png) top left no-repeat;
	display: block;
	padding: 19px 0 33px 12px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.content .wrapper .floatLeft .menu ul li ul li ul li a:hover
{
	text-decoration: underline;
}

.content .wrapper .floatLeft .menu ul li ul
{	
	position: relative;
}

.content .wrapper .floatLeft .menu ul li ul li
{
	background: #f4f4f4;
	position: relative;	
}

.content .wrapper .floatLeft .menu ul li ul .active
{
	background: #e7e7e7;
}

.content .wrapper .floatLeft .menu ul li ul li a
{
	background: transparent url(img/menu-line.png) bottom left repeat-x;
	padding: 8px 25px 8px 25px;
	color: #424242;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
}

.content .wrapper .floatLeft .menu ul li ul li:hover
{
	background-color: #ececec;	
}

.content .wrapper .floatLeft .menu ul li ul li ul:before
{
	content: "";
	height: 0px;
	display: block;
	background: #d1d1d1;
	width: 232px;
}

.content .wrapper .floatLeft .menu ul li ul li ul,
.content .wrapper .floatLeft .menu ul li ul li ul li ul
{
	position: relative;
	background: red;
    display: none;
}

.content .wrapper .floatLeft .menu ul li ul li ul li a
{
	background: #d1d1d1;
}

.content .wrapper .floatLeft .menu ul li ul li ul li ul li a
{
	background: #bbbbbb;
}

.content .wrapper .floatLeft .menu ul li ul li:hover ul
{
	display: block;
}

.content .wrapper .floatLeft .menu ul li ul li:hover ul li ul
{
	display: none;
}

.content .wrapper .floatLeft .menu ul li ul li ul li:hover ul
{
	display: block;
}

.content .wrapper .floatLeft .menu ul li ul li ul li:hover ul ul
{
	display: none;
}

.content .wrapper .floatLeft .menu ul li ul li ul li ul li:hover ul
{
	display: block;
}

.content .wrapper .floatRight
{
	float: none;
}

.content .wrapper .floatRight .page-title
{
	font-size: 19px;
	color: #466900;
	padding: 7px 0 18px 0;
}

.content .wrapper .floatRight .page-title span
{
	font-size: 16px;
	color: #a69457;
	position: relative;
	top: -2px;	
}

.content .wrapper .floatRight .title-divider
{
	display: block;
	width: 100%;
	height: 7px;
	
	border-radius: 10px;
	background: #f2e5af;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) 
{	
	.content .wrapper .floatLeft .mobile-menu
	{
		display: none;
	}
	
	.content .wrapper .floatLeft .menu
	{
		display: block;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li
	{
		background: #f4f4f4 url(img/menu-01-li.png) 10px 6px no-repeat;
		position: relative;	
	}
	
	.content .wrapper .floatLeft .menu ul li ul
	{	
		background: url(img/menu-01-end.png) bottom right no-repeat;
	}
	
	.content .wrapper .floatLeft .menu ul li a
	{
		width: 233px;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li a
	{
		width: 182px;
	}
	
	.content .wrapper .floatLeft .menu ul li ul
	{	
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li ul li a:hover
	{
		text-decoration: none;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li ul:before
	{
		content: "";
		height: 11px;
		display: block;
		background: url(img/menu-01-end2.png) top right no-repeat;
		width: 232px;
	}
	
	.content .wrapper .floatLeft .menu ul li ul .active
	{
		background: #f4f4f4 url(img/menu-01-li-hover.png) 10px 6px no-repeat;		
	}
	
	.content .wrapper .floatLeft .menu ul li ul li ul li a
	{
		background: transparent url(img/menu-line.png) bottom left repeat-x;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li ul li ul li a
	{
		background: transparent url(img/menu-line.png) bottom left repeat-x;
	}
	
	.content .wrapper .floatLeft .menu ul li ul li:hover
	{
		background-color: #ececec;	
	}
	
	
	.content .wrapper .floatLeft .menu ul li ul li ul,
	.content .wrapper .floatLeft .menu ul li ul li ul li ul
	{
		position: absolute;
		left: 232px;
		top: -11px;
		padding-left: 3px;
	    display: none;
	    background: none;
	}
	
	.content .wrapper .floatRight
	{
	  width: calc(100% - 232px - 30px);
	  float: right;
	}

	.content .wrapper .floatRight .page-title
	{
		font-size: 22px;
		color: #466900;
		padding: 8px 0 22px 0;
	}
}

@media screen and (min-width: 990px) {
	.content .wrapper .floatRight .page-title
	{
		font-size: 24px;
		color: #466900;
		padding: 10px 0 30px 0;
	}
}

/* TEXT STYLES  */
/* -----------------------------------------------------------------*/
.content .wrapper .floatRight #text
{

	font-size: 13px;
	color: #444444;
}

.content .wrapper .floatRight #text p
{
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: justify;
}

.content .wrapper .floatRight #text h2
{
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 22px;
}

.content .wrapper .floatRight #text h3
{
	font-size: 20px;
	color: #4b6809;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.content .wrapper .floatRight #text img
{
	margin-bottom: 15px;	
}

.content .wrapper .floatRight #text  .vize-skoly
{
	border-bottom: none;
	padding-bottom: 20px;
	text-align: center;
	font-size: 19px;
	color: #585858;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 24px;
	font-family: 'New Times Roman';
	font-weight: normal;
	border-bottom: 6px solid #f2e5af;
}

.content .wrapper .floatRight #text h4
{
	font-size: 16px;
	color: #6e990a;
	margin-bottom: 15px;
}

.content .wrapper .floatRight #text a
{
	color: #699500;	
}

.content .wrapper .floatRight #text a:hover
{
	text-decoration: none;
}

.content .wrapper .floatRight #text hr
{
	margin: 10px 0 15px 0;
}

.content .wrapper .floatRight #text ul li
{
	padding: 3px 0;
	padding-left: 25px;
	line-height: 25px;
	background: url(img/li.png) 0 12px no-repeat;
}

.content .wrapper .floatRight #text ul
{
	margin-left: 15px;
	margin-bottom: 15px;
}

.content .wrapper .floatRight #text ul li ul
{
	margin-bottom: 0px!important;
}

.content .wrapper .floatRight .Fotogallery 
{
	margin-bottom: 15px;
}

.content .wrapper .floatRight .Fotogallery ul
{
	margin: 0px!important;
}

.content .wrapper .floatRight .Fotogallery li img
{
	width: 100%;
	height: auto;
	margin-bottom: 0px!important;
}

.content .wrapper .floatRight .Fotogallery li
{
	padding: 0px!important;
	background: none;
	border: 3px solid transparent;
	width: 70px;
	outline: 1px solid #cfcfcf;
	float: left;
	margin: 10px;
}

.content .wrapper .floatRight .Fotogallery li:hover
{
	outline: 1px solid #6e990a;
}

.content .wrapper .floatRight .table, .DownloadGalleryTable
{
	width: 100%;
}

.content .wrapper .floatRight table
{
	width: 100%;
	border-bottom: 3px solid #d7d7d7;
	margin: 0 0 20px 0!important;
}

.content .wrapper .floatRight table[border="0"]
{
	border-bottom: 0px;
}

.content .wrapper .floatRight table thead tr th
{
	background: #e7dfcc;
	border-bottom: 3px solid #d4cbb5;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 10px 11px 10px;
}

.content .wrapper .floatRight table thead tr th:first-child
{
	text-align: left;
	padding-left: 15px;
}

.content .wrapper .floatRight table tbody tr td 
{
	background: #faf5eb;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 25px!important;
	position: relative;
	line-height: 20px;
	padding: 5px 5px;

}  

.content .wrapper .floatRight table tbody tr td img
{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0px;
	width: 18px;
}

.content .wrapper .floatRight table[border="0"] tbody tr td 
{
	background: white;
}

.content .wrapper .floatRight table tbody tr td p
{
  margin-bottom: 0px;
  line-height: 20px;
}

.content .wrapper .floatRight .DownloadGallery
{
	border: none;
}

.content .wrapper .floatRight.DownloadGallery thead tr th
{
	background: none;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
	color: #9e9e9e;
}

.content .wrapper .floatRight.DownloadGallery thead tr th:after
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
	display: block;
}

.content .wrapper .floatRight .DownloadGallery tbody tr td
{
	background: none;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
}



.content .wrapper .floatRight .DownloadGallery tbody tr td:first-child
{
	color: #c82921;
}

.content .wrapper .floatRight.DownloadGallery tbody tr td a
{
	text-decoration: none;
}

.content .wrapper .floatRight .DownloadGallery tbody tr td a:hover
{
	text-decoration: underline;
}

.content .wrapper .floatRight .DownloadGallery .DownloadGalleryFileDescription
{
	display: none;
}

.news-item
{
	clear: both;
	margin: 20px 0;
}

.news-item h3
{
	border-bottom: none!important;
}

.news-item-thumb img
{
	width: 30px;
	float: left;
	position: relative;
	top: -7px;
	margin-right: 15px;
	margin-bottom: 0px!important;
}


@media screen and (min-width: 768px) {
	.content .wrapper .floatRight #text h2
	{
		font-size: 22px;
		margin-bottom: 12px;
		line-height: 25px;
	}
	
	.content .wrapper .floatRight #text  .vize-skoly
	{
		font-size: 19px;
		line-height: 24px;
	}
	
	.content .wrapper .floatRight table tbody tr td 
	{
		padding: 9px;
	}
	
	.content .wrapper .floatRight .Fotogallery li
	{
		width: 110px;
	}
}

@media screen and (min-width: 990px) {
	.content .wrapper .floatRight #text h2
	{
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 28px;
	}
	
	.content .wrapper .floatRight #text  .vize-skoly
	{
		font-size: 22px;
		line-height: 40px;
	}
	
	.content .wrapper .floatRight table tbody tr td 
	{
		padding: 10px 12px;
	}
	
	.content .wrapper .floatRight .Fotogallery li
	{
		width: 140px;
	}
}


/* FOOTER  */
/* ----------------------------------------------------------------- */

/*
.footer .footer-image
{
	background: url(img/footer-image.png) bottom center no-repeat;
	background-size: 100% auto ;
	width: 100%;
	height: 60px;
}

.footer .footer-wrapper
{
	height: 395px;
	position: relative;
	width: 100%;
	background: #5d8903;
	margin-bottom: -7px;
}

.footer .footer-wrapper .footer-box
{
	height: 100px;
}

.footer .footer-wrapper .footer-logo
{
	width: 250px; 
	position: relative;
	font-size: 13px;
	height: 115px;
	background: url(img/footer-logo.png) 0px 10px no-repeat;
	background-size: 90px;
}

.footer .footer-wrapper .footer-logo div
{
	background: url(img/footer-prispevkova.png) top right no-repeat;
	width: 120px;
	height: 55px;
	background-size: 120px auto;
	position: absolute;
	right: -70px;
	bottom: -30px;
}

.footer .footer-wrapper .footer-logo span
{
	font-size: 12px;
	display: block;
	position: relative;
	top: 15px;
	left: 120px;
	line-height: 20px;
	color: white;
}

.footer .footer-wrapper .footer-logo em
{
	position: absolute;
	bottom: 0px;
	left: 120px;
	color: #cbe490;
}

.footer .footer-wrapper .pixio
{
	display: none;
}

.footer .footer-wrapper .pixio a
{
	display: block;
	width: 103px;
	height: 36px;
	background: url(img/pixio.png) top left no-repeat;
	text-indent: -5555px;	
	clear: both;
}

.footer .footer-wrapper .pixio span
{
	float: left;
	color: #91c12c;
	padding: 14px 0;
}

.footer .footer-wrapper .pixio em
{
	float: right;
	color: #91c12c;
	padding: 14px 0;
}

.footer .footer-wrapper .adress
{
	color: white;
	line-height: 23px;
	margin-right: 40px;
	font-size: 14px;
	border-left: 1px solid #93b93b;
	padding-left: 22px;
	margin-top: 15px;
}

.footer .footer-wrapper .contact a
{
	color: white;
}

.footer .footer-wrapper .contact 
{
	width: 270px;
	position: relative;
	margin-right: 15px;
	font-size: 14px;
}

.footer .footer-wrapper .contact .a
{
	margin-top: 15px;
	bottom: 22px;
	right: 0px;
	display: block;
	background: #94c331;
	color: white;
	padding: 4px 6px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #659202;
}

.footer .footer-wrapper .contact strong
{
	display: block;
	color: white;
	padding: 14px 0 10px 0;
	font-weight: normal;
}

.footer .footer-wrapper .contact span.email
{
	padding-left: 25px;
	color: white;
	font-weight: bold;
	background: url(img/mail-icon.png) 0px 3px no-repeat;
}

.footer .footer-wrapper .contact span.phone
{
	color: white;
	font-weight: bold;
	display: block;padding: 4px 0 4px 25px;
	background: url(img/phone-icon.png) 0px 3px no-repeat;
}

.footer .footer-links
{
	background: #2c3f00;
	width: 100%;
	height: 45px;
}

.footer .footer-links a
{
	color: #689600;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 19px 0 11px 0;
}

.footer .footer-links a:hover
{
	text-decoration: underline;
}

.footer .footer-links .floatLeft a
{
	float: left;
	margin-right: 25px;
	padding-left: 20px;
}

.footer .footer-links .floatLeft a.mapa
{
	background: url(img/footer-mapa.png) 0px 18px no-repeat;
}

.footer .footer-links .floatLeft a.pristupnost
{
	background: url(img/footer-pristupnost.png) 0px 17px no-repeat;
}

.footer .floatRight, .footer .floatLeft
{
	float: none;
}

@media screen and (min-width: 768px) 
{
	.footer .footer-image
	{
		background: url(img/footer-image.png) bottom center no-repeat;
		background-size: 100% auto ;
		width: 100%;
		height: 100px;
	}
	
	.footer .footer-wrapper
	{
		height: 136px;
		background: #5d8903 url(img/footer-wrapper.jpg) top center no-repeat;
	}
	
	.footer .footer-wrapper .footer-logo
	{
		width: 160px;
	}

	.footer .footer-wrapper .footer-logo div
	{
		right: -160px;
		bottom: -15px;
	}
	
	.footer .floatRight 
	{
		float: right;
	}
	
	.footer .floatLeft 
	{
		float: left;
	}
	
	.footer .footer-wrapper .contact .a
	{
		float: right;
		margin-top: 0px;
		position: absolute;
	}
	
	.footer .footer-wrapper .contact 
	{
		
	}
}

@media screen and (min-width: 990px) 
{
	.footer .footer-image
	{
		background: url(img/footer-image.png) bottom center no-repeat;
		background-size:  100% auto;
		width: 100%;
		height: 200px;
	}
	
	.footer .footer-wrapper .pixio
	{
		display: block;
	}
	
	.footer .footer-wrapper .contact 
	{
		width: 340px;
	}
	
	.footer .footer-wrapper .contact .a
	{
		bottom: -12px;
	}
}

*/

/*****************************************************************************************************************************/
/* ----- BROWSERS Fixes ----- */
@-moz-document url-prefix() {
	.content .wrapper .floatRight
	{
	  right: 0px;
	}
	
} /*Firefox*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
} /*Chrome*/