/**
Tienda Simple - Tema
**nombre:Disco**
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-image: url("fondo.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
  padding: 70px 0px !important;
}
.site-body {
  background-color: rgba(255, 255, 255, 0.05);
}
.site-footer {
  height: 0;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
  height: auto;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.page-header {
  text-align: center;
  border-bottom: 1px solid white;
}
.page-header h1 {
  margin-top: 0;
  font-size: 80px;
  line-height: 90px;
  font-weight: normal;
  font-family: coda, cursive;
  text-align: left;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.thumbnail img {
  border: 5px solid white;
}
.brand {
  font-family: coda, cursive;
}
.brand .market-titulo {
  font-size: 30px;
}
.brand .market-subtitulo {
  font-size: 15px;
  display: block;
}
@media (max-width: 979px) {
  .page-header h1 {
    font-size: 30px;
    text-align: left;
  }
  .site-header {
    padding: 20px 0px !important;
  }
  .brand img {
    max-height: 100px;
  }
  .brand .market-titulo {
    font-size: 30px;
  }
  .brand .market-subtitulo {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page-header h1 {
    font-size: 15px;
    text-align: left;
  }
  .site-header {
    padding: 20px 0px !important;
  }
  .brand img {
    max-height: 70px;
  }
  .brand .market-titulo {
    font-size: 15px;
  }
  .brand .market-subtitulo {
    font-size: 10px;
  }
}
