/* main content */
section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner-section {
  position:relative;
  width:100%;
  min-height:350px;
  height:100%;
  background: url(/images2/promos/blackfriday/dedicated.jpg) no-repeat 0 0 fixed;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.menu-container {
  display: block;
  max-width: 400px;
  width: 100%;
}

.elegant-color-light {
  background-color: #4f4f4f;
}

.bg-customlight {
  background-color: #f8f8f8;
  border-top: 3px solid #5a5a5a;
}

.bg-customdark {
  background-color: #2e2e2e;
}

.bg-neutral {
  background-color: #e8e8e8;
}

.logo-png {
  padding: 10px 0;
}

.mini-menu-top {
  font-size: 10px;
  text-transform: uppercase;
  color: #f8f8f8;
  }

.mini-menu-top a {
  font-size: 10px;
  margin: 0 5px;
  text-transform: uppercase;
  color: #f8f8f8;
}

.mini-menu-top a:hover {
  font-size: 10px;
  margin: 0 5px;
  color: #ae1f26;
  text-decoration: none;
}

a {
  color: #ae1f26;
}

a:hover {
  color: #c53940;
  text-decoration: none;
}

a:active:active {
  color: #bd2229;
}

/* overlay utilities */
.overlay--pattern-9 {
  background: url(/images2/promos/overlays/09.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.overlay--pattern-8 {
  background: url(/images2/promos/overlays/08.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.overlay--pattern-7 {
  background: url(/images2/promos/overlays/07.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.overlay--pattern-6 {
  background: url(/images2/promos/overlays/06.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.overlay--blue-bg {
  background: url(/images2/promos/overlays/blue-bg.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

.btn {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


