/* Stylování oddělujících pruhů */

.pruhy {
  width: 100%;
  height: 10px;
}

#own-foot img {
  width: 100%;
  height: 10px;
}

/* Odsazení textů Mycí programy */

.myciprogramy {
  margin-left: 110px;
}

/* Separátor */

#separator { 
  background-image: url("/obrazek/3/separator-jpg/") 
}

#wrap #panel-custom-1 {
  margin: 40px 0;
}

#separator h2 {
  margin-bottom: 40px;

}

/* Stylování číslování */
.cislovani {
  font-size: 24px;
  background-color: grey;
  color: white;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: bold;
  line-height: 1.6;
}

/* Šířka BOXU 3 */
.col-lg-3 {
  width: 100%;
}

footer > .container > div {
  width: 100%;
}

/* Tabulky */
table.tabulka, table, table-striped {
  float: left;
  width: 45%;
  min-width: 300px;
  margin: 10px;
  background-color: white;
}


td {
  width: 300px;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background: #ddd;
}  

/* Patička */
footer.col-lg-12 {
  background: #ccc;
}

footer h3.panel-title {
  visibility: hidden;
}

footer .container {
  margin-bottom: 30px;
  margin-top: -30px;
}


/* Vypnutí loga InPage */
#bar-poweredby { display:none; }

div.copy {
  background: #ccc;
}

/* Vypnutí hlavičky */
#top-ribbon {
  padding: 0px;
  visibility: hidden;
  margin-bottom: -16px;
}

/* HR */

hr {
  margin-bottom: 20px;
  border-top: 2px solid #ddd
}

/* stín pod menu */
.navbar {
  box-shadow: 0px 4px 20px 0px rgba(50, 50, 50, 0.5);
}

/* odsazení článku od slideshow a vzájemně*/

article {
  margin-top: 20px;
}

/* text v motivu */

#motto p#motto-title {
  margin: 300px auto 0px auto;
  line-height: 80px;
}

#motto #motto-title {
  color: #FFF;
  padding-top: 20px;
}

#motto #motto-text {
  color: #FFF;
  font-size: 30px;
  padding-bottom: 20px;
}

#motto {
  background: rgba(0, 0, 0, 0.3);
}

/* pětiblok */
.caption h2, h3 {
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

.thumbnail .caption {
  text-align: center;
}

.btn-primary, .btn-primary:hover {
  background-color: #db0712;
  border-color: #db0712;
}

.col-lg-4 {
  width: 25%;
}


/* FONTY */

h1  {
  color: #777;
  font-size: 40px;
}

h2  {
  color: #db0712;
  font-weight: bold;
}

/* vypnutí bloků na podstránkách */
.navbar-default li.active > a:before {
  border-left: 10px solid #db0712;
}

/* vypnutí bloků na podstránkách */
#support #motive { display: none; }
#support #separator.mod { display: none; }
#support #second.mod { display: none; }
#support #own-foot.mod.col-lg-3 { display: none; }

.rubric #motive { display: none; }
.rubric #separator.mod { display: none; }
.rubric #second.mod { display: none; }
.rubric #own-foot.mod.col-lg-3 { display: none; }

.article-detail #motive { display: none; }
.article-detail #separator.mod { display: none; }
.article-detail #second.mod { display: none; }
.article-detail #own-foot.mod.col-lg-3 { display: none; }


/* Responzivní zobrazení */

@media screen and (max-width: 767px) {
  .container {
    width: 86vw;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 10px;
  }
  .panel-body {
    padding: 0px;
  }  
  .col-lg-4 {
    width: 50%;
  }
  .navbar .logo img {
    max-width: 260px;
  }
  .caption h2 {
    font-size: 24px;
  }
  .caption h3 {
    font-size: 16px;
  }
  .btn {
    font-size: 12px;
  }
  table.tabulka tbody td, table tbody td {
    display: table-cell;
    padding: 10px;
  }
}

