	@charset "utf-8";
header, section, footer, aside, article, figure {
	display: block;
}
body {
	font: 87.5%/1.4 'Roboto', Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;
	color: #666666;



}
h1 {
    font-size: 18px;
}
#wrapper{width:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */position:relative;}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	font-style: italic;
	color: #bbb;
}
::-moz-placeholder {
/* Firefox 19+ */
	font-style: italic;
	color: #bbb;
}
:-ms-input-placeholder {
/* IE 10+ */
	font-style: italic;
	color: #bbb;
}
:-moz-placeholder {
/* Firefox 18- */
	font-style: italic;
	color: #bbb;
}
.cbp-bislideshow {
	top: 45px;
}
header.header {
	display: block;
	background: #ffd800;
	height: 45px;
	width: 100%;
	/*position: fixed;
	top: 0px;
	left: 0px;
*/
}
#logo-small {
	display: none;
}
#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 248px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header-bottom {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	position: relative;
}
.page-content {
	background: #fff;
	min-height: 300px;
	clear: both;
	margin-top: 445px;
	border: solid 1px #e0e0e0;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:10px;
	padding-right:10px;
}

.page-content h1{font-size:24px;}
.page-content h2{font-size:22px;}
.page-content h3{font-size:18px;}
.page-content h4 {
    font-size:18px;color:#da251c;  }

.page-content h5 {
    font-size:18px; }

.page-content h6 {
    font-size:16px; }
#home .page-content h1{color:#da251c;font-size:21px;}
.body-top {
	margin-top: 45px;
	-moz-transition: margin-top 0.5s ease-in-out;
	-ms-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
	z-index: 2;
	position:relative;
}
.headers {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
#searchplace {
	position: relative;
}
#searchplace p {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #000;
	display: inline-block;
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#searchplace p strong {
	color: #c3a500;
}
#searchplace p span {
	color: #d7261e;
}
#searchplace #searchform input[type="search"] {
	float: left;
	padding-right: 50px;
	margin: 0px;
	height: 45px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#searchplace #searchform .button-search {
	background: #da251c url(../img/lupa.png) no-repeat center center;
	height: 43px;
	width: 45px;
	margin-left: -45px;
	float: left;
	margin-bottom: 0px;
	z-index: 10;
	margin-top: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button-menu {
    background-color: #FFD800;

    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 0.75em;
    transition: all 300ms ease 0s;
    position:fixed;
    top:46px;
    right:0px;
    z-index:5;
    border-radius: 5px 0px 0px 5px; 
-moz-border-radius: 5px 0px 0px 5px; 
-webkit-border-radius: 5px 0px 0px 5px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.23);
}

/*body.scroll*/
body.scroll .headers {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
	height: 110px;
	background: #ffd800;
}
body.scroll .body-top {
	background: #ffd800;
	margin-top: 0px;
}
body.scroll .header-bottom {
	height: 40px;
	position: relative;
}
body.scroll .page-content {
}
body.scroll #logo {
	max-height: 100px;
	top: -50px;
	left: 0px;
	position: absolute;
}
body.scroll #searchplace p {
	display: block;
	position: absolute;
	top: -36px;
	left: -130px;
}
body.scroll [off-canvas*=left] {
			top:110px;
			/*position: fixed;  */
			position: absolute;
}
body.scroll .button-menu {top: 111px;}


#nav-lang,
#nav-lang li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-lang {
	float: right;
	margin-top: 15px;
}
#nav-lang li {
	float: left;
	margin-right: 35px;
}


.menu{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da251c+0,ba1f18+100 */
background: #da251c; /* Old browsers */
background: -moz-linear-gradient(left,  #da251c 0%, #ba1f18 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #da251c 0%,#ba1f18 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #da251c 0%,#ba1f18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#ba1f18',GradientType=1 ); /* IE6-9 */  
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:25px;
 }
.leftcolumn{padding-bottom:60px;} 
.leftcolumn .menu{margin-top:-15px;padding-bottom:60px;}
.menu ul,.menu li{
		display:block;
		list-style-type:none;
		margin:0px;
		padding:0px;
}
.menu li a{display:block;color:#fff;text-transform:uppercase;font-size:17px;padding:5px 10px 5px 33px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	transition: all 0.25s ease-out;
	}
.menu li a.active,.menu li a:hover{background:#a51c15;}
.menu li li a{background:transparent;color:#656565;text-transform:none;font-size:14px;padding:2px 5px 2px 28px;}
.menu li ul{background:url(../img/bg-menu.png) no-repeat right bottom,#fff;padding:5px;display:none;margin-top:5px;/*min-height:135px;*/}
.menu li.active ul{display:block;}
.menu li a.active,.menu li a:hover{background:#a51c15;}
.menu li li a.active,.menu li li a:hover{background:#a51c15;color:#fff;}

.menu li a span{color:#da251c;margin-right:20px;}

.text-page{padding-top:20px;padding-bottom:20px;}

.newsItem{
	border: solid 1px #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 25px;
	position: relative;
	margin-bottom:15px;
}
.newsItem img{max-width:213px;max-height:120px;}

.newsItem .imgLink{
	max-width: 213px;
	height: 120px;
	display: block;
	/*margin-bottom: 10px; */
}
#home .newsItem .imgLink {
			text-align:center;
}
.newsItem h2 {
	font-size: 15px;
	color: #da251c;
	line-height: 1.2;
	font-weight: bold;
	height: 54px;
	overflow: hidden;
}
.newsItem h2 a{
  color: #da251c;
  text-decoration:none;
}

.newsItem h2 a:hover{
  color: #da251c;
  text-decoration:underline;
}
.newsItem p.itemText {
	font-size: 12px;
	line-height: 1.4;
	display: block;
	height: 118px;
	overflow: hidden;
}
.newsItem p.itemDate {
	font-style: italic;
	font-weight: bold;
	color: #b4b4b4;
	font-size: 12px;
	margin: 0px;

}
.newsItem .next {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	background: #da251c;
	text-align: center;
	display: block;
	height: 24px;
	width: 24px;
	text-decoration: none;
	position: absolute;
	right: 25px;
	bottom: 20px;
		border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.25s ease-out;
}
.newsItem .next:hover{background: #990c07;}
.text-page ul {
	padding-left: 0px;
	margin-left: 0px;
	 padding: 0 0 0 40px;
}

.text-page ul li{
	padding: 0px 0px 0px 35px;
	list-style: none;
	background: url(../img/li.png) no-repeat 0px 7px;    
} 
.text-page ol li::before{
    /*	padding-left: 35px;
    	margin-right: 35px; */
}
.text-page ol{
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.text-page ol { 
   /*list-style-type: decimal !important;    */
   list-style-position: inside; 
}
.text-page ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.text-page ol ol { 
   list-style-type: lower-latin !important; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.pagination{margin-left:auto;margin-left:right;text-align:center;margin-top:15px;margin-bottom:20px;}
ul.pagination li{
   background:none;
   padding: 0px; display:none;
}
.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}
.pagination .current {background:none;
   padding: 0px;}
.pagination a, .pagination button {
    text-decoration:none;
    color: #000;
    background: none;
    transition: all 0.25s ease-out;
}
.pagination a:hover{
   background: #e6e6e6; 
    color: #fff;
}
.pagination .current a{
     background: #BA1F18; 
    color: #fff;
    cursor:default;
}
.text-page a {text-decoration:underline;}
.text-page a:hover {text-decoration:none;}

.news-item {clear:both;margin-bottom:15px;width:100%;float:left;}
.news-item span.img{width: 160px;display:block;margin-right:15px;float:left;}	
.news-item img{float:left;    }
.news-item p{margin-bottom:5px;}
.news-item h3 {
    color: #da251c;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.news-item h3 a{color: #da251c;text-decoration:none; background-color:transparent;}
.news-item h3 a:hover{text-decoration:underline;}
.news-item .button{margin-bottom:0px;}

.newsItem a{background-color:transparent;}
.log-in-form {
	border: 1px solid #cacaca;
	padding: 1rem;
	border-radius: 3px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#partners {
	margin-top: 20px;
	padding-bottom: 30px;
	text-align:center;
}
#partners h4{font-size:18px;text-align:center;text-transform:uppercase;font-weight:bold;}
#dates{float:left;}
.dates{clear:both;width:100%;float:left;padding-left:5px;}
.agdate{
	 width:36px;height:36px;margin-right:5px;line-height:36px;text-align:center; float:left;
}
a.ui-corner-all{text-decoration:none;}
.ui-datepicker-prev{float:left;}
.ui-datepicker-next{float:right;}
.ui-datepicker-title{clear:both;}
.ui-datepicker-year{font-size:20px;}
.ui-datepicker-calendar{border-collapse: separate !important;
           border-spacing: 5px !important;}
.ui-datepicker-calendar thead th{background:#fff;font-weight:400;}           
.ui-datepicker-calendar td{ text-align:center;}
.ui-datepicker-calendar td a{ text-decoration:none;}
.highlight0{
	background-color:#da251c;
}
.highlight0 a,.highlight0{color:#fff !important;}
.highlight1{
	background-color:#9AF133;
}

.highlight2{
	background-color:#fff;
	border: 1px solid #bbbbbb;
}
#footer{
		width:100%;clear:both;float:left;
		padding-top:30px;padding-bottom:30px;
}
#footer p{font-size:12px;color:#8a8a8a;}
#footer p a{text-decoration:none;color:#8a8a8a;}
#footer p a:hover{text-decoration:underline;}

.text-page table{max-width:100% !important;width:100% !important;}



@media screen and (min-width: 64em){
    .page-content {padding-right:35px;padding-left:35px;}
    
ul.pagination li {

    display: inline-block;

}
}
@media screen and (min-width: 40em){
ul.pagination li {

    display: inline-block;

}
}
.separator{border-top:solid 1px #e6e6e6;width:100%;clear:both;float:left;height:1px;}
.red{color:#da251c !important;}
.upper{text-transform:uppercase !important;}

.column:last-child, .columns:last-child {
    float: left;
}
.header .columns:last-child,.header-bottom .columns:last-child {
    float: right;
}
.f18{font-size:18px !important;}

.button{text-decoration:none !important;}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea, select {
	box-shadow: none;
	margin-bottom: 0px;
}
.callout {
	margin-bottom: 0px;
}
input.error, input:focus.error {
	border: solid 1px #DB4F45;
}
label.error {
	background-color: #bb0404;
	color: #ffffff;
	font-size: 12px;
	display: block;
	padding: 2px 3px;
	margin-bottom: 2px;
}
.cleaner {
	margin: 0px auto !important;
	width: 100% !important;
	visibility: hidden !important;
	clear: both !important;
	font-size: 0% !important;
	height: 0% !important;
	line-height: 0% !important;
}
.hidden {
	display: none !important;
}
img[style*="float: left"], img[style*="float:left"] {
	margin-right: 10px !important;
	margin-left: 0px !important;
}
img[style*="float: right"], img[style*="float:right"] {
	margin-left: 10px !important;
	margin-right: 0px !important;
}
/* ==|== default and repair styles =======================================================   Korekce google mapy pro foundation + old IE style   ========================================================================== */
#map-canvas *,
#map-canvas *:before,
#map-canvas *:after {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
#map-canvas img {
	max-width: none !important;
}
#map-canvas label {
	width: auto !important;
	display: inline !important;
}
.gm-style-iw {
	min-width: 300px;
	min-height: 100px;
}
.gm-style-iw div {
	padding: 0px !important;
}
#browser {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: 300;
	BACKGROUND: url(../img/browser.png) repeat-x 50% bottom;
	PADDING-BOTTOM: 7px;
	PADDING-TOP: 0px;
	POSITION: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
}
.browser-inner {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: url(../img/browser-inner.png);
	PADDING-BOTTOM: 18px;
	PADDING-TOP: 18px
}
.browser-center {
	PADDING-RIGHT: 85px;
	PADDING-LEFT: 85px;
	BACKGROUND: url(../img/browser-warning.png) no-repeat 20px 50%;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	POSITION: relative
}
#browser p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	BORDER-RIGHT: #b84d4d 1px solid;
	PADDING-RIGHT: 40px;
	PADDING-LEFT: 40px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	BORDER-LEFT: #b84d4d 1px solid;
	PADDING-TOP: 0px
}
#browser p a {
	color: #fff;
}
.browser-close {
	MARGIN-TOP: -20px;
	DISPLAY: block;
	RIGHT: 0px;
	BACKGROUND: url(../img/browser-close.png);
	WIDTH: 41px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 50%;
	HEIGHT: 41px
}
/* ==|== print styles =======================================================   Print styles.   Inlined to avoid required HTTP connection:h5bp.com/r   ========================================================================== */
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
/* Black prints faster:h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
/* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
/* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
/* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
