/* Proxima Nova Alt */
/* Proxima Nova Alt Extra Condensed */
body, html {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000;
  font-family: "proxima-nova-alt";
  font-weight: 400;
}

.section {
  margin: 120px auto;
  width: 970px;
}

#cover, #scene {
  width: 100%;
}

.center {
  width: 970px;
  margin: 0 auto;
}

a {
  color: #fff;
  text-decoration: none;
}

/* webkit animations */
@-webkit-keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
  }
}

@-webkit-keyframes helicopter {
  0%, 100% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@-webkit-keyframes ripples {
  0% {
    -webkit-transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-14px);
  }
}

@-webkit-keyframes water {
  0%, 100% {
    opacity: .25;
  }

  50% {
    opacity: .75;
  }
}

@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes skew {
  0%, 100% {
    -webkit-transform: skew(5deg, 0) scale(1, 1);
  }

  50% {
    -webkit-transform: skew(-5deg, 0) scale(1, 1);
  }
}

/* moz animations */
@-moz-keyframes bob {
  0%, 100% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(-20px);
  }
}

@-moz-keyframes helicopter {
  0%, 100% {
    -moz-transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(-5px);
  }
}

@-moz-keyframes ripples {
  0% {
    -moz-transform: translateX(0px);
  }

  100% {
    -moz-transform: translateX(-14px);
  }
}

@-moz-keyframes water {
  0%, 100% {
    opacity: .25;
  }

  50% {
    opacity: .75;
  }
}

@-moz-keyframes spin-1 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-moz-keyframes spin-2 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes skew {
  0%, 100% {
    -moz-transform: skew(5deg, 0) scale(1, 1);
  }

  50% {
    -moz-transform: skew(-5deg, 0) scale(1, 1);
  }
}

#scene {
  position: relative;
  /* top: 0; */
  /* left: 50%; */
  width: 1200px;
  height: 900px;
  /* margin-left: -600px; */
  background: #adc9c4;
}
#scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#scene img, #scene svg, #scene object, #scene embed {
  position: absolute;
  top: 0;
  left: 0;
}
#scene .bob-1, #scene .bob-2, #scene .bob-3, #scene .bob-4 {
  -webkit-animation: bob 10s infinite ease-in-out;
  -moz-animation: bob 10s infinite ease-in-out;
}
#scene .bob-2 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
#scene .bob-3 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
}
#scene .bob-4 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
}
#scene .helicopter {
  -webkit-animation: helicopter 5s infinite ease-in-out;
  -moz-animation: helicopter 5s infinite ease-in-out;
}
#scene .ripples {
  overflow: hidden;
}
#scene .ripples img {
  -webkit-animation: ripples 1s infinite linear;
  -moz-animation: ripples 1s infinite linear;
}
#scene .water {
  -webkit-animation: water 1s infinite linear;
  -moz-animation: water 1s infinite linear;
}
#scene .spin-1 {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: spin-1 3s infinite linear;
  -moz-transform-origin: 50% 50%;
  -moz-animation: spin-1 3s infinite linear;
}
#scene .spin-2 {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: spin-2 10s infinite linear;
  -moz-transform-origin: 50% 50%;
  -moz-animation: spin-2 10s infinite linear;
}
#scene .skew {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: skew 3s infinite ease-in-out;
  -moz-transform-origin: 50% 0%;
  -moz-animation: skew 3s infinite ease-in-out;
}

.with-parallax #scene * {
  -webkit-backface-visibility: hidden;
}

.temp {
  height: 1200px;
}

#cover-shadow {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.converse-ad {
  position: relative;
  width: 1050px;
  height: 525px;
  overflow: hidden;
}
.converse-ad img {
  position: absolute;
  border: 0;
}

.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%;
}

#list-200 {
  /* roughly set 1em == 10px */
  /* font-size: 62.5%; */
  width: 100%;
}
#list-200 #list-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  font-family: "proxima-nova-alt-ext-cond";
  background: #000;
  width: 970px;
}
#list-200 #list-title h1 {
  font-size: 120px;
  letter-spacing: .03em;
  line-height: 90px;
  font-weight: 700;
  margin: 0;
  padding: .22em 0 0 0;
  border-top: .02em solid #fff;
}
#list-200 #list-title h2 {
  font-size: 85px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.03em; */
}
#list-200 ul {
  list-style: none;
  width: 64%;
  padding: 0;
  margin: 0;
  float: left;
  font-family: "proxima-nova-alt-ext-cond";
}
#list-200 ul li {
  border-bottom: 1px solid #dddddd;
  display: block;
  width: 100%;
  height: 32.2px;
  line-height: 33.81px;
  padding: 4px 0;
  /* font-size: $base-size/2; */
  font-size: 18px;
}
#list-200 ul li .mobile-album {
  position: absolute;
  right: -349px;
  top: 0;
}
#list-200 ul li .mobile-album img {
  display: block;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  border: none;
  background: url("../images/lazy.png") #dddddd;
}
#list-200 ul li .mobile-album a, #list-200 ul li .mobile-album a:visited {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.07em;
}
#list-200 ul li .mobile-album a:hover, #list-200 ul li .mobile-album a:visited:hover {
  text-decoration: none;
}
#list-200 ul li .mobile-album p {
  width: 300px;
  color: #fff;
  font-size: 18.667px;
  text-align: center;
  color: #00A4EE;
  line-height: 28px;
  margin: 12px 0 6px 0;
}
#list-200 ul li .mobile-album p.blurb-author {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 18.667px;
  color: #2FC05C;
}
#list-200 ul li.first {
  border-top: 1px solid #dddddd;
}
#list-200 ul li.top-20 {
  height: 64.4px;
  line-height: 67.62px;
  font-size: 28px;
  padding: 8px 0;
}
#list-200 ul li.top-20 .container .item.rank {
  font-size: 64.4px;
  letter-spacing: 0;
}
#list-200 ul li .container {
  display: inline-block;
}
#list-200 ul li .container .item {
  display: inline-block;
}
#list-200 ul li .container .item.rank {
  font-size: 18px;
  text-align: center;
  font-weight: 100;
  vertical-align: top;
  width: 64px;
  letter-spacing: 0.06em;
}
#list-200 ul li .container .item.band {
  text-transform: uppercase;
  padding-right: 6px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#list-200 ul li .container .item.album {
  font-weight: 100;
}
#list-200 ul li .container:hover {
  color: #EF4135;
  cursor: default;
}
#list-200 #album-info {
  /* width: 40%; */
  float: right;
  font-family: "proxima-nova-alt-ext-cond";
}
#list-200 #album-info a {
  display: block;
}
#list-200 #album-info a img {
  display: block;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  border: none;
  background: url("../images/lazy.png") #dddddd;
}
#list-200 #album-info a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.07em;
}
#list-200 #album-info a p {
  width: 300px;
  color: #fff;
  font-size: 18.667px;
  text-align: center;
  color: #00A4EE;
  line-height: 28px;
  margin: 12px 0 6px 0;
}
#list-200 #album-info a p.blurb-author {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 18.667px;
  color: #2FC05C;
}
#list-200 #album-info:hover span {
  color: #EF4135;
}

#list-geographic h1, #list-geographic h2 {
  text-transform: uppercase;
  font-family: "proxima-nova-alt-ext-cond";
}
#list-geographic h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#list-geographic h2 {
  font-size: 48px;
  font-weight: 100;
  margin: 0 0 40px 0;
  padding: 0;
  color: #888;
}
#list-geographic h2 a {
  color: #888;
}
#list-geographic h2 a.active {
  color: #fff;
}
#list-geographic .map-list > * {
  display: none;
}
#list-geographic .map-list > *.active {
  display: block;
}
#list-geographic .map {
  position: relative;
  border-top: 1px solid #fff;
  width: 970px;
  height: 600px;
}
#list-geographic .map #map-world, #list-geographic .map #map-usa {
  top: 0;
  left: 0;
  position: absolute;
}
#list-geographic .map .tag {
  display: block;
  position: absolute;
  width: 32px;
  height: 10px;
  font-size: 9px;
  text-align: center;
  color: black;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
}
#list-geographic .map .tag:hover, #list-geographic .map .tag.active {
  color: #ef4135;
}
#list-geographic .city-list, #list-geographic .country-list {
  font-family: "proxima-nova-alt-ext-cond";
}
#list-geographic .city-list h3, #list-geographic .country-list h3 {
  color: #2FC05C;
  font-size: 48px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  padding: 0;
}
#list-geographic .city-list h3 .type, #list-geographic .country-list h3 .type {
  position: relative;
  left: 20px;
  color: #888;
}
#list-geographic .city-list h3 a, #list-geographic .country-list h3 a {
  color: #888;
}
#list-geographic .city-list h3 a.active, #list-geographic .country-list h3 a.active {
  color: #fff;
}
#list-geographic .country-list h3 {
  color: #00A4EE;
}
#list-geographic .city-list, #list-geographic .country-list {
  font-size: 16px;
  text-transform: uppercase;
}
#list-geographic .city-list > *, #list-geographic .country-list > * {
  display: none;
}
#list-geographic .city-list > *.active, #list-geographic .country-list > *.active {
  display: block;
}
#list-geographic .city-list .lists, #list-geographic .country-list .lists {
  width: 1020px;
}
#list-geographic .city-list .lists > *, #list-geographic .country-list .lists > * {
  display: none;
}
#list-geographic .city-list .lists > *.active, #list-geographic .country-list .lists > *.active {
  display: block;
}
#list-geographic .city-list ol, #list-geographic .country-list ol {
  line-height: 24px;
  width: 205px;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  padding-left: 20px;
}
#list-geographic .city-list ol .artist, #list-geographic .country-list ol .artist {
  font-weight: bold;
}
#list-geographic .city-list ol .percent, #list-geographic .country-list ol .percent {
  float: right;
}

#intro .stats {
  float: left;
  margin-right: 50px;
}
#intro .copy {
  margin-top: -5px;
  font-size: 20px;
}

.help {
  margin-top: 120px;
  border-top: 1px solid #888;
  padding-top: 120px;
}

#list-more {
  text-transform: uppercase;
  font-family: "proxima-nova-alt-ext-cond";
}
#list-more h1, #list-more h2 {
  text-transform: uppercase;
  font-family: "proxima-nova-alt-ext-cond";
}
#list-more h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#list-more .nav {
  font-weight: 100;
  font-family: "proxima-nova-alt-ext-cond";
  text-transform: uppercase;
  font-size: 48px;
  line-height: 55px;
  color: #888;
}
#list-more .nav a {
  color: #888;
}
#list-more .nav a:hover, #list-more .nav a.active {
  color: #fff;
}
#list-more #tab-genre .nav {
  font-size: 37px;
}
#list-more #tab-year .nav {
  font-size: 32px;
}
#list-more .panels > * {
  display: none;
}
#list-more .panels > *.active {
  display: block;
}
#list-more .list {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #888;
  width: 1010px;
}
#list-more .list .column {
  float: left;
  width: 345px;
  margin-right: 40px;
}
#list-more .list .column h1, #list-more .list .column h2 {
  font-weight: normal;
  font-size: 36px;
  color: #FFE4BF;
  margin-bottom: 6px;
}
#list-more .list .column h2 {
  color: #FFBC5F;
}
#list-more .list .column:first-child, #list-more .list .column .first {
  width: 200px;
  margin-right: 40px;
}
#list-more .list .column:first-child h1, #list-more .list .column .first h1 {
  font-weight: bold;
  color: #FFBC5F;
  margin-bottom: 0;
}
#list-more .list .column:first-child h2, #list-more .list .column .first h2 {
  margin-top: 0;
}
#list-more .list .column.single {
  width: 500px;
}
#list-more ol {
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
#list-more ol .band {
  font-weight: bold;
}
#list-more ol .percent {
  float: right;
}

#best-years p {
  font-family: "proxima-nova-alt-ext-cond";
  font-size: 32px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

#back-to-top {
  text-transform: uppercase;
  font-family: "proxima-nova-alt-ext-cond";
  font-size: 60px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
#back-to-top .arrow {
  position: relative;
  top: 21px;
}

#legend {
  padding-bottom: 40px;
  border-bottom: 1px solid #888;
}

#social {
  z-index: 1000;
  position: relative;
  margin: 40px auto;
  width: 200px;
}
#social .facebook, #social .twitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
#social .twitter {
  left: 120px;
  margin-right: 0;
}
