.navbar-gallery {width: 100%;}
.pill-spinner {color:#fff;}

.gallery-featurette-wook { margin-bottom: 30px;}
.gallery-featurette-wook ul{
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
.gallery-featurette-wook ul li {
  width: 200px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  opacity:0;
}

/*#main ul .thumbnail, .gallery-featurette-wook ul .thumbnail, .gallery-album-item .thumbnail{
  padding: 0;
  border-color:#000;
  border-radius: 0;
}*/

.item-info h4{
  font-weight: 100;
  padding-left: 10px;
}
.item-info p{
  font-weight: 200;
  padding-left: 10px;
  color:#ccc;
}
#main ul .item-info h4, .gallery-featurette-wook ul .item-info h4{
  margin-bottom: 0;
}
.gallery-album-item .thumbnail{
  position: relative;
}
.gallery-album-item .item-info h4{
  color:#999;
  margin-bottom: 10px;
}

.album-tile-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.65)),color-stop(100%,rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 5px;
}

.album-tile-overlay img.user-avatar-overlay {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 8px;
  margin-top: 3px;
}

.album-tile-overlay .album-tile {
  color: #f5f5f5;
  margin-left: 48px;
  margin-top: 5px;
  font-size: 1.4em;
  line-height: 25px;
  font-weight: 100;
}



.imageLoading{opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;}
.imageLoaded{opacity:1}

#main .pill-spinner, #recommended_art .pill-spinner {
  background-color: #000;
  padding: 22px;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.gallery-image-content{ color:#ccc; }  
.gallery-header, .genre-header, .gallery-title { font-weight: 100; color:#fff; }
.gallery-header a, .genre-header a, .gallery-title a { color: #ccc; }  
.gallery-header small, .genre-header small, .gallery-title small { font-weight: 200; }
.gallery-title a{ text-decoration: none; }

.title-header{ font-weight: 200; color:#fff; }
.title-header a{ color:#ccc; }
.title-info{ color:#999; font-size: 18px; }
.title-info a{ color:#ccc; }

.link-wrapper{text-decoration: none !important;}
.gallery-image{ background-color: #2a2a2a;border-color:#222; text-align: center;}
.gallery-image img {margin: 0 auto;}

.photograph-breakdown h5{ color: #fff; text-align: center; }
.photograph-breakdown dt{ color: #ccc; }
.photograph-breakdown dd{ color: #ccc; }

@media (min-width: 768px){
  .photograph-breakdown dt{ width:120px; }
  .photograph-breakdown dd{ margin-left: 140px; }
}

.gallery-featurette{
  text-align: left;
  color: #ccc;
  padding: 20px;
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1),0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1),0 0 0 1px rgba(0, 0, 0, 0.05);
}

.gallery-featurette h3{
  color: #ccc;
  margin-top: 8px;
  margin-bottom: 8px;
}

.gallery-featurette-light{
  background-color: #333;
  padding-bottom: 0;
}
.gallery-featurette-trans{
  background-color: transparent;
  padding-bottom: 0;
}
.gallery-featurette-555{
  padding-bottom: 0;
  background: #555 url(https://bw-1651cf0d2f737d7adeab84d339dbabd3-bwcore.s3.amazonaws.com/photos/File9622.jpg) left top repeat-x;
}
.gallery-featurette-383838{
  padding-bottom: 0;
  background: #383838 url(https://bw-1651cf0d2f737d7adeab84d339dbabd3-bwcore.s3.amazonaws.com/photos/File9623.jpg) left top repeat-x;
}

.gallery-featurette-artists{
  padding-bottom: 20px;
}

.gallery-featurette .view-more small {
  color:#428bca;
}

#carousel-recommended-artist .carousel-control{ width:5%; background:transparent; color: #000; }

.gallery-profile-avatar{
  max-width: 160px;max-height: 160px;margin: 0 auto;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.leaderboard-profile-avatar{
  max-width: 60px;max-height: 60px;float:left;margin:0 10px 0 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}

/* Manage Pages */
.report-wrapper{ color: #ccc;}

/* Leaderboard Page */
.leaderboard-tagline{color:#ccc;}

/* Artist Pages */
.gallery-artist-avatar{
  max-width: 200px; max-height: 200px; margin: 0 auto;  
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.artist-name-avatar{ font-weight: 200; color:#fff; }

.gallery-side-recommended {
  width: auto;
  top: 80px;
}

@media (min-width: 992px) {
  .gallery-side-recommended {
    width: 293px;
  }
}
@media (min-width: 1200px) {
  .gallery-side-recommended {
    width: 283px;
  }
}
@media (max-width: 992px) {
  .gallery-side-recommended {
    position: static;
    width: auto;
    top: 0;
  }
}

.gallery-side-menu {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #2a2a2a;
  padding: 25px;
  padding-bottom: 10px;
  box-shadow: 0px 3px 3px #222;
  color:#ccc;
}

.bcs-results-info-wrapper{ color: #ccc; }

.rendo-helper-affix{
  width: auto;
  top: 120px;
}

@media (min-width: 992px) {
  .rendo-helper-affix {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .rendo-helper-affix {
    width: 285px;
  }
}

@media (max-width: 768px) {
  .rendo-helper-affix {
    position: static;
    width: auto;
    top: 0;
  }
}

.stamped-first{
  list-style-type: none;
}

.input-error input {
  border: 2px solid #a94442;
  color: #a94442;
}

#mainVideo{
  margin: auto;
}

.result-thumb{
  position: relative;
  text-shadow: 0 0 1px black;
  display: block;
}
.result-thumb .-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 8px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0,0,0,.5);
}
