/* ==========================================================================
   style.css (subconjunto en uso: header/navbar + footer)
   Generado a partir de css/style.css conservando UNICAMENTE las reglas cuyos
   selectores existen realmente en index.html (verificado contra el DOM
   renderizado en 320/375/768/1024/1366/1920 px). Se preserva el texto
   original de las declaraciones, el orden de cascada y el anidamiento de
   @media.  El archivo original completo queda en el respaldo del proyecto
   por si se agrega markup nuevo del template Webster.
   ========================================================================== */

header.one-page {
  position: absolute;
  width: 100%;
}
.navbar-inverse {
  background: transparent;
  border: 0;
}
.navbar-brand {
  height: auto;
  padding: 25px 0;
}
.navbar .navbar-brand img {
  height: 55px;
}
.navbar {
  min-height: 80px;
}
.navbar {
  min-height: inherit !important;
}
.black-bg {
  background: #323232;
}
.owl-carousel img {
  width: 100%;
}
.footer.black-bg {
  background: #1a1a1a;
}
.footer.black-bg p {
  color: rgba(255, 255, 255, 0.5);
}
.footer p {
  font-size: 14px;
}
.addresss-info li {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  list-style: none;
}
.addresss-info i {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  float: left;
  display: table-cell;
  width: 30px;
  line-height: 23px;
  font-size: 14px;
}
.addresss-info li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  font-size: 14px;
}
.footer-useful-link.footer-hedding ul {
  margin-top: -6px;
}
.footer-useful-link ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-useful-link ul li:last-child {
  margin-bottom: 0;
}
.footer-useful-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  vertical-align: top;
  display: block;
  line-height: 26px;
}
.footer-useful-link ul li a:hover {
  /* Antes #B78B1E (dorado del template) */
  color: #E6420F;
}
.footer-widget {
  padding: 20px 0;
  border-top: 1px solid #262626;
}
.footer-widget p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
