/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: white;
  color: black;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  }

#floater	{position: relative; height: 1px; top: 50%;}

a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: yellow;
  color: black; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Titillium Web", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

#body {
  overflow: hidden; }

nav#header {
  background-image: linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -o-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -moz-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -webkit-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -ms-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.24, #ef8a06), color-stop(0.62, #ffb700));
  color: white;
  height: 3.3em;
  padding: 0 1em 1.6em; }
  nav#header div.wrapper {
    margin: 0 auto 0 auto;
    width: 90%; }
    nav#header div.wrapper div#bandtastic_logo {
      float: left;
      padding: 0.9em 0; }
      nav#header div.wrapper div#bandtastic_logo img {
        width: 200px; }
    nav#header div.wrapper div#login {
      float: right;
      padding: 0.5em 1em; }
    nav#header div.wrapper div#city {
      background-color: 424242;
      float: right;
      margin-right: 1em;
      padding: 1em; }
      nav#header div.wrapper div#city h5 {
        margin: 0.5em 1em; }
      nav#header div.wrapper div#city span {
        font-size: 0.7em;
        margin-left: 1.7em; }

div#conciertos_actuales{
  padding: .1em;
  background-color: #e74c3c;
  color: #fff;
  text-align: center;
}

div#conciertos_actuales h3{
  font-size: 2em;
  font-weight: 700;
}

div#conciertos_actuales span{
  font-weight: 300;
}

div#conciertos_actuales a{
  color: white;
  text-decoration: none;
}

div#conciertos_actuales a:hover{
  color: #720c0c;
}


div#request_band {
  text-align: center;
  width: 100%; }
  div#request_band a {
    color: #424242;
    font-style: italic;
    text-decoration: none; }
  div#request_band form.big_input input {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 1.5em;
    font-family: "Titillium Web", sans-serif;
    padding: 0.75em 1em;
    width: 20em; }
  div#request_band h2 {
    font-size: 1.7em;
    font-weight: 300;
    padding: 2em 0 1em 0; }

div#how_does_it_work {
  text-align: center; }
  div#how_does_it_work h4 {
    padding: 2em 0 0; }
  div#how_does_it_work .arrow_down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
    z-index: 1; }
  div#how_does_it_work #video {
    background-color: #424242;
    height: 36.4em;
    margin-top: -1.2em;
    width: 100%; }

div#popular_bands {
  background-color: #eaeaea;
  text-align: center; }
  div#popular_bands div.wrapper {
    margin: 0 auto 0 auto;
    width: 90%; }
  div#popular_bands h2 {
    background-color: #eaeaea;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    padding: 1.5em; }
  div#popular_bands div#wanted_reel {
    height: 220px;
    overflow: hidden;
    width: 100%; }
    div#popular_bands div#wanted_reel img {
      width: 100%; }
    div#popular_bands div#wanted_reel .band {
      float: left;
      height: 100%;
      width: 20%; }
    div#popular_bands div#wanted_reel div#band_1 {
      background-color: #c0322e; }
    div#popular_bands div#wanted_reel div#band_2 {
      background-color: #5bb774; }
    div#popular_bands div#wanted_reel div#band_3 {
      background-color: #4a9446; }
    div#popular_bands div#wanted_reel div#band_4 {
      background-color: #eb5833;
      position: relative; }
      div#popular_bands div#wanted_reel div#band_4 a {
        background-color: #ffb500;
        padding: 2.5em;
        width: 40%; }
    div#popular_bands div#wanted_reel div#band_5 {
      background-color: #c49a6c; }
  div#popular_bands h3 {
    background-color: #eaeaea;
    font-weight: 300;
    margin: 0;
    padding: 3em; }
    div#popular_bands h3 input#band2 {
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      font-size: 0.7em;
      font-family: "Titillium Web", sans-serif;
      padding: 1.15em;
      width: 22.894em; }

div#last_shows {
  text-align: center; }
  div#last_shows h3 {
    font-size: 2em;
    font-weight: 300;
    padding: 0.5em; }
  div#last_shows div#successful_reel {
    height: 215px;
    width: 150%; }
    div#last_shows div#successful_reel .band {
      float: left;
      height: 215px;
      position: relative;
      width: 215px; }
    div#last_shows div#successful_reel div#band_6 {
      background-color: #c0322e; }
    div#last_shows div#successful_reel div#band_7 {
      background-color: #5bb774; }
      div#last_shows div#successful_reel div#band_7.active:after {
        border: solid transparent;
        border-color: rgba(91, 183, 116, 0);
        border-top-color: #5bb774;
        border-width: 30px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -30px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        width: 0; }
    div#last_shows div#successful_reel div#band_8 {
      background-color: #4a9446; }
    div#last_shows div#successful_reel div#band_9 {
      background-color: #eb5833; }
    div#last_shows div#successful_reel div#band_10 {
      background-color: #c49a6c; }
    div#last_shows div#successful_reel div#band_11 {
      background-color: #c0322e; }
    div#last_shows div#successful_reel div#band_12 {
      background-color: #5bb774; }
  div#last_shows div#successful_video {
    background-color: #424242;
    height: 36.4em;
    width: 100%; }

div#on_the_interwebz {
  background-color: #ebeced;
  padding: 3em 2.5em; }
  div#on_the_interwebz .tweet {
    margin: 0 auto 0 auto;
    width: 52%; }
    div#on_the_interwebz .tweet p {
      font-size: 1.1em; }
    div#on_the_interwebz .tweet a {
      color: #424242;
      font-weight: 700;
      text-decoration: none; }
    div#on_the_interwebz .tweet #tweet_user_picture {
      background-color: #4a9446;
      border-radius: 50px;
      float: left;
      height: 100px;
      width: 100px; }
    div#on_the_interwebz .tweet div#tweet_text {
      float: left;
      margin: 0 2em;
      text-align: left;
      width: 450px; }
    div#on_the_interwebz .tweet div#tweet_info {
      color: #656668;
      font-size: 0.9em;
      margin: 0 2.6em;
      text-align: right; }

div#on_the_news {
  height: 220px;
  text-align: center; }
  div#on_the_news h3 {
    font-size: 1.3em;
    font-weight: 300;
    padding: 1.5em 0;
    text-transform: uppercase; }
  div#on_the_news div.wrapper {
    margin: 0 auto 0 auto;
    width: 90%; }
  div#on_the_news .news {
    float: left;
    width: 20%; }
    div#on_the_news .news img {
      width: 170px; }

div#footer {
  background-color: #424242;
  color: white;
  padding: 6em;
  text-align: center; }

div#slides {
  display: none; }

div#body {
  height: 100%; }

nav#header_landing {
  background-image: linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -o-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -moz-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -webkit-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -ms-linear-gradient(left top, #ef8a06 24%, #ffb700 62%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.24, #ef8a06), color-stop(0.62, #ffb700));
  color: white;
  padding: 1em; }
  nav#header_landing div.wrapper {
    margin: 0 auto 0 auto;
    width: 80%; }
    nav#header_landing div.wrapper div#bandtastic_logo {
      padding: 2em;
      text-align: center; }
      nav#header_landing div.wrapper div#bandtastic_logo img {
        width: 40%;
        min-width: 280px; }

div#landing {
  background: #424242 url('images/soviet-soviet.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto; }
  #next_big {
    width: 90%;
    margin: 0 auto;
    font-size: 3.8em;
    font-weight: 100;
    line-height: 1.1em;
    color: white;
    position: relative;
    bottom: 230px;
    height: 80px;
    text-shadow: 0 0 0.2em #424242; }

footer.links {
  background-color: black;
  opacity: 0.7;
  text-align: center;
  color: white;
  position: fixed;
  padding: 1em;
  bottom: 0;
  width: 100%; }
  footer.links a {
    color: white;
    text-decoration: none; }
  footer.links a:hover {
    color: #ffb500; }
