.bg-0 {
  background: #000 url('../assets/bg/2.jpg') center center;
  background-image-size:100% auto;
/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.bg-1 {
  background: #000 url('../assets/bg/1.jpg') center center;
  background-image-size:100% auto;
/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.bg-2 {
  background: #F6F6F6 url('../images/bg/1.jpg') center center fixed no-repeat;
}
.bg-carbon {
  background: #000 url('../assets/carbon.jpg') center center;
  background-image-size:100% auto;
/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.bg-leather {
  background: #000 url('../assets/leather.jpg') center center;
  background-image-size:100% auto;
/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
/*.texture {
background: url('../images/textures/0.jpg') center center; 
}*/
.bg-top {
  background: transparent url('../assets/stitch.png') center;
  height:18px;
}
.bg-bottom {
  background: url('../assets/stitch1.jpg') center;
  height:18px;
}
