/*

    zoya's awesome icon font

    structure stolen from:
    https://github.com/FortAwesome/Font-Awesome/blob/master/less/font-awesome.less

    ?z=1 to refresh cache

*/
@font-face {
    font-family: "machine_bitsregular";
    src: url('/fonts/machinebits-regular-webfont.eot');
    src: url('/fonts/machinebits-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/machinebits-regular-webfont.woff') format('woff'),
         url('/fonts/machinebits-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "machine_bitsregular";
    font-weight: normal;
    font-style: normal;
    display: block;
    text-decoration: inherit;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    &:hover {
        cursor: pointer;
        text-decoration: none;
    }
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

.icon-twitter:before     { content:  "t"; }
.icon-facebook:before    { content:  "f"; }
.icon-tumblr:before      { content:  "b"; }
.icon-lastfm:before      { content:  "!"; }
.icon-sc:before          { content:  "@"; }

.icon-play:before        { content:  "x"; }
.icon-pause:before       { content:  "z"; }

.icon-next:before        { content:  "k"; }
.icon-previous:before    { content:  "j"; }

.icon-favorite:before    { content:  "l"; }

.icon-volume:before      { content:  "s"; }

.icon-plus:before        { content:  "+"; }
.icon-minus:before       { content:  "-"; }

.icon-up:before          { content:  "u"; }
.icon-right:before       { content:  "r"; }
.icon-down:before        { content:  "d"; }
.icon-left:before        { content:  "l"; }

.icon-apple:before       { content:  "a"; }
.icon-spotify:before     { content:  "S"; }
.icon-android:before     { content:  "7"; }
.icon-windows:before     { content:  "8"; }

.icon-heart-bubble:before { content: "0"; }


/* end pasted code */

@font-face {
  font-family: "DINBoldRegular";
  src: url("/fonts/DINWeb-Medium.eot");
}
@font-face {
  font-family: "DINBoldRegular";
  src: url("/fonts/DINWeb-Medium.woff") format("woff");
}
* {
  margin: 0px;
  padding: 0px;
}
html {
  padding-top: 45px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: black;
  width: 100%;
  overflow-x: hidden;
  font-family: helvetica, arial, sans-serif;
}
a img {
  border: none;
}
a:link, a:visited {
  color: black;
}
a.rsvp {
  background-color: black;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0px 15px;
  border: 1px solid black;
}
a.rsvp:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.side a.rsvp:hover {
  text-decoration: none
}
.night a.rsvp {
  background-color: white;
  color: black;
}
.night a.rsvp:hover {
  background-color: black;
  color: white;
}
#logo {
  background: url(/images/logo.png) left top no-repeat;
  display: block;
  height: 28px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 222px;
}
.bigblock {
  width: 100%;
  text-align: center;
}
#top {
  z-index: 20;
  background-color: white;
  background-image: url('/images/sxsw2013/first_pattern.png');
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
#info {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: DINBoldRegular;
}
#even-more-info {
  margin: 50px auto;
  max-width: 800px;
}
#even-more-info p {
  font-size: 22px;
  margin: 20px 0px;
}
#sponsors .line {
  margin: 10px auto;
}
.polka {
  background-image: url('/images/sxsw2013/first_pattern.png');
  position: absolute;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
}
#polka {
  height: 3000px;
  left: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#featuring {
  z-index: 20;
  position: relative;
  padding-bottom: 1px;
  border-top: 1px solid black;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkYGD4DwRACgEYQSKMjIwgGbgoWBDEQ5aACyJLoAjCJABkfRz1at/AewAAAABJRU5ErkJggg==) repeat;
}
#header-image {
  margin: 0px auto;
  margin-bottom: 50px;
  z-index: 20;
  position: relative;
}
#header-text {
  font-weight: bold;
  background-color: white;
  margin: 0px auto;
  padding: 20px 0px;
  width: 100%;
  text-transform: uppercase;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 20px;
  margin-bottom: 80px;
  position: relative;
  z-index: 20;
}
#header-text span {
  margin: 0px 10px;
}
#blogs {
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  margin: 100px 0px;
  position: relative;
  z-index: 20;
}
#blog-images {
  width: 683px;
  position: relative;
  margin-top: 20px;
}
#blog-images img {
  float: left;
}
#blog-images .lay {
  position: absolute;
}
#blog-images .lay-1 {
  left: 77px;
  top: 60px;
}
#blog-images .lay-2 {
  left: 347px;
  top: 60px;
}
#as-presented-by, #location-title {
  color: black;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
  font-family: DINBoldRegular;
}
#location-title {
  padding-top: 30px;
}
#where-to {
  padding: 30px 0px;
  width: 750px;
  margin: 0px auto;
}
#map img {
  float: left;
  width: 480px;
}
#address {
  text-align: left;
  float: left;
  width: 220px;
  margin-left: 50px;
  margin-top: -20px;
  font-size: 21px;
}
#address p {
  margin: 20px auto;
}
#schedule-title {
  font-size: 36px;
  text-transform: uppercase;
  height: 120px;
  line-height: 129px;
  background-color: black;
  color: black;
  border-bottom: 1px solid black;
  font-family: DINBoldRegular;
  margin-bottom: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2P8DwQMaICRyoKMjIwMALcvE/X5rmflAAAAAElFTkSuQmCC) repeat;
}
#schedule {
  width: 1050px;
  margin: 0px auto;
  padding-bottom: 3px;
}
#playlist {
  padding: 60px 0px;
  position: relative;
  background-color: white;
  z-index: 2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkYGD4DwRACgEYQSKMjIwgGbgoWBDEQ5aACyJLoAjCJABkfRz1at/AewAAAABJRU5ErkJggg==) repeat;
  background-position: 1  2;
  border-bottom: 1px solid black;
  margin-top: -6px;
}
#playable-schedule {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  text-transform: uppercase;
  background-color: black;
  color: white;
  font-family: DINBoldRegular;
  text-decoration: none;
}
#playable-schedule:hover {
  background-color: white;
  color: black;
}
#schedule .part {
  margin-bottom: 50px;
  width: 400px;
  padding-left: 60px;
  float: left;
  position: relative;
}
#schedule .part.left {
  margin-right: 50px;
}
#schedule .part .date {
  height: 60px;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 55px;
  color: white;
  background-color: black;
  font-size: 42px;
  width: 60px;
}
#schedule .part .num {
    font-family: DINBoldRegular;
}
#schedule .part:not(.just-night) .side {
  min-height: 198px;
}
#schedule .part .date .month {
  font-size: 14px;
  position: absolute;
  text-align: center;
  bottom: 22px;
  height: 14px;
  display: block;
  width: 100%;
}
#schedule .part .band {
  margin: 15px 0px;
  font-size: 18px;
  border-bottom: 1px dotted black;
}
#schedule .part .side.night .band {
  border-bottom: 1px dotted white;
}
.row-1 .side {
  height: 180px;
}
.row-2 .side {
  height: 380px;
}
.row-3 .side {
  height: 503px;
}
.row-4 .side {
  height: 458px;
}
#schedule .row-4 .part {
  margin-bottom: 0px;
}
.side a {
  text-decoration: none;
}
.side a:hover {
  text-decoration: underline;
}
.party {
  font-weight: bold;
  border-bottom: 1px dashed black;
}
.events .side {
  width: 198px;
  float: left;
  position: relative;
}
.events .side .rsvp-link {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.events .side p {
  margin: 15px auto;
}
.events .side.day {
  background-color: white;
  border: 1px solid black;
}
.events .side.night {
  border: 1px solid black;
  background-color: white;
  border-left: none;
  width: 199px;
}
.events .side .title {
  text-transform: uppercase;
  font-size: 24px;
  height: 58px;
  line-height: 62px;
  border-bottom: 1px solid black;
}
.events .side.night .title {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2P8DwQMaICRyoKMjIwMALcvE/X5rmflAAAAAElFTkSuQmCC) repeat;
}
#schedule .part .events .band.last {
  border-bottom: none;
  margin-bottom: 0px;
}
.part.just-night .side {
  width: 100%;
  border-left: 1px solid black;
}
#location {
  z-index: 20;
  position: relative;
  background-color: white;
}
#rsvp {
  height: 1500px;
  background-image: url('/images/sxsw2013/first_pattern.png');
  border-top: 1px solid black;
  position: relative;
}
#register-title {
  font-family: DINBoldRegular;
  font-size: 45px;
  font-weight: bold;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#register-title:hover {
  background-color: white;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.reg {
  position: fixed;
}
.reg.tl {
  top: 0px;
  left: 0px;
}
.reg.tr {
  top: 0px;
  right: 0px;
}
.reg.bl {
  left: 0px;
  bottom: 0px;
}
.reg.br {
  right: 0px;
  bottom: 0px;
}
#register-title {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  background-color: black;
  width: 100%;
  text-align: center;
  color: white;
  position: fixed;
  top: 50%;
  line-height: 88px;
  margin-top: -30px;
}
#menu {
  background-color: black;
  color: #fff;
  height: 45px;
  line-height: 45px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px;
  font-family: DINBoldRegular;
}
#menu .track {
  font-size: 0px;
  margin: 0px auto;
  width: 800px;
  height: 45px;
  position: absolute;
  right: 0px;
}
#menu .track a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  width: 160px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
#menu .triangle {
  border-left: 80px solid transparent;
  border-top: 35px solid black;
  border-right: 80px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 45px;
}
#poweredby {
  background-color: #FFFFFF;
  width: 200px;
  height: 81px;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  bottom: 20px;
  padding: 10px;
}
#box{position: absolute; font-size:13px;text-align:left;z-index:10000 !important;border:3px solid #111;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#ffffff;}
#boxContents{overflow:hidden;background-image:url(/images/iframe-loader.gif);background-repeat:no-repeat;background-position:center;height:100%;}
#box #close{cursor:pointer;position:absolute;right:10px;top:8px;z-index:9999;}
#share-this {
  position: fixed;
  left: 50%;
  margin-left: -201px;
  top: 65px;
  width: 400px;
  background-color: white;
  color: black;
  font-size: 18px;
  padding: 10px 0px;
}
#share-this span {
  position: relative;
  top: -8px;
  left: -6px;
}
#share-this .icon-twitter, #share-this .icon-facebook {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}
#share-this .follow-us:hover {
  text-decoration: none;
}
iframe {
    border: none;
    overflow-x:hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.events .side .required {
  font-size: 11px;
  font-weight: bold;
  display: block;
  border: 1px dotted black;
  padding: 5px;
  width: 120px;
  margin-top: auto;
  margin-left: auto;
  background-color: white;
}

.bands {
/*  text-align:left; */
}
.events .bands p {
  /*margin: 0px 0px 10px 15px;*/
  font-size: 14px;
}

#newstar-wrap {
  position: relative;
}
#newstar {
  background-color: black;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 312px;
  left: 0px;
  top: -30px;
  height: 25px;
  line-height: 27px;
  border-radius: 5px;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


.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%;
}

@media screen and (max-width: 900px) {
  #schedule {
    width: 460px;
  }
  #menu {
    display: none;
  }
  html {
    padding-top: 0px;
  }
}
