body {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #2b2b2b !important;
}

.small {
  font-size: 9px;
  line-height: 12px;
}

a.button {
  font-size: 12px;
  padding: 12px 24px 12px 24px;
}

.contain-to-grid {
  position: absolute;
  background: transparent; }

.top-bar {
  position: absolute;
  top: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
  max-width: 100% !important;
  padding: 10px;
  background: rgba(34,34,34,.7); }

.top-bar-section ul,
.top-bar-section ul li > a {
  background: transparent !important; }
  
.top-bar-section li a:hover {
  background-color: rgba(34,34,34,.7) !important;
}
 
nav.expanded .title-area {
  background: transparent !important; }
  
nav.expanded .top-bar-section {
  margin-top: 20px; }
  
nav.expanded .top-bar-section ul li > a {
  background-color: #222222 !important;
  opacity: .7; }

ul.dropdown {
  padding: 12px;
  background-color: #222222 !important;
  opacity: .7; }
  
ul.dropdown li a {
  color: #eeeeee !important; }
  
ul.dropdown li a:hover {
  color: white !important; }
  
.top-bar-section li a:hover {
  background-color: red !important;
}

.top-bar-section li a#view-cart:hover {
  background-color: red !important;
}

.soundcloud-icon {
  height: 13px; 
  margin-top: -2px;
}

.content-container {
  padding: 85px 35px 0 35px;
}

#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.product {
  padding: 15px 0 0 0;
}

div.product:hover {
  background-color: rgba(34,34,34,.7);
}

.row,
.content-container div {
  max-width: 100%; }
  
.product a.th {
  height: auto;
  line-height: auto; }
  
.product .panel {
  padding-top: 15px;
}
  
.product .panel div {
  text-align: center; }
  
.fixed-container {
  max-width: 900px !important;
  margin: auto; }

#news article h3 {
  font-size: 18px;
}

#news article p,
#news article li {
  font-size: 12px !important;
}

#product div.info {
  padding: 15px;
  background-color: rgba(34,34,34,.7);
}

#gallery ul {
  display: block;
}

#gallery ul li {

}

#gallery ul li div {
  margin: 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.footer-container {
  position: relative;
  height: 100px;
  max-width: 900px;
  border-top: 1px solid #dcdcdc;
  padding: 20px 20px 0 20px;
  margin: auto;
  font-size: 13px;
  font-family: inherit;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.footer-left {
  float: left;
  color: #888;
  font-size: 13px; }

.footer-right {
  float: right;
  margin: 0;
  list-style-type: none;
  font-size: 13px; }

.footer-link {
  float: left;
  padding-left: 15px; }

.footer-link a,
.footer-link a:visited {
  color: #888;
  text-decoration: none; }

.footer-link a:hover {
  text-decoration: underline; }