/**
 * Reset Styles
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
}
/**
 * Colours
 */
/**
 * Dimensions
 */
/**
 * Typography
 */
body.bg,
body.cs,
body.el,
body.hr,
body.hu,
body.iw,
body.lt,
body.lv,
body.pl,
body.ro,
body.ru,
body.sk,
body.sr,
body.th,
body.uk,
body.vi,
body.sl * {
  font-family: Arial, sans-serif !important;
}
body {
  background: #FFF;
  min-width: 960px;
  min-height: 670px;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000;
}
a:visited {
  color: #000;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
}
.center {
  width: 940px;
  margin: 0 auto;
}
section.section {
  padding-top: 117px;
  padding-bottom: 45px;
  z-index: 1;
}
section.section.hidden {
  display: none;
}
select {
  user-select: none;
  border: 1px solid #CCC;
  color: #555;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  overflow: hidden;
  padding: 7px 8px 7px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 136px;
  outline: none;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: url('/img/home/sprite-home.png');
  background-image: url('/img/home/sprite-home.png'), -webkit-linear-gradient(#f8f8f8, #f2f2f2);
  background-image: url('/img/home/sprite-home.png'), -moz-linear-gradient(#f8f8f8, #f2f2f2);
  background-image: url('/img/home/sprite-home.png'), -ms-linear-gradient(#f8f8f8, #f2f2f2);
  background-image: url('/img/home/sprite-home.png'), -o-linear-gradient(#f8f8f8, #f2f2f2);
  background-image: url('/img/home/sprite-home.png'), linear-gradient(#f8f8f8, #f2f2f2);
  background-position: 115px -268px, 0 0;
  background-repeat: no-repeat, repeat;
  -webkit-appearance: button;
  -moz-appearance: none;
  -o-appearance: button;
  -ms-appearance: button;
  display: block;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
/**
 * RTL languages
 */
body.rtl #homepage header hgroup,
body.rtl #homepage ol li .article .header,
body.rtl #homepage .search-context,
body.rtl #overlay-content,
body.rtl #top-searches hgroup,
body.rtl #top-searches h1,
body.rtl #top-searches h2,
body.rtl #top-searches h3,
body.rtl #top-searches p,
body.rtl #top-searches .articles ul li .article a,
body.rtl #top-searches .carousel .details ul li .copy,
body.rtl #top-searches time,
body.rtl .top-searches-graph .wrapper ol li,
body.rtl .navigation-holder ol > li .label,
body.rtl .toplists-graph .toplists-menu ol li,
body.rtl .toplists-graph .toplists-slider .scrubber .tooltip,
body.rtl .tooltip-component,
body.rtl #footer {
  direction: rtl !important;
}
body.rtl #overlay #video-extras {
  width: 95%;
}
body.rtl #overlay #video-extras #overlay #video-extras .g-plusone-container {
  position: absolute;
  left: 0px;
}
body.rtl #overlay h1 {
  width: 560px;
}
body.rtl .toplists-graph .toplists-menu ol li a.name {
  padding-left: 0px;
}
body.rtl .toplists-graph .toplists-menu ol li:hover a.name {
  padding-right: 50px;
}
.browser-warning {
  display: none;
  margin: 0px;
  padding: 0px;
  background: #ffda21;
  background: rgba(255, 213, 0, 0.6);
  position: fixed;
  height: 40px;
  width: 100%;
  bottom: 46px;
}
.browser-warning h4 {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  font-size: 14px;
  color: #222;
  width: 100%;
}
.browser-warning h4 a:link, .browser-warning h4 a:visited {
  color: #0052cc;
}
#header {
  background: #F6F6F6;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#header .top-bar {
  height: 72px;
  border-bottom: 1px solid #fff;
}
#header #logo {
  display: block;
  float: left;
  width: 313px;
  height: 72px;
  margin: 0;
  background: url(../img/global/logo.png) no-repeat top left;
}
#header #logo > a {
  display: block;
  height: 72px;
  width: 313px;
}
#header .nav-wrapper {
  border-top: 1px solid #495871;
  height: 45px;
  background: #455675 url('/img/global/subnav-gradient.png') 0 0 repeat-x;
  width: 100%;
}
#header nav, #header ul {
  list-style: none;
  font-size: 13px;
  font-family: "Droid Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 auto;
  width: 940px;
}
#header li {
  display: block;
  float: left;
  line-height: 45px;
  margin: 0 35px 0 0;
}
#header li > a {
  display: block;
  height: 45px;
  text-decoration: none;
  color: #fff;
  padding: 0;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#header li > a:hover {
  color: #eee;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -ms-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
#header li > a.active {
  font-weight: normal;
  position: relative;
  z-index: 20;
  margin-bottom: -4px;
  padding-bottom: 4px;
}
#header #home-btn.active {
  background: transparent url(/img/global/nav-indicator-white.png) 50% 38px no-repeat;
}
#header #top-lists-btn.active {
  background: transparent url(/img/global/nav-indicator-grey.png) 50% 38px no-repeat;
}
#header #augmented-navigation {
  float: right;
  margin-top: 16px;
  line-height: 27px;
}
#header .g-plusone-container {
  margin-left: 19px;
  padding-left: 19px;
  height: 27px;
  padding-top: 10px;
  display: block;
  float: right;
}
#footer {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  bottom: 0;
  height: 45px;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
#footer .footer-content {
  position: relative;
  margin: 0 auto;
  width: 940px;
}
#footer ul {
  float: left;
  position: relative;
  margin: 10px 0 0;
  padding: 0;
}
#footer ul > li {
  display: block;
  float: left;
  position: relative;
  line-height: 22.5px;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
#footer ul > li > a {
  color: #0072bc;
  padding: 0 0 0 15px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#footer ul > li > a:hover {
  color: #222;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#footer ul > li > a:before {
  content: '-';
  color: #666;
  padding-right: 15px;
}
#footer ul > li:first-child {
  color: #999;
  font-style: normal;
  padding: 0 5px 0 10px;
}
#footer ul > li:last-child, #footer ul > li.last {
  border-right: none;
}
#footer select {
  display: none;
  margin: 7px 0 0 0;
}
#footer .google-bar {
  position: absolute;
  overflow: hidden;
  height: 4px;
  right: -20px;
  top: -4px;
}
#footer .google-bar .cap {
  background: transparent url('/img/home/sprite-home.png') center no-repeat;
  background-position: 0px -160px;
  position: absolute;
  height: 4px;
  width: 136px;
  right: 20px;
}
#footer .google-bar .secret {
  width: 186px;
}
#footer .google-bar .secret .tooltip {
  position: absolute;
  width: 136px;
  right: 20px;
  top: 4px;
}
#footer .google-bar .secret .tooltip .content {
  background: #373737;
  padding: 5px 10px 15px;
  text-align: center;
  font-size: 11px;
}
#footer .google-bar .secret .tooltip .content p {
  font-size: 14px;
  font-weight: bold;
}
#footer .google-bar .secret .tooltip .content .bottom {
  background: transparent url('/img/home/sprite-home.png') center no-repeat;
  background-position: -120px -165px;
  margin-left: -6px;
  position: absolute;
  display: block;
  bottom: -6px;
  height: 6px;
  width: 13px;
  left: 50%;
}
#footer .google-bar .secret .android {
  background: transparent url('/img/home/secret/android.png') 0 0 no-repeat;
  height: 101px;
  position: absolute;
  right: 0px;
  width: 186px;
  top: 79px;
}
#make-homepage {
  display: none !important;
}
.en #make-homepage, .en-GB #make-homepage {
  display: block !important;
}
.horizontal-rocker ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.horizontal-rocker ul:before, .horizontal-rocker ul:after {
  display: table;
  content: "";
}
.horizontal-rocker ul:after {
  clear: both;
}
.horizontal-rocker ul li {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  float: left;
  position: relative;
}
.horizontal-rocker ul li a {
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  display: block;
  height: 30px;
  width: 35px;
}
.horizontal-rocker ul li a .icon {
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
  background: transparent url(../img/global/components.png) no-repeat 0 0;
  position: absolute;
  display: block;
  height: 13px;
  width: 8px;
  left: 13.5px;
  top: 9px;
}
.horizontal-rocker ul li a.prev {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.horizontal-rocker ul li a.prev .icon {
  background-position: 0px 0px;
}
.horizontal-rocker ul li a.next {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-left: -1px;
}
.horizontal-rocker ul li a.next .icon {
  background-position: -9px 0px;
}
.horizontal-rocker ul li a:hover {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}
.horizontal-rocker ul li a:hover .icon {
  background-position-y: -14px;
}
.horizontal-rocker ul li a:active {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.horizontal-rocker ul li a:active .icon {
  top: 10px;
}
.horizontal-rocker ul li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tooltip-component {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #ababab;
  position: fixed;
  display: none;
  z-index: 9999;
  left: 161px;
  top: 204px;
}
.tooltip-component .arrow {
  background: transparent url(/img/global/diamond.png) no-repeat center;
  position: absolute;
  display: block;
  margin-left: -6.5px;
  margin-top: -6.5px;
  height: 13px;
  width: 13px;
}
.tooltip-component .arrow:after {
  content: '';
  background: #ffffff;
  position: absolute;
  display: block;
}
.tooltip-component figure {
  margin: 5px;
  /*line-height: 0;*/

}
.tooltip-component figcaption h5 {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
}
.tooltip-component figcaption span {
  color: #999999;
  margin-right: 4px;
}
.tooltip-component figcaption a {
  color: #999999;
  display: block;
  font-size: 11px;
  text-decoration: none;
}
.tooltip-component figcaption a:hover {
  text-decoration: underline;
}
.tooltip-component[alignment=top] .arrow {
  top: 0 !important;
  bottom: auto !important;
}
.tooltip-component[alignment=top] .arrow:after {
  height: 7.5px;
  width: 13px;
  bottom: 0px;
}
.tooltip-component[alignment=right] .arrow {
  right: -6.5px !important;
  left: auto !important;
}
.tooltip-component[alignment=right] .arrow:after {
  height: 13px;
  width: 7.5px;
}
.tooltip-component[alignment=bottom] .arrow {
  bottom: -6.5px !important;
  top: auto !important;
}
.tooltip-component[alignment=bottom] .arrow:after {
  height: 7.5px;
  width: 13px;
}
.tooltip-component[alignment=left] .arrow {
  left: 0 !important;
  right: auto !important;
}
.tooltip-component[alignment=left] .arrow:after {
  height: 13px;
  width: 7.5px;
  right: 0px;
}
.popup-overlay, #panel-overlay, #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  top: 0;
  opacity: 0;
  display: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) url('/img/global/pattern-overlay-light.png') 0 0 repeat;
}
.popup-overlay, #overlay {
  z-index: 9999;
}
.popup-overlay h1, #overlay h1 {
  margin: 2px 0 22px 0;
  color: #000;
  float: left;
  width: 490px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.popup-overlay #overlay-content,
#overlay #overlay-content,
.popup-overlay .popup-overlay-content,
#overlay .popup-overlay-content {
  opacity: 0;
  padding: 20px;
  width: 720px;
  height: 445px;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -255px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.3);
}
.popup-overlay #video-extras, #overlay #video-extras {
  position: absolute;
  width: 125px;
  right: 20px;
  top: 13px;
}
.popup-overlay #video-extras .g-plusone-container, #overlay #video-extras .g-plusone-container {
  display: block;
  float: right;
  margin-top: 8px;
}
.popup-overlay #video-extras .video-share-link, #overlay #video-extras .video-share-link {
  display: block;
  float: left;
  position: relative;
  top: 17px;
  background: transparent url('/img/home/sprite-home.png') no-repeat -115px -223px;
  display: block;
  height: 20px;
  width: 18px;
}
.popup-overlay #video-extras .video-share-link .tooltip-component, #overlay #video-extras .video-share-link .tooltip-component {
  padding: 12px;
}
.popup-overlay #video-extras .video-share-link .tooltip-component input, #overlay #video-extras .video-share-link .tooltip-component input {
  min-width: 270px;
  font-size: 14px;
  padding: 4px;
  color: #666;
}
.popup-overlay #video-extras .social-share-container, #overlay #video-extras .social-share-container {
  display: block;
  float: left;
  margin-top: 7px;
  position: relative;
  right: -12px;
}
.popup-overlay #video-extras .social-share-container select, #overlay #video-extras .social-share-container select {
  background-position: 115px -270px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.popup-overlay.textOverlay h1, #overlay.textOverlay h1 {
  padding-bottom: 8px;
  letter-spacing: -1px;
  /*font-style: italic;*/

  position: relative;
  font-size: 35px;
  color: #111111;
  margin-bottom: 0;
}
.popup-overlay.textOverlay #overlay-content, #overlay.textOverlay #overlay-content {
  padding: 20px 20px 30px 35px;
  width: 705px;
  height: 445px;
}
.popup-overlay.textOverlay #overlay-content #overlay-content-inner, #overlay.textOverlay #overlay-content #overlay-content-inner {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content, #overlay.textOverlay #overlay-content .scrolling-content {
  clear: both;
  max-height: 380px;
  overflow: auto;
  padding: 0 30px 0 0;
  color: #666;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content h1, #overlay.textOverlay #overlay-content .scrolling-content h1 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 25px;
  display: block;
  color: #666;
  width: 100%;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content p, #overlay.textOverlay #overlay-content .scrolling-content p {
  margin-bottom: 25px;
  line-height: 190%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.05em;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content p strong, #overlay.textOverlay #overlay-content .scrolling-content p strong {
  color: #333;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content p:first-child, #overlay.textOverlay #overlay-content .scrolling-content p:first-child {
  background: transparent url('../img/sections/top-searches/paragraph-dash.png') 0px 2px;
  padding-bottom: 2px;
  margin-top: -2px;
  letter-spacing: -1px;
  position: relative;
  /*font-style: italic;*/

  line-height: 44px;
  font-weight: 300;
  font-size: 25px;
  display: block;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content li, #overlay.textOverlay #overlay-content .scrolling-content li {
  margin: 10px 0;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content::-webkit-scrollbar, #overlay.textOverlay #overlay-content .scrolling-content::-webkit-scrollbar {
  background: #b7b7b7;
  width: 8px;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  padding: 10px;
  overflow: hidden;
}
.popup-overlay.textOverlay #overlay-content .scrolling-content::-webkit-scrollbar-thumb, #overlay.textOverlay #overlay-content .scrolling-content::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
}
.popup-overlay.textOverlay #video-extras, #overlay.textOverlay #video-extras {
  display: none;
}
.browser-warning.popup-overlay {
  display: block;
  /*opacity: 1;*/

  /*.popup-overlay-content {
        width: 450px;
        height: 120px;
        margin-left: -225px;
        margin-top: -60px;
        h1 {
            float: none;
            display: block;
            width: 100%;
        }
        text-align: center;
        opacity: 1;
        color: #333;
    }*/

}
.nojs.popup-overlay {
  display: block;
  opacity: 1;
}
.nojs.popup-overlay .popup-overlay-content {
  width: 450px;
  height: 120px;
  margin-left: -225px;
  margin-top: -60px;
  text-align: center;
  opacity: 1;
  color: #333;
}
.nojs.popup-overlay .popup-overlay-content h1 {
  float: none;
  display: block;
  width: 100%;
}
.navigation-holder {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 391px;
  position: relative;
  margin-top: 115px;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.navigation-holder .nav-wrapper {
  background: #f3f3f3;
  border-bottom: 1px solid #d2d2d2;
  height: 44px;
  width: 100%;
  position: fixed;
  top: 117px;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.navigation-holder .nav-wrapper nav {
  margin: 0 auto;
  position: relative;
  width: 940px;
}
.navigation-holder .navigation-box {
  position: relative;
  width: 940px;
  height: 391px;
  margin: 0 auto;
  margin-top: 60px;
  top: 45px;
  z-index: 5;
}
.navigation-holder .arrow {
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  left: 144px;
  top: -5px;
  font-size: 20px;
  color: white;
  width: 0;
  height: 0;
  display: none;
}
.navigation-holder .breadcrumbs ul {
  position: absolute;
  width: 750px;
  height: 30px;
  left: 0px;
  top: 9px;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.navigation-holder .breadcrumbs ul > li {
  display: block;
  float: left;
  height: 30px;
  line-height: 28px;
  background: url('/img/global/sprite-top-lists.png') -40px -50px no-repeat;
  padding-right: 25px;
  padding-left: 10px;
  position: relative;
}
.navigation-holder .breadcrumbs ul > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  width: 25px;
  height: 28px;
  background: url('/img/global/sprite-top-lists.png') right -51px no-repeat;
}
.navigation-holder .breadcrumbs ul > li:first-child {
  width: 20px;
  background: url('/img/global/sprite-top-lists.png') 0 -50px no-repeat;
  padding-right: 16px;
}
.navigation-holder .breadcrumbs ul > li:first-child a {
  position: absolute;
  width: 30px;
  left: 0;
  top: 0;
  height: 28px;
}
.navigation-holder .breadcrumbs ul > li:first-child:after {
  width: 16px;
}
.navigation-holder .breadcrumbs ul > li:last-child, .navigation-holder .breadcrumbs ul > li.last {
  padding-right: 0;
}
.navigation-holder .breadcrumbs ul > li:last-child:after, .navigation-holder .breadcrumbs ul > li.last:after {
  height: 30px;
  top: 0;
  right: -25px;
  background-position: right -50px;
}
.navigation-holder .breadcrumbs ul > li a {
  text-decoration: none;
}
.navigation-holder .breadcrumbs ul > li a:hover {
  color: #257abd;
}
.navigation-holder .breadcrumbs.single ul > li:first-child:after {
  right: -16px;
}
.navigation-holder .breadcrumbs.single a {
  display: none;
}
.navigation-holder ol {
  counter-reset: lists;
  list-style: none;
  margin: 8px 0 0 8px;
  padding: 0;
}
.navigation-holder ol > li {
  float: left;
  width: 179px;
  height: 180px;
  margin: 0 1px 1px 0;
  background: black;
  position: relative;
  z-index: 1001;
  /*.label {
                position: absolute;
                color: #000;
                font-size: 12px;
                left: 16px;
                bottom: 14px;
                text-decoration: none;
                max-width: 120px;
                width: 120px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }*/

}
.navigation-holder ol > li > a {
  width: 179px;
  height: 180px;
  display: block;
  background: url('/img/samples/sample-top-search-image.jpg');
  position: absolute;
  overflow: hidden;
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
.navigation-holder ol > li > a.active {
  display: block;
  position: absolute;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.24);
}
.navigation-holder ol > li span.bg {
  font-size: 13px;
  vertical-align: middle;
  height: 40px;
  background: #fbfbfb;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 179px;
  line-height: 40px;
  color: #FFF;
}
.navigation-holder ol > li span.bg span {
  color: #000;
}
.navigation-holder ol > li .label {
  background: #fbfbfb;
  position: absolute;
  font-size: 12px;
  line-height: 13px;
  padding: 0px 8px;
  display: table;
  font-weight: 400;
  color: #333;
  height: 40px;
  width: 149px;
  bottom: 0px;
}
.navigation-holder ol > li .label .title {
  display: table-cell;
  vertical-align: middle;
  horizontal-align: center;
  counter-increment: lists;
  position: relative;
}
.navigation-holder ol > li .label .title:before {
  content: counter(lists) '.';
  font-weight: 300;
  letter-spacing: -1px;
  margin-right: 4px;
  color: #333;
}
.navigation-holder ol.small {
  width: 750px;
  position: absolute;
  left: 191px;
  top: 25px;
  margin: 0;
  padding: 0;
}
.navigation-holder ol.small > li {
  width: 149px;
  height: 149px;
}
.navigation-holder ol.small > li > a {
  width: 149px;
  height: 149px;
  background: url('/img/samples/sample-top-search-image-small.jpg');
}
.navigation-holder .region-list {
  overflow: hidden;
  overflow-y: auto;
  width: 160px;
  height: 319px;
  position: absolute;
  padding-right: 4px;
  left: 0;
  top: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navigation-holder .region-list ul.regions {
  width: 140px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
}
.navigation-holder .region-list ul.regions li {
  margin-left: 0px;
  /*height: 39px;*/

  line-height: 39px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.navigation-holder .region-list ul.regions li.grouped span.icon {
  background: transparent url('/img/home/sprite-home.png') 0 -280px no-repeat;
  height: 12px;
  position: absolute;
  right: 4px;
  top: 18px;
  width: 12px;
}
.navigation-holder .region-list ul.regions li a {
  color: #0055d3;
  display: block;
  font-weight: bold;
  height: 39px;
  width: 110px;
  padding-left: 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation-holder .region-list ul.regions li a.selected {
  width: 150px;
  background: url('/img/global/sprite-top-lists.png') 0 4px no-repeat;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  cursor: default;
}
.navigation-holder .region-list ul.regions li.expanded ul.group {
  display: block;
}
.navigation-holder .region-list ul.regions li.expanded span.icon {
  background-position: 0 -300px;
}
.navigation-holder .region-list ul.regions li ul.group {
  border-top: 1px solid #ebebeb;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-holder .region-list ul.regions li ul.group li {
  border-bottom: 1px dashed #ebebeb;
  position: relative;
}
.navigation-holder .region-list ul.regions li ul.group li:last-child {
  border-bottom: none;
}
.navigation-holder .region-list ul.regions li ul.group li a {
  color: #333;
  font-weight: normal;
}
.navigation-holder .region-list ul.regions li ul.group li a.selected {
  color: #fff;
  font-weight: bold;
}
.navigation-holder .region-list ul.regions li:last-child {
  border-bottom: none;
}
.navigation-holder .divider {
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 170px;
  top: -45px;
}
.navigation-holder .paging {
  position: absolute;
  top: 8px;
  right: -3px;
  font-size: 10px;
  color: #000;
  width: 75px;
}
.navigation-holder .paging .prev, .navigation-holder .paging .next {
  background-color: #F5F5F5;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top #f1f1f1 #f5f5f5);
  background-image: -moz-linear-gradient(top #f1f1f1 #f5f5f5);
  background-image: -ms-linear-gradient(top #f1f1f1 #f5f5f5);
  background-image: -o-linear-gradient(top #f1f1f1 #f5f5f5);
  background-image: linear-gradient(top #f1f1f1 #f5f5f5);
  position: relative;
  width: 35px;
  height: 30px;
  display: block;
  float: left;
}
.navigation-holder .paging .prev .icon, .navigation-holder .paging .next .icon {
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
  background: transparent url('/img/global/components.png') no-repeat 0px 0px;
  margin-left: -4px;
  margin-top: -7px;
  position: absolute;
  display: block;
  height: 14px;
  width: 8px;
  left: 50%;
  top: 50%;
}
.navigation-holder .paging .prev.disabled, .navigation-holder .paging .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.navigation-holder .paging .prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navigation-holder .paging .next {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-left: -1px;
}
.navigation-holder .paging .prev .icon {
  background-position: 0px 0px;
}
.navigation-holder .paging .prev:hover .icon {
  background-position: 0px -14px;
}
.navigation-holder .paging .next .icon {
  background-position: -9px 0px;
}
.navigation-holder .paging .next:hover .icon {
  background-position: -9px -14px;
}
.navigation-holder .paging .prev:hover, .navigation-holder .paging .next:hover {
  border-color: #b3b3b3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.navigation-holder .paging .prev:active, .navigation-holder .paging .next:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.navigation-holder div.bg {
  background: #fbfbfb;
  height: 346px;
  left: 171px;
  position: absolute;
  width: 1000%;
}
.navigation-holder ol > li.incoming {
  z-index: 1003;
}
.navigation-holder ol > li.incoming label {
  bottom: 13px;
  font-size: 14px;
}
.navigation-holder ol > li.outgoing {
  z-index: 1002;
}
#top-lists-panel .arrow {
  left: 260px;
}
#top-lists-panel ol {
  background: url('/img/global/pattern-top-lists-inactive.jpg');
  min-height: 300px;
}
.scrollholder {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 11px;
  z-index: 1050;
}
.scrollholder a {
  display: block;
  width: 16px;
  height: 100%;
  cursor: default;
}
.scrollholder a span {
  display: block;
  width: 6px;
  left: 5px;
  top: 0;
  height: 100px;
  background: #CCC;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.scroll::-webkit-scrollbar {
  background: #b7b7b7;
  width: 8px;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  padding: 10px;
  overflow: hidden;
}
.scroll::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
}
.graph-component .graph-bar {
  position: absolute;
  display: block;
}
.summary-graph, .summary-graph .bar, .summary-graph .bar:after {
  background-image: url('../img/graphs/summary/spritesheet.png');
  background-repeat: no-repeat;
}
.summary-graph {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0px bottom;
  height: 560px;
  width: 440px;
  position: absolute;
  right: 20px;
}
.summary-graph .dummy {
  background: rgba(255, 0, 0, 0.2);
  position: absolute;
  height: 100px;
  width: 100%;
}
.summary-graph .bar {
  margin-left: -66px;
  padding-bottom: 43px;
  position: absolute;
  max-height: 420px;
  min-height: 0px;
  width: 132px;
  height: 0px;
}
.summary-graph .bar:after {
  position: absolute;
  display: block;
  width: 128px;
  content: '';
  left: 2px;
}
.summary-graph .bar.orange {
  background-position: -584px bottom;
}
.summary-graph .bar.orange:after {
  background-position: -720px -107px;
  height: 63px;
  top: -35px;
}
.summary-graph .bar.grey {
  background-position: -444px bottom;
}
.summary-graph .bar.grey:after {
  background-position: -720px -13px;
  height: 77px;
  top: -49px;
}
.summary-graph .bar .label {
  position: absolute;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  width: 130px;
  color: #333;
  bottom: 0px;
  left: 110px;
}
.summary-graph .caption-origin {
  height: 430px;
  width: 100px;
  position: absolute;
  left: 155px;
  top: 55px;
}
.summary-graph .caption-origin .caption-mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.summary-graph .caption-origin .caption-mask:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -2px;
  border: 1px solid #aeaeae;
  width: 5px;
  position: absolute;
  border-right: none;
  border-left: none;
  display: block;
  height: 100%;
  content: '';
  left: 50%;
}
.summary-graph .caption-origin .caption-mask .caption-body {
  padding: 9px 0px 12px;
  position: absolute;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #999;
  width: 100%;
  left: 0px;
  top: 50%;
}
.summary-graph .caption-origin .caption-mask .caption-body:before, .summary-graph .caption-origin .caption-mask .caption-body:after {
  border-left: 1px dashed #aeaeae;
  height: 430px;
  position: absolute;
  display: block;
  content: '';
  left: 50%;
}
.summary-graph .caption-origin .caption-mask .caption-body:before {
  top: -430px;
}
.summary-graph .caption-origin .caption-mask .caption-body:after {
  bottom: -430px;
}
.summary-graph .caption-origin .caption-mask .caption-body .term {
  margin: 2px 0px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #000;
}
.summary-graph .caption-origin .caption-mask .caption-body .term:before {
  content: '\0022';
}
.summary-graph .caption-origin .caption-mask .caption-body .term:after {
  content: '\0022';
}
.volume-graph {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  position: relative;
  padding: 15px;
  background: #fff;
  height: 480px;
  width: 580px;
}
.volume-graph .header {
  line-height: 16px;
  margin-top: 5px;
  width: 375px;
}
.volume-graph .header .title {
  display: inline;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
.volume-graph .header .subtitle {
  display: inline;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.volume-graph .header .subtitle:before {
  content: '\0020\003A\0020';
}
.volume-graph .dropdown {
  background-position: 140px -268px, 0px 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 160px;
}
.volume-graph .container {
  background-image: url('../img/graphs/volume/background.png');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  height: 405px;
}
.volume-graph .container:before, .volume-graph .container:after {
  background-image: url('../img/graphs/volume/fade.png');
  background-repeat: repeat-y;
  position: absolute;
  bottom: 45px;
  height: 59px;
  width: 50px;
  content: '';
}
.volume-graph .container:before {
  background-position: left top;
  left: 0px;
}
.volume-graph .container:after {
  background-position: right top;
  right: 0px;
}
.volume-graph .container .scale {
  background-image: url('../img/graphs/volume/scale.png');
  background-repeat: repeat-x;
  width: 44px;
  position: absolute;
  list-style: none;
  height: 301px;
  padding: 0px;
  margin: 0px;
  right: 0px;
  top: 0px;
}
.volume-graph .container .scale li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 4px;
  font-weight: 400;
  font-size: 10px;
  display: block;
  color: #dcdcdc;
  height: 60px;
}
.volume-graph .container .graph-container {
  width: 505px;
  height: 335px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.volume-graph .container .graph-container .graph-wrapper {
  position: absolute;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask {
  width: 505px;
  height: 335px;
  position: absolute;
  overflow: hidden;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .canvas {
  position: absolute;
  z-index: 1;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .line {
  z-index: 1;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry {
  background-image: url('../img/graphs/volume/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 16px;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar {
  margin: 0px 0px -16px -15px;
  max-height: 320px;
  min-height: 20px;
  width: 30px;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar:after {
  background-image: url('../img/graphs/volume/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  margin: -8px 2px;
  display: block;
  height: 15px;
  width: 26px;
  content: '';
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar.black {
  background-position: 0px bottom;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar.black:after {
  background-position: -67px -1px;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar.red {
  background-position: -30px bottom;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar.red:after {
  background-position: -67px -17px;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.bar .hotspot {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  bottom: 2px;
  right: 2px;
  left: 2px;
  top: -8px;
  z-index: 2;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.node {
  background-position: -70px -80px;
  margin: -10px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry.node .hotspot {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  bottom: 2px;
  right: 2px;
  left: 2px;
  top: 2px;
  z-index: 3;
}
.volume-graph .container .graph-container .graph-wrapper .graph-mask .entry .hotspot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
}
.volume-graph .container .graph-container .graph-wrapper .tooltip-component {
  position: absolute;
}
.volume-graph .container .graph-container .graph-wrapper .tooltip-component .content {
  padding: 0px !important;
  margin: 0px !important;
  white-space: nowrap;
}
.volume-graph .container .graph-container .graph-wrapper .tooltip-component .content .tooltip-content {
  padding: 8px 10px 6px;
  font-size: 12px;
  height: 20px;
  color: #666;
}
.volume-graph .container .footer {
  height: 86px;
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.volume-graph .container .footer .tooltip-component {
  position: absolute;
}
.volume-graph .container .footer .tooltip-component .content {
  padding: 0px !important;
  margin: 0px !important;
}
.volume-graph .container .footer .tooltip-component .content .tooltip-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 14px 80px 14px;
  min-height: 210px;
  width: 200px;
}
.volume-graph .container .footer .tooltip-component .content .tooltip-content .title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.volume-graph .container .footer .tooltip-component .content .tooltip-content .date {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: #666;
}
.volume-graph .container .footer .tooltip-component .content .tooltip-content .article-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.volume-graph .container .footer .timeline {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.volume-graph .container .footer .timeline li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 23px;
  height: 23px;
  display: block;
  width: 126px;
  float: left;
}
.volume-graph .container .footer .timeline li .month-container {
  height: 18px;
  position: relative;
  margin-top: -1px;
  width: 100%;
}
.volume-graph .container .footer .timeline li .month-container .month {
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  font-style: italic;
  position: absolute;
  font-weight: 400;
  font-size: 9px;
  display: block;
  height: 100%;
  width: 100%;
  color: #999;
}
.volume-graph .container .footer .timeline li + li {
  border-left: 1px dashed #ccc;
}
.volume-graph .container .articles-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  position: absolute;
  display: block;
  width: 100%;
  height: 43px;
  bottom: 1px;
  left: 0px;
}
.volume-graph .container .articles-container .articles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 1511px;
  position: absolute;
  list-style: none;
  display: block;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.volume-graph .container .articles-container .articles li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 62px;
  text-align: center;
  padding: 8px 0px;
  display: block;
  height: 100%;
  float: left;
}
.volume-graph .container .articles-container .articles li .article {
  background-image: url('../img/graphs/volume/spritesheet.png');
  background-position: -70px -110px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 28px;
  width: 20px;
}
.volume-graph .container .articles-container .articles li .article + .article {
  margin-left: 2px;
}
.volume-graph .container .articles-container .articles li + li {
  margin-left: 1px;
}
.volume-graph .container .navigation {
  right: -11px;
  left: -11px;
  position: absolute;
  bottom: 35px;
}
.volume-graph .container .navigation .prev, .volume-graph .container .navigation .next {
  background-image: url('../img/graphs/volume/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  cursor: default;
  display: block;
  opacity: 0.2;
  height: 30px;
  width: 20px;
}
.volume-graph .container .navigation .prev:before, .volume-graph .container .navigation .next:before {
  background-image: url('../img/graphs/volume/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  content: '';
  top: -2px;
}
.volume-graph .container .navigation .prev.enabled, .volume-graph .container .navigation .next.enabled {
  cursor: pointer;
  opacity: 1;
}
.volume-graph .container .navigation .prev {
  -webkit-transition: left 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: left 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: -60px -200px;
  left: 0px;
}
.volume-graph .container .navigation .prev:before {
  background-position: -60px -140px;
}
.volume-graph .container .navigation .prev.enabled:hover {
  left: -2px;
}
.volume-graph .container .navigation .prev.enabled:hover:before {
  background-position: -60px -170px;
}
.volume-graph .container .navigation .next {
  -webkit-transition: right 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: right 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: right 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: right 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 80ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: -80px -200px;
  right: 0px;
}
.volume-graph .container .navigation .next:before {
  background-position: -80px -140px;
}
.volume-graph .container .navigation .next.enabled:hover {
  right: -2px;
}
.volume-graph .container .navigation .next.enabled:hover:before {
  background-position: -80px -170px;
}
.measurement-graph,
.measurement-graph .bar,
.measurement-graph .bar:after,
.measurement-graph .bar .label {
  background-image: url('../img/graphs/measuring-the-event/spritesheet.png');
  background-repeat: no-repeat;
}
.measurement-graph {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0px bottom;
  margin-bottom: 35px;
  margin-left: -10px;
  position: relative;
  height: 420px;
  width: 310px;
}
.measurement-graph .dummy {
  background: rgba(255, 0, 0, 0.2);
  position: absolute;
  height: 100px;
  width: 100%;
}
.measurement-graph .bar {
  margin-left: -33px;
  padding-bottom: 18px;
  position: absolute;
  max-height: 380px;
  min-height: 0px;
  width: 66px;
  height: 0px;
}
.measurement-graph .bar:after {
  position: absolute;
  display: block;
  height: 27px;
  width: 46px;
  content: '';
  left: 10px;
  top: -18px;
}
.measurement-graph .bar.green {
  background-position: -310px bottom;
}
.measurement-graph .bar.green:after {
  background-position: -450px -10px;
}
.measurement-graph .bar.green .label {
  background-position: -500px -10px;
}
.measurement-graph .bar.red {
  background-position: -380px bottom;
}
.measurement-graph .bar.red:after {
  background-position: -450px -50px;
}
.measurement-graph .bar.red .label {
  background-position: -500px -50px;
}
.measurement-graph .bar .label {
  padding-left: 25px;
  position: absolute;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  bottom: -35px;
  height: 20px;
  width: 300px;
  color: #333;
  left: 65px;
}
.measurement-graph .caption-origin {
  height: 350px;
  width: 110px;
  position: absolute;
  left: 110px;
  top: 185px;
}
.measurement-graph .caption-origin .caption-mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  left: -50%;
  bottom: 50%;
}
.measurement-graph .caption-origin .caption-mask:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -2px;
  border: 1px solid #aeaeae;
  width: 5px;
  position: absolute;
  border-right: none;
  border-left: none;
  display: block;
  height: 100%;
  content: '';
  left: 50%;
}
.measurement-graph .caption-origin .caption-mask .caption-body {
  padding: 9px 0px 12px;
  position: absolute;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #999;
  width: 100%;
  left: 0px;
  top: 50%;
}
.measurement-graph .caption-origin .caption-mask .caption-body:before, .measurement-graph .caption-origin .caption-mask .caption-body:after {
  border-left: 1px dashed #aeaeae;
  height: 350px;
  position: absolute;
  display: block;
  content: '';
  left: 50%;
}
.measurement-graph .caption-origin .caption-mask .caption-body:before {
  top: -350px;
}
.measurement-graph .caption-origin .caption-mask .caption-body:after {
  bottom: -350px;
}
.measurement-graph .caption-origin .caption-mask .caption-body .term {
  margin: 2px 0px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #000;
}
.measurement-graph .caption-origin .caption-mask .caption-body .term:before {
  content: '\0022';
}
.measurement-graph .caption-origin .caption-mask .caption-body .term:after {
  content: '\0022';
}
.top-searches-graph {
  width: 580px;
  height: 440px;
  position: relative;
}
.top-searches-graph .wrapper {
  background: transparent url(/img/graphs/topsearches/background.png) no-repeat 120px 171px;
  position: relative;
}
.top-searches-graph .wrapper ol {
  list-style-type: none;
  position: absolute;
  text-align: right;
  overflow: hidden;
  padding: 0px;
  left: -50px;
  top: 47px;
}
.top-searches-graph .wrapper ol li {
  font-size: 12px;
  margin: 0 0 13px 0;
  padding-right: 8px;
  position: relative;
  width: 250px;
  color: #999;
}
.top-searches-graph .wrapper ol li .title {
  font-style: italic;
  font-size: 14px;
  display: block;
  color: #222;
}
.top-searches-graph .wrapper canvas, .top-searches-graph .wrapper .fallback-image {
  position: relative;
  z-index: 0 !important;
  left: 220px;
}
.top-searches-graph .wrapper nav {
  z-index: 1;
}
.top-searches-graph .wrapper nav a {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
}
.top-searches-graph .wrapper nav a span {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent url(/img/graphs/topsearches/spritesheet.png) no-repeat;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  height: 25px;
  width: 35px;
}
.top-searches-graph .wrapper nav a.prev {
  left: 235px;
  top: 10px;
}
.top-searches-graph .wrapper nav a.prev span {
  background-position: -306px -207px;
}
.top-searches-graph .wrapper nav a.prev:hover {
  margin-top: -4px;
  padding-bottom: 4px;
}
.top-searches-graph .wrapper nav a.next {
  left: 235px;
  top: 320px;
}
.top-searches-graph .wrapper nav a.next span {
  background-position: -306px -230px;
}
.top-searches-graph .wrapper nav a.next:hover span {
  margin-top: 4px;
}
.top-searches-graph .wrapper nav a.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.world-graph {
  position: relative;
}
.world-graph .bar {
  background-image: url('../img/graphs/world/spritesheet.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-left: -51px;
  padding-bottom: 54px;
  position: absolute;
  max-height: 200px;
  min-height: 0px;
  cursor: pointer;
  width: 102px;
  height: 0px;
}
.world-graph .bar:hover .country {
  color: #1155cc;
}
.world-graph .bar:after {
  background-image: url('../img/graphs/world/spritesheet.png');
  background-position: -112px -210px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 120px;
  height: 50px;
  content: '';
  bottom: 0px;
  left: -8px;
}
.world-graph .bar .label {
  margin-left: -53px;
  width: 80px;
  text-align: center;
  position: absolute;
  line-height: 17px;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  z-index: 1;
  left: 50%;
}
.world-graph .bar .label.top {
  top: -15px;
}
.world-graph .bar .label.top:after {
  margin-left: 39px;
  background: #e0e0e0;
  height: 15px;
  position: absolute;
  width: 1px;
  display: block;
  content: '';
  top: 0px;
}
.world-graph .bar .label.top .wrapper {
  margin-bottom: 8px;
  bottom: 100%;
}
.world-graph .bar .label.bottom {
  bottom: 0px;
}
.world-graph .bar .label.bottom:after {
  margin-left: 39px;
  background: #e0e0e0;
  height: 15px;
  position: absolute;
  width: 1px;
  top: -15px;
  display: block;
  content: '';
}
.world-graph .bar .label.bottom .wrapper {
  margin-top: 8px;
  top: 100%;
}
.world-graph .bar .label .wrapper {
  position: absolute;
  cursor: pointer;
  width: 100%;
}
.world-graph .bar .label .wrapper .country {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.world-graph .bar .label .wrapper:hover .country {
  color: #1155cc;
}
.world-graph .bar .label .wrapper span {
  display: block;
}
.world-graph .bar .label .wrapper span.index::before {
  content: '\2011\0020';
}
.world-graph .bar .label .wrapper span.index::after {
  content: '\0020\2011';
}
.world-graph .bar .label .wrapper span.value {
  padding-top: 4px;
  font-size: 12px;
  color: #999;
}
.toplists-graph {
  background: transparent url(../img/graphs/toplists/background.png) no-repeat 0px 160px;
  position: absolute;
  margin-left: -344px;
  margin-top: -199.5px;
  display: block;
  height: 489px;
  width: 688px;
  left: 50%;
  top: 50%;
  /**
     * Tooltip
     */

  /**
     * Menu
     */

  /**
     * Slider
     */

}
.toplists-graph header {
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  text-align: center;
  position: fixed;
  z-index: -1;
  color: #333;
  width: 100%;
  left: 0px;
  top: 174px;
}
.toplists-graph header h3 {
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
  font-weight: 300;
  white-space: nowrap;
  font-size: 18px;
  padding: 4px 5px;
  display: inline;
}
.toplists-graph header h3 span {
  text-transform: lowercase;
  margin-right: 20px;
  margin-left: 20px;
  line-height: 30px;
  font-size: 12px;
  color: #c1c1c1;
}
.toplists-graph header h4 {
  font-weight: 300;
  margin-top: 6px;
  font-size: 11px;
  color: #666;
}
.toplists-graph .loader {
  position: absolute;
  left: 330px;
  top: 250px;
}
.toplists-graph .surface-overlay {
  background: transparent url(../img/graphs/toplists/surface-overlay.png) no-repeat;
  background-position: center top;
  position: absolute;
  display: none;
  opacity: 0.0;
  height: 278px;
  width: 617px;
  left: -55px;
  top: -150px;
}
.toplists-graph .surface-overlay.odd {
  background-position: center bottom;
}
.toplists-graph .ribbon-x {
  background: transparent url(../img/graphs/toplists/spritesheet.png) no-repeat -76px 0px;
  position: absolute;
  display: none;
  opacity: 0.0;
  height: 140px;
  width: 310px;
}
.toplists-graph .date-overlay {
  display: none;
  margin: 0;
}
.toplists-graph .date-overlay li {
  background: transparent url(../img/graphs/toplists/spritesheet.png) no-repeat 0 -305px;
  position: absolute;
  display: block;
  height: 17px;
  width: 38px;
}
.toplists-graph .date-overlay li.first {
  background-position-x: -300px;
  left: 275px;
  top: 68px;
}
.toplists-graph .date-overlay li.second {
  left: 372px;
  top: 25px;
}
.toplists-graph .date-overlay li.third {
  left: 470px;
  top: -16px;
}
.toplists-graph .graph-bar {
  background: transparent url(../img/graphs/toplists/spritesheet.png) no-repeat 0 0;
  background-position: right bottom;
  padding-bottom: 10px;
  margin-left: -14px;
  display: none;
  bottom: 0px;
  width: 28px;
  z-index: 1;
}
.toplists-graph .graph-bar:hover {
  cursor: pointer;
}
.toplists-graph .graph-bar.disabled {
  z-index: 1;
  pointer-events: none;
}
.toplists-graph .graph-bar.disabled:hover {
  cursor: default;
}
.toplists-graph .graph-bar:after {
  background: transparent url(../img/graphs/toplists/spritesheet.png) no-repeat 0 0;
  background-position: -23px 0px;
  position: absolute;
  display: block;
  content: '';
  height: 13px;
  width: 24px;
  left: 2px;
  top: -6px;
}
.toplists-graph .graph-bar.red:after {
  background-position: -23px 0px;
}
.toplists-graph .graph-bar.green:after {
  background-position: -23px -14px;
}
.toplists-graph .graph-bar.blue:after {
  background-position: -23px -28px;
}
.toplists-graph .graph-bar .article {
  background: transparent url(../img/graphs/toplists/spritesheet.png) no-repeat 0 0;
  background-position: -24px -42px;
  position: absolute;
  display: block;
  z-index: 2;
  content: '';
  height: 28px;
  width: 24px;
  left: 8px;
  top: -24px;
}
.toplists-graph .tooltip-component .detail-tooltip-content, .toplists-graph .tooltip-component .compare-tooltip-content {
  text-align: center;
  width: 140px;
  margin: 5px;
}
.toplists-graph .tooltip-component .detail-tooltip-content img, .toplists-graph .tooltip-component .compare-tooltip-content img {
  font-weight: 400;
  background: #f2f2f2;
  height: 78px;
  width: 140px;
  display: none;
}
.toplists-graph .tooltip-component .detail-tooltip-content h4, .toplists-graph .tooltip-component .compare-tooltip-content h4 {
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 14px;
  font-size: 14px;
  margin: 2px 0 4px 0;
  color: #222;
  padding: 5px 0;
}
.toplists-graph .tooltip-component .detail-tooltip-content h4 span, .toplists-graph .tooltip-component .compare-tooltip-content h4 span {
  margin-right: 2px;
  color: #999;
}
.toplists-graph .tooltip-component .detail-tooltip-content h4 strong, .toplists-graph .tooltip-component .compare-tooltip-content h4 strong {
  font-weight: 400;
}
.toplists-graph .tooltip-component .detail-tooltip-content h5, .toplists-graph .tooltip-component .compare-tooltip-content h5 {
  font-size: 12px;
  margin-top: 1px;
  color: #e13624;
}
.toplists-graph .tooltip-component .detail-tooltip-content p, .toplists-graph .tooltip-component .compare-tooltip-content p {
  border-top: 1px solid #e5e5e5;
  font-style: italic;
  margin-top: 6px;
  font-size: 11px;
  padding: 6px 0 8px 0;
  color: #999;
}
.toplists-graph .tooltip-component .detail-tooltip-content p:before, .toplists-graph .tooltip-component .compare-tooltip-content p:before {
  margin-right: 2px;
  content: '\002D';
}
.toplists-graph .tooltip-component .detail-tooltip-content p:after, .toplists-graph .tooltip-component .compare-tooltip-content p:after {
  margin-left: 2px;
  content: '\002D';
}
.toplists-graph .tooltip-component .item-tooltip-content {
  font-size: 14px;
  margin: 10px;
}
.toplists-graph .tooltip-component .item-tooltip-content p {
  color: #222;
}
.toplists-graph .tooltip-component .item-tooltip-content p strong {
  margin-right: 5px;
  color: #e13624;
}
.toplists-graph .tooltip-component .item-tooltip-content p em {
  font-style: normal;
  color: #666;
}
.toplists-graph .tooltip-component .article-tooltip-content {
  font-size: 12px;
  margin: 10px;
  min-width: 180px;
  max-width: 220px;
}
.toplists-graph .tooltip-component .article-tooltip-content .summary {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #222;
}
.toplists-graph .tooltip-component .article-tooltip-content .summary strong {
  margin-right: 5px;
  color: #e13624;
}
.toplists-graph .tooltip-component .article-tooltip-content .summary em {
  font-style: normal;
  color: #666;
}
.toplists-graph .tooltip-component .article-tooltip-content .article strong {
  color: #222;
  display: block;
}
.toplists-graph .tooltip-component .article-tooltip-content .article .source, .toplists-graph .tooltip-component .article-tooltip-content .article .date {
  font-size: 11px;
  font-style: italic;
  display: block;
  color: #333333;
}
.toplists-graph .tooltip-component .article-tooltip-content .article .source {
  margin-top: 4px;
}
.toplists-graph .tooltip-component .article-tooltip-content .article .date {
  margin-bottom: 10px;
}
.toplists-graph .tooltip-component .article-tooltip-content a.button, .toplists-graph .tooltip-component .article-tooltip-content a.button:link, .toplists-graph .tooltip-component .article-tooltip-content a.button:visited {
  background-image: -webkit-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -moz-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -ms-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -o-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #d9d9d9;
  background-color: #f3f3f3;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 11px;
  display: block;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 30px;
}
.toplists-graph .tooltip-component .article-tooltip-content a.button:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: -webkit-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -moz-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -ms-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -o-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  color: #555555;
}
.toplists-graph .toplists-menu {
  border-right: 1px solid #ebebeb;
  background: #fff;
  position: fixed;
  z-index: 2;
  display: block;
  bottom: 45px;
  height: 100%;
  width: 220px;
  left: 0px;
  top: 162px;
}
.toplists-graph .toplists-menu .metrics {
  visibility: hidden;
  position: fixed;
  top: -100px;
  text-transform: capitalize;
  padding-right: 15px;
  padding-left: 20px;
  font-size: 11px;
  z-index: -1;
}
.toplists-graph .toplists-menu ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.toplists-graph .toplists-menu ol li {
  border-right: 1px solid #ebebeb;
  counter-increment: listCount;
  background-color: #fff;
  border-top: 1px dashed #e2e2e2;
  position: relative;
  white-space: nowrap;
  line-height: 40px;
  font-size: 11px;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 220px;
  color: #666666;
}
.toplists-graph .toplists-menu ol li .flag {
  -webkit-transition: right 600ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: right 600ms cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: right 600ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: right 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: right 600ms cubic-bezier(0.86, 0, 0.07, 1);
  background: transparent url(../img/graphs/toplists/menu.png) no-repeat 0px 0px;
  background-position: 9999px;
  position: absolute;
  display: block;
  height: 40px;
  width: 16px;
  right: -18px;
  top: 0px;
}
.toplists-graph .toplists-menu ol li.primary .flag {
  background-position: -16px 0px;
}
.toplists-graph .toplists-menu ol li.secondary .flag {
  background-position: -33px 0px;
}
.toplists-graph .toplists-menu ol li:nth-child(odd) a {
  background-color: #fcfcfc;
}
.toplists-graph .toplists-menu ol li.active .flag {
  right: 0px;
}
.toplists-graph .toplists-menu ol li a {
  text-decoration: none;
  font-weight: 600;
  display: block;
  color: #666;
}
.toplists-graph .toplists-menu ol li a span {
  color: #333;
}
.toplists-graph .toplists-menu ol li a.name {
  text-transform: capitalize;
  text-overflow: ellipsis;
  padding-left: 20px;
  overflow: hidden;
  padding-right: 20px;
}
.toplists-graph .toplists-menu ol li a.search {
  -webkit-transition: right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  border-left: 1px solid #f4f4f4;
  background: #fff;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  right: -50px;
  top: 0px;
}
.toplists-graph .toplists-menu ol li a.search .icon {
  background: transparent url(../img/graphs/toplists/menu.png) no-repeat 0px 0px;
  background-position: 0px 0px;
  position: absolute;
  margin-left: -7px;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  left: 50%;
  top: 50%;
}
.toplists-graph .toplists-menu ol li a.search:hover .icon {
  background-position: 0px -16px;
}
.toplists-graph .toplists-menu ol li a:hover {
  color: #1155cc;
}
.toplists-graph .toplists-menu ol li:hover {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.toplists-graph .toplists-menu ol li:hover + li {
  border-top: none;
}
.toplists-graph .toplists-menu ol li:hover a.search {
  -webkit-transition: right 300ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: right 300ms cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: right 300ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: right 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: right 300ms cubic-bezier(0.86, 0, 0.07, 1);
  right: 0px;
}
.toplists-graph .toplists-menu ol li:hover.active .flag {
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  right: -16px;
}
.toplists-graph .toplists-menu .back {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f5f5f5;
  text-decoration: none;
  font-family: Arial, sans-serif;
  line-height: 11px;
  font-size: 11px;
  padding: 9px 14px;
  position: absolute;
  border: 1px solid #d9d9d9;
  color: #333;
  left: 230px;
  top: 10px;
  display: none;
}
.toplists-graph .toplists-menu .back .icon {
  -webkit-transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent url(../img/graphs/toplists/menu.png) no-repeat 0px 0px;
  background-position: 0px -31px;
  margin-top: -4px;
  position: absolute;
  display: block;
  height: 8px;
  width: 7px;
  left: 10px;
  top: 50%;
}
.toplists-graph .toplists-menu .back .label {
  padding-left: 10px;
  font-weight: 600;
}
.toplists-graph .toplists-menu .back:hover {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}
.toplists-graph .toplists-menu .back:hover .icon {
  left: 7px;
}
.toplists-graph .toplists-menu.disabled ol * {
  pointer-events: none;
}
.toplists-graph .toplists-menu.disabled ol * a {
  display: none;
}
.toplists-graph .toplists-slider {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 0px;
  height: 153px;
  width: 342px;
}
.toplists-graph .toplists-slider .background, .toplists-graph .toplists-slider .progress {
  background: transparent url(../img/graphs/toplists/slider.png) no-repeat 0px 0px;
  position: absolute;
  display: block;
  height: 153px;
  width: 342px;
  left: 0px;
  top: 0px;
}
.toplists-graph .toplists-slider .background {
  background-position: 0px 0px;
}
.toplists-graph .toplists-slider .progress {
  background-position: 0px -154px;
  width: 100px;
}
.toplists-graph .toplists-slider .scrubber {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: -30px;
  left: 0px;
}
.toplists-graph .toplists-slider .scrubber .handle {
  background: green;
  position: absolute;
  margin-left: -15px;
  margin-top: -15px;
  display: block;
}
.toplists-graph .toplists-slider .scrubber .handle .icon {
  background: transparent url(../img/graphs/toplists/slider.png) no-repeat 0px 0px;
  background-position: -343px 0px;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
}
.toplists-graph .toplists-slider .scrubber .handle .icon .dial {
  -webkit-transform-origin: 2px 6px;
  -moz-transform-origin: 2px 6px;
  -ms-transform-origin: 2px 6px;
  -o-transform-origin: 2px 6px;
  transform-origin: 2px 6px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background: transparent url(../img/graphs/toplists/slider.png) no-repeat 0px 0px;
  background-position: -343px -62px;
  position: absolute;
  margin-left: -4px;
  margin-top: -8px;
  display: block;
  height: 12px;
  width: 6px;
  left: 50%;
  top: 50%;
}
.toplists-graph .toplists-slider .scrubber .tooltip {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  white-space: nowrap;
  font-style: italic;
  font-size: 12px;
  position: absolute;
  padding: 6px 12px;
  color: #333;
  left: 20px;
  top: -15px;
}
.toplists-graph .toplists-slider.disabled .scrubber .handle .icon {
  background-position: -343px -31px;
}
#top-searches {
  background-color: #dcdcdc;
}
#top-searches img {
  display: block;
}
#top-searches a.article-button:link, #top-searches a.article-button:visited {
  background-image: -webkit-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -moz-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -ms-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: -o-linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  background-image: linear-gradient(top, #f5f5f5 -20%, #f1f1f1 120%);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #d9d9d9 !important;
  background-color: #f3f3f3 !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  display: block !important;
  color: #333333 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 30px;
}
#top-searches a.article-button:hover {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: -webkit-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -moz-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -ms-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: -o-linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  background-image: linear-gradient(top, #f8f8f8 -20%, #f4f4f4 120%);
  color: #555555 !important;
}
/*
//==================================================
// MENU
//==================================================
*/
#top-searches .menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  top: 117px;
  background-color: #fff;
  height: 37px;
  width: 100%;
  position: fixed;
  z-index: 2;
}
#top-searches .menu ul {
  width: 940px;
  margin: 0px auto;
  padding: 0px;
  *zoom: 1;
}
#top-searches .menu ul:before, #top-searches .menu ul:after {
  display: table;
  content: "";
}
#top-searches .menu ul:after {
  clear: both;
}
#top-searches .menu ul li {
  margin-top: 10px;
  display: block;
  float: left;
}
#top-searches .menu ul li + li {
  margin-left: 25px;
}
#top-searches .menu ul li a:link, #top-searches .menu ul li a:visited {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #0052cc;
  display: block;
  height: 100%;
  width: 100%;
}
#top-searches .menu ul li a:hover {
  color: #1373da;
}
#top-searches .menu ul li a.active {
  color: #333333;
}
/*
//==================================================
// CONTENT
//==================================================
*/
#top-searches .content {
  padding-top: 37px;
  position: relative;
}
#top-searches .content .column-container {
  top: 154px;
  bottom: 45px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 0;
  left: 0px;
}
#top-searches .content .column-container .column {
  background: #282828 url('../img/sections/top-searches/figure-background.png');
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
#top-searches .content .mask {
  overflow: hidden;
  display: block;
}
#top-searches .content p {
  color: #666666;
}
#top-searches .content > section {
  position: relative;
  color: #666666;
  *zoom: 1;
}
#top-searches .content > section:before, #top-searches .content > section:after {
  display: table;
  content: "";
}
#top-searches .content > section:after {
  clear: both;
}
#top-searches .content .left-column {
  background: #282828 url('../img/sections/top-searches/figure-background.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
}
#top-searches .content .left-column > img {
  position: absolute;
}
#top-searches .content .left-column .loader {
  background: transparent url('../img/sections/top-searches/loader.gif') no-repeat;
  margin: -15px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#top-searches .content .left-column .map-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
#top-searches .content .left-column .map-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
#top-searches .content .left-column .map-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
#top-searches .content .left-column .caption {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding: 14px 18px;
  font-family: Arial;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #333333;
  left: 20px;
  bottom: 25px;
  right: 20px;
  z-index: 1;
}
#top-searches .content .left-column .caption .source {
  font-style: normal;
  /*margin-top: 6px;*/

  font-size: 11px;
  display: block;
  color: #999;
}
#top-searches .content > section > .right-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url('../img/sections/top-searches/section-bottom-gradient.png') repeat-x bottom;
  padding: 40px 60px;
  min-width: 700px;
  width: 40%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  position: relative;
  float: right;
  z-index: 1;
}
#top-searches .content > section:last-child > .right-column {
  border-bottom: none;
}
#top-searches .content > section + section > .right-column {
  border-top: 1px solid #ffffff;
}
#top-searches .content > section > .right-column > header {
  padding: 60px 60px 15px;
  left: -60px;
  top: -40px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  height: 90px;
  position: relative;
  width: 100%;
  z-index: 0;
}
#top-searches .content > section > .right-column > header .calender {
  background: transparent url('../img/sections/top-searches/spritesheet.png') no-repeat;
  height: 90px;
  width: 80px;
  margin-right: 10px;
  margin-left: -8px;
  display: block;
  color: #333;
  float: left;
}
#top-searches .content > section > .right-column > header .calender .mask {
  text-align: center;
  margin-top: 22px;
  height: 43px;
  width: 100%;
}
#top-searches .content > section > .right-column > header .calender span {
  display: block;
}
#top-searches .content > section > .right-column > header .calender .month {
  text-transform: uppercase;
  padding-top: 2px;
  font-weight: 600;
  font-size: 9px;
}
#top-searches .content > section > .right-column > header .calender .day {
  letter-spacing: -2px;
  margin-top: -7px;
  font-weight: 700;
  font-size: 36px;
}
#top-searches .content > section > .right-column > header hgroup {
  /*width: @rightColumnInnerWidth - @calenderWidth - @calenderMargin;*/

  width: 580px;
  float: left;
}
#top-searches .content > section > .right-column > header h1 {
  letter-spacing: -1px;
  line-height: 46px;
  font-weight: 700;
  font-size: 40px;
  margin-top: 6px;
  color: #333333;
}
#top-searches .content > section > .right-column > header h4 {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#top-searches .content > section > .right-column > p, #top-searches .content > section > .right-column > h1, #top-searches .content > section > .right-column > article {
  width: 580px;
  display: block;
}
#top-searches .content > section > .right-column > p {
  margin-bottom: 40px;
}
#top-searches .content > section > .right-column .underlined {
  background: transparent url('../img/sections/top-searches/paragraph-dash.png') 0px 2px;
  padding-bottom: 2px;
  margin-top: -2px;
  letter-spacing: -1px;
  position: relative;
  /*font-style: italic;*/

  line-height: 44px;
  font-weight: 300;
  font-size: 25px;
  display: block;
}
#top-searches .content > section > .right-column .underlined b {
  font-weight: 700;
  color: #333;
}
#top-searches .content > section > .right-column > h1 {
  padding-bottom: 8px;
  letter-spacing: -1px;
  /*font-style: italic;*/

  position: relative;
  font-size: 35px;
  color: #111111;
}
/*
//==================================================
//
// COMPONENTS
//
//==================================================
*/
#top-searches article {
  position: relative;
}
#top-searches .graph-wrapper {
  display: block;
  z-index: -1;
  *zoom: 1;
}
#top-searches .graph-wrapper:before, #top-searches .graph-wrapper:after {
  display: table;
  content: "";
}
#top-searches .graph-wrapper:after {
  clear: both;
}
#top-searches .graph-wrapper h3 {
  padding-bottom: 15px;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 25px;
  display: block;
  color: #111111;
}
#top-searches .graph-wrapper p {
  line-height: 30px;
  font-size: 14px;
  display: block;
}
#top-searches .graph-wrapper b {
  font-weight: 700;
  color: #333333;
}
#top-searches .graph-wrapper .graph .area {
  background: rgba(255, 0, 0, 0.2);
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0px;
  top: 0px;
}
/*
//==================================================
// COMPONENT - SUMMARY GRAPH
//==================================================
*/
#top-searches .summary-wrapper {
  margin-bottom: 35px;
  min-height: 580px;
}
#top-searches .summary-wrapper .detail {
  position: absolute;
  width: 240px;
}
/*
//==================================================
// COMPONENT - VOLUME GRAPH
//==================================================
*/
#top-searches .volume-wrapper {
  margin-bottom: 60px;
}
/*
//==================================================
// COMPONENT - MEASUREMENT GRAPH
//==================================================
*/
#top-searches .measurement-wrapper {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 35px;
  min-height: 440px;
}
#top-searches .measurement-wrapper .detail {
  position: absolute;
  width: 260px;
  right: 0px;
  top: 15px;
}
/*
//==================================================
// COMPONENT - TOP SEARCHES GRAPH
//==================================================
*/
#top-searches .top-searches-wrapper {
  margin-bottom: 30px;
}
#top-searches .top-searches-wrapper p {
  margin-bottom: 20px;
}
/*
//==================================================
// COMPONENT - WORLD GRAPH
//==================================================
*/
#top-searches .world-wrapper {
  margin: 60px 0px 50px;
}
#top-searches .world-wrapper .graph {
  margin: 85px 0px 75px;
  min-height: 320px;
}
/*
//==================================================
// COMPONENT - ARTICLES
//==================================================
*/
#top-searches .articles ul {
  list-style: none;
  width: 600px;
  padding: 0px;
  margin: 0px;
}
#top-searches .articles ul li {
  margin: 0px 20px 20px 0px;
  height: 280px;
  width: 280px;
  position: relative;
  display: block;
  float: left;
}
#top-searches .articles ul li .shadow {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url('../img/sections/top-searches/spritesheet.png');
  background-position: -80px -380px;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  height: 320px;
  width: 320px;
  left: -20px;
  top: -30px;
  opacity: 0;
}
#top-searches .articles ul li .article {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 30px 30px 50px 35px;
  background-image: url('../img/sections/top-searches/spritesheet.png');
  background-position: -90px -90px;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 280px;
  width: 300px;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
}
#top-searches .articles ul li .article:after {
  background-image: url('../img/sections/top-searches/spritesheet.png');
  background-position: -100px 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  width: 280px;
  height: 50px;
  content: '';
  top: -20px;
  left: 10px;
}
#top-searches .articles ul li .article .band {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #0072bb;
  position: absolute;
  bottom: 15px;
  width: 7px;
  left: 10px;
  top: 0px;
}
#top-searches .articles ul li .article h2 {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: -1px;
  margin-bottom: 12px;
  line-height: 32px;
  font-weight: 700;
  font-size: 25px;
  color: #333333;
}
#top-searches .articles ul li .article time, #top-searches .articles ul li .article a:link, #top-searches .articles ul li .article a:visited {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  clear: both;
}
#top-searches .articles ul li .article time {
  display: block;
}
#top-searches .articles ul li .article a, #top-searches .articles ul li .article a:link, #top-searches .articles ul li .article a:visited {
  display: block;
}
#top-searches .articles ul li .article a:hover {
  text-decoration: underline;
  color: #1155cc;
}
#top-searches .articles ul li .article a:active {
  color: #146aff;
}
#top-searches .articles ul li .article a.article-button {
  position: absolute;
  bottom: 50px;
  right: 30px;
  left: 35px;
  opacity: 0;
}
/*----- ARTICLES > ARTICLE HOVER -----*/
#top-searches .articles ul li:hover .shadow {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  top: -20px;
}
#top-searches .articles ul li:hover .article {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: -90px -60px;
  height: 310px;
  z-index: 1;
  top: -20px;
}
#top-searches .articles ul li:hover .article .band {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #de3625;
}
#top-searches .articles ul li:hover .article h2 {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1155cc;
}
#top-searches .articles ul li:hover .article a.article-button {
  -webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
/*
//==================================================
// COMPONENT - CAROUSEL
//==================================================
*/
#top-searches .carousel {
  width: 580px;
  padding-bottom: 75px;
  position: relative;
}
/*----- CAROUSEL > IMAGES -----*/
#top-searches .carousel .images {
  padding: 10px 60px;
  margin: -10px -60px;
  width: 580px;
  height: 180px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
#top-searches .carousel .images ul {
  position: relative;
  list-style: none;
  display: block;
  width: 9999px;
  padding: 0px;
  margin: 0px;
  *zoom: 1;
}
#top-searches .carousel .images ul:before, #top-searches .carousel .images ul:after {
  display: table;
  content: "";
}
#top-searches .carousel .images ul:after {
  clear: both;
}
#top-searches .carousel .images ul li {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-position: 0px 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-right: 20px;
  height: 180px;
  width: 180px;
  position: absolute;
  display: block;
  float: left;
  background-position: -5px -5px;
}
#top-searches .carousel .images ul li .overlay:link, #top-searches .carousel .images ul li .overlay:visited {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 180px;
  width: 180px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  display: block;
  opacity: 0;
}
#top-searches .carousel .images ul li .overlay:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.6;
}
#top-searches .carousel .images ul li .overlay.disabled {
  background: #000;
  cursor: default;
  opacity: 0.65;
}
/*----- CAROUSEL > DETAILS -----*/
#top-searches .carousel .details ul {
  width: 600px;
  list-style: none;
  display: block;
  height: 150px;
  padding: 0px;
  margin: 0px;
  *zoom: 1;
}
#top-searches .carousel .details ul:before, #top-searches .carousel .details ul:after {
  display: table;
  content: "";
}
#top-searches .carousel .details ul:after {
  clear: both;
}
#top-searches .carousel .details ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  width: 180px;
  padding: 0px 8px;
  display: block;
  float: left;
}
#top-searches .carousel .details ul li .title {
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 20px;
  display: block;
  color: #333;
}
#top-searches .carousel .details ul li .subtitle {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 11px;
  display: block;
  color: #999;
}
#top-searches .carousel .details ul li .copy {
  font-weight: normal;
  font-family: Arial;
  line-height: 20px;
  font-size: 12px;
  display: block;
  color: #666;
}
#top-searches .carousel .details ul li .copy b {
  font-weight: 800;
  color: #333;
}
/*----- CAROUSEL > NAVIGATION -----*/
#top-searches .carousel .navigation {
  width: 580px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#top-searches .carousel .navigation .left, #top-searches .carousel .navigation .right {
  background-image: url('../img/sections/top-searches/carousel-mask.png');
  background-color: transparent;
  background-repeat: repeat-y;
  width: 60px;
  height: 200px;
  position: absolute;
  top: 0px;
}
#top-searches .carousel .navigation .left {
  left: -60px;
  background-position: top left;
}
#top-searches .carousel .navigation .right {
  right: -60px;
  background-position: top right;
}
#top-searches .carousel .navigation .arrow {
  top: 85px;
  height: 40px;
  width: 30px;
  position: absolute;
}
#top-searches .carousel .navigation .left .arrow {
  right: 5px;
}
#top-searches .carousel .navigation .right .arrow {
  left: 5px;
}
#top-searches .carousel .navigation .arrow .shadow, #top-searches .carousel .navigation .arrow .graphic {
  background-image: url('../img/sections/top-searches/spritesheet.png');
  height: 40px;
  width: 30px;
  position: absolute;
}
#top-searches .carousel .navigation .arrow a.graphic:link, #top-searches .carousel .navigation .arrow a.graphic:visited {
  bottom: 5px;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  display: block;
  border: 0;
}
#top-searches .carousel .navigation .arrow a.graphic:hover {
  bottom: 6px;
}
#top-searches .carousel .navigation .arrow a.graphic:active {
  bottom: 4px;
}
#top-searches .carousel .navigation .left .arrow .shadow {
  background-position: -10px -200px;
}
#top-searches .carousel .navigation .right .arrow .shadow {
  background-position: -40px -200px;
}
#top-searches .carousel .navigation .left .arrow .graphic {
  background-position: -10px -160px;
}
#top-searches .carousel .navigation .right .arrow .graphic {
  background-position: -40px -160px;
}
#top-searches .carousel .navigation .arrow.disabled {
  opacity: 0.25;
}
#top-searches .carousel .navigation .arrow.disabled a {
  cursor: default;
}
#top-searches .carousel .navigation .arrow.disabled a.graphic:hover {
  bottom: 5px;
}
#top-searches .carousel .navigation .arrow.disabled a.graphic:active {
  bottom: 5px;
}
#top-lists > header {
  border-bottom: 1px solid #d2d2d2;
  background-color: #f3f3f3;
  line-height: 45px;
  position: fixed;
  overflow: hidden;
  z-index: 499;
  height: 45px;
  width: 100%;
  top: 117px;
}
#top-lists > header hgroup {
  margin-left: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: inline;
}
#top-lists > header hgroup h2, #top-lists > header hgroup h3 {
  font-weight: 300;
  font-size: 14px;
  display: inline;
}
#top-lists > header hgroup h2 {
  color: #333;
}
#top-lists > header hgroup h2:after {
  content: ' \2012 ';
}
#top-lists > header hgroup h3 {
  color: #e13624;
}
#top-lists > header .tooltip-component .help-content {
  line-height: 12px;
  font-size: 12px;
  margin: 10px;
  width: 200px;
  color: #666;
}
#top-lists > header .horizontal-rocker {
  float: left;
  margin-top: 8px;
}
#top-lists > header aside {
  float: right;
}
#top-lists > header aside .help {
  font-size: 12px;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
  color: #999999;
}
#top-lists > header aside .help .icon {
  -webkit-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -ms-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
  background: transparent url(../img/sections/top-lists/spritesheet.png) no-repeat 0px 0px;
  background-position: 0px -27px;
  margin-right: 4px;
  margin-top: 7px;
  display: block;
  opacity: 0.8;
  float: left;
  height: 33px;
  width: 37px;
}
#top-lists > header aside .help:hover .icon {
  opacity: 1.0;
}
#homepage header {
  margin: 30px 0;
  z-index: 1;
}
#homepage header hgroup h1 {
  color: #424242;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
#homepage header hgroup h2 {
  color: #666;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
#homepage ol {
  padding: 0;
  margin: 20px auto 10px;
  height: 381px;
  width: 940px;
}
#homepage ol li {
  list-style: none;
  float: left;
  width: 187px;
  height: 190px;
  margin: 0 0 1px 1px;
  overflow: hidden;
}
#homepage ol li:first-child {
  margin: 0 0 1px 0;
}
#homepage ol li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
#homepage ol li a:hover span {
  visibility: visible;
  opacity: 1;
}
#homepage ol li a:hover .article .header {
  background: #f5f5f5;
}
#homepage ol li a:hover .article .header, #homepage ol li a:hover .header .ribbon {
  padding-bottom: 20px;
}
#homepage ol li a:hover .article img {
  margin-top: 30px;
  opacity: 0.85;
}
#homepage ol li .article {
  line-height: 0;
  position: relative;
  /*  "See more details" text */

}
#homepage ol li .article .header {
  background: #f5f5f5;
  background: #f5f5f5;
  color: #000;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  Ribbon */

}
#homepage ol li .article .header .ribbon {
  background: transparent url('/img/home/ribbon.png') no-repeat center bottom;
  color: #fff;
  display: inline-block;
  float: left;
  height: 52px;
  font-weight: bold;
  margin: 0 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);
  text-align: center;
  width: 24px;
  *zoom: 1;
}
#homepage ol li .article .header, #homepage ol li .article .header .ribbon {
  -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#homepage ol li .article h2 {
  color: #333;
  display: inline-block;
  font: normal 13px "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
#homepage ol li .article span {
  color: #999;
  display: block;
  font-size: 11px;
  visibility: hidden;
  height: auto;
  line-height: 1;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
#homepage ol li .article span:hover {
  color: #1155cc;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#homepage ol li .article img {
  position: absolute;
  margin-top: 20px;
  z-index: -10;
  height: 190px;
  width: 187px;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#homepage .subtitle {
  margin-bottom: 11px;
  font-style: italic;
  text-align: right;
  font-weight: 400;
  font-size: 11px;
  display: block;
  width: 100%;
  color: #999;
}
#homepage .search-context {
  *zoom: 1;
  border-top: 1px solid #eee;
}
#homepage .search-context:before, #homepage .search-context:after {
  display: table;
  content: "";
}
#homepage .search-context:after {
  clear: both;
}
#homepage .homepageitem {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#homepage .homepageitem .homepageitem-image, #homepage .homepageitem .homepageitem-container {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
#homepage .homepageitem .homepageitem-image {
  opacity: 0;
  background-repeat: no-repeat;
}
#homepage .homepageitem .homepageitem-search-field-container {
  width: 646px;
  height: 94px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -323px;
  margin-top: -47px;
  background: #FFF;
  border: 1px solid #438dff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  cursor: pointer;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field {
  height: 54px;
  width: 614px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08) inset;
  padding: 20px 16px;
  color: #222;
  font-family: Arial;
  letter-spacing: -0.04em;
  font-size: 52px;
  display: block;
  text-decoration: none;
  user-select: none;
  overflow: hidden;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field span {
  padding: 8px 3px;
  position: absolute;
  top: 8px;
  white-space: nowrap;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field span.selected {
  color: #14729d;
  background: #66c4ef;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field-caret {
  position: absolute;
  width: 3px;
  height: 75px;
  background: #222;
  left: 12px;
  top: 8px;
  visibility: hidden;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field-highlighted {
  width: 646px;
  height: 94px;
  background: #3f88f6 url('/img/home/search-selected.png') repeat-x;
  position: absolute;
  left: 0;
  top: -94px;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field-highlighted .homepageitem-magnifying-glass {
  width: 646px;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/img/home/sprite-home.png') no-repeat 290px -22px;
}
#homepage .homepageitem .homepageitem-search-field-container .homepageitem-search-field-cover {
  width: 646px;
  height: 94px;
  position: absolute;
  left: 0;
  top: 0;
}
#homepage .homepageitem .homepage-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 67px;
  margin-left: -57px;
}
#homepage .homepageitem .homepage-controls a {
  text-indent: -30000px;
  width: 48px;
  height: 48px;
  border: 3px solid white;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  float: left;
  background: url('/img/home/sprite-home.png') no-repeat;
}
#homepage .homepageitem .homepage-controls a:first-child {
  margin-right: 7px;
}
#homepage .homepageitem .homepage-controls a.next {
  background-position: -39px 14px;
}
#homepage .homepageitem .homepage-controls a.prev {
  background-position: 11px 14px;
}
#homepage .gloss {
  width: 123px;
  height: 100%;
  background: url(/img/home/gloss.png) repeat-y top left;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#homepage .gloss-prev {
  background-position: top right;
}
#homepage .column {
  float: left;
  margin-bottom: 70px;
  width: 50%;
}
#homepage .column a {
  display: block;
  width: 425px;
  text-decoration: none;
  position: relative;
}
#homepage .column a span {
  display: block;
}
#homepage .column a span.arrow {
  position: absolute;
  left: 36%;
  top: 31%;
  width: 33px;
  height: 33px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#homepage .column a span.arrow .arrow-background {
  width: 33px;
  height: 33px;
  background: url('/img/home/sprite-home.png') no-repeat -50px -230px;
}
#homepage .column a span.title {
  margin-top: 13px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.07em;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#homepage .column a span.time {
  margin-top: 2px;
  font-size: 13px;
  color: #555;
}
#homepage .column a:hover .title {
  color: #1155CC;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -ms-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
#homepage .column a:hover .arrow {
  background: rgba(60, 60, 60, 0.8);
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
#homepage .column h3.title {
  color: #333;
  font-size: 16px;
  margin-bottom: 0.5em;
}
#homepage .column .desc {
  color: #888;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
#homepage .column .song-link {
  display: inline;
}
#homepage .column .details {
  float: left;
}
#homepage .column .thumb {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
#homepage .zeitgeist-video {
  margin: 40px 0;
}
#homepage .zeitgeist-video a .details {
  width: 250px;
  margin: 5px 0 0;
}
#homepage .zeitgeist-video a .thumb {
  background: url('/img/home/thumbs/zeitgeist-video.jpg') no-repeat 0 0;
  height: 79px;
  width: 140px;
}
#homepage .world-searches {
  margin: 20px 0 20px 50px;
}
#homepage .world-searches a .details {
  width: 260px;
  margin: 25px 0 0;
}
#homepage .world-searches a .thumb {
  background: url('/img/home/thumbs/bars.png') no-repeat 0 0;
  height: 117px;
  width: 124px;
}
