/***SASS***/
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  background: black url("../img/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #231f20;
  padding-bottom: 20px;
}

a {
  color: #ba2f2f;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  cursor: pointer;
  color: #ba2f2f;
}

#container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

#main-head {
  height: 200px;
  margin-bottom: 20px;
}
#main-head h1 {
  margin-top: 30px;
  height: 171px;
  width: 200px;
  background: url("../img/logo-red.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#history, #news, #catalog {
  background: #cdcdcd;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

h3.his-head {
  background: #7a7a7a;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0px;
  cursor: pointer;
}
h3.his-head span {
  float: right;
}

a.back {
  background: #7a7a7a;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
a.back span {
  float: right;
}

header h3 {
  background: #231f20;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

#news article header h3 {
  background: none;
  color: #ba2f2f;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 5px;
}

#news article header {
  margin-bottom: 15px;
}
#news article header span.date {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

article .embed {
  width: 100%;
}

article iframe {
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
}

.right {
  float: left;
  width: 33%;
  margin-bottom: 20px;
}

.left {
  float: left;
  width: 65%;
  margin-right: 2%;
}

#artists {
  background: #cdcdcd;
  background: rgba(255, 255, 255, 0.8);
}
#artists header h3 {
  margin-bottom: 0;
}
#artists ul li {
  border-bottom: 1px solid #8b8b8b;
  padding: 10px;
  clear: both;
  list-style: none;
}
#artists span {
  float: right;
}
#artists img {
  float: right;
  width: 38%;
  padding: 1.25%;
  background: #ffffff;
  margin: 0 0 2% 2%;
}
#artists img.itunes {
  margin: 5px 0 0 0;
  padding: 0;
  width: auto;
  background: none;
}

.buy-records {
  background: #cdcdcd;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.buy-records h3 {
  background: #231f20;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.menu-body, .his-body {
  display: none;
  margin-top: 10px;
}

.his-body article {
  margin-top: 30px;
}

a.button {
  text-decoration: none;
  font-weight: bold;
  background: #ba2f2f;
  padding: 10px;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
}
a.button:hover {
  background: #a52828;
}

p {
  margin-bottom: 15px;
}

.inner {
  padding: 10px;
}
#catalog ul{
	margin-left:-.5%;
	box-sizing: border-box;
}
#catalog li {
		box-sizing: border-box;
  list-style: none;
  width: 16.6666%;
  height: auto;
  display: block;
  line-height: 0;
  float: left;
  /*margin: 0.5% 0.5% 0 0;*/
  padding-left:.5%;
  margin-bottom:.5%;
}
#catalog li:nth-child(6){
  margin-right: 0;
}
#catalog li:nth-child(6n+1){
	clear:both;
}
#catalog li a {
  width: 100%;
  display: block;
}
#catalog li a:hover {
  opacity: 0.5;
}
#catalog li img {
  width: 100%;
  display: block;
}

div#confit {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
div#confit a {
  color: #ffffff;
}

/*****media queries******/
@media screen and (min-width: 0px) and (max-width: 840px) {
  .left, .right {
    margin-right: 0;
    float: none;
    width: 100%;
  }

  a.back {
    display: none;
  }

  #main-head {
    height: 150px;
  }
  #main-head h1 {
    height: 128px;
    width: 150px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 980px) {
  #artists img.itunes {
    float: none;
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  #main-head {
    height: 100px;
  }
  #main-head h1 {
    height: 86px;
    width: 100px;
  }
	#catalog ul{
		margin-left:-1%;
	}
  #catalog li {
    width: 50%;
    padding-left:1%;
    margin-bottom:1%;
  }
  #catalog li:nth-child(6n+1){
    clear:none;
  }
  #catalog li:nth-child(odd){
    clear:both;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) {
  html {
    background: black url("../img/bg.jpg") no-repeat top right fixed;
    -webkit-background-size: 991px 700px;
    -moz-background-size: 991px 700px;
    -o-background-size: 991px 700px;
    background-size: 991px 700px;
  }
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}