* {
  box-sizing: border-box; }

html, body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  background-color: #232323;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.5px; }

body {
  max-width: 1260px;
  margin: 0 auto; }

p {
  font-size: 15px;
  line-height: 1.4; }
  p:not(:last-child) {
    margin-bottom: 30px; }

a {
  text-decoration: none; }

ul, li {
  list-style: none; }

.cache {
  display: none; }

.menu-button {
  display: none;
  width: 25px;
  height: 16px;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  position: relative;
  float: right;
  margin-top: 6px;
  cursor: pointer; }
  .menu-button::before {
    content: '';
    display: block;
    width: 25px;
    position: absolute;
    top: 0px;
    background-color: #000;
    height: 2px;
    box-shadow: 0px 7px #000, 0px 14px #000; }

header {
  background-color: #d5d5d5;
  display: table;
  width: 100%;
  padding: 30px 30px;
  position: fixed;
  left: auto;
  right: auto;
  top: 0px;
  max-width: 1260px;
  z-index: 99; }
  header.is-scrolled {
    padding: 10px 30px;
    -webkit-transition: padding ease 0.3s;
    -moz-transition: padding ease 0.3s;
    -ms-transition: padding ease 0.3s;
    transition: padding ease 0.3s; }
    header.is-scrolled .logo img {
      width: 180px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  header .logo, header .navigation-wrapper, header .social-wrapper {
    display: table-cell;
    vertical-align: middle; }
  header .navigation-wrapper {
    text-align: right; }
    header .navigation-wrapper ul li {
      display: inline-block;
      padding: 0px 15px; }
      header .navigation-wrapper ul li:not(:last-child) {
        border-right: 2px solid #000; }
      header .navigation-wrapper ul li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #000;
        display: block;
        padding: 2px;
        line-height: 18px; }
        header .navigation-wrapper ul li a.active {
          background-color: #32c7b8; }
        header .navigation-wrapper ul li a:hover {
          background-color: #32c7b8; }
  header .social-wrapper nav {
    height: 28px; }

.content {
  padding-top: 110px; }

.content-row::before, .content-row::after {
  content: '';
  display: table; }
.content-row::after {
  clear: both; }

section {
  margin-bottom: 60px; }
  section .section-validate-title {
    display: none; }
  section .heading {
    margin-bottom: 40px; }

section.trailer {
  position: relative; }
  section.trailer img {
    width: 100%; }
  section.trailer iframe {
    display: none; }
  section.trailer button {
    width: 195px;
    height: 42px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: #000;
    color: #32c6b7;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.5px; }
    section.trailer button:hover {
      background-color: #d5d5d5;
      color: #232323; }

.column {
  display: block;
  float: left;
  position: relative;
  min-height: 320px;
  padding: 0px 55px; }
  .column.column2 {
    width: 26%; }
  .column.column3 {
    width: 25%; }
  .column.column4 {
    width: 33.33%; }
  .column.column5 {
    width: 37%; }
  .column.column6 {
    width: 50%; }
  .column:not(:last-child)::after {
    content: '';
    display: block;
    width: 11px;
    background-image: url(../images/column_border.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute; }
  .column.no-blue-border::after {
    content: none;
    display: none; }

.slick-arrow {
  width: 58px;
  height: 120px;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
  outline: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  .slick-arrow.slick-prev {
    left: 0px;
    background-image: url(../images/slider_controls_left.png); }
    .slick-arrow.slick-prev:hover {
      background-image: url(../images/slider_controls_left_hover.png); }
  .slick-arrow.slick-next {
    right: 0px;
    background-image: url(../images/slider_controls_right.png); }
    .slick-arrow.slick-next:hover {
      background-image: url(../images/slider_controls_right_hover.png); }

.social-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 28px; }
  .social-icon.facebook {
    background-image: url(../images/social_facebook.png); }
    .social-icon.facebook:hover {
      background-image: url(../images/social_facebook_hover.png); }
  .social-icon.instagram {
    background-image: url(../images/social_instagram.png); }
    .social-icon.instagram:hover {
      background-image: url(../images/social_instagram_hover.png); }
  .social-icon:not(:last-child) {
    margin-right: 5px; }

section.download {
  position: relative;
  background-color: #32c6b7;
  height: 520px;
  padding: 80px 0px 0px 100px; }
  section.download > img {
    position: absolute;
    bottom: -65px;
    right: 0px;
    pointer-events: none; }
  section.download ul li:not(:last-child) {
    margin-bottom: 10px; }

.image-button__list .image-button__item {
  height: 35px; }
  .image-button__list .image-button__item a {
    display: inline-block; }
    .image-button__list .image-button__item a img:nth-child(2) {
      display: none; }
    .image-button__list .image-button__item a:hover img:first-child {
      display: none; }
    .image-button__list .image-button__item a:hover img:nth-child(2) {
      display: block; }

.column.border-regular {
  min-height: auto;
  padding: 0px 40px;
  /*&:not(:last-child) {
      border-right: 2px solid #fff;
  }*/ }
  .column.border-regular::after {
    width: 2px;
    background-color: #fff;
    background-image: none;
    top: 5px;
    bottom: 5px; }

footer {
  margin-bottom: 70px; }
  footer .row {
    max-width: 1110px;
    margin: 0 auto; }
    footer .row .column {
      min-height: auto; }

.sponsors-row {
  display: table;
  width: 100%; }
  .sponsors-row:first-child {
    margin-bottom: 30px; }
  .sponsors-row .sponsor-item {
    display: table-cell;
    vertical-align: bottom;
    width: 50%; }
    .sponsors-row .sponsor-item img {
      max-width: 100%; }
    .sponsors-row .sponsor-item:first-child {
      padding-right: 20px; }
    .sponsors-row .sponsor-item:last-child {
      padding-left: 20px; }

.slick-slide img {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  header .logo, header .navigation-wrapper, header .social-wrapper {
    display: table-cell !important; } }
@media (max-width: 1260px) {
  header .social-wrapper {
    width: 110px; }

  .menu-button {
    display: block; }

  header .social-wrapper nav {
    display: inline-block; }

  header .navigation-wrapper {
    display: none;
    text-align: center;
    position: absolute;
    top: 110px;
    right: 0px;
    background-color: #d5d5d5;
    z-index: 2; }

  header .navigation-wrapper ul li {
    display: block;
    border-right: 0px !important;
    padding: 5px 15px; }

  header .navigation-wrapper ul li a {
    font-size: 12px; }

  .column.column5, .column.column2 {
    width: 50%;
    margin-bottom: 80px; }

  section.about .column.column2::after {
    display: none; }

  section.about .column.column5:last-child {
    clear: left; }

  section.download > img {
    width: 1000px; } }
@media (max-width: 1100px) {
  section.download > img {
    bottom: -48px;
    width: 800px; } }
@media (max-width: 950px) {
  section.download > img {
    bottom: -40px;
    width: 700px; } }
@media (max-width: 850px) {
  section.download {
    height: 650px; }

  section.download > img {
    width: 90%; } }
@media (max-width: 800px) {
  header {
    background-color: #d5d5d5;
    display: table;
    width: 100%;
    padding: 20px 30px; }

  header .logo img {
    width: 180px; }

  header .navigation-wrapper {
    top: 75px; }

  .content {
    padding-top: 76px; }

  .column {
    min-height: auto; }

  .column:not(:last-child)::after {
    display: none; }

  .column.column6, .column.column5, .column.column2 {
    width: 100%;
    margin-bottom: 80px; }

  section .heading img {
    height: 30px; }

  .column {
    padding: 0px 30px; }

  .slick-arrow.slick-prev {
    background-size: 50%;
    background-position: left center; }

  .slick-arrow.slick-next {
    background-size: 50%;
    background-position: right center; } }
@media (max-width: 750px) {
  .column.column4 {
    width: 50%;
    margin-bottom: 40px; }

  footer .column.column4:nth-child(2) {
    border-right: 0px; }

  footer .column.column4:last-child {
    clear: both; } }
@media (max-width: 650px) {
  section.download {
    padding: 80px 0px 0px 30px; }

  section.download > img {
    bottom: -35px;
    width: 97%; } }
@media (max-width: 560px) {
  .column.column4 {
    width: 100%;
    border: 0px !important; } }
@media (max-width: 530px) {
  section.download > img {
    bottom: -27px; } }
@media (max-width: 400px) {
  section.download {
    height: 500px; }

  header .social-wrapper nav {
    display: none; }

  section.download > img {
    bottom: -20px;
    width: 100%; }

  .menu-button {
    margin-top: 0px; } }

    .content-row.table-block {
      display:  table;
      width:  100%;
      margin-top:  90px;
  }
  
  .media-brand__item {
      display:  table-cell;
      vertical-align:  bottom;
      text-align:  center;
  }
  
  .media-brand__item a {
      display: inline-block;
      text-decoration:  none;
  }

  @media (max-width: 1120px) {
    .media-brand__item {
      display: block;
      vertical-align: bottom;
      text-align: center;
      width: 50%;
      float: left;
    }
  }

  @media (max-width: 500px) {
    .sponsors-row .sponsor-item { display: block; width: 100%; }
    .media-brand__item { display: block; width: 100%; }
    .sponsors-row .sponsor-item { display: block; width: 100%; text-align: center; }
    .sponsors-row .sponsor-item:not(:last-child) { margin-bottom: 60px; }
  }

/*# sourceMappingURL=base.css.map */
