/* DETAIL PAGE */

#detail-header {
  height: 70px;
  /*margin-bottom: -70px;*/
}

#detail-logo {
  float: left;
  margin: 11px -48px 11px 12px;
}

#sandwich-2 {
  float: right;
  margin: 11px 12px;
}

#detail-container {
  /* overflow: auto; */
  margin-top: 20px;
  /* width: 100%; */
}

#detail-too-far {
  line-height: 1.5em;
}

#detail-image-wrapper {
  border-radius: 230px;
  height: 460px;
  /*margin-top: 11px;*/
  overflow: hidden;
}

@media (min-width: 1200px) {
  #detail-image-wrapper {
    border-radius: 285px;
    height: 570px;
  }
}
 
@media (min-width: 768px) and (max-width: 979px) {
  #detail-image-wrapper {
    border-radius: 176px;
    height: 352px;
  }
}

@media (max-width: 767px) {
  #detail-image-wrapper {
    border-radius: 140px;
    height: 280px;
    width: 280px;
    margin: 0px auto 0 auto;
    
  }
}

#detail-name, #detail-artist, #detail-distance, #detail-sponsor {
  text-align: center;
}

#detail-name h3 {
	line-height: 28px;
}

#detail-artist {
  /* margin-top: 20px; */
  text-transform: uppercase;
}

#detail-sponsor {
  font-style: italic;
}

#detail-tags {
	margin-top: 20px;
	margin-bottom: 20px;
}
.detail-tags-description {
  font-size: 120%;
  text-align: center;
}

#detail-tags ul {
  list-style: none;
}

#detail-tags ul li {
  float: left;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  #detail-tags ul li {
    width: 50%;
  }
}

#detail-tags ul li button {
  background-image: none;
  border: 0;
  border-radius: 8px;
  color: #000;
  margin: 2px;
  padding: 6px 2px;
  width: 95%;
}

#detail-tags ul li button.active {
  border: 2px solid #000;
  box-shadow: inset 0 0 8px 1px rgba(255,255,255,.8);
  padding: 4px 0;
  -moz-box-shadow: inset 0 0 8px 1px rgba(255,255,255,.8);
  -ms-box-shadow: inset 0 0 8px 1px rgba(255,255,255,.8);
  -o-box-shadow: inset 0 0 8px 1px rgba(255,255,255,.8);
  -webkit-box-shadow: inset 0 0 8px 1px rgba(255,255,255,.8);
}

#detail-tags-display {
}

#detail-tags-selection .btn {
	font-size: 18px;
}

#detail-ok-button {
  background-color: #000;
  background-image: none;
}

#detail-distance {
}

#detail-distance img {
  width: 30px;
}

