.uvod_item {
  background-color: #fcc300;
  text-align: center;
  border: 1px solid #373f1b;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
.uvod_item_btn_container {
  position: absolute;
  bottom: 18px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.uvod_item a.btn-gray {
  background-color: #313536;
  color: #ffffff;
}
.uvod_item a.btn-gray:hover {
  background-color: #000;
}
.uvod_item_foto {
  width: 100%;
}
#obsah .uvod_item h2 {
  color: #373f1b;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.uvod_text {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.uvod_item_text {
  color: #111;
  font-size: 12px;
  margin-bottom: 45px;
  line-height: 1.4;
}
#poptavkovy_formular {
  margin-top: 30px;
}
#obsah_galerie {
  margin-top: 30px;
}
.foto_pravy {
  margin-bottom: 15px;
}
.obsah_text_item h3 {
  margin-bottom: 10px;
}
#stavebni_rezivo h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
#stavebni_rezivo .uvod_item_foto {
  border: 1px solid silver;
}
#poptavkovy_formular .col-sm-1-5 {
  width: 12.5% !important;
}
#poptavkovy_formular .col-sm-1, #poptavkovy_formular .col-sm-2, #poptavkovy_formular .col-sm-9 {
  padding-left: 10px;
  padding-right: 10px;
}



/* Small devices - screen-sm (tablets, 768px and up) */
@media (min-width: 768px) { 

.uvod_item {
  min-height: 425px;
}
.uvod_item_text {
  margin-bottom: 15px;
}
   
}

/* Medium devices - screen-md (desktops, 992px and up) */
@media (min-width: 992px) {
  
.uvod_item_text {
  font-size: 15px;
}

}

/* Large devices - screen-lg (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  
}
