/*
 ouska
 */


ul.ouska {
  /*  height: 50px;  */
    position: relative;
    z-index: 1;
    margin-left: 0px;
    margin-top: 30px;
    clear: both;
    width: 100%;

        text-align: left;
        margin-bottom: 30px;
}




.obsah1, .obsah2, .obsah3, .obsah4, .obsah5, .obsah6, .obsah7, .obsah8, .obsah9, .obsah10 {
  padding-bottom: 30px;
}

ul.ouska li.active a, ul.ouska li.active button{

      -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-bottom: 2px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);

}

ul.ouska li {
    position: relative;
    z-index: 2;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    height: 50px;
    text-align: center;

    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;

       color: rgba(49, 49, 49, 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;
    line-height: 50px;
}
ul.ouska li:after {
  display: none;
}



ul.ouska li a{

    font-size: 18px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
    height: 50px;
    display: block;
}


ul.ouska li button{
  background: none;

    font-size: 18px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
}
ul.ouska li:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .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;

}

ul.ouska li.active a, ul.ouska li.active button{

      -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;

    color: rgba(0, 0, 0, 1);
    font-weight: bold;

}


 @media all and (max-width: 1024px) {


ul.ouska li:hover {
    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;

}


ul.ouska li a{

    font-size: 16px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
}


ul.ouska li button{
  background: none;

    font-size: 16px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
}


}

.mezera-ostatni{
height: 60px;
clear: both;
}





.vypis{
  max-width: 1500px;
  margin-bottom: 0px;
  padding-top: 60px;
}
 @media all and (max-width: 650px) {
.mezera-ostatni{
height: 60px;
clear: both;
}
.vypis{

  margin-bottom: 0px;
}


ul.ouska li a{

    font-size: 14px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
}


ul.ouska li button{
  background: none;

    font-size: 14px;



       color: rgba(49, 49, 49, 1);

    line-height: 50px;
}
}


 @media all and (max-width: 455px) {
ul.ouska li{
  padding-left: 10px;
  padding-right: 10px;
  width: 49%;
  text-align: left;
  height: 30px;
  margin-right:0px
}
ul.ouska li a{

    font-size: 13px;



       color: rgba(49, 49, 49, 1);

    line-height: 30px;
    height: 30px;
    float: left;
}


ul.ouska li button{
  background: none;
  float: left;

    font-size: 13px;



       color: rgba(49, 49, 49, 1);

    line-height: 30px;
}
}









/* bannery */

.bannerek{
  text-align: center;
  width: 100%;
  height: 400px;
  position: relative;
      -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-bottom:  solid 1px rgba(255, 255, 255, 1)

}
@media only screen and (max-width: 1024px) {

.bannerek{
  height: 300px;


}
}

@media only screen and (max-width: 800px) {

.bannerek{
  height: 250px;


}
}


@media only screen and (max-width: 600px) {


.bannerek{
  height: 200px;


}
}


@media only screen and (max-width: 450px) {


.bannerek{
  height: 150px;


}
}









.bannerek:hover{
      -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.bannerek::before{
  content: "";
      -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    top: 0px;
}
.bannerek:hover::before{
  content: "";
      -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0px;
    top: 0px;
}

.bannerek a.od{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;

}
.bannerek h2{
  text-align: center;
  width: 100%;
  top: 40%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;

}



.bannerek h2::before{
  content: "";
    width: 40px;
    height: 40px;
    background: url(vice-zel.png);
    background-size: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    z-index: 11;
    top: 50px;
    left: 50%;
    margin-left: -20px;

}
.bannerek:hover h2:before{
    width: 40px;
    height: 40px;
     content: "";
    background: url(vice-hover.png);
    background-size: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}








.vypis{
text-align: center;
    padding-bottom: 0px;
    width: 100%;


}
.vypis.mezery{
  text-align: center;
  padding-bottom: 40px;
  width: 96%;
  margin-left: 2%;

}

@media only screen and (max-width: 1024px) {
.vypis{
  text-align: center;
  padding-bottom: 40px;
  width: 96%;
  margin-left: 2%;

}
}
@media only screen and (max-width: 450px) {
.vypis{
  text-align: center;
  padding-bottom: 40px;
  width: 90%;
  margin-left: 5%;

}
.bannerek h2{
  text-align: center;
  width: 100%;
  top: 20%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 18px;

}
}






/*
 clanky
 */

 .produkt.clanek{
    width: 23%;

    vertical-align: top;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0px;
  height: 360px;
  max-height: 360px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: #f3fafd;
         border: none;
         overflow: visible;


}

.produkt.clanek a.od,  .produkt.clanek2 a.od{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 30;
}

 .produkt.clanek2{
    width: 23%;

    vertical-align: top;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
        margin-bottom: 10px;
    margin-right: 0px;
  height: 230px;
  max-height: 240px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: transparent;
         border: none;

}

 @media all and (max-width: 1235px) {

 .produkt.clanek{
    width: 31%;

    vertical-align: top;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
    margin-right: 0px;
        margin-bottom: 10px;
  height: 360px;
  max-height: 360px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
     background-color: #f3fafd;
         border: none;


}

 .produkt.clanek2{
    width: 48%;


}

}


 @media all and (max-width: 700px) {

 .produkt.clanek{
    width: 48%;

    vertical-align: top;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
    margin-right: 0px;
        margin-bottom: 10px;
  height: 360px;
  max-height: 360px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: #f3fafd;
         border: none;


}

}

 @media all and (max-width: 500px) {

 .produkt.clanek{
    width: 96%;

    vertical-align: top;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
        margin-bottom: 10px;
    margin-right: 0px;
  height: 360px;
  max-height: 360px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: #f3fafd;
         border: none;

}

 .produkt.clanek2{
    width: 96%;


}

}
 .produkt.clanek .nahled,  .produkt.clanek2 .nahled{
    width: 100%;
    height: 150px;
     overflow: hidden;
     margin-left: 0px;
}

 .produkt.clanek .nahled img,  .produkt.clanek2 .nahled img{
    min-width: 100%;
    height: auto;
    max-height: 150px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    max-width: none;

}





.produkt.clanek h2{

color: #000000;

    margin-left: 20px;
    margin-right: 10px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
    font-weight: 500;
    position: absolute;
    top: 30px;
    z-index: 10;

    position: relative;
    font-size: 18px;



}
.produkt.clanek h2 a{

color: #118de6;

}



.produkt.clanek2 h2{

    position: relative;
    font-size: 18px;
    text-align: center;
    margin-left: 0px;
    top: 10px;

}

.produkt.clanek p{
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
    font-weight: 400;
    position: relative;
    z-index: 1;
    top: 40px;
    padding-top: 20px;
    opacity: 1;
}

.produkt.clanek a.vic {

    width: 40px;
    height: 40px;
    background: url(vice-modry.png);
    background-size: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    top: auto;

}
.produkt.clanek:hover a.vic{
    width: 40px;
    height: 40px;
    background: url(vice-modry-hover.png);
    background-size: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}



