@import url("https://use.typekit.net/zxv0mwn.css");
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "montserrat";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "montserrat";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

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

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "montserrat";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  text-align: center; }
  .wrapper .inner {
    max-width: 1100px;
    padding: 0 20px;
    margin: auto; }

.header {
  background-image: url(../img/header.jpg);
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .header img {
    max-width: 400px;
    margin: 20px auto; }

.main .intro {
  margin: 40px 0; }
  .main .intro h2 {
    font-size: 1.5em; }
  .main .intro .bold {
    font-weight: 700; }

.tables_wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px; }
  .tables_wrap .festival_selector {
    margin: 40px 0 60px; }
    .tables_wrap .festival_selector ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 700px;
      margin: 20px auto; }
      .tables_wrap .festival_selector ul li {
        padding: 0 20px;
        height: 50px;
        line-height: 1.2em;
        background-color: #333;
        color: #fff;
        font-weight: 700;
        border-radius: 50px;
        margin: 5px;
        width: 150px;
        font-size: 0.9em;
        cursor: pointer;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
        .tables_wrap .festival_selector ul li.active {
          background-color: #51E49D; }
  .tables_wrap .keys_wrap {
    border: 1px solid #999;
    position: relative;
    padding: 20px;
    margin: 30px auto;
    max-width: 1000px;
    font-size: 0.8em; }
    .tables_wrap .keys_wrap:before {
      content: 'Key';
      position: absolute;
      padding: 0 10px;
      background-color: #fff;
      top: -15px;
      left: 20px;
      font-size: 1.5em;
      font-weight: 700;
      text-transform: uppercase; }
    .tables_wrap .keys_wrap .key ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
      .tables_wrap .keys_wrap .key ul .genre {
        text-align: center;
        margin: 10px; }
      .tables_wrap .keys_wrap .key ul .circle {
        height: 50px;
        width: 50px;
        margin: auto;
        border-radius: 100px; }
    @media screen and (max-width: 700px) {
      .tables_wrap .keys_wrap .key {
        font-size: 0.8em; }
        .tables_wrap .keys_wrap .key ul .genre {
          margin: 5px; }
        .tables_wrap .keys_wrap .key ul .circle {
          height: 20px;
          width: 20px; } }
  .tables_wrap .charts_wrap {
    text-align: center; }
    .tables_wrap .charts_wrap h2 {
      font-size: 3em;
      margin: 20px 0;
      font-weight: 100; }
    .tables_wrap .charts_wrap .row_wrap {
      background-image: -webkit-repeating-linear-gradient(left, #F7F7F7 0, #F7F7F7 10%, #fff 10%, #fff 20%);
      background-image: repeating-linear-gradient(to right, #F7F7F7 0, #F7F7F7 10%, #fff 10%, #fff 20%);
      margin-left: 80px; }
      .tables_wrap .charts_wrap .row_wrap .year {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between; }
        .tables_wrap .charts_wrap .row_wrap .year:before {
          content: attr(data-year);
          position: absolute;
          left: -10px;
          top: 50%;
          -webkit-transform: translate(-100%, -50%);
                  transform: translate(-100%, -50%);
          color: #808080;
          font-size: 0.8em; }
        .tables_wrap .charts_wrap .row_wrap .year .genre {
          position: relative;
          margin: 10px 1px;
          border-radius: 5px; }
          @media screen and (min-width: 701px) {
            .tables_wrap .charts_wrap .row_wrap .year .genre {
              height: 30px !important; } }
          .tables_wrap .charts_wrap .row_wrap .year .genre.hide {
            display: none; }
          .tables_wrap .charts_wrap .row_wrap .year .genre:before {
            content: attr(data-text);
            position: absolute;
            background-color: inherit;
            width: 100px;
            text-align: center;
            font-size: 0.8em;
            border-radius: 10px;
            position: absolute;
            left: 50%;
            padding: 5px;
            top: -2px;
            color: #fff;
            -webkit-transform: translate(-50%, -100%);
                    transform: translate(-50%, -100%);
            border: 1px solid #fff;
            display: none; }
          .tables_wrap .charts_wrap .row_wrap .year .genre:hover:before {
            display: block; }
      @media screen and (max-width: 700px) {
        .tables_wrap .charts_wrap .row_wrap {
          height: 600px;
          background-image: -webkit-repeating-linear-gradient(top, #F7F7F7 0, #F7F7F7 10%, #fff 10%, #fff 20%);
          background-image: repeating-linear-gradient(to bottom, #F7F7F7 0, #F7F7F7 10%, #fff 10%, #fff 20%);
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-around;
                  justify-content: space-around;
          margin-top: 60px;
          margin-left: 0; }
          .tables_wrap .charts_wrap .row_wrap .year {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            margin: 0 5px; }
            .tables_wrap .charts_wrap .row_wrap .year:before {
              left: 50%;
              top: 0;
              -webkit-transform: translate(-50%, -100%);
                      transform: translate(-50%, -100%);
              color: #808080;
              font-size: 0.8em; }
            .tables_wrap .charts_wrap .row_wrap .year .genre {
              width: 50px !important;
              margin: 1px 0; } }
  .tables_wrap .chart_axis {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    color: #808080;
    padding: 0 0 40px 80px;
    font-size: 0.8em; }
    .tables_wrap .chart_axis div {
      position: relative; }
      .tables_wrap .chart_axis div span {
        position: absolute;
        left: 0;
        top: 10px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    @media screen and (max-width: 700px) {
      .tables_wrap .chart_axis {
        display: none; } }
  .tables_wrap .chart, .tables_wrap .key {
    display: none; }
    .tables_wrap .chart.active, .tables_wrap .key.active {
      display: block; }
  @media screen and (max-width: 700px) {
    .tables_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      .tables_wrap .keys_wrap {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
                order: 3; } }

.footer {
  margin: 40px 0;
  font-size: 0.9em; }
  .footer .cc {
    margin: 40px 0 20px;
    font-size: 0.9em; }
  .footer a {
    color: inherit; }
