
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("../images/triatlon1.jpg");
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../images/triatlon2.jpg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../images/triatlon2.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

#navigace a{
    font-size:1.1em; padding: 18px; ; text-transform: uppercase; text-decoration: none
}

#navigace a:hover{
   text-decoration: underline
}

.levySloupec {
    width:49%;
    float:left
}

.pravySloupec {
    width:49%;
    float:right
}

.mapa-zavodu {
    clear: both;
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 0 16px;
    text-align: center;
}

.mapa-zavodu img {
    display: block;
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.mapa-zavodu p {
    margin: 8px 0 0;
    font-size: 0.9em;
}

.responsive { display: none;}
.fullSize {display:block;}

@media only screen and (max-device-width: 800px) {
  .pravySloupec {
    width:95%;
float:left;   
 }
  .schovat {
    display:none
   
 }
 .levySloupec {
    width:95%;
    float:left;
    
}
.responsive { display: block;}
.fullSize {display:none;}

}
.kategorie, tr, td, th{
    border:0;
}
