/*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:  'Roboto', sans-serif;; 
	color: #404040;
	font-size: 95%;
  font-weight: 200;
  background: #F2F2F2    ;
 
}
 
 h1, h2, h3, h4, #menu, .smallcircle {
    font-family: '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: #486c00;
 }

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

}
#logo { border: 5px solid #F2F2F2; }
#logo a {
	width: 100%;
	height: 100px;
	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: 0;
	left: 0;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	background:   url('../images/logo.png') no-repeat center center;
  
}



section {
  margin:   0px auto;
  min-height: 300px;
  
}
  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-left { width: 39.9%; float: left; }
section#content-right { width: 60%; float: right; position: relative }
.main {   width: 90%; margin:   0px auto 20px auto; min-height: 400px; padding-top: 100px; height: auto; position: relative}
 
nav{
  background: transparent;
  width: 20%;
  margin: 0;
  min-height: 61px;
  border: 5px solid #F2F2F2;
 
  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: 200px;
  background: #c0c0c0;
  text-align: center;
  
} 
#partners {
  height: 120px;
  border: 5px solid #F2F2F2;
  border-top-width: 0px;
 
  background: #e7e7e7;
  width: 90%;
  margin: 0px auto 0px auto;  
  padding-left: 5px;
  overflow: hidden;
  position: relative;
}
#insuperfooter { 
  width: 90%;
    margin: 0px auto 0px auto; 
}
#f1 {
   width: 90%;
  margin: 0px auto 0px auto; 
  background:   #e7e7e7; 
    height: 35px;
  border: 5px solid #F2F2F2;
  border-bottom-width: 0px;    
 
}
footer h3 {
  height: 30px;
  background:   #e7e7e7;
  color: #404040;
  display: block;
  margin: 0 0 0 15px;
  width: 120px;
  line-height: 35px;
  text-align: left;
  font-size: 15px;
  float: left;
}
footer h3 a {
  color: #404040;
} 
.logs {
  float: left;

}
footer #partnercircles {
  height: 30px;
  background:   #e7e7e7;
  color: #000;
  display: block;
  margin: 0 0px 0 0px;
  width: 65px;
  line-height: 30px;
  text-align: center;
 
  font-size: 15px;
  float: right;
  position: relative;
  
}
.logs img {
  height: 90px;
 
    margin: 10px 5px;
}
#startmenu {
    display: none;
    cursor: pointer;
    background-color: #688d1b;         
    background-image: url('../images/mini-menu.png');
    background-position: center center;
    background-repeat: no-repeat;
 
    width: 45px;
    height: 40px;
    margin: 0px;
    floaT: right;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
 
}
#superfooter {
   background: #838383;
   color: #fff;
   text-align: center;
   height: 340px;
   padding: 30px;
   margin-top: 50px;
}
.smallcircle {
  width: 30px;
  height: 30px;
  font-size: 25px!important;
  position: absolute;
  top: -56px;
  right: -10px;
  z-index: 100;
  background:  transparent;
  color: #688d1b;
  display: block;
  text-decoration: none;
}
.smallcircle:hover{
  color:  #77a320;
  text-decoration: none;
}

.back{
  right: 15px;
}
.back:before {
  content: '<';
    left: 4px;
}
 
 #partnercircles .smallcircle  {
   color: #c0c0c0;
  border: 2px solid #c0c0c0;
   width: 20px;
  height: 20px;
 
  right: 11px;
    top: 7px;
 }
 
 #partnercircles .back  {
  right:36px;

 }
 #partnercircles .smallcircle:hover{
  background: #fff;
    text-decoration: none;
}
 
 
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}
 
#inpartners:after {
  
  content: '';
  width: 50px;
  height: 110px;
  position: absolute; 
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e7e7+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
} 

#insuperfooter div {
  width: 25%;
 
  float: left;
  text-align: left;
}
#superfooter ul, #superfooter li { margin: 0; padding: 0; list-style-type: none; text-align: left; clear: left; display: block;  }
 #superfooter li {  width: 100%; display: block; }
#superfooter ul li a { color: #688d1b; }
#superfooter h4 { color: #E7E7E7; margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 2px dotted #E7E7E7; float: left }
#superfooter ul.sub { display: block;  float: none; }

#insuperfooter div:nth-child(4)  { text-align: right }
#insuperfooter div:nth-child(4) h4 { float: right  }
#superfooter  iframe { float: right; }
.microdata { clear: both; float: left; }
.microdata .not { display: none; }
.microdata span { float: left; }
.microdata .break { clear: left; }
.microdata .secbox {  clear: left;  margin-top: 1em; }
 
 #partnersfwd, #partnersfwdfake { display: none }
 #superfooter iframe { width: 100%!important }
 em.mainclr {
    clear: both;
    display: block;
}
   .projekty a {
     display: block; float: left; width: 90px;  height: 65px; background: url('../images/projekty/AsFN.png') no-repeat left top;   background-size: cover; margin: 0 20px 20px 0;
   }
   .projekty p { clear: left;  width: 100%}
   .projekty a.AsN {  background: url('../images/projekty/AsN.png') no-repeat left top;  background-size: cover; }
    .projekty a.AsFN {  background: url('../images/projekty/AsFN.png') no-repeat left top;  background-size: cover; }
     .projekty a.AsNF {  background: url('../images/projekty/AsNF.png') no-repeat left top;  background-size: cover; }
      #logged{
  color: #fff  ;
  font-weight: normal;
  float: right;
  font-style: normal;
 }
  
 
  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: 'Roboto', sans-serif;;
  margin-left: 0.5em;
}
.righta a:hover { color: #77a320; }
#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: #77a320;
   opacity: 0.3;
 }
 #topcont.fa:hover:before{
      opacity: 1;
 }

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

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

 h1 a:hover, h2 a:hover {
    color: #fff;
}
.logaslider div { display: inline-block }
.logaslider img { width: 150px; margin-top: 20px; }
footer p { text-align: center; margin-top: 20px; color: #838383}
 