/*--- definice pisma ---*/

 @import url(http://fonts.googleapis.com/css?family=Open+Sans);

div.neprehlednete{

  display: inline-block;

width: 95%;
    min-height: 100px;
    position: relative;
      -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
 border: solid 2px #f7c000;
 background-color: #f7d100;
 text-align: left;
 margin-bottom: 20px;
 padding-bottom: 10px;
}

div.neprehlednete .uvnitr{
    width: 96%;
    /* margin: 20px; */
    margin: 2%;

    text-align: left;
}




div.aktualita{

  display: inline-block;


          margin: 0px 1% 2% 1%;

width: 47%;
    min-height: 1px;
    position: relative;
      -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
   background-color: rgba(255, 255, 255, 0.6);

}



div.aktualita a{
  color: rgba(0, 0, 0, 1);
}
/*div.aktualita.prvni{

  display: block;
  float: left;

          margin: 0px 0px 0px 0px;

width: 31.6%;
    min-height: 1px;
    position: relative;
      -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;

}*/

div.aktualita:hover{


  -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;

  background-color: rgba(255, 255, 255, 1);

  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
box-shadow: 0px 0px 30px rgba(0,0,0,0.16);

}






div.aktualita div.uvn{

  border: 1px solid #eeeeee;
  overflow: hidden;
  text-align: left;
  min-height: 230px;
  padding-bottom: 10px;

}



div.aktualita div.uvn a.odkaz {
width: 100%;
display: block;
position: absolute;
height: 350px;
}





div.aktualita div.uvn a.vice {
    color: #000;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 20px;
      border: solid 1px #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}



div.aktualita div.uvn a.vice:hover{
    color: #fff;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;

      border: solid 1px #000000;
      background-color: #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}


div.aktualita div.uvn img{
  max-height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
       border: solid 1px #616161

}
div.aktualita div.uvn img.hlavni{
  height: 150px;
  min-height: 150px;
  width: 150px;
  float: left;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
       border: solid 1px #616161

}

div.pravy-sloupec div.aktualita div.uvn img.hlavni {
  height: auto;
    min-height: 70px;
    width: auto;
    max-width: 100%;
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border: solid 1px #616161;
}

div.aktualita div.uvn h3{
  font: bold 17px "Open Sans", Arial;
  color: #333333;
  text-align: left;
  margin: 20px

}

div.aktualita div.uvn p{
  font: 13px "Open Sans", Arial;
  color: #333333;
  width: 90%;
  text-align: left;

     margin-left: 20px;

}
@media all and (max-width: 1220px) {
div.aktualita div.uvn p{

  width: 90%;
}
}

@media all and (max-width: 1024px) {

div.aktualita div.uvn p{

  width: 90%;
}
}

@media all and (max-width: 900px) {

div.aktualita div.uvn p{

  width: 90%;
}
}

@media all and (max-width: 800px) {

div.aktualita div.uvn p{

  width: 90%;
  margin-bottom: 20px;
}

div.aktualita, div.aktualita.prvni{

  display: block;


          margin: 0px 0px 20px 0px;

width: 90%;
margin-left: 5%;
    min-height: 1px;
    position: relative;


}



div.aktualita div.uvn img{



}


}

@media all and (max-width: 600px) {

div.aktualita div.uvn p{

  width: 90%;
}
}
@media all and (max-width: 400px) {

div.aktualita div.uvn p{

  width: 90%;
}
}
div.aktualita div.uvn p.datum{
  font: normal 11px "Open Sans", Arial;
  color: #333333;
  width: 45px;
  height: 45px;
/*     border-radius: 40px;  */
     text-align: center;
     float: left;
     margin-left: 20px;
     margin-top: 20px;

     margin-right: 0px;
     border: solid 1px #616161

}
div.aktualita div.uvn p.datum span{
  font: bold 13px "Open Sans", Arial;
  color: #333333;
  border-bottom: solid 1px #707070;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  width: 90%;
}
div.pravy-sloupec div.aktualita div.uvn p{
  margin-bottom: 15px;
}

div.pravy-sloupec div.aktualita div.uvn p.datum{
  font: normal 11px "Open Sans", Arial;
  color: #333333;
  width: 45px;
  height: 45px;
/*     border-radius: 40px;  */
     text-align: center;
     float: left;
     margin-left: 10px;
     margin-bottom: 0px;
     margin-top: 20px;

     margin-right: 0px;
     border: solid 1px #616161

}
div.aktualita div.uvn p.datum span{
  font: bold 13px "Open Sans", Arial;
  color: #333333;
  border-bottom: solid 1px #707070;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  width: 90%;
}





div.soubory{

margin-bottom: 0px;
margin-left: -10px;
margin-right: 10px;
}
div.neprehlednete div.soubory{

margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}


div.soubor{
 width: 97%;
  height: 57px;

-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;

border: solid 1px rgba(0, 0, 0, 0.2)
}

div.neprehlednete div.soubor{
   width: 96%;
    /* margin: 20px; */
    margin: 2%;
  height: 57px;

-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;


  background-color: rgba(0, 0, 0, 0.1);
  position: relative;


border: solid 1px rgba(0, 0, 0, 0.2)
}

div.odst50 div.soubor{
   width: 93%;
    /* margin: 20px; */
    margin: 2%;
  height: 57px;
  margin-left: 30px;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;


  background-color: rgba(0, 0, 0, 0.1);
  position: relative;

border: solid 1px rgba(0, 0, 0, 0.2)
}



 @media all and (max-width: 800px) {
div.odst50 div.soubor{

  margin-left: 20px;

}
}




div.soubor:hover{
  background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}
div.soubor p.nazev{
  color: #000000;
font: 13px "Open Sans", Arial;
/*float: left;*/
margin-left: 20px;
margin-top: 20px;
overflow: hidden;
margin-bottom: 0px;
}

div.soubor p.nazev a{
  color: #000;
font: bold 13px "Open Sans", Arial;
margin-top: 16px;
}



div.soubor a.stahnout{

  width: 56px;
  height: 55px;

  display: block;
  position: absolute;
right: 1px;
top: 1px;
text-align: center;


}

div.soubor a.stahnout i{
  font-size: 30px;
  color: rgba(0,0,0, 1);
    line-height: 55px;
}


div.soubor .nahled{
  width: 56px;
  height: 55px;
  float: right;
    margin-right: 1px;
  margin-top: 1px;
      -moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

}
div.soubor .nahled img{
  margin: 0px ;
  margin-bottom: 0px;
  width: 56px;
  height: 55px;
      -moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

}
 @media all and (max-width: 400px) {
div.soubor p.nazev span{

font-size: 13px;
float: left;
margin-left: 0px;
margin-top: 20px;
display: none;
}

div.soubor p.nazev a{

font-size: 11px;
margin-top: 16px;
margin-left: 0px;
}

}



  div.clanky{

  margin-left: 0px;
  text-align: left;
}


div.clanky01 {
    width: 30.5%;
    height: 400px;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center;
      border: 1px solid #e6e6e6;
      overflow: hidden;
}

div.clanky01.foto {
  width: 30.5%;
    height: 240px;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center;
      border: 1px solid #e6e6e6;
      overflow: hidden;
      padding-top: 10px;
      position: relative;
}

@media only screen and (max-width: 1024px) {

div.clanky01, div.clanky01.foto {
    width: 47%;
      overflow: hidden;
}
}
@media only screen and (max-width: 600px) {
div.clanky {
  text-align: center;
}
div.clanky01, div.clanky01.foto {
    width: 90%;
          overflow: hidden;

}
}
div.clanky01:hover{

  background-color: rgba(255, 255, 255, 1);
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
vertical-align: top;
margin-bottom: 20px;
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
}


div.clanky01 img{
/*    width: 100%; */
    height: 181px;
    margin-top: 4%;

}

div.clanky01.foto a.fotka {

  width: 30%;
  height: 20%;
  display: inline-block;


}
div.clanky01.foto img{


  height: 100%;
  display: inline-block;

       border: solid 1px #616161

}
div.clanky01.foto a:hover img{


       border: solid 1px #ff0000

}

div.clanky01 h2{

margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
margin-bottom: 10px;
height: 36px;
line-height: 17px;
}
div.clanky01.foto h2{

margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
margin-bottom: 10px;
height: 40px;
line-height: 17px;
}


div.clanky01 h2 a{
  color: #333333;
font: bold 17px "Open Sans", "Open Sans", Arial;
text-align: center;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}

div.clanky01.foto h2 a{
  color: #333333;
font: bold 16px "Open Sans", "Open Sans", Arial;
text-align: center;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}

div.clanky01 p{
color: #666666;
font: lighter 14px "Open Sans", Arial;
height: 90px;
line-height: 17px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px;
text-align: center;

  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}




div.clanky01:hover a.vic, div.clanky01:hover a.vic:hover, div.clanky01 a.vic:hover {
    color: #ffffff;
    margin-left: 0px;

    border: solid 1px #333333;
       background: #333333;

    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

div.clanky01:hover p{
color: #000000;
font: lighter 14px "Open Sans", Arial;
line-height: 17px;
margin-left: 20px;
margin-right: 20px;

  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}

div.clanky01 p.popis{
color: #666666;
font: lighter 14px "Open Sans", Arial;
line-height: 17px;
margin-left: 20px;
margin-right: 20px;
width: 360px;
height: 155px;
position: absolute;
text-align: left;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;

}
div.clanky01:hover p.popis{
color: #000000;
font: lighter 14px "Open Sans", Arial;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
div.clanky01:hover h2 a{
  color: #000000;
    -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

}














div.clanky01 .info {

     -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
 position: absolute;
 width: 0px;
 height: 100px;
 overflow: hidden;
   margin-left: -5px;
}

div.clanky01:hover .info {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
     -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
  position: absolute;
  margin-left: -5px;
  width: 110px;
  height: 100px;
 overflow: hidden;
}

div.clanky01 .info p.tloustka {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  margin-left: 0px;
  background: rgba(0, 0, 0, 1);
  width: 90px;
  border: solid 3px rgba(0, 0, 0, 1);
  padding-left: 10px;
  color: #ffffff;
  font: lighter 12px "Open Sans";
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-align: left;
}
div.clanky01 .info p.cena {
    z-index: 10;
  position: absolute;
  margin-top: 60px;
  margin-left: 0px;
  background: #cc0000;
  width: 90px;
  border: solid 3px #cc0000;
  padding-left: 10px;
  color: #ffffff;
  font: lighter 12px "Open Sans";
  line-height: 12px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
    text-align: left;
}




/* fotogalerie */
















div.clanky01 p.kod{
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
color: #ffffff;
font: 16px Arial, "Open Sans";
line-height: 30px;
background: #fa1f23;
   -moz-border-radius:15px ;
-webkit-border-radius: 15px ;
border-radius: 15px ;

background: #02853f;


}


div.clanky01 div.ikony{
  position: absolute;


}



/*

pravy sloupec

*/
div.pravy-sloupec h2, div.pravy-sloupec h3, div.pravy-sloupec h4, div.pravy-sloupec h5, div.pravy-sloupec p{
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
 div.pravy-sloupec table{
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

div.pravy-sloupec h2{
  text-align: left;
  font-size: 20px;
}
div.pravy-sloupec h3{
  text-align: left;
  font-size: 15px;
}

div.pravy-sloupec p{
  text-align: left;
  font-size: 13px;
}




div.pravy-sloupec h2.nadpis-cary{
  margin-left: 5%;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 15px;
}





div.pravy-sloupec div.soubory{

  margin-bottom: 0px;
  margin-left: 10px;
}
div.pravy-sloupec div.soubory div.soubor{
  margin: 0px;
  margin-left: 0px;
  width: 100%;
}

div.pravy-sloupec div.neprehlednete div.uvnitr{

  width: 90%;
  margin: 5%
}
div.pravy-sloupec div.neprehlednete div.soubory div.soubor{
  margin: 0px;
  margin-left: 0px;
  width: 96%;
}

div.pravy-sloupec div.pruh-sedy{
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0px;
  padding-top: 0px;
}

div.pravy-sloupec div.odst50{

  display: inline-block;

width: 90%;

 text-align: left;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

div.pravy-sloupec div.neprehlednete{

  display: inline-block;

width: 90%;
    min-height: 100px;
    position: relative;
      -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
 border: solid 2px #f7c000;
 background-color: #f7d100;
 text-align: left;
 margin-bottom: 10px;
 padding-bottom: 10px;
}


div.pravy-sloupec div.aktualita{

  display: inline-block;


          margin: 0px 0 0 0;

width: 90%;
margin-bottom: 10px;
    min-height: 1px;
    position: relative;
      -webkit-transition:all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
}




a.odkaz {
    color: #000;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;

      border: solid 1px #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}

div.neprehlednete a.odkaz {
    color: #000;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 2%;
      border: solid 1px #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}
div.pravy-sloupec a.odkaz {
    color: #000;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 3.6%;
    margin-top: 12px;
      border: solid 1px #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}


a.odkaz:hover,  div.neprehlednete a.odkaz:hover, div.pravy-sloupec a.odkaz:hover{
    color: #fff;
    font: lighter 13px "Open Sans";

    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;

      border: solid 1px #000000;
      background-color: #000000;
    text-align: center;


    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}