
#social{
  display:inline-block;
  width:100%;
  margin:0;
  float:left;
  height:auto;
}

#social li{
  float:left;
  display:inline-block;
  color:black;
  padding-right:8px;
  height:50px;
  font-size:25px;
}

#social li a { 
 color:black; 
}

#smaller-nav{
  display:none;
}

#dots{
 margin:0px 0 20px 0;text-align:center;
}

#annoying{height:50px;width:100%;display:block;
}


#right{
 float:right !important;
}

#mc_embed_signup {
  margin-top:20px;
 background:black !important;
 color:white !important;
}

#mc_embed_signup label {
color:white !important;
}

#mc_embed_signup input.email {
 width:100% !important; 
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  display:block;
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
      display: none;
    cursor: pointer;
    top: 50%;
    width: auto;
    margin-top: -22px;
    background: black;
    /* padding: 16px; */
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #ffcb05;
}

/* Caption text */
.text {
  font-size: 15px;
  padding:8px 20px 8px 20px;
  position: absolute;
  bottom: 0px;
  font-weight:bold;
  font-style:italic;
  background:white;
  opacity:50%;
  color:black;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* Custom HTML */
#navigation-container{
  width:100%;
  height:50px;
  position:fixed;
  padding:0px;
  background:black;
  display:block;
  z-index:1000;
}

#navigation-centered{
  margin:0 auto;
  max-width:1050px;
  height:85px;
  border-bottom:0px solid black;
}

#navigation{
 float:left;
 height:50px;
 width:auto; 
 display:table;
}

#navigation li{
line-height:50px;
padding:0 15px 0 10px;
float:left;
background:none;
margin-right:10px;
font-weight:bold;
font-size:14px;
letter-spacing:1px;
font-family:'Droid Sans';
display:inline-block;
}

#navigation a{
  color:white !important;
}

#navigation li:hover {
 background:#ffcb05;
 color:black;
 transition:background .5s ease;
}




#logo{
float:left;
height:65px;
margin-left:0px;
display:inline-block;
}

#logo img{
   -moz-box-shadow: 0px 1px 2px #000;
  -webkit-box-shadow: 0px 1px 4px #000;
  box-shadow-bottom: 2px #000; 
}

.image-rotator{
 width:100%;
 display:inline-block;
 margin-top:50px;
 height:auto;
 z-index:0;
 float:left;
}

#socials{
  float:right;
  width:auto;
  display:inline-block;
  color:white;
}

#socials li{
   line-height:50px;
   padding-right:10px;
  font-size:22px;
  color:white;
 display:inline-block; 
}

#content-container{
width:100%;
max-width:1050px;
margin:0 auto !important;
display:block;
background:none;
}

#content-container-2{
width:100%;
max-width:1050px;
margin:0 auto !important;
display:block;
background:none;
}

#content{
width:100%;
height:auto;
display:inline-block;
background:white;
padding:0 5px;
}

#store-content{
width:80%;
height:auto;
display:inline-block;
background:white;
padding:0 0 0 15px;
}

#store-content-2{
width:100%;
height:auto;
display:inline-block;
background:white;
padding:0 0 0 15px;
}

#general-container{
margin-top:70px;
padding:0 15px;
}

.margin-top{
  margin-top:80px !important;
}

#neg-ten{
 margin-top:-10px; 
}

.section{
width:100%;
height:auto;
display:inline;
margin:0 auto;
padding-top:20px;
}

.section h5{
 font-weight:bold; 
}

.sub-header{
 font-size:20px; 
 margin-top:5px;
 margin-bottom:13px;
 font-weight:bold;
 padding-bottom:13px;
border-bottom:2px solid black;
}

.releases-section{
  padding-bottom:10px;
 margin-bottom:25px;
 border-bottom:0px solid #cdcdcd;
}

.index-section-left{
 width:60%; 
 height:auto;
padding-right:30px;
float:left;
display:inline-block;
}

.index-section-right{
width:40%;
float:left;
display:inline-block;
height:auto;
}

.section h4, .releases-section h4{
  padding:7px 10px 3px 10px;
  font-family:'Droid Sans';
  letter-spacing:3px;
  color:white;
  background:black;
  font-size:17px;
 font-weight:bold;
 text-transform:uppercase;
}

#news-items{
 margin:0px; 
 list-style:none;
}

#news-items li{
  height:auto;
  float:left;
  margin-bottom:20px;
}

#news-items li img{
float:left;
 width:30%; 
}

#news-items p{
 float:right; 
 color:black;
 width:65%;
 font-weight:bold;
 font-size:13px;
margin-left:15px;
 padding-bottom:15px;
 border-bottom:1px solid #cdcdcd;
}

footer{width:100%;
background:black;
height:auto;
float:left;
}


#footer-centered{
 max-width:1050px;
 margin:0 auto 10px auto;
 background:black;
 height:200px;

}

#footer-centered img{
  width:200px;
  float:left;
}

.footer-column {
  float:left !important;
  display:inline-block;
 
}

.footer-column ul{
  font-family:'Droid Sans';
  font-size:14px;
 margin-top:30px; 
 list-style:none;
  
}

.footer-column li a{
 color:white; 
}


.media {
    height: auto;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

.media-heading{
font-size:15px;
margin-top:10px;
color:black;
line-height:18px;
font-weight:bold;
background:none;
width:100%:
display:inline;
}

.media-heading a{
  color:black;
}

.media-heading a:hover{
color:black;
}

.media-body{
 padding:10px 0; 
 font-weight:300;
 font-size:12px !important;
}

.media-body a{
 color:black !important; 
 font-weight:bold;
}

.media-body h6{
 font-size:10px; 
}

.date{
  font-size:14px;
}

.media-summary p{
  font-size:12px;
  padding-top:20px;
}


hr{
  border:1px solid black;
}

.video{
  margin-bottom:20px;
}
.video div{
  padding:0 0 0px 0px;
 padding-top:10px;
 color:black
 margin-top:-2px;
  font-family:"Droid Sans";
 font-weight:bold; 
}
.video p {
 font-size:12px;
 font-style:italic;
 padding-bottom:2px;
}

/* Foundation Overrides */

a {

}

a:hover, a:focus {

}

.button {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.button:hover, .button:focus {
  background-color: #ffcb05;
  border-color: #000000;
  color: #ffffff;
}

.hide {
  display: none !important;
}

.orbit-container {
  margin: 0 0 1.1875rem 0;
}

.orbit-container .orbit-slides-container li {
  text-align: center;
}

.orbit-container .orbit-slides-container li img {
  margin: 0 auto;
}

.orbit-container .orbit-timer {
  visibility: hidden;
}

.orbit-container .orbit-bullets-container .orbit-bullets {
  margin-bottom: 0.59375rem;
}

.postfix {
  height: 2.125rem;
}

.postfix.button {
  height: 2.125rem;
  line-height: 2.125rem;
}

nav.pagination {
  display: block;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.6;
  height:auto;
  display:block;
  margin-left: -0.3125rem;
  margin-bottom:1em;

}

nav.pagination span {
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
  background:none;
  margin-left: 0.3125rem;
}

nav.pagination span a, nav.pagination span.current, nav.pagination span.inactive {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

nav.pagination span:hover a, nav.pagination span a:focus {
  background-color: #e6e6e6;
  color: #999999;
}

nav.pagination span.inactive {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

nav.pagination span.inactive:hover, nav.pagination span.inactive:focus {
  background-color: transparent;
}

nav.pagination span.current {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}

nav.pagination span.current:hover, nav.pagination span.current:focus {
  background-color: #000000;
  color: #ffffff;
}

nav.pagination span {
  float: left;
  display: block;
}

.pagination-centered nav.pagination span {
  float: none;
  display: inline-block;
}

.postfix {
  height: 2.2125rem;
}


.th {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

  .th:hover, .th:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }


.top-bar .title-area .name h1 a img {
  height: auto;
  margin-top: -2px;
  max-height: 42px;
  max-width: 175px;
  width: auto;
}

.top-bar-section ul li > a {
  font-weight: 300;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section .social li a {
    padding: 0 7px;
  }

  h1 a.right, h2 a.right, h3 a.right, h4 a.right, h5 a.right {
    font-size: 0.5em;
    margin-top: 1.5em;
  }
}


/* Product For Grid */



.shop_item{
 padding-bottom:0px; 
}

.album-title{
 padding:2px 9px 2px 7px;
 float:left;
 margin-top:5px;
 display:inline;
 font-size:12px;
 background:#ffcb05;
 font-style:italic;
 font-weight:700;
 color:white; 
 
 
 max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 
}





h1, h2, h3, h4, h5, h6 {
  margin-bottom:0px !important;
  font-family:'Droid Sans';
}



h4{
  font-size:20px;
  color:black;
  display:inline-block;
  padding:0;
  font-weight:bold !important;

  
}

h6
{margin-top:0px;
font-size:18px;
}

/* Layout */

body {
  
    background-color: white;}};
  
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  margin:0px !important;
  padding:0px;
}


.content-container {

}

.content-container > div {

}

.content-container h1 .right, .content-container h2 .right, .content-container h3 .right, .content-container h4 .right, .content-container h5 .right {
  font-size: 0.65em;
  margin-top: 0.5em;
}

.content-container h1 + hr, .content-container h2 + hr, .content-container h3 + hr, .content-container h4 + hr, .content-container h5 + hr {
  margin-top: 0;
}

.footer-container {
  color: #ffffff;
}

.footer-container > div {
  margin: 0 auto;
  padding: 1.1875rem 0;
  max-width: 58em;
  width: 100%;
}

.footer-container p, .footer-container ul {
  color: #ffffff;
  font-size: 0.75rem;
}

.footer-container a {
  color: #f9f9f9;
}

.footer-container a:hover {
  color: #ffffff;
}


/* Store Page */


#webstore-tag{
 width:100%;
 margin-top:0;
 display:inline-block;
}

#webstore-tag h2{
   padding: 6px 10px;
    font-family: 'Droid Sans';
    letter-spacing: 3px;
    color: white;
    background: #ffcb05;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#store-panel{
 width:18%;
 height:auto;
 background:none;
 display:inline-block;
 float:left;
 padding:0px 0px 0px 5px; 
}


#store-panel h2{
  
    padding: 8px 10px 4px 10px;
    font-family: 'Droid Sans';
    letter-spacing: 3px;
    color: white;
    background: #ffcb05;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#store-panel ul{
  background:#f5f5f5;
 height:auto;
 width:100%;
 margin:2px 0 20px 0;
 padding:10px 10px;
}

#store-panel ul li{
 list-style:none;
 font-size:13px;
 margin-left:5px;
 background:none;
 color:black;
 font-weight:bold;
 padding:0px 2px;
 margin-bottom:0px;
}

#store-panel ul li a{
 color:black; 
 padding:5px;
}




#store-panel ul li:nth-child(2){
 margin-top:10px; 
}

#store-panel h3{
 font-size:15px;
 border-bottom:1px solid #cdcdcd;
 font-weight:bold !important;
 font-family:'Open Sans';
 text-transform:uppercase;
}

.box{
  position:relative;
  width:100%;
  float:left;
  height:auto;
  display:block;
  margin-bottom:15px;
}

.container-1{
  width: 100%:
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin-top:0px;
}

.container-1 input#search{
  width: 100%;
  height: 30px;
  text-align:left;

  border: 0px solid black;
  font-size: 9pt;
  float: left;
  padding-left:10px;
  font-weight:bold;
  font-family:'Droid Sans';
  margin-top:0px;
  border:1px solid #bababa;
}

.container-1 input#search::-webkit-input-placeholder {
  color: black;

}
 
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
  color: black;

}
 
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
  color:black;

}
 
.container-1 input#search:-ms-input-placeholder {  
  color: black;
}

.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 0px;
  padding-left:2px;
  margin-top: 7px;
  z-index: 1;
  color: black;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
  outline:none;
}

#search{
 background:#f1f1f1; 
}

/* Errors */

#error {
  padding: 100px 0 150px 0;
}

#error h3 {
  text-align: center;
}

#error p {
  text-align: center;
}


/* Product Grid */

.product {
  margin: 0 auto;
  max-width: 202px;
}

.product a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .product a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .product a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.product a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.6rem;
  padding: 0.25rem 0rem;
}

.product .panel div {
  display: block;
  margin-bottom: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}

.panel{
    border-style: solid;
    border-width: 1px;
    font-family:'Droid Sans';
    color:black;
    text-transform:uppercase;
    border-color:black;
    font-size:14px;
    font-weight:700;
    margin-bottom: 1.25rem;
    padding: .5rem;
    background: white;
}
/* Product Page */

#product {

}

#product .clearing-assembled {
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#product .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#product .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}



#product-left{
  float:left;
  width:46%;
  display:inline-block;
  padding:0px 0 20px 5px;
  height:auto;
}

#product-right{
  width:54%;
  float:left;
  padding:0px 0 0 30px;
  color:black;
  height:auto;
  font-family:Times;
  display:inline-block;
  height:auto;
}

.product-name{
font-size:24px;
display:block;
padding-left:10px;
margin:3px 0 20px 0;
width:46%;
}

.product-name-container{
 height:auto;
 display:block;
 width:100%;
}

.product_info{
  display:inline-block;
  width:100%;
  height:auto;
  font-size:14px;
}

.product_info p{
 font-size:14px; 
 margin-top:0px;
}
  
.product_photos .thumbnails {
  margin-bottom: 0;
  margin-left: 0;
  padding:0;
  list-style: none;
  text-align: center;
  width:100%;
}

.product_photos .featured img {
  width: 100%;
 display:block;
}

#pre-order{
  font-family:'Open Sans';
  font-size:11px;
  line-height:20px;
  margin-bottom:15px;
}

.thumbnails li {
  float: left;
  height: auto;
  width: 22%;
  margin-right:10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.thumbnails .featured {
  width: 100%;
  margin: 0;
  padding: 0;
}

.product_detail h4, .product_detail h5, .product_detail h6 {
  padding-bottom: 5px;
}

.product_detail p {
  line-height: 180%;
}

.product_title, .product_buy, .product_notify, .product_info, .product_tracks, .product_pressings {
  margin-bottom: 20px;
}

.product_select select {
  -webkit-appearance: none !important;
  width: 400px;
  padding: 5px 10px;
  font-size: 1em;
  color: #222;
  margin-right: 4px;
  margin-bottom: 4px;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.product_btn button {
  background: #3d3da7;
  padding: 10px 40px 10px 40px;
  height: 30px;
  text-decoration: none;
  border: none;
  font-size: 0.75em;
  font-family: 'Driod Sans', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #fff;
  transition: background-color 400ms;
}

.product_btn button:hover {
  background: #e57a82;
  transition: background-color 400ms;
}

.product_na {
}

.product_notify .button {
  font-family: 'Driod Sans', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

.product_detail .note {
  color: #e57a82;
  text-transform: uppercase;
  font-weight: 700;
}

.product_tracks ol {
  padding-left: 20px;
  line-height: 180%;
}

ul.clearing-thumbs li {
  width:20%;
  float:left;
}
.clearing-thumbs li + li a img {
  max-height: 25%;
  max-width: 25%;
  float:left;
  display:inline;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0;
    border: 1px solid #cdcdcd;
    color: black;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
}

#soundcloud{
  float:left;
  width:100%;
  height:auto;
margin-top:20px;
}


@media (max-width: 400px) {

  #product .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#product .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#product .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#product .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#product .add-to-cart-container {

}


/* News */

#news-panel{
 width:30%;
 height:auto;
 background:none;
 display:inline-block;
 float:left;
 padding:0px 0px 0px 5px; 
}


#news-panel h2{
    padding: 8px 10px 4px 10px;
    font-family: 'Droid Sans';
    letter-spacing: 3px;
    color: white;
    background: #ffcb05;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#news-panel ul{
background:#f5f5f5;
 height:auto;
 width:100%;
 margin:2px 0 20px 0;
 padding:10px 10px;
}

#news-panel ul li{
 list-style:none;
 font-size:13px;
 margin-left:5px;
 background:none;
 color:black;
 font-weight:bold;
 padding:0px 2px;
 margin-bottom:0px;
}

#news-panel ul li a{
 color:black; 
 padding:5px;
}

#news-panel ul li:nth-child(2){
 margin-top:10px; 
}

#news-panel h3{
   font-size:15px;
 border-bottom:1px solid #cdcdcd;
 font-weight:bold !important;
 font-family:'Open Sans';
 text-transform:uppercase;
 
}

article a {
 font-weight:bold;
 color:black;
}

article h3{
  margin:-3px 0 0px 0;
  padding: 0 0 10px 0;
 font-size:19px;
 font-weight:bold !important;
 font-family:'Open Sans';
 text-transform:uppercase;
}

article h3 a {
 color:black; 
}

article h3 a:hover{
 color:black; 
}

article h6 {
  font-size:13px;
  padding-bottom:10px;
}

#news-content{
width:70%;
height:auto;
display:inline-block;
background:white;
padding:0 0 0 15px;
}

#news-content article p{
 font-size:12px; 
}

#news-content article{
 padding:0 0 15px 0; 
}

#return-to-news{
 padding:10px; 
 width:auto;
 float:left;
 margin:0px 0 20px 0 ;
 display:inline;
 background:black;
 color:white;
}


/* Product Search */

#search {
  display: inline;
  float: right;
  margin: 0;
  text-align: right;
}

#search input {
  font-size: 0.6875rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}

#search .button {
  background-color: #000000;
  border: 2px solid #000000;
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}



/* Event Grid */

.event {
  margin: 0 auto;
  max-width: 202px;
}

.event a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .event a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .event a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.event a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

.event .panel div {
  display: block;
  margin-bottom: 0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}


/* Event Page */

#event {

}

#event .clearing-assembled {
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#event .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#event .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}

@media (max-width: 400px) {

  #event .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#event .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#event .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#event .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#event .map-container {
  margin-bottom: 1.1875rem;
}

#event .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#event .add-to-cart-container {

}


/* Contact Page */

#contact {

}

#contact textarea {
  height: 115px;
}

#contact #recaptcha_widget_div {
  margin: 0 0 1rem 0;
}


#right{
 float:right; 
}

#right-blah{
  float:right !important;
  padding-top:90px;
  padding-right:10px;
}


/* Gallery Page */

#gallery {

}

#gallery ul li > div {
  margin: 0 auto;
  max-width: 202px;
}


/* History Page */

#history {

}

#history .history-item {

}

#history .history-item .orbit-container {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto 1.1875rem auto;
  max-width: 300px;
}

#history .history-item .release-information {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0;
}

#history .history-item .links.inline-list a {
  font-size: 0.9rem;
}


/* Order Page */

#order {

}

#order #question .panel {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.75rem 0;
  text-align: center;
}

#order table tbody tr td + td {
  text-align: right;
}

/* Roster Page */

#roster {
padding:0px;
}

#roster a{
 font-weight:bold;
 font-family:'Droid Sans';
}

#roster ul li {
  padding:
}
  
  .roster-name{
    background:black;
    color:white;
    padding:3px 8px 3px 8px;
  }
  

.large-block-grid-4>li {
    padding: 0 0.625rem 2em;
}

#roster > .large-block-grid-4>li {
    width: 25%;
    padding: 0 10px;
}

#alumni{
  margin:0 0 15px 0 !important;
}

#alumni li {
  font-family:'Droid Sans';
  font-weight:bold;
  font-size:14px;
  list-style:none;
  color:black;
}

#alumni li a{
 color:black !important; 
}

.th img{
 border:0px solid black; 

}

#roster ul li > div {
  margin: 0 auto;

}

#roster ul li > div .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

#roster ul li > div .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Roster Item Page */

#roster-item {

}

.yellow-header{
 font-family:'Droid Sans';
 width:auto;
  background:#ffcb05;
 display:inline-block; 
 padding:8px 8px;
 color:black;
 font-size:20px;
}

.yellow-header a{
 color:white; 
}


#roster-item-left{
  width:60%;
  height:auto;
  float:left;
  background:none;
}


#roster-item-right{
  width:40%;
  height:auto;
  float:left;
  padding-left:20px;
  background:none;
}

#roster-item-left p{
  font-size:13px !important;
}

#roster-item-left img{
margin-top:15px;
margin-bottom:10px;
}


.column, .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;

}

#roster-item #description p {
  font-size: 0.9rem;
}

#roster-item #links .inline-list a {
  font-size: 0.9rem;
}

#roster-item #soundcloud iframe {
  margin-bottom: 1rem;
}

#roster-item #bandsintown {
  margin-bottom: 1rem;
}

/* Media Queries */
@media (max-width: 600px) {
 #right-blah{
float:left !important;
padding-bottom:30px;
padding-top:30px;
padding-left:20px;
} 
}



@media (max-width: 800px) {
  #socials{display:none;
  }}

@media (max-width: 600px) {
  
  #news-panel{
    display:none;
  }
  
  #news-content{width:100%;
  }
  #store-content{width:100%;
  padding-right:20px;
  }
  
  #mailchimp{
   display:none; 
  }
  
  #section{width:100%;}
  
  .index-section-left{width:100%;
  padding:0;
  }
  
  .index-section-right{width:100%;
  }
  
  .image-rotator{display:none;}
  
  .product-name{
   width:100%; 
  }
  
  #product-right{width:100%;
  }
  
  #product-left{width:100%;
  }
  #store-panel{
    display:none;
  }
  
.slideshow-container{
  display:none;
}

#dots{
  display:none;
  }
 #smaller-nav{
   display:block;
   margin-bottom:20px;
 }
 #annoying{
   display:none;
 
 }
 
 #navigation-container{display:none;
 }
}


