.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-viewport {
  height: auto;
}
/* SocialCount - v0.1.3 - 2012-11-21
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2012 zachleat; Licensed MIT */

.socialcount {
  color: white;
}
.socialcount > li {
  background-color: #999999;
}
.socialcount > li,
.socialcount > li > a:focus,
.socialcount .loading {
  border-radius: 5px;
}
.socialcount > li > a:focus,
.socialcount > li:hover,
.socialcount > li.hover {
  background-color: #464646;
}
.socialcount {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: .875em;
  line-height: 2.2em;
  overflow: hidden;
}
.socialcount-large {
  line-height: normal;
}
.socialcount:link,
.socialcount:visited {
  color: inherit;
}
.socialcount > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  vertical-align: top;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  *margin-right: 4px;
}
.socialcount-small > li {
  min-width: 0;
}
.socialcount-large > li {
  float: left;
  margin: 0 .6em .6em 0;
}
.socialcount.recommend .facebook {
  min-width: 120px;
}
.socialcount-small.recommend .facebook {
  min-width: 0;
}
.socialcount-large > li,
.socialcount-large.recommend .facebook {
  min-width: 105px;
}
.socialcount > li > a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  color: inherit;
}
.socialcount-small > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
.socialcount-large > li > a {
  padding: 12px 5px 8px;
}
.socialcount .count {
  color: inherit;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-left: 6px;
}
.socialcount-large .count {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
}
.socialcount-small .count {
  margin-left: 0;
}
.socialcount .facebook iframe {
  height: 21px;
  width: 90px;
}
.socialcount.like .facebook iframe {
  width: 48px;
}
.socialcount .button {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  text-align: center;
  pointer-events: none;
}
.socialcount .button iframe {
  pointer-events: auto;
}
.socialcount-large .button {
  bottom: 2px;
}
.socialcount.grade-a > li:hover .count,
.socialcount.grade-a > li.hover .count {
  text-indent: -999px;
}
.socialcount.grade-a > li:hover .button,
.socialcount.grade-a > li.hover .button {
  display: block;
}
.socialcount.grade-a > li:hover > a,
.socialcount.grade-a > li.hover > a {
  cursor: default;
}
.socialcount-small.grade-a > li:hover > a,
.socialcount-small.grade-a > li.hover > a,
.socialcount.grade-a > li:hover .button iframe,
.socialcount.grade-a > li.hover .button iframe {
  cursor: pointer;
}
.socialcount .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #aaaaaa;
  background-color: rgba(170, 170, 170, 0.7);
  color: black;
  text-transform: uppercase;
  font-size: .75em;
  text-align: center;
}
.socialcount-large .loading {
  padding-top: 30%;
}
.socialcount .loading .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: white;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: socialCountLoadingFade .6s infinite;
  -moz-animation: socialCountLoadingFade .6s infinite;
  animation: socialCountLoadingFade .6s infinite;
}
.socialcount .loading .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.socialcount .loading .dot:nth-child(2) {
  -webkit-animation-delay: .05s;
  -moz-animation-delay: .05s;
  animation-delay: .05s;
}
.socialcount .loading .dot:nth-child(3) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}
@-webkit-keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.social-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  *margin-right: 5px;
}
.socialcount.grade-a > li:hover .social-icon {
  display: none;
}
.socialcount-small.grade-a > li:hover .social-icon,
.socialcount-large.grade-a > li:hover .social-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.icon-sprite,
.icon-facebook,
.icon-googleplus,
.icon-share,
.icon-twitter {
  background: url("/cassette.axd/file/site-static/bestof/icon-s8df06ae4f6-a8604cfe8c3aafdd22493b87b57a950d5a96546b.png") no-repeat;
}
.icon-facebook {
  background-position: 0 0;
  height: 15px;
  width: 17px;
}
.icon-googleplus {
  background-position: -21px 0;
  height: 17px;
  width: 20px;
}
.icon-share {
  background-position: -45px 0;
  height: 16px;
  width: 20px;
}
.icon-twitter {
  background-position: -69px 0;
  height: 15px;
  width: 17px;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .social-icon {
    -webkit-background-size: auto 17px;
    -moz-background-size: auto 17px;
    -o-background-size: auto 17px;
    background-size: auto 17px;
    background-image: url("/cassette.axd/file/site-static/bestof/icon-hd-s9293bc9986-7b5346b463859adc36fdf3feebf6df0ac0fcc5a3.png");
  }
}
#mainContent {
  min-height: 0;
}
#bestof2012 {
  padding: 10px 0;
}
header.intro {
  padding: 0 0 10px;
}
header.intro h1 {
  font-size: 3em;
  font-weight: 900;
  margin: 0 0 0px 0;
  width: 50%;
}
header.intro p.intro {
  font-size: 1.25em;
  line-height: 1.5;
  width: 50%;
}
.share-page {
  float: right;
  width: 50%;
}
.share-page .social-wrapper {
  float: left;
  width: 110px;
}
.socialcount {
  margin: 20px 0;
}
.socialcount li.breakit {
  background: none;
}
.socialcount > li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.socialcount > li.facebook {
  background: #3b5998;
  width: auto !important;
}
.socialcount > li.facebook:hover {
  background: #4264aa;
}
.socialcount > li.twitter {
  background: #4099ff;
}
.socialcount > li.twitter:hover {
  background: #5aa7ff;
}
.socialcount > li.googleplus {
  background: #f90101;
}
.socialcount > li.googleplus:hover {
  background: #fe2f2f;
}
.socialcount > li a {
  margin: 0 0 2px;
  width: 40px;
}
.facebook {
  min-width: 0;
  width: auto;
}
header.recordintro {
  overflow: hidden;
  *zoom: 1;
  height: 60px;
}
header.recordintro div {
  display: block;
  float: left;
  height: inherit;
  padding-top: 10px;
}
li.honorableMentions .rank {
  width: 100%;
}
li.honorableMentions aside.hm {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 11px;
  position: relative;
  width: 295px;
}
li.honorableMentions aside.hm {
  *display: inline;
}
li.honorableMentions aside.hm img {
  display: block;
}
li.honorableMentions aside.hm .hm-title {
  background: #222222;
  background: rgba(34, 34, 34, 0.75);
  bottom: 0;
  border-bottom: 5px solid #fdc235;
  color: white;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 22px 0 0;
  padding: 11px;
  position: absolute;
  width: 278px;
}
.rank {
  color: #f5962d;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
  width: 10.288%;
}
.title {
  color: black;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 900;
  position: relative;
  padding-left: 2.572%;
  padding-right: 12.86%;
  width: 46.296%;
}
.title:before {
  background: #ffe02e;
  content: "";
  display: block;
  height: 800%;
  left: 50px;
  margin: 0 auto;
  right: 0;
  padding: 50px 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -175px;
  width: 150%;
  z-index: -1;
}
.amount {
  color: black;
  float: right;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2.25;
  position: relative;
  text-align: center;
  width: 27.984%;
}
.amount:before {
  background: #fdc235;
  content: "";
  display: block;
  height: 300%;
  left: -8px;
  margin: 0 auto;
  right: 0;
  padding: 50px 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -75px;
  width: 100%;
  z-index: -1;
}
section.content {
  margin: 22px 0 0;
}
section.content .video {
  float: left;
  margin: 0 20px 0 0;
}
section.content .info {
  color: #111111;
  font-size: 1.25em;
  line-height: 1.4;
}
a.beatrecord-btn {
  background: url("http://statica.recordsetter.com/cassette.axd/file/site-static/recordDetailSprites3-9a3cad993915d4a302aa5ba34ab0ec7c124a0f2f.png") no-repeat;
  background-position: -140px -913px;
  display: block;
  float: left;
  height: 30px;
  width: 96px !important;
  text-indent: -999em;
  border: none;
}
a.beatrecord-btn:hover {
  background-position: -140px -954px;
}
.flexslider {
  clear: both;
  margin: 0;
  position: relative;
  zoom: 1;
}
.slides li {
  height: auto;
  position: relative;
}
.wr-controls {
  overflow: visible;
  position: relative;
}
.wr-nav {
  background: #fdc235;
  overflow: hidden;
  *zoom: 1;
  display: block;
  height: 100%;
  margin: 0 0 50px;
  width: 100%;
}
.wr-nav li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  font-weight: 100;
  float: right;
  text-align: center;
  width: 6.25%;
}
.wr-nav li {
  *display: inline;
}
.wr-nav li:first-child span:before {
  border-right: 1px solid #fee532;
}
.wr-nav li span {
  color: #222222;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 25px;
  position: relative;
}
.wr-nav li span:before {
  border-left: 1px solid #fee532;
  content: "";
  display: block;
  height: 100%;
  left: 3px;
  margin: 0 auto;
  right: 0;
  padding: 50px 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -50px;
  width: 75%;
  z-index: 0;
}
.wr-nav li span.flex-active {
  color: white;
  font-weight: 900;
  z-index: 1;
}
.wr-nav li span.flex-active:before {
  background: #f5962d;
  border-left: 3px solid #fee532;
  border-right: 3px solid #fee532;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  padding: 50px 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -50px;
  width: 75%;
  z-index: -1;
}
.wr-nav li span:hover {
  cursor: pointer;
}
.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}
.flex-direction-nav a {
  width: 170px;
  height: 30px;
  display: block;
  background: url(/cassette.axd/file/site-static/bestof/bg_direction_nav-064b829a072f96278bed5d3493b3f7f8bd6cfdee.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flex-direction-nav .flex-next {
  display: none;
  background-position: 100% 0;
  left: -40px;
}
.flex-direction-nav .flex-prev {
  top: -70px;
  right: -20px;
}
.flex-next:hover,
.flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
