/**
Tienda Simple - Tema
**nombre:OSFL**
*/
.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("body-background.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
.site-header {
  display: block;
  height: 100px;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
@media (max-width: 479px) {
  .site-header {
    height: auto;
  }
}
.site-body {
  background-color: rgba(255, 255, 255, 0.5);
}
.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;
}
.page-header h1 {
  font-size: 80px;
  line-height: 90px;
  /*
		font-family: 'Lilita one', sans-serif;
		font-weight: normal;
		*/

}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  display: block;
}
.site-header {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 15px solid black;
}
.site-header > .container {
  position: relative;
}
.site-header .navbar {
  right: -40px;
  position: absolute;
  left: 240px;
}
@media (min-width: 1200px) {
  .site-header .navbar {
    left: 300px;
  }
}
@media (max-width: 767px) {
  .site-header .navbar {
    left: 260px;
    right: 20px;
  }
}
@media (max-width: 479px) {
  .site-header .navbar {
    left: 0px;
    right: 0px;
    position: relative;
  }
}
.site-header .navbar.affix {
  position: fixed;
}
.site-header .navbar .navbar-inner {
  border: 5px solid #e4e4e4;
  background: whiteSmoke;
  padding: 10px;
  padding-right: 40px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 0px 1px #ffffff;
  -moz-box-shadow: 0 0 0px 1px #ffffff;
  box-shadow: 0 0 0px 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  -moz-transition: box-shadow 0.5s, -moz-transform 0.5s;
  -ms-transition: box-shadow 0.5s, -ms-transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
}
@media (max-width: 767px) {
  .site-header .navbar .navbar-inner {
    padding-right: 20px;
  }
}
.site-header .affix .navbar .navbar-inner {
  -webkit-box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
.site-header .brand {
  background: #fa5048;
  width: 220px;
  height: 190px;
  position: absolute;
  margin-top: -15px;
  text-align: center;
  padding-top: 40px;
  color: #fff;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
@media (max-width: 479px) {
  .site-header .brand {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    font-size: 20px;
  }
}
.site-header .brand::after {
  position: absolute;
  bottom: -20px;
  background: url(/templates/temas/54/brand-ribbon.png) repeat-x bottom center;
  left: 0;
  right: 0;
  content: "a";
  color: transparent;
}
@media (min-width: 1200px) {
  .site-header .brand {
    width: 270px;
  }
}
@media (max-width: 479px) {
  .site-header .brand {
    height: auto;
  }
}
.page-header {
  border: none;
}
.page-header h1 {
  text-align: left;
  margin-left: 240px;
  margin-top: -20px;
}
.page-header h1 small {
  line-height: 250%;
}
@media (max-width: 767px) {
  .page-header h1 small {
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .page-header h1 {
    margin-left: 300px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .page-header h1 {
    margin-left: 0;
    margin-top: 0;
  }
}
.alert.site-message {
  margin-left: 240px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .alert.site-message {
    margin-left: 300px;
  }
}
@media (max-width: 479px) {
  .alert.site-message {
    margin-left: 0;
    margin-top: 0;
  }
}
