/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*

reusable mixins 

*/
.inline-block {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.fancy-button {
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ffffff;
  vertical-align: top;
  text-decoration: none;
}
.fancy-button:hover {
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.left-right {
  display: block;
  font-size: 0px;
}
.left-right .left,
.left-right .right {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 50%;
}
.left-right .right {
  text-align: right;
}
.chocolate-bar {
  /*width: 100%;*/
  margin-right: 10px;
  overflow: hidden;
  text-align: right;
  font-size: 0px;
}
.chocolate-bar .bite {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.chocolate-bar .bite.first {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chocolate-bar.two .bite {
  /*   width: 18%; */
}
.chocolate-bar.three .bite {
  width: 33%;
}
.chocolate-bar.four .bite {
  width: 23%;
}
.chocolate-bar.five .bite {
  width: 18%;
}
/* variables */
/* 5 */
/* 10 */
/* 20 */
/* 40 */
/* EA7E32 */
/* 704497 */
/* DEE03D */
#sxsw2016 #content-right #tour-dates {
  background: none;
  border: none;
}
#sxsw2016 #content-right #tour-dates ul li a {
  border-bottom: 1px solid #eee;
}
#sxsw2016 #content-right #tour-dates ul li a .city {
  background: #eee;
  padding: 0 5px;
}
#sxsw2016 #container {
  background-color: #ffffff;
}
#sxsw2016 #zindex {
  width: 462px;
  margin: 0 auto;
  display: block;
}
#sxsw2016 #zindex .zlogo {
  margin: 0 auto;
  width: 433px;
  display: block;
}
#sxsw2016 #zindex .navigation {
  margin: 20px auto;
  width: 462px;
  font-size: 0;
  text-align: center;
}
#sxsw2016 #zindex .navigation a {
  background-image: url("/images/zeitgeist2012/selector.png");
  height: 120px;
  width: 155px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#sxsw2016 #zindex .navigation a.artists {
  background-position: 0 -1px;
  margin-top: 14px;
}
#sxsw2016 #zindex .navigation a.artists:hover {
  background-position: bottom left;
}
#sxsw2016 #zindex .navigation a.tracks {
  background-position: 155px -1px;
  margin-top: 14px;
}
#sxsw2016 #zindex .navigation a.tracks:hover {
  background-position: bottom right;
}
#sxsw2016 #zindex .navigation a.tumblr {
  background-image: url("/images/zeitgeist2012/albums.png");
  height: 129px;
  background-position: top left;
  width: 147px;
  margin-top: 14px;
}
#sxsw2016 #zindex .navigation a.tumblr:hover {
  background-position: bottom left;
}
#sxsw2016 #zindex .copy {
  width: 340px;
  font-size: 18px;
  border: 5px solid #222222;
  margin: 40px auto;
  padding: 10px;
}
#sxsw2016 #zindex .share {
  font-size: 24px;
  height: 24px;
  line-height: 1em;
  margin: 40px auto;
  text-align: center;
}
#sxsw2016 #zindex .share a {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#sxsw2016 #zindex .share a:hover {
  color: #222222;
}
#sxsw2016 #zheader {
  position: relative;
  margin: 60px 0;
}
#sxsw2016 #zheader .navigation {
  position: absolute;
  right: 0;
  top: 0;
}
#sxsw2016 #zheader .navigation a {
  background-image: url("/images/zeitgeist2012/selector_long.png");
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 132px;
  height: 41px;
}
#sxsw2016 #zheader .navigation a.artists {
  background-position: top left;
}
#sxsw2016 #zheader .navigation a.artists:hover {
  background-position: 0 -46px;
}
#sxsw2016 #zheader .navigation a.tracks {
  background-position: top right;
}
#sxsw2016 #zheader .navigation a.tracks:hover {
  background-position: 132px -46px;
}
#sxsw2016 #zmixes h3 {
  font-size: 18px;
  margin: 60px 0;
}
#sxsw2016 #zmixes li {
  width: 688px;
  padding: 5px 23px 20px 328px;
  position: relative;
  margin: 60px 0;
}
#sxsw2016 #zmixes li .album-art {
  left: 21px;
  top: 3px;
  position: absolute;
  width: 284px;
  height: 284px;
  background-color: #efefef;
}
#sxsw2016 #zmixes li .album-art img {
  width: 284px;
  height: 284px;
}
#sxsw2016 #zmixes li .buy-links p {
  text-align: right;
  font-size: 18px;
}
#sxsw2016 .item-block {
  position: relative;
  /*margin-top: @space-large;*/
}
#sxsw2016 .item-block h2 {
  font-weight: bold;
  color: #222222;
  font-size: 30px;
}
#sxsw2016 .item-block h2 .ranking {
  color: #999999;
}
#sxsw2016 .item-block h2 a {
  color: #222222;
}
#sxsw2016 .item-block h3.album {
  font-size: 26px;
  margin-bottom: 0;
}
#sxsw2016 .item-block h3.album a {
  color: #222222;
}
#sxsw2016 .item-block .details {
  width: 623px;
  min-height: 106px;
  padding-top: 18px;
}
#sxsw2016 .item-block .credits {
  font-size: 20px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#sxsw2016 .item-block .share {
  position: absolute;
  right: 0;
  top: 13px;
  bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
#sxsw2016 .item-block .share a {
  display: inline-block;
  position: relative;
  top: 5px;
  color: #222222;
}
#sxsw2016 .item-block .share a:hover {
  color: #222222;
}
#sxsw2016 .item-block .released {
  font-style: italic;
  color: #999999;
  font-weight: normal;
  letter-spacing: normal;
}
#sxsw2016 .item-block .icon-heart-bubble {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#sxsw2016 .item-block .icon-heart-bubble:hover {
  color: #222222;
}
#sxsw2016 .play-track {
  position: absolute;
  right: 0;
  top: 771px;
  background-color: #efefef;
  padding: 0 20px;
  width: 385px;
  height: 100px;
  display: inline-block;
}
#sxsw2016 .play-track .icon-play {
  position: absolute;
  right: 20px;
  top: 45%;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-top: -5px;
}
#sxsw2016 .play-track .track-num {
  font-size: 14px;
}
#sxsw2016 .play-track h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
#sxsw2016 .play-track a:hover h4 {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#sxsw2016 #phonograph {
  display: none;
}
#sxsw2016 .paginator {
  border-top: none;
}
#sxsw2016 .paginator a {
  font-size: 36px;
  line-height: 72px;
}
#sxsw2016 {
  background-color: #43b0e4;
}
#sxsw2016 #content {
  display: block;
}
#sxsw2016 #top-notice {
  display: none;
}
#sxsw2016 #header .logo-txt {
  background-color: transparent;
  color: #222222;
}
#sxsw2016 #header .logo-txt:hover {
  color: #ffffff;
}
#sxsw2016 #container {
  background-color: #43b0e4;
}
#sxsw2016 #content-wrapper {
  background-color: transparent;
}
#sxsw2016 #content {
  width: 100%;
  padding: 0;
}
#sxsw2016 #content-left {
  width: auto;
  margin: 0 auto;
  float: none;
  text-align: center;
}
#sxsw2016 #footer {
  color: #222222;
  background-color: #83c441;
}
#sxsw2016 #footer p a {
  color: #222222;
  background-color: transparent;
}
#sxsw2016 #footer-menu {
  display: none;
}
#sxsw2016 #hh-header {
  display: block;
}
#sxsw2016 #hh-header #wrap_title {
  line-height: 18px;
  font-size: 25px;
  font-family: 'DINWeb-Medium';
  padding: 14px 0 0;
  display: inline-block;
  color: #222222;
}
#sxsw2016 #hh-header #wrap_menu {
  margin-left: 15px;
  float: right;
  line-height: 18px;
  font-size: 25px;
  padding: 14px 0 0;
  font-family: 'DINWeb-Medium';
  display: block;
}
#sxsw2016 #hh-header #wrap_menu a {
  margin: 0 20px 0 0;
  color: #222222;
}
#sxsw2016 #hh-header #wrap_menu:hover {
  text-decoration: none;
  color: #83c441;
}
#sxsw2016 #hh-header #wrap_menu #player-inner #player-controls {
  float: left;
  background: #222222;
}
#sxsw2016 svg {
  position: relative;
}
#sxsw2016 svg a {
  cursor: pointer;
}
#sxsw2016 #event-desc {
  font-family: 'DINWeb-Medium';
  margin: 30px auto 0;
  font-size: 24px;
  width: 900px;
  line-height: 150%;
  text-align: center;
}
#sxsw2016 #event-desc span {
  font-size: 30px;
}
#sxsw2016 #event-desc a {
  color: #222222;
}
#sxsw2016 #event-desc h1 {
  font-size: 36px;
  margin: 0 0 30px;
}
#sxsw2016 #rsvp {
  margin: 50px 150px 20px;
}
#sxsw2016 #rsvp svg {
  margin: 0 10px;
}
#sxsw2016 #lineup {
  font-family: 'DINWeb-Medium';
  margin: 50px auto 0;
  font-size: 24px;
  width: 800px;
  line-height: 150%;
  text-align: left;
  text-transform: uppercase;
}
#sxsw2016 #lineup a {
  color: #222222;
}
#sxsw2016 #brands {
  margin-bottom: 20px;
}
#sxsw2016 #grass {
  background: url("/images/sxsw2016/HH16_site_grass.png") repeat-x;
  background-size: contain;
  width: 100%;
  height: 50px;
}
@media (min-resolution: 192dpi) {
  #sxsw2016 #grass {
    background: url("/images/sxsw2016/HH16_site_grass_2x.png") repeat-x;
    background-size: contain;
    /*height:50px;*/
  }
}
#sxsw2016 .section .meta,
#sxsw2016 .section .share-links,
#sxsw2016 .section .thumb {
  display: none;
}
#sxsw2016 #content-left {
  /*
        .hh_share {
            text-align: center;
            position: relative;
            margin: 90px auto 60px auto;
            width: 490px;
            height: 100px;
        }
        */
}
#sxsw2016 #content-left #embed-iframe {
  display: none;
}
#sxsw2016 #content-left.mostbloggedbands {
  margin: 0 auto;
  float: none;
  min-height: 150px;
}
#sxsw2016 #content-left.mostbloggedbands .section {
  background: transparent;
}
#sxsw2016 #content-left.mostbloggedbands .section-player {
  padding-left: 122px;
  margin-top: 3px;
}
#sxsw2016 #content-left.mostbloggedbands p {
  display: none;
}
#sxsw2016 #content-left.mostbloggedbands .section h3 {
  color: #222222;
}
#sxsw2016 #content-left.mostbloggedbands .section h3 .remix-count,
#sxsw2016 #content-left.mostbloggedbands .section h3 .remix-link {
  color: #bfe7f9;
}
#sxsw2016 #content-left.mostbloggedbands .section h2 {
  padding: 30px 5px 0 0;
}
#sxsw2016 #content-left.mostbloggedbands .section h2 span {
  background: #BFE7F9;
  color: #222222;
  font-size: 30px;
  line-height: 34px;
  width: 100px;
  display: inline-block;
  text-align: center;
  padding: 5px 0 3px;
  margin: 0 15px 0 0;
  position: relative;
  top: -3px;
}
#sxsw2016 #content-left.mostbloggedbands .section h2 a {
  line-height: 34px;
  margin-left: 0;
  font-size: 40px;
}
#sxsw2016 #content-left.mostbloggedbands .section .no_track {
  height: 30px;
  display: block;
  padding: 20px 10px 10px 123px;
  font-size: 16px;
}
#sxsw2016 #content-left.mostbloggedbands .blog-blurb {
  display: block;
  float: left;
  width: 580px;
  background: #BFE7F9;
  color: #222222;
  margin: 0;
  font-style: italic;
  font-size: 18px;
  min-height: 83px;
  padding: 10px;
}
#sxsw2016 #content-left.mostbloggedbands .blog-blurb a {
  font-style: normal;
  color: #222222;
}
#sxsw2016 #content-left.mostbloggedbands .speech-arrow {
  display: block;
  float: left;
  /*background: url(//static.hypem.com/images/speech_arrow.png) no-repeat;*/
  width: 20px;
  height: 50px;
  margin: 10px 0 0;
}
#sxsw2016 #content-left.mostbloggedbands .section {
  margin: 0 0 20px;
  padding: 0;
  border-top: none;
}
#sxsw2016 #content-left.mostbloggedbands .section .tools {
  top: -7px;
}
#sxsw2016 #content-left.mostbloggedbands .section.even {
  background: transparent;
}
#sxsw2016 #content-left.mostbloggedbands .section-track.haarp-active {
  background-color: #a7dcf3;
}
#sxsw2016 #content-left.mostbloggedbands .section .tools .play-ctrl:hover {
  background-color: #a7dcf3;
}
#sxsw2016 #content-left.mostbloggedbands .track-info {
  margin-top: 10px;
  padding-left: 128px;
}
#sxsw2016 #content-left.mostbloggedbands a.fav-off,
#sxsw2016 #content-left.mostbloggedbands a.favcount-off {
  color: #bfe7f9;
}
#sxsw2016 #content-left.mostbloggedbands h3 a {
  color: #222222;
}
#sxsw2016 #content-left #loved-tracks {
  text-align: left;
  width: 728px;
  margin: 0 auto;
}
#sxsw2016 #content-left .blogs-picked-item {
  float: left;
}
#sxsw2016 #content-left .blogs-picked-item img {
  width: 100px;
  height: 100px;
  border: 1px solid #4A8083;
}
#sxsw2016 #content-left #loved-tracks h1 {
  font-size: 38px;
  line-height: 36px;
  margin: 60px 0 10px;
  font-family: 'DINWeb-Medium';
}
#sxsw2016 #content-left #loved-tracks h1 span {
  font-size: 24px;
}
#sxsw2016 #content-left .hh_share .icon-facebook,
#sxsw2016 #content-left .hh_share .icon-twitter {
  font-size: 67px;
  position: relative;
  color: #000000;
  display: inline-block;
  line-height: 97px;
  margin-left: 5px;
  top: -10px;
}
#sxsw2016 #content-left .hh_share a:hover {
  color: #ffffff;
}
#sxsw2016 #content-left #show_earlier {
  font-size: 28px;
  font-family: 'DINWeb-Medium';
  padding: 25px 10px 20px 20px;
  border-radius: 5px;
  background-color: #cccccc;
  color: white;
  display: block;
  width: 390px;
  margin: 40px auto 60px;
}
