/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Montserrat:400,400i,700,700i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  font: 16px/20px "Roboto", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #575757;
  min-width: 320px; }

p {
  margin: 0 0 20px; }

a {
  color: #00abf0;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img,
iframe {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1156px; }

.container:after {
  display: block;
  content: '';
  clear: both; }

#header {
  margin: 0 0 28px;
  color: #fff;
  text-align: center;
  background: #02b5f0 url(../images/bg-header.jpg) no-repeat;
  background-size: cover;
  padding: 22px 0 28px; }
  #header .box {
    margin: 0 0 8px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding: 0 0 14px;
    color: #000;
    white-space: nowrap; }
    #header .box h1 {
      float: left;
      font: bold 28px/34px "Montserrat", Arial, Helvetica, sans-serif;
      margin: 3px 0 0; }
    #header .box img {
      float: left;
      margin-right: 10px; }
    #header .box span {
      display: block;
      color: #fff;
      font-size: 34px; }
  #header .text {
    display: block;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px; }

.text-block {
  text-align: center;
  font-size: 18px;
  line-height: 22px; }
  .text-block p {
    margin: 0 0 22px; }

.legend-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  color: #00abf0;
  margin: 0 0 16px;
  text-align: center; }

.legend-line {
  margin: 0 0 10px;
  font: bold 20px/1 "Montserrat", Arial, Helvetica, sans-serif;
  overflow: hidden; }

.legend-line .l, .legend-line .r {
  float: left;
  width: 190px; }

.legend-line .r {
  float: right;
  text-align: right; }

.legend-line .line {
  position: relative;
  height: 17px;
  margin: 2px 0 0;
  overflow: hidden; }

.legend-line .line:before {
  background: -webkit-linear-gradient(left, #46e0d4 0%, #44ffac 21%, #75f16b 40%, #a1ea26 59%, #fffb64 80%, #ffe945 100%);
  background: linear-gradient(to right, #46e0d4 0%, #44ffac 21%, #75f16b 40%, #a1ea26 59%, #fffb64 80%, #ffe945 100%);
  height: 5px;
  margin: 6px 0 0;
  content: '';
  display: block; }

.legend-line .line:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/arrow.png) no-repeat;
  width: 16px;
  height: 17px;
  content: ''; }

.legend-bar {
  margin: 0 0 34px;
  position: relative;
  height: 24px;
  font: 16px/25px "Montserrat", Arial, Helvetica, sans-serif; }

.legend-bar:after {
  display: block;
  content: '';
  clear: both; }

.legend-bar .item {
  position: relative;
  float: left;
  height: 100%;
  width: 16.666%; }

.legend-bar .item:nth-child(1) {
  background: #35edd7; }

.legend-bar .item:nth-child(2) {
  background: #44ffac; }

.legend-bar .item:nth-child(3) {
  background: #76f169; }

.legend-bar .item:nth-child(4) {
  background: #a2ea26; }

.legend-bar .item:nth-child(5) {
  background: #fffb64; }

.legend-bar .item:nth-child(6) {
  background: #ffe843; }

.legend-bar .item span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.points {
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 50px; }
  .points span {
    float: left;
    width: 50%; }
  .points .c:before {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    content: '';
    background: #000;
    margin-right: 10px; }
  .points .t:before {
    display: inline-block;
    vertical-align: top;
    margin-top: -20px;
    margin-right: 10px;
    width: 20px;
    height: 40px;
    content: '';
    border: solid transparent;
    border-width: 20px 10px;
    border-bottom-color: #000; }

.map-holder {
  position: relative;
  margin: 0 0 20px; }

.map-scroll {
  position: relative;
  overflow-x: auto; }

.map {
  margin: 0 auto 22px;
  max-width: 1116px;
  position: relative; }
  .map img {
    display: block;
    max-width: none; }
  .map .item {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px; }
    .map .item .opener {
      display: block;
      width: 100%;
      height: 100%; }
    .map .item.active .popup {
      display: block; }
    .map .item.l .popup {
      left: auto;
      right: 100%; }
  .map .popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 340px;
    background: #fff;
    border: 1px solid #8b8b8b;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 20px;
    margin: 0 0 -3px; }
    .map .popup .title {
      display: block;
      background: #000;
      color: #fff;
      padding: 7px 12px;
      margin: -1px -1px 8px;
      font-weight: bold; }
    .map .popup .frame {
      padding: 0 12px; }
    .map .popup .rank {
      display: block;
      color: #00abf0;
      margin: 0 0 10px; }
    .map .popup .name {
      display: block;
      font: bold 25px/1 "Montserrat", Arial, Helvetica, sans-serif;
      margin: 0 0 20px;
      color: #000; }
    .map .popup .mark {
      color: #00abf0; }
  .map .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0; }
    .map .nav .prev,
    .map .nav .next {
      position: absolute;
      left: 0;
      bottom: 6px;
      width: 12px;
      height: 12px;
      content: '';
      border: 6px solid transparent;
      border-right-color: #575757; }
      .map .nav .prev:hover,
      .map .nav .next:hover {
        border-right-color: #000; }
    .map .nav .next {
      left: auto;
      right: 0;
      border-right-color: transparent;
      border-left-color: #575757; }
      .map .nav .next:hover {
        border-right-color: transparent;
        border-left-color: #000; }

.table-holder {
  overflow: hidden;
  font-size: 18px;
  line-height: 22px; }
  .table-holder h2 {
    font: bold 25px/1 "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 5px; }
  .table-holder .most,
  .table-holder .least {
    float: left;
    width: 50%; }
  .table-holder .most {
    padding: 0 15px 0 0; }
  .table-holder .least {
    padding: 0 0 0 15px; }
  .table-holder .list {
    text-align: left;
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 20px; }
    .table-holder .list li {
      min-width: 135px;
      overflow: hidden;
      margin: 0 0 7px;
      padding: 0 5px;
      counter-increment: step-counter; }
      .table-holder .list li:before {
        content: counter(step-counter) ". "; }
    .table-holder .list span {
      float: right; }
  .table-holder .list-2 li:before {
    display: none; }
  .table-holder .most .list li {
    background: #35edd7; }
  .table-holder .least .list li {
    background: #ffe843; }
  .table-holder .block {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    text-align: center; }
    .table-holder .block .list li {
      background: #44ffac; }

#footer {
  padding: 20px 0 50px;
  text-align: center;
  font-size: 18px;
  line-height: 22px; }
  #footer p {
    margin: 0 0 22px; }
  #footer h2 {
    font: bold 25px/1 "Montserrat", Arial, Helvetica, sans-serif;
    margin: 0 0 20px; }

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 12px;
  min-width: 140px;
  border-radius: 10px;
  text-align: center;
  margin: 0 2px;
  color: #fff; }

.btn.btn-fb {
  background: #4c77d8; }

.btn.btn-fb:before {
  content: '';
  margin: -6px 12px -4px 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico-facebook.svg) no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 35px; }

.btn.btn-tw {
  background: #059ff5; }

.btn.btn-tw:before {
  content: '';
  margin: -4px 12px -2px 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico-twitter.svg) no-repeat;
  background-size: 100% auto;
  width: 38px;
  height: 31px; }

.btn span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.share {
  margin: 0 0 30px; }

.sources {
  font-size: 15px;
  line-height: 18px; }

.swipe {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  .swipe:before {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 48px;
    background: url(../images/swipe.png) no-repeat;
    background-size: 100% auto;
    content: ''; }

@media (max-width: 1199px) {
  .table-holder .most,
  .table-holder .least {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 40px; }
  .swipe {
    display: block; } }

@media (max-width: 767px) {
  .text-block {
    font-size: 14px;
    line-height: 20px; }
    .text-block p {
      margin: 0 0 15px; }
  #header {
    margin: 0 0 15px;
    padding: 15px 0; }
    #header .box h1 {
      font-size: 18px;
      line-height: 28px;
      margin: 10px 0 0; }
    #header .box span {
      font-size: 22px; }
    #header .text {
      font-size: 18px; }
  .legend-line {
    display: none; }
  .legend-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px; }
  .legend-bar {
    font-size: 10px; }
  .points {
    margin: 0; }
    .points span {
      margin: 0 0 15px;
      display: block;
      float: none;
      width: auto;
      font-size: 13px;
      line-height: 20px; }
  .map .popup {
    width: 280px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px; }
    .map .popup .rank {
      margin: 0 0 5px; }
    .map .popup .name {
      font-size: 20px;
      margin: 0 0 10px; }
  .table-holder {
    font-size: 14px;
    line-height: 20px; }
    .table-holder h2 {
      font-size: 18px; }
    .table-holder .list {
      margin: 15px 0; }
    .table-holder .most,
    .table-holder .least {
      margin: 0 0 20px; }
    .table-holder .block {
      margin: 0; }
  #footer {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px; }
    #footer p {
      margin: 0 0 15px; }
    #footer h2 {
      font-size: 16px;
      margin: 0 0 15px; }
  .share {
    margin: 0 0 15px; }
  .btn {
    min-width: 130px; } }
/*# sourceMappingURL=main.css.map */