/**
Tienda Simple - Tema
**nombre:Consultoría Sunlight 2**
*/
.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-position: top center;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  margin-top: 20px;
  display: block;
  height: auto;
  background-image: none;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: 'scroll';
  background-color: #dc6c24;
  background-color: #cb571f;
  background-image: -moz-linear-gradient(top, #dc6c24, #b23817);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc6c24), to(#b23817));
  background-image: -webkit-linear-gradient(top, #dc6c24, #b23817);
  background-image: -o-linear-gradient(top, #dc6c24, #b23817);
  background-image: linear-gradient(to bottom, #dc6c24, #b23817);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc6c24', endColorstr='#ffb23817', GradientType=0);
  padding: 20px 40px !important;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px 15px 20px -10px #812319;
  -moz-box-shadow: 0px 15px 20px -10px #812319;
  box-shadow: 0px 15px 20px -10px #812319;
}
.site-body {
  background-color: #dc6c24;

  background-repeat: repeat-x;
  margin-bottom: 20px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 15px 20px -10px #47140e;
  -moz-box-shadow: 0px 15px 20px -10px #47140e;
  box-shadow: 0px 15px 20px -10px #47140e;
  border: 5px solid #680606;
  border-top: none;
}
.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 h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.brand .brand-text {
  padding-top: 30px;
}
.brand .brand-text .market-titulo {
  color: #f1c5a8;
}
.brand .brand-text .market-subtitulo {
  color: white;
  display: block;
  padding-bottom: 30px;
}
