/*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:  Trirong, serif;; 
	color: #0d1f29;
	font-size: 95%;
  font-weight: 200;
  background: #F2F2F2    ;
 
}
 
 h1, h2, h3, h4, #menu, .smallcircle {
    font-family: 'Trirong', 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: #bb2528;
}
a:hover{ 
  color: #d8532f;
 }

#logo, #logo span {
	display: block;
	width: 294px;
	height: 125px;  
	padding: 0;
	margin: 0px;
	font-size: 20px;
	overflow: hidden;
  position: absolute;
	text-align: left;
  .left:  0px;
   text-indent: -5000px;
    top: 0px;  
}
#logo a {
	width: 294px;
	height: 125px;  
	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: 294px;
	height: 125px;  
	position: absolute;
	z-index: 10;
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	background:   url('../images/logo.png') no-repeat 0px top;
}



section {
  margin:   0px auto;
  min-height: 300px;
  
}
article, div.great {
  background: #c9deeb;
 
  width: 33.3%;
  height: auto;
  color: #142938;
  text-align: left;
  padding: 10px;
 
  float: left;
  display: block;
  position: relative;
}
div.members {
 clear: left;
}
article h2, div h1, div.great h2 {
  
}

#homebox1 { background: #e1eef5;   float: left; }
 



article img { width: 100%; margin-top: 10px; }
#homebox1 p { width: 49%; float: left; margin-top: 1em; margin-bottom: 1em }
#homebox1 img { width: 50%; margin: 0 ; }
div.members img { width: 40%; float: left; margin-top: 0;   margin-right: 1em  }

article:nth-child(1) h2, article:nth-child(1n+0) h2 { background: #005e9c }
article:nth-child(2) h2, article:nth-child(2n+0) h2  { background: #449cc4 }
article:nth-child(3) h2, article:nth-child(3n+0) h2  { background: #005e9c }
article:nth-child(4) h2, article:nth-child(4n+0) h2  { background: #449cc4 }
article:nth-child(5) h2, article:nth-child(5n+0) h2  { background: #035d9b }
article:nth-child(6) h2, article:nth-child(6n+0) h2  { background: #006fa4 }
article:nth-child(10) h2, article:nth-child(10n+0) h2  { background: #006fa4; }    
.great:nth-child(2) h2, .great:nth-child(4n+0) h2  { background: #005e9c }
.great:nth-child(3) h2, .great:nth-child(5n+0) h2  { background: #449cc4 }



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 0 auto; min-height: 400px; padding-top: 130px; position: relative; }
 
nav{
  background: #fff;
  width: 20%;
  margin: 0;
  height: 61px;
  border: 5px solid #F2F2F2;
  xxxborder-radius: 15px; 
  oveflow: hidden;               
  
}
 
nav li a  { width: 100% }      
article  p a, .great  p a { color: #006fa4; text-decoration: none; position: relative; }
article p  a:before, .great p  a:before {
  content: "";            
  position: absolute;                                            
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #006fa4;
  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;
}
article  a:hover:before, .great  a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

  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:  #004674;
 }
 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: #004674; clear: left; margin-top: 0.6em; margin-bottom: 1em}
article h3 a, .great h3 a { color: inherit; text-decoration: none; }

 
article.none {
   display: none;
   height: 0px;
   padding: 0;
   margin-top: 0;
   margin-bottom: 0;
   border-top: 0;
   border-bottom: 0;
 
}
article.none2{
   display: none;
   height: 0px;
   padding: 0;
   margin-top: 0;
   margin-bottom: 0;
   border-top: 0;
   border-bottom: 0;
 
}
article.none3{
   display: none;
   height: 0px;
   padding: 0;
   margin-top: 0;
   margin-bottom: 0;
   border-top: 0;
   border-bottom: 0;
 
} 

footer {
  clear: both;
 
 
 
  width: 100%;
  margin: 0px auto 0px auto;  
 
  overflow: hidden;
  position: relative;
} 
#partners {
  height: 120px;
  border: 5px solid #F2F2F2;
  border-top-width: 0px;
  xxxborder-bottom-left-radius: 15px; 
  xxxborder-bottom-right-radius: 15px;  
  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;    
  xxxborder-top-left-radius: 15px; 
  xxxborder-top-right-radius: 15px;    
}
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;
  xxxborder-top-left-radius: 7px; 
  xxxborder-top-right-radius: 7px; 
  font-size: 15px;
  float: right;
  position: relative;
  
}
.logs img {
  height: 90px;
    xxxborder-radius: 5px;
    margin: 10px 5px;
}
#startmenu {
    display: none;
    cursor: pointer;
    background-color: #bb2528;         
    background-image: url('../images/mini-menu.png');
    background-position: center center;
    background-repeat: no-repeat;
    xxx-webkit-border-radius: 3px;
    xxx-moz-border-radius: 3px;
    xxxborder-radius: 3px;
    width: 45px;
    height: 40px;
    margin: 0px;
    floaT: right;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    border-radius: 2px;
}
#superfooter {
   background: #838383;
   color: #fff;
   text-align: center;
   height: 340px;
   padding: 30px;
   margin-top: 50px;
}
.smallcircle {
  width: 20px;
  height: 20px;
  xxxborder-radius:  15px;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 100;
  background:  transparent;
  color: #C0E9FC;
  display: block;
  border: 2px solid #C0E9FC;
    text-decoration: none;
}
.smallcircle:hover{
  background: #005e9c;
  text-decoration: none;
}
.smallcircle:before {
  content: '>';
  position: absolute;
  top: -6px;
  left: 5px;
  color:  #C0E9FC;
  font-size: 20px;                            
    text-decoration: none;
}
.back{
  right: 35px;
}
.back:before {
  content: '<';
    left: 4px;
}
 
 #partnercircles .smallcircle  {
   color: #c0c0c0;
  border: 2px solid #c0c0c0;
   width: 20px;
  height: 20px;
  xxxborder-radius:  10px;
  right: 11px;
    top: 7px;
 }
 #partnercircles .smallcircle:before {
  top: -8px;
  left: 5px;
  color:  #c0c0c0;
  font-size: 20px;                            
}
 #partnercircles .back  {
  right:36px;

 }
 #partnercircles .smallcircle:hover{
  background: #fff;
    text-decoration: none;
}
article p  a:before {
  background-color: #006fa4;
}
article h2 + p { margin-top: 1em }
h4 + p, h3 + p { margin-top: 0.5em; }
#content-right article h3  {
 
  margin-bottom: 0em;  
}
#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; margin-top: 20px;  background: #c9deeb;}
#members div { position: relative; height: 140px; overflow: hidden; margin-top: 20px;  background: #c9deeb;}
#news, #members { height: auto; }
#news span.show, #members span.show { display: block;  }
#members span, #news span{ width: 50%; float: left; padding-bottom: 1em; background: #c9deeb; }
#members  span, #news  span  { border-right: 0px dotted #449cc4; display: block; padding:  0px 20px 0 20px  ;   float: left   }
#news span h3, #members span h3 { margin-top: 0; margin-bottom: 0.3em }
#news span em {  font-size: 80%; font-style: normal; opacity: 0.8  }
#newsfwdfake, #newsbackfake, #membersfwdfake, #membersbackfake,  #partnersfwdfake, #partnersbackfake  { display: none; }
#members p { font-size: 80%; margin-left: 50% }
#members 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: #E7E7E7; }
#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%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 input#contactsubmit:hover {
    background: #1c8ec0;
}
.eventdate {
    position: absolute;
    right: 5px;
    top: 43px;
    font-size: 30px;
    color: #9f2523}
.imgcontainer {
  float: left;
    margin-top: 5px!important;
    margin-right: 5px;
    border: 0px solid #E0EEF6!important;
    font-size: 80%;
    background: #ECF4F7!important;
    padding: 10px!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    border-radius: 6px!important;
    padding: 5px!important;
}
.imgcontainer img {
   padding: 0!important;
   margin: 0!important}