/*---------------------------------------------------
    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 */
#sxsw2014_wrap #content-right #tour-dates {
  background: none;
  border: none;
}
#sxsw2014_wrap #content-right #tour-dates ul li a {
  border-bottom: 1px solid #eee;
}
#sxsw2014_wrap #content-right #tour-dates ul li a .city {
  background: #eee;
  padding: 0 5px;
}
#sxsw2014_wrap #container {
  background-color: #ffffff;
}
#sxsw2014_wrap #zindex {
  width: 462px;
  margin: 0 auto;
  display: block;
}
#sxsw2014_wrap #zindex .zlogo {
  margin: 0 auto;
  width: 433px;
  display: block;
}
#sxsw2014_wrap #zindex .navigation {
  margin: 20px auto;
  width: 462px;
  font-size: 0;
  text-align: center;
}
#sxsw2014_wrap #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;
}
#sxsw2014_wrap #zindex .navigation a.artists {
  background-position: 0 -1px;
  margin-top: 14px;
}
#sxsw2014_wrap #zindex .navigation a.artists:hover {
  background-position: bottom left;
}
#sxsw2014_wrap #zindex .navigation a.tracks {
  background-position: 155px -1px;
  margin-top: 14px;
}
#sxsw2014_wrap #zindex .navigation a.tracks:hover {
  background-position: bottom right;
}
#sxsw2014_wrap #zindex .navigation a.tumblr {
  background-image: url("/images/zeitgeist2012/albums.png");
  height: 129px;
  background-position: top left;
  width: 147px;
  margin-top: 14px;
}
#sxsw2014_wrap #zindex .navigation a.tumblr:hover {
  background-position: bottom left;
}
#sxsw2014_wrap #zindex .copy {
  width: 340px;
  font-size: 18px;
  border: 5px solid #222222;
  margin: 40px auto;
  padding: 10px;
}
#sxsw2014_wrap #zindex .share {
  font-size: 24px;
  height: 24px;
  line-height: 1em;
  margin: 40px auto;
  text-align: center;
}
#sxsw2014_wrap #zindex .share a {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#sxsw2014_wrap #zindex .share a:hover {
  color: #222222;
}
#sxsw2014_wrap #zheader {
  position: relative;
  margin: 60px 0;
}
#sxsw2014_wrap #zheader .navigation {
  position: absolute;
  right: 0;
  top: 0;
}
#sxsw2014_wrap #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;
}
#sxsw2014_wrap #zheader .navigation a.artists {
  background-position: top left;
}
#sxsw2014_wrap #zheader .navigation a.artists:hover {
  background-position: 0 -46px;
}
#sxsw2014_wrap #zheader .navigation a.tracks {
  background-position: top right;
}
#sxsw2014_wrap #zheader .navigation a.tracks:hover {
  background-position: 132px -46px;
}
#sxsw2014_wrap #zmixes h3 {
  font-size: 18px;
  margin: 60px 0;
}
#sxsw2014_wrap #zmixes li {
  width: 688px;
  padding: 5px 23px 20px 328px;
  position: relative;
  margin: 60px 0;
}
#sxsw2014_wrap #zmixes li .album-art {
  left: 21px;
  top: 3px;
  position: absolute;
  width: 284px;
  height: 284px;
  background-color: #efefef;
}
#sxsw2014_wrap #zmixes li .album-art img {
  width: 284px;
  height: 284px;
}
#sxsw2014_wrap #zmixes li .buy-links p {
  text-align: right;
  font-size: 18px;
}
#sxsw2014_wrap .item-block {
  position: relative;
  /*margin-top: @space-large;*/
}
#sxsw2014_wrap .item-block h2 {
  font-weight: bold;
  color: #222222;
  font-size: 30px;
}
#sxsw2014_wrap .item-block h2 .ranking {
  color: #999999;
}
#sxsw2014_wrap .item-block h2 a {
  color: #222222;
}
#sxsw2014_wrap .item-block h3.album {
  font-size: 26px;
  margin-bottom: 0;
}
#sxsw2014_wrap .item-block h3.album a {
  color: #222222;
}
#sxsw2014_wrap .item-block .details {
  width: 623px;
  min-height: 106px;
  padding-top: 18px;
}
#sxsw2014_wrap .item-block .credits {
  font-size: 20px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#sxsw2014_wrap .item-block .share {
  position: absolute;
  right: 0;
  top: 13px;
  bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
#sxsw2014_wrap .item-block .share a {
  display: inline-block;
  position: relative;
  top: 5px;
  color: #222222;
}
#sxsw2014_wrap .item-block .share a:hover {
  color: #222222;
}
#sxsw2014_wrap .item-block .released {
  font-style: italic;
  color: #999999;
  font-weight: normal;
  letter-spacing: normal;
}
#sxsw2014_wrap .item-block .icon-heart-bubble {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
  top: 3px;
  color: #222222;
}
#sxsw2014_wrap .item-block .icon-heart-bubble:hover {
  color: #222222;
}
#sxsw2014_wrap .play-track {
  position: absolute;
  right: 0;
  top: 771px;
  background-color: #efefef;
  padding: 0 20px;
  width: 385px;
  height: 100px;
  display: inline-block;
}
#sxsw2014_wrap .play-track .icon-play {
  position: absolute;
  right: 20px;
  top: 45%;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-top: -5px;
}
#sxsw2014_wrap .play-track .track-num {
  font-size: 14px;
}
#sxsw2014_wrap .play-track h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
#sxsw2014_wrap .play-track a:hover h4 {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#sxsw2014_wrap #phonograph {
  display: none;
}
#sxsw2014_wrap .paginator {
  border-top: none;
}
#sxsw2014_wrap .paginator a {
  font-size: 36px;
  line-height: 72px;
}
#sxsw2014_wrap #container {
  background-color: #000000;
}
#sxsw2014_wrap #header {
  background-color: #000000;
  border: none;
}
#sxsw2014_wrap {
  /* instaview */
}
#sxsw2014_wrap #content {
  display: block;
}
#sxsw2014_wrap #top-notice.disabled,
#sxsw2014_wrap #top-notice.enabled {
  display: none;
}
#sxsw2014_wrap #container {
  width: 100%;
}
#sxsw2014_wrap #content-wrapper {
  margin-top: 0;
}
#sxsw2014_wrap #player-container {
  display: none;
}
#sxsw2014_wrap #header #logo-txt {
  color: #ffffff;
}
#sxsw2014_wrap #content-left.sxsw_wrap {
  margin: 130px auto 0;
  float: none;
  min-height: 150px;
  width: auto;
}
#sxsw2014_wrap .hh_header {
  margin-top: 45px;
  text-align: center;
}
#sxsw2014_wrap .hh_header #hh_logo {
  width: 759px;
  height: 440px;
  position: relative;
  margin: 0 auto;
  background: url("/images/sxsw2014/wrap_header.png") no-repeat scroll center 0;
}
#sxsw2014_wrap .hh_header #hh_logo a {
  position: absolute;
  display: block;
}
#sxsw2014_wrap .hh_header h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: DINWeb-Medium;
  margin-top: 30px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
#sxsw2014_wrap .hh_header h3 span {
  font-size: 28px;
}
#sxsw2014_wrap .hh_header #main_sponsors {
  background: url("/images/sxsw2014/wrap_main_sponsors.png") no-repeat scroll center 0;
  width: 397px;
  height: 298px;
  position: relative;
  margin: 40px auto 0;
}
#sxsw2014_wrap .hh_header #main_sponsors a {
  position: absolute;
  display: block;
  /*border:1px solid #f00;*/
}
#sxsw2014_wrap .hh_header #addtl_sponsors {
  background: url("/images/sxsw2014/wrap_addtl_sponsors.png") no-repeat scroll center 0;
  width: 538px;
  height: 93px;
  position: relative;
  margin: 30px auto 0;
}
#sxsw2014_wrap .hh_header #addtl_sponsors a {
  position: absolute;
  display: block;
  /*border:1px solid @machine-green;*/
}
#sxsw2014_wrap .artistgriditem {
  font-family: DINWeb-Medium;
  padding: 15px 20px 10px 15px;
  float: left;
  font-size: 24px;
  color: #ffffff;
  background-color: #111111;
}
#sxsw2014_wrap .artistgriditem:hover {
  color: #222222;
  background-color: #ffffff;
  text-decoration: none;
}
#sxsw2014_wrap .content_unit {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
#sxsw2014_wrap .content_unit_images {
  font-size: 0;
}
#sxsw2014_wrap .sxsw_wrap h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 10px 0;
  font-family: DINWeb-Medium;
  color: #ffffff;
}
#sxsw2014_wrap .sxsw_wrap p {
  color: #dedede;
  font-size: 18px;
}
#sxsw2014_wrap .sxsw_wrap p a {
  color: #ffffff;
  font-weight: bold;
}
#sxsw2014_wrap #container-bg {
  content: "";
  background: url("/images/sxsw2014/wrap_bg_color.jpg") fixed center -475px no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#sxsw2014_wrap #player-inner {
  border-bottom: none;
}
#sxsw2014_wrap .video-item {
  float: left;
  position: relative;
  display: block;
}
#sxsw2014_wrap .video-item,
#sxsw2014_wrap .video-item img {
  width: 340px;
  height: 191px;
  display: block;
}
#sxsw2014_wrap .video-item.medium,
#sxsw2014_wrap .video-item.medium img {
  width: 204px;
  height: 115px;
  display: block;
}
#sxsw2014_wrap .image-item {
  float: left;
  position: relative;
}
#sxsw2014_wrap .image-item.featured,
#sxsw2014_wrap .image-item.featured img {
  width: 340px;
  height: 227px;
}
#sxsw2014_wrap .image-item.medium,
#sxsw2014_wrap .image-item.medium img {
  width: 204px;
  height: 136px;
}
#sxsw2014_wrap .image-item.small,
#sxsw2014_wrap .image-item.small img {
  width: 113px;
  height: 75px;
}
#sxsw2014_wrap .video-item a span.icon-play {
  position: absolute;
  top: 80px;
  left: 145px;
  font-size: 50px;
  opacity: 1;
  display: block;
  color: #ffffff;
  opacity: 0;
}
#sxsw2014_wrap .video-item a:hover {
  text-decoration: none;
}
#sxsw2014_wrap .video-item a:hover span.icon-play {
  opacity: 1;
}
#sxsw2014_wrap .video-item.medium a span.icon-play {
  font-size: 30px;
  top: 50px;
  left: 85px;
}
#sxsw2014_wrap .icon-play:before {
  content: "x";
}
#sxsw2014_wrap .video-item .video-desc {
  font-family: DINWeb-Medium;
  position: absolute;
  bottom: 0;
  font-size: 21px;
  color: #ffffff;
  display: block;
  padding: 5px;
}
#sxsw2014_wrap .video-item.medium .video-desc {
  font-size: 13px;
}
#sxsw2014_wrap #hh-wrap-header {
  display: block;
}
#sxsw2014_wrap #hh-wrap-header #wrap_title {
  line-height: 18px;
  font-size: 25px;
  font-family: DINWeb-Medium;
  padding: 14px 0 0;
  display: inline-block;
  color: #ffffff;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu {
  margin-left: 15px;
  float: right;
  line-height: 18px;
  background-color: #111111;
  font-size: 25px;
  padding: 14px 0 0;
  font-family: DINWeb-Medium;
  display: block;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu a {
  margin: 0 20px 0 0;
  color: #ffffff;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu:hover {
  text-decoration: none;
  color: #83c441;
}
#sxsw2014_wrap #hh-wrap-header #wrap_menu #player-inner #player-controls {
  float: left;
  background: #111111;
}
#sxsw2014_wrap #wrap_about {
  margin-top: 200px;
}
#sxsw2014_wrap #wrap_about p {
  width: 600px;
  float: left;
}
#sxsw2014_wrap #wrap_about img {
  margin: 0 0 0 30px;
  float: left;
}
#sxsw2014_wrap #wrap_artists p {
  margin-bottom: 30px;
}
#sxsw2014_wrap #artistgrid {
  margin-left: -15px;
}
#sxsw2014_wrap #wrap_thanks {
  margin-bottom: 100px;
}
#sxsw2014_wrap .img_area {
  width: 455px;
  float: left;
}
#sxsw2014_wrap .img_unit {
  float: left;
  margin: 3px;
}
#sxsw2014_wrap .img_unit p {
  font-size: 11px;
}
#sxsw2014_wrap .img_unit img {
  width: 8px;
  height: 8px;
}
#sxsw2014_wrap .img_unit a {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
}
#sxsw2014_wrap .full_display {
  float: left;
  position: relative;
  display: block;
}
#sxsw2014_wrap .full_img {
  width: 530px;
  height: 530px;
  color: #ffffff;
}
#sxsw2014_wrap .full_img_gray {
  width: 530px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222222;
  opacity: 0.7;
}
#sxsw2014_wrap .full_img_info {
  width: 510px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
}
#sxsw2014_wrap .hh_share {
  text-align: center;
  position: relative;
  margin: 90px auto 60px;
  width: 490px;
  height: 100px;
}
#sxsw2014_wrap .hh_share a:hover {
  color: #83c441;
}
#sxsw2014_wrap .hh_share .icon-facebook,
#sxsw2014_wrap .hh_share .icon-twitter {
  font-size: 73px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  line-height: 97px;
  margin-left: 9px;
}
