@import url("//fonts.googleapis.com/css?family=Oswald:400,700,300");
html, body {
  overflow-x: hidden;
}

body {
  margin-bottom: 200px;
}

.navbar-top {
  min-height: 0;
  margin-bottom: 0;
  z-index: 1100;
}
.navbar-top .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-top .navbar-right {
  margin-right: 0;
}

.navbar-main {
  border: 0;
  background: #DDD;
}
.navbar-main .navbar-brand {
  font-weight: bold;
}

.owl-carousel {
  border-radius: 4px;
  overflow: hidden;
  border: 1px #DDD solid;
  padding: 4px;
}
.owl-carousel .item {
  border-radius: 4px;
  overflow: hidden;
  background: url("/img/loader.gif") 50% 50% no-repeat #E7E7E7;
}
.owl-carousel .item-text {
  position: absolute;
  top: 35px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 50px 15px;
  width: 100%;
}
.owl-carousel .item-text > * {
  display: inline-block;
  float: left;
  clear: left;
  color: #222;
}
.owl-carousel h2 {
  font: 700 5em/1 "Oswald", sans-serif;
}
.owl-carousel h3 {
  font: 400 2em/1 "Oswald", sans-serif;
}

div.owl-theme .owl-controls .owl-page span {
  background: #DDD;
}

.carousel-caption {
  font-size: 2em;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  bottom: 40px;
}

.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  border-radius: 1px;
}

.section-head {
  font: 300 2em/1 "Oswald", sans-serif;
  margin-bottom: 20px;
  border-bottom: 1px #DDD solid;
  padding-bottom: 5px;
  color: #DDD;
}

.label-onsale {
  position: absolute;
  top: 13px;
  left: 5px;
  line-height: 1;
  padding: 3px 8px;
  transform: rotate(-45deg);
}

.grid-img-outer {
  min-height: 100px;
  background: url("/img/loader.gif") 50% 50% no-repeat #E7E7E7;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
.grid-img-outer > img {
  width: 100%;
}

.search-bar > form {
  margin-bottom: 20px;
}

/*# sourceMappingURL=main.css.map */