/*new*/
 /*
	@font-face {
    font-family: 'zjk';
    src: url('../fonts/fishmonger_etzjk.eot');
    src: url('../fonts/fishmonger_etzjk?#iefix') format('embedded-opentype'),
         url('../fonts/fishmonger_etzjk.woff') format('woff2'),
         url('../fonts/fishmonger_etzjk.woff') format('woff'),
         url('../fonts/fishmonger_etzjk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
   }
	@font-face {
    font-family: 'zjkBold';
    src: url('../fonts/fishmonger_mrzjk.eot');
    src: url('../fonts/fishmonger_mrzjk?#iefix') format('embedded-opentype'),
         url('../fonts/fishmonger_mrzjk.woff') format('woff2'),
         url('../fonts/fishmonger_mrzjk.woff') format('woff'),
         url('../fonts/fishmonger_mrzjk.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
   }   
                                                
   */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	.behavior: url('../../csshover.htc');         
	text-align: center;
	height: 100%;
  font-family:  'Calibri', 'Roboto', sans-serif;; 
	color: #1c191a;
	font-size: 95%;
  font-weight: 200;
  background: #fff url('../images/bgr.png') repeat-x left top     ;
 
}
 
 h1, h2, h3, h4, #menu, .smallcircle {
    font-family: 'Calibri', 'Roboto', sans-serif;    font-weight: 400;
 } 
 
h2.webname { display: none }
*{ box-sizing: border-box; } 
.inlineBlock {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

a{
  color: #426400;
}
a:hover{ 
  color: #939389;
 }

#logo, #logo span {
	display: block;
	width: 499px;
	height: 133px;
	padding: 0;
	margin: 0px;
	font-size: 20px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	.left:  0px;
	text-indent: -5000px;
	top:   15px;
	background: transparent;

}
#logo { border: 0px solid #F2F2F2; }
#logo a {
	width: 100%;
	height: 133px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5em;
	display: block;
	color: #fff;
	padding: 0 0 0 0;
	font-size: 10px;
}
#logo a:hover {
	color: #000;
}
#logo span {
	top: 0px;
	left: 0;
	width: 100%;
	height: 133px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	background:   url('../images/logo.png') no-repeat left center;
  background-size: contain
}



section {
  margin:   0px auto;
  min-height: 300px;
  border-top: 1px solid white;
  padding: 25px;
  text-align: left;
  width: 100%;  flex:1;
}
  div.great {
   width: 33.3%;
  height: auto;
 
  text-align: left;
 
 
  float: left;
  display: block;
  position: relative;
}
div.calenders {
 clear: left;
}
 
 
 
div.calender  img { width: 40%; float: left; margin-top: 0;   margin-right: 1em  }
 
 
div.great {             
  width: 100%;
}
section#content { background: #fff; width: 100%;  flex:1;     min-height: 450px;  }
section#content-left {background: #fff; width: 39.9%; float: left;  flex:0.7;}
section#content-right { background: #fff;width: 60%; float: right; position: relative; flex:0.3; }
.main {   width: 90%; margin:   0px auto  0px auto; min-height: calc(100% - 120px); padding-top: 165px; height: auto; position: relative;   }
#container{
  display: -ms-flex; display: -webkit-flex; display: flex; 
}
nav{
  background: transparent;
  width: 100%;
  margin: 0;
 
 
 
  oveflow: hidden;               
                                                       
}
 
nav li a  { width: 100% }      
  .great  p a { color: #426400; text-decoration: none; position: relative; }
 

  h1 a, h2 a { color: #fff; text-decoration: none; position: relative; }
  h3 a {  text-decoration: none; position: relative; }
    h2  a:before, h3 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
 h3 a:before {
   background-color:  #426400;
 }
 h1  a:hover:before, h2  a:hover:before, h3 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


article h3, .great h3 { color: #426400; clear: left; margin-top: 0.6em; margin-bottom: 1em}
article h3 a, .great h3 a { color: inherit; text-decoration: none; }
 

footer {
  clear: both;
  width: 100%;
  margin: 0px auto 0px auto;  
  overflow: hidden;
  position: relative;
  height: 40px;
  background: #939389;
  margin-top: 40px;
  color: #fff;
  line-height: 40px;
   padding-right: calc((100% - 1200px)/2)  ;
   text-align: right;
} 
 footer a{
   color: #fff!important;
 }
 footer a:hover{
   color: #fff!important;
   text-decoration: none;
 }
 
 
 
#startmenu {
    display: none;
    cursor: pointer;
    background-color: #62a945;         
    background-image: url('../images/mini-menu.png');
background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    margin: 0px;
    floaT: right;
    position: absolute;
    right: 5px;
    top: -27px;
    z-index: 1000;
 
}
#superfooter {
   background: #838383;
   color: #fff;
   text-align: center;
   height: 340px;
   padding: 30px;
   margin-top: 50px;
}
 
 
 
 
h4 + p, h3 + p { margin-top: 0.5em; }
 
#sayslides { height: 370px; position: relative; overflow: hidden;}
.saybox a { floaT: right; display: block; margin-top: 1em}
.saybox {            
     floaT: left;
 
    position: absolute;
    display: none;
    top:  0px;
    left: 0;
 
}   
.saybox h4 { font-weight: bold; }
.show {
    display: block;
}
.mainclr { clear: both;  }

#news span.specbox {
    float: left;
    display: none;
}
#news span.specbox:nth-child(4), .news span.specbox:nth-child(5) {
    display: block;
}
#news div { position: relative; height: 330px; overflow: hidden;   }

#calender span.specbox {
    float: left;
    display: none;
}

#news, #calender  { height: auto; }
#news span.show, #calender  span.show { display: block;  }
#calender  span, #news span{ width: 50%; float: left; padding-bottom: 1em; background: #fff; }
#calender   span, #news  span  { border-right: 0px dotted #449cc4; display: block; padding:  0px 20px 0 20px  ;   float: left   }
#news span h3, #calender  span h3 { margin-top: 0; margin-bottom: 0.3em }
#news span em {  font-size: 80%; font-style: normal; opacity: 0.8  }
#newsfwdfake, #newsbackfake, #newsfwdfake2, #newsbackfake2{ display: none; }




#calender span.specbox:nth-child(4), .calender span.specbox:nth-child(5) {
    display: block;
}
#calender div { position: relative; height: 330px; overflow: hidden;   }
#calender  { height: auto; }
#calender span{ width: 50%; float: left; padding-bottom: 1em; background: #fff; }
#calender  span  { border-right: 0px dotted #449cc4; display: block; padding:  0px 20px 0 20px  ;   float: left   }
#calender span h3{ margin-top: 0; margin-bottom: 0.3em }
#calender span em {  font-size: 80%; font-style: normal; opacity: 0.8  }
#newsfwdfake2, #newsbackfake2  { display: none; }
 
#calender  h3 { font-size: 110%; margin-bottom: 0.5em }

#partners div.logs { width: 136px; text-align: center; }
#inpartners { margin: 0 1% 0 1%; width: 98%;  overflow: hidden;   position: relative; height: 110px}
 
 
  
 
  input#logmeplease {
    background: #00579a;
    color: #fff;
    padding: 10px 30px;
    display: block;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    font-size: 100%;
 
}
 input#contactsubmit:hover {
    background: #1c8ec0;
}


.righta  {
  margin-top: 0.5em;
 
}
.righta em{
  font-family: 'Calibri', 'Roboto', sans-serif;;
  margin-left: 0.5em;
}
.righta a:hover { color: #31241d; }
#topcont{
      width: 80%;
      float: right;
      height: auto;
      text-align: left;
      margin-top: -100px;
      padding-left: 45px;
      padding-left: 15px;
      position: relative;
      padding-top: 15px;
}
#topcont h2, #topcont h3, #topcont p {
  font-family: 'Roboto', sans-serif;
}
 #homebox3 h2,  #homebox3 h3, #homebox3 p {
	 margin: 5px 0  0px 0;
   padding: 0;
   
 }

 #topcont.fa:before{
   position: absolute;
   left:  0px;
   top: 17px;
   font-size: 35px; 
   color: #31241d;
   opacity: 0.3;
 }
 #topcont.fa:hover:before{
      opacity: 1;
 }

#langs {
 position: absolute;
 width: 50px;
 height: 20px;
 top: 165px;
 right:  15px;
 z-index: 2000;

}
#langs  span, #langs  p.span {
	width: 28px;
	height: 19px;
	display: block;
	float: right;
	margin-top: 9px;
	overflow: hidden;
	cursor: pointer;  
  
}
#langs span em, #langs  span a {
	display: block;
	font-size: 10px;
	width: 28px;
	height: 19px;
	line-height: 12px;
	z-index: 1;
	cursor: pointer;
}
#langs  span a, #langs  span em.active {
	background:   url('../images/gb.png') no-repeat 0px 0px;
	z-index: 10;
	text-decoration: none;
  
}
#langs  span.cz a, #langs  span.cz em.active {
	background: url('../images/cz.png') no-repeat 0px 0px;
}
#langs span em.active, #langs  span.cz em.active  {
  cursor: default;
  opacity: 0.5;
 }
#langs span.cz:lang(cs-CZ)  { display: none; }
#langs span.en:lang(en-US)  { display: none; }
 

 #slideshow {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
  
}
 
#slideshow .slide {
	background-repeat: no-repeat; 
  	background-position: center center;
	position: absolute;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}
 #slideshow article {
	float: right;
	width: 30%;
	clear: none;

}
#slideshowmover,
#slideshowleftmover {
	position: absolute;                           
	z-index: 997;
	top: 130px;
	right: 1%;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 220%;
 
}
#slideshowleftmover {
	left: 1%;
}
 
#content-left  article:first-child { margin-top:  5px; }
 .fotobox img {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);  
  margin: -30px -20px -27px -20px; 
}
#slideshow  h2{
   background: transparent;
   margin: 0;
   padding: 0 0 10px 0;
   min-height: 0px;

}
#slideshow  article {
	background: rgba(0,0,0,0.6);
	margin: 40px 5% 0 0;
	padding: 20px;
	color: #fff;
	text-align: left;
}
#slideshow article h2 a:hover, .homebox h2 a:hover {
  color: #fff;
}
#slideshow .banneranchor {
   color: #fff;
   background: #62a945;
   display: inline-block  ;
   padding: 10px 15px;
   text-decoration: none;
   margin-top: 15px;

}
#slideshow .banneranchor:hover {
   background: #ebb010;
}

#navigation {
  background-color: #939389;
  text-align: left;
  padding: 10px 15px;
  width: 100%;
  color: #1c191a;
}
#navigation a{
  color: #1c191a;
}
#navigation .fa {
  color: #1c191a;
  margin-left: 5px;
   
}
#navigation .fa span, #navigation span.fa a {
    font-family:  'Calibri', 'Roboto', sans-serif;; 
    margin-left: 5px;
}
#social {
  background: #939389;
  color: #fff;
  height: 38px;
  line-height: 38px;
  text-align: left;
  padding-left: calc((100% - 1200px)/2)  ;
}
#social a {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  background: url('../images/fb.png') no-repeat left top;
  text-indent: -5000px;
  margin-top: 8px;
  margin-right: 8px;
  }
  #social .tw { background: url('../images/tw.png') no-repeat left top;  }
  #social .in { background: url('../images/in.png') no-repeat left top;  }

#loga {
  float: right;
  width: 50%;
  margin-top: -115px;
  margin-top: -155px;
  width: 340px;
}

section.logaslider {
        width: 100%;
        margin:   0;
        min-height: 150px;
        height: 150px;
        margin: 0;
        border: none;
        padding: 0;
        overflow: hidden;
    }
    section.logaslider  button{ display: none!important; }
    .slick-slide {
      margin: 0px 5px;
      width: 110px;
      float: left;
    }
    .slick-slide img {
      width: 100%;
    
    }
    .slick-prev:before,
    .slick-next:before {
        color: black;
        display: none;
    }
    img.homelogo {
    float: left; 
    width: 110px;
    height: 70px;
    margin-right: 3px;
    border: 1px solid #e7e7e7;
      margin-bottom: 3px;
    }

    .submitbutton {
      background: url('../images/search.png') no-repeat left 0px;  
      width: 22px;
      height: 22px;
      padding: 0;
      margin: 8px 0 -8px 0;
      border: 0;
    }
    #social form input:first-child{
      max-width: 0px;
      border: 0px;
     -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;      
    }
    #social form:hover input:first-child, #social input:hover input:first-child {
      max-width: 100px;
      width: 100px;
    }
    #insidebox .article {

     padding-bottom: 0.5em;
     margin-bottom: 0.5em;
     border-bottom: 1px solid #939389
    }
    #insidebox h4,  #content-right .pparts h2 { margin-top: 0px; }
    #content-right .pparts { margin: 0; padding: 0 }

    section img.left { floaT: left; margin-right: 1em; margin-bottom: 5px;}
  section img.right { floaT: right; margin-left: 1em; }
 ul.side{
 margin: 1em 1em 1em 0 ;
 padding: 0;
 list-style-type: none;
} 

#mapa {
  width: 100%;
  height: auto;
  position: relative;
  
}

#mapa .point {
  background: #ebb010;
  display: block;
  position: absolute;
  left: 22%;
  top: 26%;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  z-index: 800;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#mapa a {
   
   border: 1px solid #fff;
   display: block;
   padding: 3px 5px;
   position: absolute;
    left: 12%;
    top: 28%;
   color: #fff;
   font-size: 10px;
   z-index:999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;   
}
#mapa a.chlum {
   background: #ebb010;
}
#mapa a.maso{
 background: #63a844; 
     left: 42%;
     top: 78%;
}
#mapa a.hav{
 background: #31241e; 
     left: 36%;
     top: 83%;
}
#mapa a.nace{
 background: #009e95; 
     left: 48%;
     top: 90%;
}
#mapa a.pano{
 background: #ec008c;
     left: 63%;
     top: 79%;
}



#mapa .point:before{
   position: absolute;
   content: '';
  z-index: -10; 
   display: block;
   background: #fff;
   border-top: 1px solid #fff;
   width: 20px;
   top: 15px;
   left: -20px;
   height: 0px;
   -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);
}
#mapa a:hover {
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;   
  z-index: 1000;
}
#mapa span.maso {
  background: #63a844;
    position: absolute;
    left: 50.5%;
    top: 83%;
}
#mapa span.maso:before{
    z-index: -10; 
  position: absolute;
   width: 20px;
   top: -10px;
   left: -12px;
   -ms-transform: rotate(-120deg); /* IE 9 */
    -webkit-transform: rotate(-120deg); /* Safari */
    transform: rotate(-120deg);   
}

#mapa span.hav {
  background: #31241e;
  position: absolute;
    left: 49%;
    top: 84.5%;  
}
#mapa span.hav:before{
    z-index: -10; 
  position: absolute;
   width: 20px;
   
   top: 5px;
   left: -20px;
   height: 0px;
   -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-0deg);
       background: #000;
   border-top: 1px solid #000;
}
#mapa span.nace {
  background: #009e95;
  position: absolute;
    left:51%;
    top: 86%;  
}
#mapa span.nace:before{
 z-index: -10; 
  position: absolute;
  width: 20px;
   top: 19px;
   left: 3px;
   height: 0px;
   -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari */
    transform: rotate(60deg);
 
}
#mapa span.pano {
  background: #ec008c;
  position: absolute;
    left:66.5%;
    top: 86%;  
}
#mapa span.pano:before{
 z-index: -10; 
  position: absolute;
  width: 20px;
   top: -10px;
   left: -12px;
   height: 0px;
   -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari */
    transform: rotate(60deg);
 
}
.noslide{
  display: block;
  clear: both;
  height: 1px;
}




#mapanews {
  width: 100%;
  height: auto;
  position: relative;
  
}

#mapanews .point {
  background: #ebb010;
  display: block;
  position: absolute;
  left: 22%;
  top: 26%;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  z-index: 800;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#mapanews a {
   
   border: 1px solid #fff;
   display: block;
   padding: 3px 5px;
   position: absolute;
   left: 2%;
    top: 8%;
   color: #fff;
   font-size: 10px;
   z-index:999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;   
  display: none;
}
#mapanews a.chlum {
   background: #ebb010;
   display: block;
}
#mapanews a.maso{
 background: #63a844; 
    left: 22%;
    top: 58%;
     display: block;
}
#mapanews a.hav{
 background: #31241e; 
  left: 2%;
    top: 80%;
     display: block;
}
#mapanews a.nace{
 background: #009e95; 
        left: 48%;
    top: 95%;
     display: block;
}
#mapanews a.pano{
 background: #ec008c;
     left: 78%;
    top: 67%;
      display: block;
}



#mapanews .point:before{
   position: absolute;
   content: '';
  z-index: -10; 
   display: block;
   background: #fff;
   border-top: 1px solid #fff;
   width: 20px;
     top: -5px;
    left: -17px;
   height: 0px;
   -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari */
    transform: rotate(30deg);
}
#mapanews a:hover {
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;   
  z-index: 1000;
}
#mapanews span.maso {
  background: #63a844;
    position: absolute;
     left: 53%;
    top: 79%;
}
#mapanews span.maso:before{
    z-index: -10; 
  position: absolute;
   width: 20px;
   top: -10px;
   left: -12px;
   -ms-transform: rotate(-120deg); /* IE 9 */
    -webkit-transform: rotate(-120deg); /* Safari */
    transform: rotate(-120deg);   
}

#mapanews span.hav {
  background: #31241e;
  position: absolute;
 left: 48%;
    top: 82%; 
}
#mapanews span.hav:before{
    z-index: -10; 
  position: absolute;
   width: 20px;
   
   top: 5px;
   left: -20px;
   height: 0px;
   -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-0deg);
       background: #000;
   border-top: 1px solid #000;
}
#mapanews span.nace {
  background: #009e95;
  position: absolute;
    left:51%;
    top: 86%;  
}
#mapanews span.nace:before{
 z-index: -10; 
  position: absolute;
  width: 20px;
 top: 17px;
    left: 2px;
   height: 0px;
   -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari */
    transform: rotate(60deg);
     background: #009e95;
    border-top: 1px solid #009e95;
}
#mapanews span.pano {
  background: #ec008c;
  position: absolute;
left: 69.5%;
    top: 85%;
}
#mapanews span.pano:before{
 z-index: -10; 
  position: absolute;
  width: 20px;
   top: -9px;
    left: 4px;
   height: 0px;
   -ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Safari */
    transform: rotate(-50deg);
 
}


 

div.hide  { /*display: none;*/ }
.galerie i { font-size: 15px; display: none; }

#navigationWrapper {
  clear: both;
}
.fa em {
   font-family:  'Calibri', 'Roboto', sans-serif;; 
   font-style: normal; 
   padding-left: 0.5em
}

.downs {
    padding: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    margin-right: 5px;
    border: 0px solid #f0f9dd;
   font-size: 100%;
    background: #e7e7e7;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.downs img{
   float: left;
   width: 80px;
   border: none;
   margin-top: -10px;
   margin-left: -10px;
   margin-bottom: -10px;
}

article {
  clear: both;
}
.imgcontainer {
  float: left;
  margin-right: 1%
}
.imgcontainer p {
  background: green;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}
#gtx-trans {
 
    height: 1px;
    width: 1px;
    background: transprarent;
    display: none;
}